RESOURCES - WEBSITE
|
Helpful links
-
video learn how to work with resposive websites
-
W3schools learn general html code (I recommend looking through my code and then using this website to look up anything you're not sure about.)
StackOverflow For more niche questions about html
General tips
-
If you are unsure how to replicate something on another page copy the main part you are trying to replicate and play with it until you understand how it works.
-
In Photoshop the max width for a "full gallery image" is 1200px at jpeg high when saved for web.
-
Color of background #FFF7E0 (top) with a gradient that goes to #F3EAC7 (bottom)
-
If you are going to add a new class remember to make one for each screen size.
-
When you're changing a class for a certain size like tablet don't include everything in that class only the parts you want to change for the size.
-
change the footer to include your current year instead of the old one.
-
The css does not update immedietly after you upload the site so wait to check.
-
Close all old tabs that have the site on it before checking your uploaded site. If you don't the css will apear as the old version.
-
Make sure the site looks good in multiple browsers.
|