This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·449 lines (413 loc) · 16.3 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
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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
<!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">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Andrew Krigline - Designer</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="js/vendor/picturefill.min.js"></script>
</head>
<body data-spy="scroll" data-target=".top-nav" data-offset="70" id="home">
<section id="intro">
<div class="imagePanner">
<ul id="scene" class="panning list-unstyled">
<li class="layer base" data-depth="0.00">
<img src="img/multi-me.jpg">
</li>
<li class="layer" data-depth="0.1">
<header class="name">
<div class="centerme">
<img src="img/svg/codeKfinal.svg" alt="">
<h1>Andrew Krigline</h1>
<div class="scrollThrough">
<h3>Web Guru,Computer Geek,Front-End Developer,Tolkeinian,UI/UX Dabbler,PC Gamer,Story Enjoyer,3D Printer</h3>
</div>
</div>
</header>
</li>
<li class="layer overlay" data-depth="0.0">
<img src="img/multi-me-overlay.png">
</li>
</ul>
</div>
</section>
<div class="welcome container-fluid"></div>
<nav class="navbar top-nav" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="index.html">
<img src="img/svg/codeKfinal.svg" alt=""><span class="top-hide">Andrew Krigline</span>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-right cl-effect-1">
<li style="display:none;"><a href="#welcome"></a></li>
<li class="res"><a href="#resume">My Resume</a></li>
<li class="port"><a href="#portfolio">My Work</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<article id="resume">
<div class="container">
<section>
<header class="col-xs-12">
<h1 class="col-xl-offset-1 col-xs-12">I'm a front-end designer & developer based out of Akron.<span class="hidden-md hidden-lg"> I enjoy problem-solving, epic stories, and bagpipes.</span></h1>
</header>
<div class="col-xs-12 col-sm-10 col-sm-offset-2">
<p class="col-xs-12 col-md-8">In my twenty-something years on this earth I’ve flown around the world seven times, been to nine countries, and have called two continents home. I lived in China for 10 years. In that time my interactions with people from all over the world shaped me into a person who sees things with a global perspective.</p>
<p class="col-xs-12 col-md-6">Most who know me would classify me as a ‘geek’ and I wear that title proudly. I taught myself how to code HTML and CSS when I was in 8th grade and have been learning about front-end development ever since. The Graphic Design program at The University of Akron has only solidified my love for all things web design.</p>
<blockquote class="col-xs-12 col-md-6 hidden-xs hidden-sm">
<h2>I enjoy problem-solving, epic stories, and bagpipes.</h2>
</blockquote>
<p class="col-xs-12 col-md-8">I enjoy reading the classic works of J.R.R. Tolkien, C.S. Lewis, and Orson Scott Card, as well as the more recent Christopher Paolini and Stephen Lawhead. I consider myself a Tolkeinian first and foremost, but also a Trekkie, budding Whovian, and Star Wars fan. As much as I use Apple devices for design, I also have a PC that I built myself for the purpose of gaming. Dabbling in 3D printing takes up my spare time and Coca-Cola is the fuel that feeds my creative engine.</p>
</div>
</section>
<section class="col-xs-12">
<header class="row">
<div class="col-xs-12 col-sm-2 text-center">
<img src="img/svg/experience.svg" alt="" class="icon-resume">
<h4>Experience</h4>
</div>
<hr class="col-xs-12 col-sm-10 pull-right">
</header>
<div class="col-xs-12 col-sm-10 col-sm-offset-2">
<div class="row">
<div class="col-xs-12 col-md-8 col-xl-12">
<dl>
<div class="row">
<div class="col-xs-12 col-xl-4">
<dt class="position">Web Guru, Co-Founder</dt>
<dd>Creative Folk</dd>
<dd class="small">2014-Present</dd>
<dd>Partner and Co-Creator of a creative agency known as Creative-Folk. I specialize in Web Design and Development (Front-End). Responsible for client interactions, finances, and team management.</dd>
</div>
<div class="col-xs-12 col-xl-4">
<dt class="position">Designer</dt>
<dd>designxnine</dd>
<dd class="small">2014-Present</dd>
<dd>Selected to be one of ten designers in the Myers School of Art's in-house design studio. Worked primarily with print design and identity for various clients around Akron, Ohio.</dd>
</div>
<div class="col-xs-12 col-xl-4">
<dt class="position">UI/UX Designer</dt>
<dd>GorMonjee Inc.</dd>
<dd class="small">2014-Present</dd>
<dd>Worked with both UI and UX concepts to design and mock up GorMonjee's webapp interface.</dd>
</div>
</div>
</dl>
</div><!-- current positions -->
<div class="previousExperience col-xs-12 col-md-4 col-xl-12">
<dl class="row">
<div class="col-xs-12 col-xl-4 margin-none">
<div class="row">
<div class="col-xs-6 col-md-12 col-lg-6 col-xl-12">
<dt class="position">Web Designer</dt>
<dd>Vestor Inc.</dd>
<dd class="small">2014 (summer)</dd>
</div>
<div class="col-xs-6 col-md-12 col-lg-6 col-xl-12">
<dt class="position">Web Design Intern</dt>
<dd>Flashstarts Inc.</dd>
<dd class="small">2014 (summer)</dd>
</div>
</div>
</div>
<div class="col-xs-12 col-xl-4 margin-none">
<div class="row">
<div class="col-xs-6 col-md-12 col-lg-6 col-xl-12">
<dt class="position">Web Intern</dt>
<dd>Go Getter Growth Partners</dd>
<dd class="small">2014 (spring)</dd>
</div>
<div class="col-xs-6 col-md-12 col-lg-6 col-xl-12">
<dt class="position">Design Consultant</dt>
<dd>The Buchtelite</dd>
<dd class="small">2014-2015</dd>
</div>
</div>
</div>
<div class="col-xs-12 col-xl-4 margin-none">
<div class="row">
<div class="col-xs-6 col-md-12 col-lg-6 col-xl-12">
<dt class="position">Page Designer</dt>
<dd>The Buchtelite</dd>
<dd class="small">2012-2014</dd>
</div>
<div class="col-xs-6 col-md-12 col-lg-6 col-xl-12">
<dt class="position">Web Designer</dt>
<dd>The Buchtelite</dd>
<dd class="small">2012-2014</dd>
</div>
</div>
</div>
</dl>
</div><!-- .previousExperience -->
</div><!-- row -->
</div>
</section><!-- Jobs -->
<section class="col-xs-12 education">
<header class="row">
<div class="col-xs-12 col-sm-2 text-center">
<img src="img/svg/education.svg" alt="" class="icon-resume">
<h4>Education</h4>
</div>
<hr class="col-xs-12 col-sm-10 pull-right">
</header>
<dl class="col-xs-12 col-sm-10 col-sm-offset-2">
<dt class="position">Bachelor of Fine Arts in Graphic Design</dt>
<dd class="small">Expected Graduation Spring 2015</dd>
<dd>The University of Akron - Myers School of Art</dd>
</dl>
</section><!-- education -->
<section class="skillSet col-xs-12">
<header class="row">
<div class="col-xs-12 col-sm-2 text-center">
<img src="img/svg/skills.svg" alt="" class="icon-resume">
<h4>Skillset</h4>
</div>
<hr class="col-xs-12 col-sm-10 pull-right">
</header>
<div class="col-xs-12 col-sm-10 col-sm-offset-2">
<div class="row">
<dl class="col-xs-6 col-sm-3">
<dt>Design</dt>
<dd>Websites</dd>
<dd>User Interface</dd>
<dd>User Experience</dd>
</dl>
<dl class="col-xs-6 col-sm-3">
<dt>Development</dt>
<dd>HTML</dd>
<dd>CSS, LESS, SASS</dd>
<dd>PHP</dd>
<dd>jQuery</dd>
</dl>
<dl class="col-xs-6 col-sm-3">
<dt>Applications</dt>
<dd>Sublime Text</dd>
<dd>Sketch</dd>
<dd>Adobe CS</dd>
<dd>inVision</dd>
</dl>
<dl class="col-xs-6 col-sm-3">
<dt>Languages</dt>
<dd>English</dd>
<dd>Mandarin</dd>
</dl>
</div>
</div>
</section><!-- .skillset -->
<section class="col-xs-12">
<header class="row">
<div class="col-xs-12 col-sm-2 text-center">
<img src="img/svg/other.svg" alt="" class="icon-resume">
<h4>Extras</h4>
</div>
<hr class="col-xs-12 col-sm-10 pull-right">
</header>
<dl class="col-xs-12 col-sm-10 col-sm-offset-2">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4">
<dt>Memberships</dt>
<dd>Student Member</dd>
<dd class="small">American Advertising Federation, Akron</dd>
<dd>Member</dd>
<dd class="small">Student Design Society, University of Akron</dd>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<dt>Volunteer Work</dt>
<dd>Videographer/Documentation</dd>
<dd class="small"><a href="http://benitezvogl.com/projects/sara">Project S.A.R.A</a></dd>
<dd>Student Member</dd>
<dd class="small">Media Advisory Committee at the University of Akron</dd>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<dt>Awards</dt>
<dd>Dean's List</dd>
<div class="row">
<dd class="small col-xs-5">Fall 2011</dd>
<dd class="small col-xs-5">Spring 2012</dd>
<dd class="small col-xs-5">Fall 2012</dd>
<dd class="small col-xs-5">Spring 2013</dd>
<dd class="small col-xs-5">Fall 2013</dd>
<dd class="small col-xs-5">Spring 2014</dd>
<dd class="small col-xs-5">Fall 2014</dd>
</div>
</div>
</div><!-- row -->
</dl>
</section><!-- Extras -->
</div><!-- container -->
</article><!-- resume -->
<article id="portfolio">
<div class="container-fluid">
<ul class="list-unstyled full-width">
<li>
<figure>
<img src="img/about-shot-xl.jpg" alt="">
<a href="work.html">
<figcaption class="col-xs-10 col-sm-6 col-md-4">
<h1>GorMonjee WebApp</h1>
<h5>UI & UX</h5>
<p>GorMonjee is a food decision making platform, my goal was to make it a friendly experience.</p>
<div class="continue">See Full Project<span class="glyphicon glyphicon-chevron-right"></span></div>
</figcaption>
</a>
</figure>
</li>
<li>
<figure>
<img src="img/about-shot-xl.jpg" alt="">
<a href="work.html">
<figcaption class="col-xs-10 col-sm-6 col-md-4">
<h1>GorMonjee WebApp</h1>
<h5>UI & UX</h5>
<p>GorMonjee is a food decision making platform, my goal was to make it a friendly experience.</p>
<div class="continue">See Full Project<span class="glyphicon glyphicon-chevron-right"></span></div>
</figcaption>
</a>
</figure>
</li>
<li>
<figure>
<img src="img/about-shot-xl.jpg" alt="">
<a href="work.html">
<figcaption class="col-xs-10 col-sm-6 col-md-4">
<h1>GorMonjee WebApp</h1>
<h5>UI & UX</h5>
<p>GorMonjee is a food decision making platform, my goal was to make it a friendly experience.</p>
<div class="continue">See Full Project<span class="glyphicon glyphicon-chevron-right"></span></div>
</figcaption>
</a>
</figure>
</li>
</ul>
<ul class="list-unstyled other-work row">
<li>
<figure>
<img src="img/about-shot-xl.jpg" alt="">
<a href="work.html">
<figcaption class="col-xs-10 col-sm-6 col-md-4">
<h3>GorMonjee WebApp</h3>
<h5>UI & UX</h5>
</figcaption>
</a>
</figure>
</li>
<li>
<figure>
<img src="img/about-shot-xl.jpg" alt="">
<a href="work.html">
<figcaption class="col-xs-10 col-sm-6 col-md-4">
<h3>GorMonjee WebApp</h3>
<h5>UI & UX</h5>
</figcaption>
</a>
</figure>
</li>
<li>
<figure>
<img src="img/about-shot-xl.jpg" alt="">
<a href="work.html">
<figcaption class="col-xs-10 col-sm-6 col-md-4">
<h3>GorMonjee WebApp</h3>
<h5>UI & UX</h5>
</figcaption>
</a>
</figure>
</li>
<li>
<figure>
<img src="img/about-shot-xl.jpg" alt="">
<a href="work.html">
<figcaption class="col-xs-10 col-sm-6 col-md-4">
<h3>GorMonjee WebApp</h3>
<h5>UI & UX</h5>
</figcaption>
</a>
</figure>
</li>
</ul>
</div>
<!-- Thumbs of my Work -->
</article><!-- portfolio -->
<footer id="contact">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6">
<h1>Microruminations</h1>
<article>
<h2>MicroRuminations</h2>
<p>Blah blah blah</p>
<a href="" class="to-tumblr">Read more</a>
</article>
</div>
<div class="col-xs-12 col-md-6 contactContainer">
<h1>Get in Touch</h1>
<form>
<div class="form-group">
<label for="name">Your Name</label>
<input type="text" class="form-control" id="name" placeholder="Barrel Rider">
</div>
<div class="form-group">
<label for="email">Your Email</label>
<input type="email" class="form-control" id="email" placeholder="I promise I won't spam you.">
</div>
<div class="form-group">
<label for="message">What can I help you with?</label>
<textarea class="form-control" id="message"></textarea>
</div>
</form>
</div><!-- contactContainer -->
<div class="social col-xs-12">
<h5>Feel free to stalk me</h5>
<a href=""><img src="img/svg/github.svg" alt=""></a>
<a href=""><img src="img/svg/linkedin.svg" alt=""></a>
<a href=""><img src="img/svg/gplus.svg" alt=""></a>
<a href=""><img src="img/svg/designspiration.svg" alt=""></a>
<a href=""><img src="img/svg/twitter.svg" alt=""></a>
<a href=""><img src="img/svg/tumblr.svg" alt=""></a>
</div>
</div>
</div>
</footer><!-- contact -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/jquery.easing.1.3.js"></script>
<script src="js/vendor/jquery.sticky.js"></script>
<script src="js/vendor/jquery.scrollTo.min.js"></script>
<script src="js/vendor/jquery.localScroll.min.js"></script>
<script src="js/vendor/morphext.min.js"></script>
<script src="js/vendor/jquery.parallax.js"></script>
<script src="js/main.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='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</body>
</html>