Skip to content

codechennerator/Building-a-Wireframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Building-a-Wireframe

Assignment Week1EZ Student Notes

This exercise will challenge most students unfamiliar with HTML/CSS. If you see this task as too simple or if you finish it within three hours, attempt the second homework assignment. Just because this is the "easier" assignment does not make it the "quick" one. The process of learning web development is nothing without a serious time investment. While the work may seem strenuous now, you'll find yourself becoming more comfortable with web development as you put more hours into your training. Instructions

Create a new repository in GitHub called HW-Wireframe. Clone this repository to your computer by following the process we went over in class. Navigate to the HW-Wireframe folder you just cloned onto your machine. Then create two files inside this folder: index.html and style.css. Make your initial Git commit and push it to GitHub. git add . git commit -m "" git push origin master If this process was done correctly, you should see these two files appear in your repository. This will be your initial test to confirm that you're hooked into GitHub. Return to your local copies of index.html and style.css. Using the screenshot at the top of these instructions, recreate the design using HTML/CSS. All of your HTML should be inside of the index.html file. All of your CSS should be inside of the style.css file. When you finish the assignment, commit your changes with Git and push them into your GitHub repo. Remember: git add . git commit -m "" git push origin master Additional Specifications

Your HTML should have each of the following sections: Header Nav Aside Section Article (With a Heading) Headers Paragraph Your CSS should have styles for each of the following elements: Body Header, nav, and footer Section Aside Article .clear Your text elements: h1, p, etc. The colors used in your final layout should be: Background: #777 Content: #ebebeb The widths of each section should be: body: 960px section: 495px The fonts used in the layout should be: font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif; font-size: 18px

About

Assignment Week1EZ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published