Skip to content

Latest commit

 

History

History
113 lines (101 loc) · 4.53 KB

File metadata and controls

113 lines (101 loc) · 4.53 KB

HTML-CSS-GitHub - Elif Sancak

Week 3 Project

DuckDuckGo Website and Branches

HTML-CSS-GitHub - Elif Sancak

Week 2 Project

a user can ... index.html about.html services.html CSS
(0-blank-page) empty HTML template, requiring CSS file, title tag (doesn't exist yet!) (doesn't exist yet!) empty CSS file
1-HTML(title) HTML adding
(title, link and meta tag)
(doesn't exist yet!) (doesn't exist yet!) css page created(body css added)
(2-HEADER) HTML adding
(HEADER (div, h, span tag))
(doesn't exist yet!) (doesn't exist yet!) css adding (header id/class)
(3-NAV) HTML adding
(NAV (div, list, tag))
about page created services page created css adding (header a/ul/li/nav/a:hover)
(4-SECTION) HTML adding (SECTION (div, h, p, form, img tag)) empty about page empty services page css adding (class,id,h,href,form,p,input)
(5-FOOTER) HTML adding
(FOOTER (p tag))
empty about page empty services page css adding (footer style changed)
(6-ARTICLE) HTML(home)page About page adding (ARTICLE)(id,class,p,h)tag) Services page adding (ARTICLE)(id,class,p,h)tag) css adding (article style changed)
(7-ASIDE)(about.html)
(7-ASIDE)(services.html)
HTML(home)page About page adding (ASIDE)(id,class,p,h)tag) Services page adding (ASIDE)(id,class,p,h,ul,form,button)tag) css adding (aside style changed)+(@media css code)

HTML-CSS-GitHub - Elif Sancak

Week 1 Project

0-blank-page-setup
1-head-and-header
2-rules-of-the-game
3-unplayable-board
4-playable-board
5-up-to-you