Created
May 29, 2015 15:28
-
-
Save AndrewEddy/144c77de02181e3cee50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Awesome Landing Page</title> | |
| <link rel="stylesheet" type="text/css" href="CSS/style.css"> | |
| </head> | |
| <body> | |
| <header> | |
| <div id="header-container"> | |
| <div class="col-3"> | |
| <img src="Images/logo-dark.png" height="18" width="143"> | |
| </div> | |
| <div class="col-3"> | |
| <nav> | |
| <ul class="menu"> | |
| <li>Home</li> | |
| <li>Features</li> | |
| <li>About</li> | |
| <li>Signup</li> | |
| </ul> | |
| </nav> | |
| </div> | |
| <div class="col-3"> | |
| <a href="#" class="getStartedBTN">Get Started</a> | |
| </div> | |
| </div><!-- Header-Container Ends Here --> | |
| </header> | |
| <section></section> | |
| <section></section> | |
| <section></section> | |
| <section></section> | |
| <section></section> | |
| <section></section> | |
| <footer></footer> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment