-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·79 lines (72 loc) · 2.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sounds of Polaris</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="The portfolio of Harold Scissors">
<meta name="author" content="Harold Scissors">
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="js/jquery.fittext.js"></script>
<script src="js/sop.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<div id="social-wrapper" class="center">
<a class="social-link linkedin" href="https://www.linkedin.com/in/haroldscissors" alt="http://www.linekdin.com"></a>
<a class="social-link stackoverflow" href="https://stackoverflow.com/users/1813606/soundsofpolaris" alt="http://www.stackoverflow.com"></a>
<a class="social-link email" href="mailto:" alt="[email protected]"></a>
</div>
<div id="header-wrapper">
<p class="header-title">Sounds of Polaris</p>
<p class="header-desc">Portfolio of Harold Scissors</p>
</div>
</header>
<div id="body-wrapper" class="center">
<main>
<div class="post-wrapper" data="">
<img class="post-background" src="http://placehold.it/1024x300">
<div class="date-wrapper">
<p class="date-month">Mar</p>
<p class="date-year">2016</p>
</div>
<div class="desc-wrapper">
<p class="desc-title">Test Project</p>
<p class="desc-subtitle">This is a simple test project place holder</p>
</div>
</div>
<div class="post-wrapper" data="">
<img class="post-background" src="http://placehold.it/1024x300">
<div class="date-wrapper">
<p class="date-month">Mar</p>
<p class="date-year">2016</p>
</div>
<div class="desc-wrapper">
<p class="desc-title">Longer Project Title to the Max!</p>
<p class="desc-subtitle">Shrt hldr</p>
</div>
</div>
<div class="post-wrapper" data="">
<img class="post-background" src="http://placehold.it/1024x300">
<div class="date-wrapper">
<p class="date-month">Mar</p>
<p class="date-year">2016</p>
</div>
<div class="desc-wrapper">
<p class="desc-title">Test Project</p>
<p class="desc-subtitle"></p>
</div>
</div>
</main>
<footer>
<div id="footer-wrapper" class="center">
<p class="copyright">© 2016 Harold Scissors</p>
</div>
</footer>
</div>
</body>
</html>