For the first assignment, you will begin creating the beginnings of your first website. Take what you've learned from class and build a portfolio site that showcases all of the projects you'll be completing over the next few weeks. Build two pages - an 'About Page' and a 'Portfolio' - that link to one another. Your 'About Page' should describe your mission and value proposition and your 'Portfolio' should include descriptions of the work you [will] do for Relaxr, Startup Matchmaker, and CitiPix.
Show images using img tags including unique alt attributes
1
Use an external CSS stylesheet to style your pages
1
Select at least 5 elements on the page and apply at least 5 different css properties (font-size, color, font-family, background, text-decoration) to these elements
2
Use at least 6 different HTML tags (h1, h2, h3, h4, h5, h6, p, ul, ol, a, img) on your pages
2
Follow naming conventions, maintain consistency across your .html and .css files
2
Indent nested elements to increase your code's readability
FEWD Week #1 Project: HTML/CSS Basics
Description
For the first assignment, you will begin creating the beginnings of your first website. Take what you've learned from class and build a portfolio site that showcases all of the projects you'll be completing over the next few weeks. Build two pages - an 'About Page' and a 'Portfolio' - that link to one another. Your 'About Page' should describe your mission and value proposition and your 'Portfolio' should include descriptions of the work you [will] do for Relaxr, Startup Matchmaker, and CitiPix.
Student: __Hollie_McCrary__
Project URL: https://github.com/holliemccrary/Assignments__
a
tagtitle
and a single uniqueh1
tagimg
tags including uniquealt
attributesfont-size
,color
,font-family
,background
,text-decoration
) to these elementsh1
,h2
,h3
,h4
,h5
,h6
,p
,ul
,ol
,a
,img
) on your pages