-
Notifications
You must be signed in to change notification settings - Fork 0
/
blank_page_template.html
218 lines (183 loc) · 7.97 KB
/
blank_page_template.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Michael Lunzer | Home</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="css/flexslider.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/line-icons.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/elegant-icons.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/theme.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/jqinstagram.css" rel="stylesheet">
<!--[if gte IE 9]>
<link rel="stylesheet" type="text/css" href="css/ie9.css" />
<![endif]-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600,700%7CRaleway:700' rel='stylesheet' type='text/css'>
<script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<link rel="icon" href="img/treeemoji.png" type="image/png"/>
<link rel="apple-touch-icon" href="img/treeemoji.png" />
</head>
<body>
<div class="loader">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
<div class="nav-container"><nav class="top-bar overlay-bar">
<div class="container">
<div class="row utility-menu">
<div class="col-sm-12">
<div class="utility-inner clearfix">
<span class="alt-font"><i class="icon icon_pin"></i> West Coast, USA</span>
<span class="alt-font"><i class="icon icon_mail"></i> [email protected]</span>
</div>
</div>
</div>
<div class="row nav-menu">
<div class="col-md-2 col-sm-3 columns">
<img class="logo logo-light" alt="Logo" src="img/logo-light.png">
<img class="logo logo-dark" alt="Logo" src="img/logo-dark.png">
</div><div class="col-md-2 col-sm-3 columns">
</div>
<div class="col-md-10 col-sm-9 columns">
<ul class="menu">
<li><a href="index.html">Home </a></li>
<li><a href="resume.html">Résumé </a></li>
<li><a href="bucketlist.html">Bucket List </a></li>
<li class="has-dropdown"><a href="#">Projects</a>
<div class="subnav subnav-halfwidth">
<div class="col-md-6">
<h6 class="alt-font">Raspberry Pi Projects</h6>
<ul class="subnav">
<li><a href="lunzpi.html">LunzPi: Alarm Clock</a></li>
<li><a href="lunrise.html">LunRise: Artificial Sunrise</a></li>
<li><a href="lunzbulb.html">LunzBulb: BT LED Lightbulb</a></li>
<li><a href="lunzstatus.html">LunzStatus: Am I Home?</a></li>
</ul>
</div>
<div class="col-md-6">
<h6 class="alt-font">Other Projects<br></h6>
<ul class="subnav">
<li><a href="oregoncoasters.html">The Oregon Coasters Kickstarter</a></li>
<li><a href="chessboardnightstand.html">Chessboard Night Stand</a></li>
<li><a href="retroBT.html">Retro Bluetooth Radio</a></li>
<li><a href="eugenebiketheftdata.html">Eugene Bike Theft Data</a></li>
<li><a href="lunzstatus.html">LunzStatus: Am I Home?</a></li>
</ul>
</div>
</div>
</li>
<ul class="social-icons text-right">
<li>
<a href="https://twitter.com/MichaelLunzer" target="_blank">
<i class="icon social_twitter"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/michael.lunzer" target="_blank">
<i class="icon social_facebook"></i>
</a>
</li>
<li>
<a href="http://instagram.com/michaellunzer" target="_blank">
<i class="icon social_instagram"></i>
</a>
</li>
<li>
<a href="http://www.linkedin.com/in/michaellunzer/" target="_blank">
<i class="icon social_linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="mobile-toggle">
<i class="icon icon_menu"></i>
</div>
</div>
</nav>
</div>
<div class="main-container">
<header class="title">
<div class="background-image-holder">
<img class="background-image" alt="Background Image" src="img/slide-image-5.jpg">
</div>
<div class="container align-bottom">
<div class="row">
<div class="col-xs-12">
<h1 class="text-white">Bucket List</h1>
<span class="sub alt-font text-white">Updated 10-7-16</span>
</div>
</div>
</div>
</header>
<!-- CONTENT GOES HERE!!!!!1 -->
<div class="footer-container">
<footer class="short bg-secondary-1">
<div class="container">
<div class="row clearfix">
<div class="col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1 text-center">
<ul class="social-icons">
<li>
<a href="http://www.linkedin.com/in/michaellunzer/" target="default">
<i class="icon social_linkedin"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/michael.lunzer" target="default">
<i class="icon social_facebook"></i>
</a>
</li>
<li>
<a href="http://instagram.com/michaellunzer" target="default">
<i class="icon social_instagram"></i>
</a>
</li>
<li>
<a href="https://twitter.com/MichaelLunzer" target="default">
<i class="icon social_twitter"></i>
</a>
</li>
<li>
<a href="http://michaellunzer.tumblr.com/" target="default">
<i class="icon social_tumblr"></i>
</a>
</li>
<li>
<a href="https://open.spotify.com/user/michaellunzer" target="default">
<i class="icon social_spotify"></i>
</a>
</li>
</ul><br><br>
<span class="sub">© Copyright 2016 Michael Lunzer - All Rights Reserved</span>
</div>
</div>
</div>
</footer>
</div>
<script src="https://www.youtube.com/iframe_api"></script>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.plugin.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/skrollr.min.js"></script>
<script src="js/spectragram.min.js"></script>
<script src="js/scrollReveal.min.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/twitterFetcher_v10_min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>