Created
February 9, 2013 10:34
-
-
Save matthewpalmer/4744804 to your computer and use it in GitHub Desktop.
This file contains 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> | |
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic' rel='stylesheet' type='text/css'> | |
<link rel="stylesheet" href="styles.css"> | |
<link rel="stylesheet" href="./font-awesome.min.css"> | |
<title>Matthew Palmer | Portfolio</title> | |
<style> | |
</style> | |
</head> | |
<body> | |
<!-- | |
USE IMAGE WIDTHS OF 400x300 for small rect, 800x300 for long rect, 800x600 for big rect | |
--> | |
<div id = "home"> | |
<ul class = "list"> | |
<li class="homeicon"><a href="/"><i class="icon-home"></a></i> <!-- TOP LAYER --> | |
<!--<div id="arrowdown"><i class="icon-caret-down"></i></div>--> | |
<ul class="grow"> | |
<li class="one"><a href="http://twitter.com/p_almer"><i class="icon-twitter"></a></i></li> <!-- DROP DOWN MENU --> | |
<li class="two"><a href="http://github.com/matthewpalmer"><i class="icon-github"></a></i></li> | |
<li class="three"><a href="mailto:[email protected]"><i class="icon-envelope-alt"></a></i></li> | |
</ul> | |
</li> | |
</ul> | |
</div> | |
<div class="content"> | |
<ul> | |
<li class="item item2-1"><a href="http://www.tumblr.com/themes/by/matthew-palmer"><img class="item2-1" src="./images/mptheme.png"/></a> | |
<span class="text">Free Tumblr Themes</span> | |
</li> | |
<li class="item"><a href="http://palmer.im/DailyDo"><img src="./images/DailyDo.png"></a> | |
<span class="text">DailyDo</span> | |
</li> | |
<li class="item"><a href="http://palmer.im/TimerGame"><img src="./images/TimerGameCopy.png"></a> | |
<span class="text">SecondStop</span> | |
</li> | |
<li class="item"><a href="http://palmer.im/Task8"><img src="./images/Task8-2.png"></a> | |
<span class="text">Task8</span> | |
</li> | |
<li class="item"><a href="http://palmer.im/Responsive-iOS-Grid-System/"><img src="./images/GridSystem.png"></a> | |
<span class="text">Responsive iOS Grid</span> | |
</li> | |
<li class="item item2-1"><a href="http://jotting.tk"><img src="./images/Notes.png"/></a> | |
<span class="text">Jotting.tk</span> | |
</li> | |
<li class="item"><a href="http://www.palmer.im"><img src="./images/businesscards.png"></a> | |
<span class="text">Cards</span> | |
</li> | |
<li class="item"><a href="http://dribbble.com/mp"><img src="./images/dbm.png"></a> | |
<span class="text">Dribbble</span> | |
</li> | |
</ul> | |
<header> <a href="http://palmer.im">Thanks for looking at my portfolio.<br/><br/> Matthew Palmer </a></header> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment