-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
executable file
·74 lines (69 loc) · 3.37 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<!-- <link rel="stylesheet" href="stylesheets/normalize.css"> -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="stylesheets/screen.css">
<!-- <link rel="stylesheet" href="css/animations.css"> -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="fonts/sharpsans-no1/stylesheet.css">
<!-- <link rel="stylesheet" href="fonts/sharpsans-no2/stylesheet.css"> -->
<link rel="stylesheet" href="fonts/copernicus/stylesheet.css">
<link rel="stylesheet" href="fonts/nixie/stylesheet.css">
<link rel="stylesheet" href="fonts/geotica/stylesheet.css">
<link href="css/hover-min.css" rel="stylesheet">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="top-menu visuallyhidden">
<div class="title-bar" id="main-title-bar">
<div class="title title-initial-state">Andrew Poes</div>
<!-- <div class="fa-stack fa-lg" id="twitter">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x"></i>
</div> -->
</div>
<div class="quote-box" id="main-quote-box">
</div>
<div class="menu-bar">
<div class="bottom-divider"></div>
<ol id="menu-bar-ordered-list">
</ol>
</div>
</div>
<div class="wrap visuallyhidden">
<div id="gallery">
</div>
</div>
<!-- /#wrap -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="js/vendor/jquery.mousewheel.min.js"></script>
<script>window.jQuery || document.write(' <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/project.js"></script>
<script src="js/point.js"></script>
<script src="js/tapgesture.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>