-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (72 loc) · 2.42 KB
/
index.html
File metadata and controls
80 lines (72 loc) · 2.42 KB
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
---
title: Cris Kelly's Resume
layout: default
---
<div id="skills">
<img src="images/ck-flags.jpg" alt="toy train">
<h2>Technical Skills</h2>
<ul id="skills-ul">
<li>Ruby/Rails</li>
<li>Sinatra</li>
<li>JavaScript/jQuery</li>
<li>jQuery Mobile</li>
<li>PhoneGap</li>
<li>GitHub</li>
<li>Middleman</li>
<li>Bootstrap</li>
<li>Mobile/Responsive Design</li>
<li>HTML5</li>
<li>CSS3</li>
</ul>
<!-- <h3>Other Technical Skills</h3>
<ul id="skills-ul2">
<li>WordPress Development</li>
<li>Adobe Photoshop</li>
<li>Microsoft Office</li>
<li>PHP and MySQL Familiarity</li>
</ul> -->
</div>
<div id="work">
<h2>Mobile App Developer</h2>
<p>Solo project ~ Created non-native mobile web app called <a href="http://pocketfacilitator.com" target="_blank">The Pocket Facilitator</a>.</p>
<h2>Front End Developer</h2>
<ul id="front-end">
<li>Targeted solutions to mobile/web applications using JavaScript, HTML5, and CSS3</li>
<li>Integrate responsive design</li>
<li>Version control with Git and GitHub</li>
<li>Interactive design techniques</li>
<li>Create new WordPress themes from scratch using Photoshop mockups</li>
<li>Extensive experience with jQuery and other JavaScript libraries</li>
</ul>
<h2>Professional Team Builder</h2>
<p>Lead Facilitator</p>
<ul>
<li><a href="http://teamsynergo.com">Synergo – Portland, OR</a> – 2004 to present</li>
<li>Various Challenge Courses, Outdoor Education Centers, and Adventure Companies since 1993</li>
</ul>
<aside>
<div class="edu-specs">
<h2>Tech Ed Specs</h2>
<p class="aside-bold">Portland State University</p>
<ul id="psu">
<li>2012 - Interaction Design</li>
<li>HTML5, CSS3 and JavaScript</li>
<li>Discovery and Development</li>
</ul>
<p class="aside-bold">Portland Code School 2013</p>
<ul>
<li>Ruby/Rails</li>
<li>Sinatra</li>
<li>JavaScript</li>
<li>Object-oriented programming</li>
<li>API server development</li>
</ul>
</div>
<div class="linked-logo">
<a href="http://www.linkedin.com/in/criskelly/"><img src="http://socialmediamarketingkelowna.com/wp-content/uploads/2012/02/LinkedinLogoTransparent.png" alt="linked in logo"></a>
</div>
<div class="portfolio">
<a href="http://milky-way-media.com/" target="_blank">My Portfolio</a>
</div>
</aside>
</div>