Our mission is to provide real time instruction for anyone who is either transitioning into tech or anyone that’s stuck on a concept and needs to be steered in the right direction without having to break the bank.
WEEK 1:
+ HTML
+ TEXT EDITORS
+ GITHUB
Learn to launch a webpage
What is HTML
- Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages.
Text Editor?
- A text editor is a type of computer program that edits plain text. Such programs are sometimes known as "notepad" software (e.g. Windows Notepad).
GitHub?
- GitHub, Inc. is an Internet hosting service for software development and version control using Git.
WEEK 2:
+ CSS
+ BOX MODEL
+ BOOTSTRAP
Learn to style a webpage
What is CSS?
- CSS is a style sheet language used for describing the presentation of a document written in a markup language
Bootstrap?
- Bootstrap is a free front-end framework for faster and easier web development. It includes HTML and CSS based design template
The Box Model?
- The box model is essentially a box that wraps around every HTML element. It consists of: margins, borders, padding, and the actual content.
WEEK 3:
+ Javascript
+ Data Types
+ Conditionals
Learn to program the web
What is Javascript?
- JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, etc...
Data Types?
- A particular kind of data item, as defined by the values it can take, the programming language used, or the operations that can be performed on it.
Conditionals?
- Conditionals are expressions that evaluate to either true or false. They are mostly used to determine program flow through if statements and loops.