/prework_website

This is a prework project (completed prior to the start of the program) for the Full Stack Program at Galvanize.

Primary LanguageCSS

####:sunny: :palm_tree: :evergreen_tree:Demo of my completed assignment🌲 🌴 ☀️

##Prework Website

#####This is a prework project (completed prior to the start of the program) for the Full Stack Program at Galvanize.

####Assignment Requirements:

Personal Profile Site

Build a simple website with some constraints. There will be an assessment on your understanding of the code you produce, so do not copy code from other's work.

We'll use these websites as a way to get to know each other on the first day, so let your personality shine and have fun with it. Good luck!

Two Pages

The website should have two pages linked with anchor tags. One page should describe where you come from and who you are (i.e., hometown, favorites, siblings, hobbies, etc.). The second page should describe where you're going in life and who you will become (i.e., career goals, gSchool goals, hopes, dreams, etc).

Example content for page one:

Hi there! My name is Zelda. I was born into royalty and spend my nights and weekends battling evil. My closest friend is Link. Together we will rule the world.

Here is a picture of us fighting Gannon. [insert photo]

Example content for page two:

I'm excited to start gSchool and learn about web technologies like javascript and html. I've always been fascinated by the web's ability to bring people together. After gSchool, I would love to work for a social network like Ello or OKCupid.

You should do your own research on how to get a simple website going, but here is a good starting place.

Custom CSS

The site's HTML should include an external, linked stylesheet with custom CSS. The design you come up with should represent your personality. Colors, borders, layout, fonts, sizes, etc. is up to you!

Note that the CSS should be linked to from a separate CSS file. For more information on how to do this, refer to this article on the subject.

Use jQuery

The site should use jQuery to change something on the page when a user clicks a button. The button can say or do anything, but it must be handled using jQuery.

You can learn more about jQuery online.

GIF

Somewhere on the website, you should include a GIF that illustrates how you feel about starting your new career in programming.

Don't use this one, but here is an example GIF.

Valid Markup

All markup must be valid through the W3C validator.

To validate your website, visit the validator, click "Choose file", upload your HTML file, and click "Check". You should validate each HTML file in your website.

The validator will provide a list of warnings and errors. It's okay if your website has warnings, but there should be no errors when you are done with your site.