<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
Hello codeacademy community, I’ve just made my site live using GoDaddy. The tutorials have been so helpful. I’ve been looking for such a concise set of instructions for how to get a website going from the ground-up all the way to hosting it on the web. Thanks guys so much. Please give me any feedback you have regarding my site (visual, html formatting, colors, fonts, etc.)!
<In what way does your code behave incorrectly? Include ALL error messages.>
@nighlune,
IMHO
if you present a Phone-number on the net
like (707) 333-1780
i would present the international number
+country-code county-code etc (707) 333-1780
your <link href="css/main.css" rel="stylesheet" type="text/css">
should be loaded AFTER <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
and both of CSS-loads should be done AFTER the JS-loads.
and if in the near future you use a main.js
this should be loaded AFTER the other JS-loads…
Thank you so much for your feed back Leon! I would never have considered this in detail. I’ve bookmarked those references for future use! Also, since we’re on the topic of final projects, have you all considered inserting a section in the assignment details concerning tuning the page for display on mobile devices? I’m sure there are lots of resources out there on the web - just a thought.