diff options
-rw-r--r-- | index.html | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -8,7 +8,30 @@ </head> <body> <div id="top"> - + <!--Header--> + <div id="header"> + <span id="logo">Header Logo</span> + <span> + <a>header link one</a> + <a>header link two</a> + <a>header link three</a> + </span> + </div> + <!--Hero--> + <div id="hero"> + <div id="text"> + <h1> + This website is awesome + </h1> + <h6> + This website has some subtext that goes here under + the main title. It's a smaller font and the color + is lower contrast. + </h6> + <button>Sign up</button> + </div> + <img> + </div> </div> <div id="info"> |