-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
222 lines (187 loc) · 7.26 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
<html ng-app="myApp">
<head>
<title>Blaine R. Gunn</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel='stylesheet' type="text/css" href='mobile.css' />
<link rel="stylesheet" type="text/css" href="style.css">
<link href='http://fonts.googleapis.com/css?family=Signika' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="contianer">
<div id="title">
Blaine R. Gunn
</div>
<div id="menu">
<div onclick="homeClick()" class="home" id="menuItem">
<a href="#h">
<i class=" icon icon-home"></i>
Home
</a>
</div>
<div onclick="bioClick()" class="bio" id="menuItem">
<a href="#b">
<i class=" icon icon-bio"></i>
Bio
</a>
</div>
<div onclick="resumeClick()" class="resume" id="menuItem">
<a href="#r">
<i class=" icon icon-resume"></i>
Resume
</a>
</div>
<div onclick="blogClick()" class="blog" id="menuItem">
<a href="#blog">
<i class=" icon icon-blog"></i>
Blog
</a>
</div>
<div onclick="contactClick()" class="contact" id="menuItem">
<a href="#c">
<i class=" icon icon-contact"></i>
Contact
</a>
</div>
</div>
<!-- different views start here -->
<div id="homeView">
<div id="intro">
<div id="player"></div>
</div>
</div>
<!-- different views start here -->
<div id="resumeView">
<!-- <iframe width="730px" height="1100px" src="https://docs.google.com/document/d/1pmWb9HLeZ7ZZyCTvg4CsR6vGQAnN2FJUVRUMIEVovVw/pub?embedded=true"></iframe> -->
<div class="resumeFrame">
<p>Blaine Gunn<br />
1606 North 25 East Layton, Utah 84041 <br />
801.540.9690</p>
<p>blainegunn@gmail.com | github.com/blainegunn | linkedin.com/in/blainegunn</p>
<p>Objective<br />
</p>
<p>Secure a job at Alliance Health as a front end web developer. Add value to the team by delivering results with exactness and attention to detail.</p>
<p>Operations Specialist<br />
</p>
<p>Highly comfortable working with Javascript, HTML5 and CSS3. Very familiar with the AngualrJS framework. Excellent interpersonal, communication, and logical problem solving skills. Experienced in risk management, problem solving, process improvement, and team leadership. Culturally diverse background enhances decision-making, perspectives, and strategies. Will add value to the firm through strategic thinking, discipline, perseverance, and integrity.</p>
<p><a></a>Education<br />
</p>
<p><a></a>Weber State University - Ogden, Utah</p>
<p>Bachelors of Arts in Technical Sales </p>
<p>Charter President - Weber State Collegiate DECA Sept. 2010 – Present</p>
<ul>
<li>Helped lead and manage organization of more than twenty students by training and providing resources that will help them prepare for their monthly volunteer efforts in the community. Planned and organized weekly meetings that train individuals on leadership, teamwork, and relational development.</li>
</ul>
<p>Experience</p>
<p>Needle Inc.</p>
<p>Software Engineer February 2013 – Present </p>
<ul>
<li>Build custom projects for Adidas, Nike, Coach and others.</li>
<li>Created a system for streamlining customization for several other partners that uses variables.</li>
<li>Identify and fix bugs in client facing and user facing software. </li>
<li>Add new features to exisiting software and refactor existing code.</li>
</ul>
<p>Qualtrics Labs LLC.<br />
Full Time Product Specialist Dec 2012– February 2013</p>
<ul>
<li>Worked personally with clients such as Nike, The Wall Street Journal, and Facebook. Help clients program surveys with their advanced logic. Help clients style their surveys using HTML5, CSS3, and JavaScript. Built custom email templates, reports, and landing pages for clients using HTML5 and CSS3.</li>
<li>Opened an European office in Dublin where I personally took care of all customization needs for all EMEA clients; as well as taking care of all operations.</li>
</ul>
<p>Apple Inc.<br />
Part-Time at the Genius Bar October 2010 – February 2013</p>
<ul>
<li>Troubleshot software and hardware issue on OS X and iOS.</li>
<li>Resolved all issues within the allotted appointment time with precisions and exactness.</li>
</ul>
<p>LDS Missionary <br />
Cape Verde Praia September 2007 - September 2009<br />
Served a full-time LDS mission on the archipelago off the west coast of Africa. Learned four languages while also directly leading up to 25 other missionaries.</p>
</div>
</div>
<!-- different views start here -->
<div id="bioView">
<p>
I'm a 26 year old soft ware developer from Eastern England. I currenlty live in Salt Lake City, UT. I enjoy playing soccer and reading programming books on my spare time. I spoke 5 differnet languages growing up, unforuantely today in additon to English I only speak Portuguese. I'm the middle child of 3; older brother, younger sister.
</p>
<div ng-controller="photoCtrl" id="photoFrame">
<div ng-repeat="pics in photos">
<img class="bioPhotos" src="photos/{{pics.photo}}">
</div>
</div>
<div class="spacer"></div>
</div>
<!-- different views start here -->
<div id="blogView">
</div>
<!-- different views start here -->
<div id="contactView">
<div class="contacts">
<div id="contactIcon" class="linkedIn">
<a href="http://www.linkedin.com/in/blainegunn/">
<i class=" icon icon-linkedin"></i>
LinkedIn
</a>
</div>
<div id="contactIcon" class="facebook">
<a href="http://www.facebook.com/brgunn">
<i class=" icon icon-facebook"></i>
Facebook
</a>
</div>
<div id="contactIcon" class="instagram">
<a href="http://www.instagram.com/blainegunn">
<i class=" icon icon-instagram"></i>
Instagram
</a>
</div>
<div id="contactIcon" class="github">
<a href="http://www.github.com/blainegunn">
<i class=" icon icon-github"></i>
Git Hub
</a>
</div>
<div id="contactIcon" class="twitter">
<a href="http://www.twitter.com/blainegunn">
<i class=" icon icon-twitter"></i>
Twitter
</a>
</div>
<div id="contactIcon" class="google">
<a href="http://www.google.com/+blainegunn">
<i class=" icon icon-google"></i>
Google +
</a>
</div>
</div>
<div class="sendEmail">
<form action="mailto:blainegunn@me.com" method="post" enctype="text/plain">
Name:<br>
<input type="text" name="name"><br>
E-mail:<br>
<input type="text" name="mail"><br>
Comment:<br>
<textarea rows="8" cols="50" name="comments"></textarea><br><br>
<input type="submit" value="Send">
</form>
</div>
</div>
<div id="musicPlayer">
<a href="#" id="mute">
<i class=" icon icon-mute"></i>
</a>
<a href="#" id="resume">
<i class=" icon icon-play"></i>
</a>
<a href="#" id="pause">
<i class=" icon icon-pause"></i>
</a>
<a href="#" id="unmute">
<i class=" icon icon-unmute"></i>
</a>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0-rc.3/angular.js"></script>
<script type="text/javascript" src="http://www.youtube.com/player_api"></script>
<script type="text/javascript" src="fun.js"></script>
<script src="blaineApp.js"></script>
</body>
</html>