-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
263 lines (244 loc) · 15 KB
/
about.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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html lang="en">
<head>
<title>justinkirtz.com</title>
<link rel="icon" href="images/favicons/camera.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/jquery-ui.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/css/lightgallery.min.css">
<link rel="stylesheet" href="assets/css/bootstrap-datepicker.css">
<link rel="stylesheet" href="assets/css/timesheet.min.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="assets/css/swiper.css">
<link rel="stylesheet" href="assets/css/aos.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-3" role="banner">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-6 col-xl-3" data-aos="fade-down">
<h1 class="mb-0"><a href="index.html" class="text-white h2 mb-0">Justin Kirtz</a></h1>
<h6>Street & Travel Photographer | GIS Professional</h6>
<h6>Greenville, South Carolina</h6>
</div>
<div class="col-10 col-md-7 d-none d-xl-block" data-aos="fade-down">
<nav class="site-navigation position-relative text-right text-lg-center" role="navigation">
<ul class="site-menu js-clone-nav mx-auto d-none d-lg-block">
<li class="active"><a href="index.html">Home</a></li>
<li class="has-children">
<a href="#">Portfolio</a>
<ul class="dropdown">
<li class="has-children">
<a href="#">Street</a>
<ul class="dropdown">
<li><a href="streetinternational.html">International</a></li>
<li><a href="streetusa.html">USA</a></li>
</ul>
</li>
<li class="has-children">
<a href="#">Travel</a>
<ul class="dropdown">
<li><a href="travelinternational.html">International</a></li>
<li><a href="travelusa.html">USA</a></li>
</ul>
</li>
<li><a href="greenvillearea.html">Greenville Area</a></li>
<li class="has-children">
<a href="#">Projects</a>
<ul class="dropdown">
<li class="has-children">
<a href="#">Photo Projects</a>
<ul class="dropdown">
<li><a href="windowsoftheworld.html">Windows of the World</a></li>
<li><a href="twowheels.html">Two Wheels</a></li>
</ul>
</li>
<li class="has-children">
<a href="#">GIS Projects</a>
<ul class="dropdown">
<li><a href="webgis.html">Travel & Photography Web GIS App</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="about.html">About Me</a></li>
<!-- <li><a href="contact.html">Contact</a></li> -->
</ul>
</nav>
</div>
<div class="col-6 col-xl-2 text-right" data-aos="fade-down">
<div class="d-none d-xl-inline-block">
<ul class="site-menu js-clone-nav ml-auto list-unstyled d-flex text-right mb-0" data-class="social">
<!-- <li>
<a href="https://www.linkedin.com/in/justin-kirtz-b0485a9b/" class="pl-0 pr-3" target="_blank"><span class="icon-linkedin"></span></a>
</li> -->
<!-- <li>
<a href="https://www.instagram.com/jkirtz/" class="pl-3 pr-3"><span class="icon-instagram" target="_blank"></span></a>
</li> -->
<!-- <li>
<a href="https://www.youtube.com/channel/UC_DPudUl3m_M12j22uDYvfg" class="pl-3 pr-3" target="_blank"><span class="icon-youtube-play"></span></a>
</li> -->
</ul>
</div>
<div class="d-inline-block d-xl-none ml-md-0 mr-auto py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle text-white"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</div>
</header>
<div class="site-section" data-aos="fade">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-md-7">
<div class="row mb-5">
<div class="col-12 ">
<h2 class="site-section-heading text-center">About Me</h2>
</div>
</div>
</div>
</div>
<div class="row site-section" style="padding:0;">
<!-- Bio Section -->
<div class="col-md-6 col-lg-6 col-xl-4 text-center mb-5">
<h2 class="text-white font-weight-light mb-4">Bio</h2>
<p class="mb-4">I'm a hobbyist photographer with a love for street and traveling. Originally from Ohio, I grew up in Charlotte, North Carolina and have a B.S. in Geography with a concentration in GIS from Appalachian State University (2010).</p>
</div>
<!-- Current Gear Section -->
<div class="col-md-6 col-lg-6 col-xl-4 text-center mb-5">
<img id='aboutMeImage' src="" alt="Image" class="img-fluid mb-4" style="width:75%;">
</div>
<!-- Travel Timeline Section -->
<div class="col-md-6 col-lg-6 col-xl-4 text-center mb-5">
<!-- <img src="images/fulls/me.jpg" alt="Image" class="img-fluid w-50 rounded-circle mb-4"> -->
<h2 class="text-white font-weight-light mb-4">Current Gear</h2>
<h6 class="mb-4" style="text-align:left;margin-bottom:0px !important;font-weight:bold;text-decoration:underline;">Digital</h6>
<ul style="text-align:left;">
<li style="list-style-type:none;">Sony a6600</li>
<ul style="text-align:left;">
<li style="list-style-type:square;">Viltrox 23mm f/1.4</li>
<li style="list-style-type:square;">Tamron 17-70mm f/2.8</li>
</ul>
<!-- <li>Fujifilm X-T20</li>
<ul style="text-align:left;">
<li>Fujifilm XF 18-55mm f/2.8-4</li>
</ul> -->
</ul>
<h6 class="mb-4" style="text-align:left;margin-bottom:0px !important;font-weight:bold;text-decoration:underline;">Film</h6>
<ul style="text-align:left;">
<li style="list-style-type:none;">Nikon N65</li>
<ul style="text-align:left;">
<li style="list-style-type:square;">Nikkor 35mm f/1.8G ED</li>
<li style="list-style-type:square;">Sigma 28-70mm f/2.8-4</li>
</ul>
</ul>
</div>
<div style="width:100%;margin:5px;">
<!-- <h2 class="text-white font-weight-light mb-4" style="text-align:center;width:35%;">Travel Timeline</h2> -->
<div class="col-md-6 col-lg-6 col-xl-4 text-center mb-5" style="margin:auto;">
<!-- <img src="images/fulls/me.jpg" alt="Image" class="img-fluid w-50 rounded-circle mb-4"> -->
<h2 class="text-white font-weight-light mb-4">Travel Timeline</h2>
<p class="mb-4">This includes all international travel as well as domestic travel outside of the general Upstate SC area (aka excluding Charlotte, Asheville, Atlanta, & Charleston)</p>
</div>
<div id="timesheet"></div>
</div>
</div>
</div>
</div>
<div class="footer py-4" style="margin-top:25px;">
<div class="container-fluid text-center">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>document.write(new Date().getFullYear());</script> All rights reserved | Template by <a href="https://colorlib.com" target="_blank" >Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
<script>
function getRandomInt(min, max) {
min = Math.ceil(min);
max = Math.floor(max);
return Math.floor(Math.random() * (max - min)) + min; // The maximum is exclusive and the minimum is inclusive
}
let aboutMeImage = document.getElementById('aboutMeImage');
aboutMeImage.src = 'images/fulls/aboutmeimages/' + getRandomInt(1, 8) + '.jpg';
</script>
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/jquery-migrate-3.0.1.min.js"></script>
<script src="assets/js/jquery-ui.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/jquery.stellar.min.js"></script>
<script src="assets/js/jquery.countdown.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/bootstrap-datepicker.min.js"></script>
<script src="assets/js/swiper.min.js"></script>
<script src="assets/js/aos.js"></script>
<script src="assets/js/picturefill.min.js"></script>
<script src="assets/js/lightgallery-all.min.js"></script>
<script src="assets/js/jquery.mousewheel.min.js"></script>
<script src="assets/js/timesheet.min.js"></script>
<script>
// colors are determined by the 'lorem/ipsem' property that is passed to each dataset
new Timesheet('timesheet', 2014, 2023, [
['08/2014', '08/2014', '<span style="font-weight:bold;color:#88c33a">Mexico</span> (Cancún)', 'lorem'],
['10/2015', '11/2015', '<span style="font-weight:bold;color:#f3552e">USA</span> (New York City, NY, Washington DC, Boston, MA)', ''],
['10/2015', '11/2015', '<span style="font-weight:bold;color:#88c33a">Ireland</span> (Dublin), <span style="font-weight:bold;color:#88c33a">Belgium</span> (Brussels), <span style="font-weight:bold;color:#88c33a">France</span> (Paris), <span style="font-weight:bold;color:#88c33a">Germany</span> (Trier)', 'lorem'],
['05/2016', '06/2016', '<span style="font-weight:bold;color:#88c33a">Canada</span> (Toronto), <span style="font-weight:bold;color:#88c33a">The Netherlands</span> (Amsterdam), <span style="font-weight:bold;color:#88c33a">Norway</span> (Oslo)', 'lorem'],
['05/2016', '06/2016', '<span style="font-weight:bold;color:#88c33a">Czech Republic</span> (Prague), <span style="font-weight:bold;color:#88c33a">Austria</span> (Vienna), <span style="font-weight:bold;color:#88c33a">Slovakia</span> (Bratislava)', 'lorem'],
['09/2016', '09/2016', '<span style="font-weight:bold;color:#f3552e">USA</span> (San Francisco Bay Area, Yosemite National Park)', ''],
['02/2017', '02/2017', '<span style="font-weight:bold;color:#f3552e">USA</span> (New York City, NY)', ''],
['02/2017', '02/2017', '<span style="font-weight:bold;color:#88c33a">Spain</span> (Barcelona), <span style="font-weight:bold;color:#88c33a">The Netherlands</span> (Amsterdam)', 'lorem'],
['08/2017', '08/2017', '<span style="font-weight:bold;color:#88c33a">Italy</span> (Venice, Trento, Lago di Garda, Verona, Trieste, Florence, Pisa, Bologna)', 'lorem'],
['08/2017', '08/2017', '<span style="font-weight:bold;color:#88c33a">Slovenia</span> (Ljubljana, Bled, Lake Bohinj, Predjama, Postojna)', 'lorem'],
['11/2017', '11/2017', '<span style="font-weight:bold;color:#88c33a">England</span> (London)', 'lorem'],
['11/2017', '11/2017', '<span style="font-weight:bold;color:#88c33a">Denmark</span> (Copenhagen, Hillerød, Helsingør), <span style="font-weight:bold;color:#88c33a">Sweden</span> (Malmö, Helsingborg)', 'lorem'],
['08/2018', '09/2018', '<span style="font-weight:bold;color:#f3552e">USA</span> (Key West, FL)', ''],
['10/2018', '10/2018', '<span style="font-weight:bold;color:#f3552e">USA</span> (New York City, NY)', ''],
['10/2018', '10/2018', '<span style="font-weight:bold;color:#88c33a">Switzerland</span> (Zürich), <span style="font-weight:bold;color:#88c33a">Croatia</span> (Zagreb, Rovinj, Plitvice Lakes), <span style="font-weight:bold;color:#88c33a">Slovenia</span> (Ljubljana, Bled)', ''],
['05/2019', '05/2019', '<span style="font-weight:bold;color:#88c33a">Denmark</span> (Copenhagen, Roskilde, Køge)', 'lorem'],
['05/2019', '05/2019', '<span style="font-weight:bold;color:#f3552e">USA</span> (Denver, CO)', ''],
['11/2019', '11/2019', '<span style="font-weight:bold;color:#f3552e">USA</span> (Savannah, GA)', ''],
['10/2020', '10/2020', '<span style="font-weight:bold;color:#f3552e">USA</span> (Nashville, TN)', ''],
['08/2021', '08/2021', '<span style="font-weight:bold;color:#f3552e">USA</span> (Lexington, KY)', ''],
['04/2023', '04/2023', '<span style="font-weight:bold;color:#f3552e">USA</span> (Miami, FL)', ''],
['04/2023', '04/2023', '<span style="font-weight:bold;color:#88c33a">Spain</span> (Madrid, Toledo, Seville, Ronda, Málaga, Granada)', 'lorem'],
['06/2023', '06/2023', '<span style="font-weight:bold;color:#f3552e">USA</span> (Washington DC)', ''],
['07/2023', '07/2023', '<span style="font-weight:bold;color:#f3552e">USA</span> (San Diego, CA)', ''],
['04/2024', '04/2024', '<span style="font-weight:bold;color:#f3552e">USA</span> (Wilmington, NC)', ''],
['05/2024', '05/2024', '<span style="font-weight:bold;color:#88c33a">Mexico</span> (Cancún)', 'lorem'],
['07/2024', '07/2024', '<span style="font-weight:bold;color:#f3552e">USA</span> (San Diego, CA)', ''],
['10/2024', '10/2024', '<span style="font-weight:bold;color:#f3552e">USA</span> (New York City, NY)', ''],
['11/2024', '11/2024', '<span style="font-weight:bold;color:#f3552e">USA</span> (Myrtle Beach, SC)', ''],
]);
</script>
<script src="assets/js/main.js"></script>
<script>
$(document).ready(function(){
$('#lightgallery').lightGallery({
download: false,
share: false
});
});
</script>
</body>
</html>