Last active
August 29, 2015 14:28
-
-
Save Socratic1/ca07cb8e5dba4ef27f01 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 lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Sam Phillips. Web Developer: About</title> | |
| <!-- Latest compiled and minified Bootstrap CSS --> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> | |
| <!-- jQuery --> | |
| <script src="https://code.jquery.com/jquery-2.1.3.min.js"></script> | |
| <!-- Latest compiled and minified Bootstrap JavaScript --> | |
| <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> | |
| <!-- Bootstrap core CSS --> | |
| <link href="css/bootstrap.css" rel="stylesheet"> | |
| <link href="css/normalize.css" rel="stylesheet"> | |
| <link href="css/about_styles.css" rel="stylesheet"> | |
| <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'> | |
| <!--[if lt IE 9]><script src="dist/html5shiv.js"></script><![endif]--> | |
| </head> | |
| <body> | |
| <div class="nav"> | |
| <ul> | |
| <li><a href="index.html">Home</a></li> | |
| <li><a href="#">About</a></li> | |
| <li><a href="contact.html">Contact</a></li> | |
| <li><a href="work.html">Work</a></li> | |
| <li><a href="faq.html">FAQ</a></li> | |
| </ul> | |
| </div> | |
| <div class="header"> | |
| <h1>More Information</h1> | |
| </div> | |
| <div class="container"> | |
| <div class="image"> | |
| <img src="img/me.jpg" alt="me"><!-- The only photo of myself I have on my computer, will find another --> | |
| </div> | |
| <div class="intro column"> | |
| <!-- <h2>Introduction</h2> --> | |
| <p>Some introductory stuff</p> | |
| </div> | |
| <div class="skills column"> | |
| <h3>My Skills</h3> | |
| <ul id="skill-list"> | |
| <li>an item in a list</li> | |
| <li>another item</li> | |
| </ul> | |
| </div> | |
| <div class="main-text"> | |
| <h3> More about me.</h3> | |
| <p>Gastropub VHS Austin biodiesel pour-over Marfa. Bespoke asymmetrical raw denim skateboard, polaroid occupy McSweeney's cronut roof party food truck flannel cornhole cred. 90's post-ironic Portland Carles roof party, Intelligentsia squid viral lomo PBR street art cold-pressed migas. Butcher brunch migas keytar. You probably haven't heard of them Echo Park vegan bicycle rights whatever tote bag VHS locavore, Shoreditch artisan Tumblr paleo craft beer mlkshk. Asymmetrical cliche skateboard Tumblr. Health goth McSweeney's semiotics Bushwick raw denim ethical.</p> | |
| </div><!-- end container --> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment