Created
August 27, 2015 15:12
-
-
Save Socratic1/50c476bf9ce9505319e6 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: Work</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"> | |
| <!-- custom CSS --> | |
| <link href="css/work_styles.css" rel="stylesheet"> | |
| <!--[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.html">About</a></li> | |
| <li><a href="contact.html">Contact</a></li> | |
| <li><a href="#">Work</a></li> | |
| <li><a href="faq.html">FAQ</a></li> | |
| </ul> | |
| </div> | |
| <div class="header"> | |
| <h1>My Work</h1> | |
| </div> | |
| <div class="container"> | |
| <div class="row" id="display"> | |
| <div class="col-md-3 col-xs-6"> | |
| <img src="img/kitten.png" alt="kitten"> | |
| <p>I haven't completed any projects yet, so here's a photo of a kitten.</p> | |
| </div> | |
| <div class="col-md-3 col-xs-6"> | |
| <img src="img/kitten.png" alt="kitten"> | |
| <p>Here's another photo of a kitten.</p> | |
| </div> | |
| <div class="col-md-3 col-xs-6"> | |
| <img src="img/kitten.png" alt="kitten"> | |
| <p>Here's another photo of a kitten.</p> | |
| </div> | |
| <div class="col-md-3 col-xs-6"> | |
| <img src="img/kitten.png" alt="kitten"> | |
| <p>Here's another photo of a kitten.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment