-
Notifications
You must be signed in to change notification settings - Fork 0
/
navbar.html
141 lines (118 loc) · 5.52 KB
/
navbar.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
<!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" />
<!--Google Analytics tracking code-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41477630-1', 'auto');
ga('send', 'pageview');
</script>
</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.html">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="longboard.html">Mahogony Longboard</a></li>
<li><a href="eugenebiketheftdata.html">Eugene Bike Theft Data</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>