Skip to content

Commit 59441b1

Browse files
committed
update
1 parent 8bb7da1 commit 59441b1

4 files changed

Lines changed: 22 additions & 7 deletions

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,18 @@
22

33
##Introduction
44
In this module you will learn to write and understand basic HTML(5) and CSS syntax.
5-
Also we will go into the DOM and file structure. There will be time spent on why and how you use different programming languages (like CSS and HTML). When it comes to CSS you should understand how CSS decides which rules are applied, also you should have an understanding what is meant by elements and attributes. Making responsive websites is an important part of front-end programming. You will learn how to make your websites responsive by using media queries using a “mobile first” approach. Also you will get familiar with developer tools that help make this process easier. During this entire module you’ll (learn to) work in a text editor. It’s expected from you that your code is properly styled using the style guide for HTML/CSS. You’ll be introduced to the inspector that helps you debug and understand you code better.
5+
Also we will go into the DOM and file structure. There will be time spent on why and how you use different programming languages (like CSS and HTML). When it comes to CSS you should understand how CSS decides which rules are applied, also you should have an understanding what is meant by elements and attributes. Making responsive websites is an important part of front-end programming. You will learn how to make your websites responsive by using media queries using a “mobile first” approach. Also you will get familiar with developer tools that help make this process easier. During this entire module you’ll (learn to) work in a text editor. It’s expected from you that your code is properly styled using the style guide for HTML/CSS. You’ll be introduced to the inspector that helps you debug and understand your code better.
6+
7+
8+
Module Deliverables:
9+
* Basic understanding of HTML5 and CSS (DOM, semantic elements)
10+
* Know how to organize your files
11+
* Know your way around your text editor
12+
* Feel comfortble working with the console
13+
* Proberly indent your code
14+
* Properly naming classes, id's
15+
* Responsive mobile first development
16+
* Know "good" and "bad" pratices when it comes to HTML
17+
* Get an understanding of what good resources are on the web
18+
* Give recieve/feedback from/on fellow students
19+
* Presenting and explaining your work to others

Week1/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
## Lecture 1
2-
* Introduction HackYourFuture
3-
* Hello new students and mentors!
1+
## Weekly Deliverables:
42
* DOM structure
53
* HTML syntax (How to work in a text editor, make a zip file)
64
* CSS syntax

Week2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## Lecture 2
2-
* Repeat/explain how HTML is structured, go through the entire html structure, explain all different elements
1+
## Weekly Deliverables:
2+
* HTML structure
33
* CSS
44
* Tips and tricks
55
* Media queries

Week3/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
## Lecture 3
1+
## Weekly Deliverables:
22
* Presentations of students website remakes
33
* Repeat topics of last two weeks:
44
* Understand why/ how to use which language
55
* Media-queries
66
* DOM
77
* File structure, external links
88
* How to find information on the web
9+
10+
11+
## In class:
912
* Task: find some info about a certain topic in groups of 2, present to each other
1013
* Choose one of the following subjects, look up how it works and implement it in a webpage
1114
* CSS transitions

0 commit comments

Comments
 (0)