项目作者: cBridges851

项目描述 :
A collation of software development/engineering resources.
高级语言:
项目地址: git://github.com/cBridges851/Software-Development-Resources.git


Resources

Hello and welcome to the resources repo! This has been created to collate any useful resources regarding software development and engineering! Hopefully you will find this useful and feel free to add any resources you come across. Create your own branch, add resources to this README and folders, then make a pull request!

Contents:

Front-end:

HTML

CSS

JavaScript

Back-end:

C#

Careers

Front-end

HTML

Video Introduction to HTML by CS50 - This is the video about HTML in CS50’s web track. It covers structure of HTML files, tags (title, (h1, h2, h3, h4, h5, h6), img, tables, form, input etc).

CSS

Video Introduction to CSS by CS50 - This is the video about CSS in CS50’s web track. It covers the basics of CSS like colours, classes (one and multiple), text-alignment, inline CSS, style tags, external CSS files, font-family etc.

Flexbox Froggy - This is a game by Codepip that is designed to help you to learn flexbox in CSS. It’s pretty fun!

JavaScript

Back-end

C

Careers