-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
167 lines (142 loc) · 6.21 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>roebuckgis</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/modernizr.custom.js"></script>
<link href='http://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-offset="0" data-target="#theMenu">
<!-- Menu -->
<nav class="menu" id="theMenu">
<div class="menu-wrap">
<h1 class="logo"><a href="index.html#home">roebuckgis</a></h1>
<i class="icon-remove menu-close"></i>
<a href="#home" class="smoothScroll">Home</a>
<a href="#about" class="smoothScroll">About</a>
<a href="#portfolio" class="smoothScroll">Portfolio</a>
<a href="#contact" class="smoothScroll">Contact</a>
<a href="https://www.facebook.com/jtroebuck" target="_blank"><i class="icon-facebook"></i></a>
<a href="https://twitter.com/roebuckgis" targe="_blank"><i class="icon-twitter"></i></a>
<a href="https://github.com/roebuckgis"><i class="icon-github"></i></a>
<a href="#"><i class="icon-envelope"></i></a>
</div>
<!-- Menu button -->
<div id="menuToggle"><i class="icon-reorder"></i></div>
</nav>
<!-- ========== HEADER SECTION ========== -->
<section id="home" name="home"></section>
<div id="headerwrap">
<div class="container">
<div class="logo">
<img src="assets/img/logo.png">
</div>
<br>
<div class="row">
<h1>roebuckgis</h1>
<br>
<h3>Jason Roebuck</h3>
<p>GIS Developer, Geographer, Technology Enthusiast</p>
<br>
<br>
<div class="col-lg-6 col-lg-offset-3">
</div>
</div>
</div><!-- /container -->
</div><!-- /headerwrap -->
<!-- ========== ABOUT SECTION ========== -->
<section id="about" name="about"></section>
<div id="f">
<div class="container">
<div class="row">
<h3>ABOUT ME</h3>
<p class="centered"><i class="icon icon-circle"></i><i class="icon icon-circle"></i><i class="icon icon-circle"></i></p>
<!-- INTRO INFORMATIO-->
<div class="col-lg-6 col-lg-offset-3">
<p>I'm a full-time GIS Developer in Portland, Oregon, who happens to also be attending Portland State University chugging away on a PhD in Geography/GIS.</p>
<p>My passion is making data available to the people, whether published as a user-friendly map, or as raw data for others to tinker with.</p>
<p>And, oh, yeah, my wife is going to school working on a degree in CIT. Check <a href="http://github.com/zekegeek" target="_blank">her</a> out.</
</div>
</div>
</div><!-- /container -->
</div><!-- /f -->
<!-- ========== CAROUSEL SECTION ========== -->
<section id="portfolio" name="portfolio"></section>
<div id="f">
<div class="container">
<div class="row centered">
<h3>SOME PROJECTS</h3>
<p class="centered"><i class="icon icon-circle"></i><i class="icon icon-circle"></i><i class="icon icon-circle"></i></p>
<div class="col-lg-6 col-lg-offset-3">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active centered">
<img class="img-responsive" src="assets/img/c1.png" alt="">
</div>
<div class="item centered">
<img class="img-responsive" src="assets/img/c2.png" alt="">
</div>
<div class="item centered">
<img class="img-responsive" src="assets/img/c3.png" alt="">
</div>
</div>
<br>
<br>
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
</div>
</div><!-- col-lg-8 -->
</div><!-- row -->
</div><!-- container -->
</div> <!-- f -->
<!-- ========== CONTACT SECTION ========== -->
<section id="contact" name="contact"></section>
<div id="f">
<div class="container">
<div class="row">
<h3>CONTACT ME</h3>
<p class="centered"><i class="icon icon-circle"></i><i class="icon icon-circle"></i><i class="icon icon-circle"></i></p>
<div class="col-lg-6 col-lg-offset-3">
<p>jason(at)roebuckgis(dot)com</p>
</div>
</div>
</div>
</div>
<!-- ========== FOOTER SECTION ============= -->
<section id="footer" name="footer"></section>
<div id="f">
<div class="container">
<p><span class="glyphicon glyphicon-copyright-mark"></span> 2014 roebuckgis</p>
<p>Derived from <a class="btn btn-default btn-xs active" href="http://www.blacktie.co/2013/10/minimal-dark-bootstrap-3-theme/" target="_blank"><img style="max-height:30px;" src="http://www.blacktie.co/blog/wp-content/uploads/2014/01/logo902.png" alt="blacktie.com MINIMAL theme" title="MINIMAL"></img></a></p>
<p><a class="btn btn-default btn-xs active" href="http://creativecommons.org/licenses/by/3.0/" rel="license" target="_blank"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="CC BY"></img></a></p>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/classie.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/smoothscroll.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>