-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
262 lines (225 loc) · 9.99 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Gavin Wright - Portfolio</title>
<!-- <meta http-equiv="Content-Security-Policy" content="*"> -->
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/favicon/ms-icon-144x144.jpg">
<meta name="theme-color" content="#ffffff">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet prefetch"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.1/css/font-awesome.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/index.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<!-- <body background="img/background3.jpg"> -->
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="header clearfix">
<div class="container">
<div class="row">
<h3 class="col-xs-12 col-sm-6">Gavin Wright</h3>
<div class="col-xs-12 col-sm-6">
<ul>
<a class="btn activeBtn" id="about_button">About</a>
<a class="btn" id="portfolio_button">Portfolio</a>
<a class="btn" id="contact_button">Contact</a>
</ul>
</div>
</div>
</div>
</div>
<!-- your site or application content here -->
<div class="container">
<div class="introduction jumbotron">
<div class="row vertical-align">
<div class="col-xs-12 col-sm-3 col-sm-push-9">
<img src="img/resized.jpg" class="avatar img-responsive">
</div>
<div class="intro-text col-xs-12 col-sm-9 col-sm-pull-3">
Exceptionally creative and highly motivated Senior Android and iOS Developer
with a superior work ethic and a passion for creating excellent user experiences.
Deep knowledge of mobile ecosystems and a fundamental contributor to a team's success.
<br><br>
Well-versed in the latest best practices. Over nine years of mobile experience,
having built and maintained several well-reviewed apps with hundreds of thousands of users on the
Android and iOS stores.
<hr class="emblem-dark">
Currently employed with Simplified IT Products as their in-house mobile development expert.
My work there primarily focuses on development of the Android/iOS apps for their flagship product,
<a href="https://picturekeeper.com/">Picture Keeper.</a>
</div>
</div>
</div>
<div class="portfolio jumbotron" id="portfolio_section">
<h2>PORTFOLIO</h2>
<hr class="emblem-dark">
<div class="sortMenu">
<a class="sortBtn sortBtnActive all-button">ALL</a> /
<a class="sortBtn android-button">ANDROID</a> /
<a class="sortBtn web-button">WEB</a> /
<a class="sortBtn other-button">OTHER</a>
</div>
<div class="row">
<div class="clearfix visible-sm"></div>
<div class="col-xs-12 col-sm-6 col-md-4 all-projects android-projects project6">
<img src="img/image-zoom.png" class="image-zoom">
<img src="img/project6/thumb.jpg" class="img-responsive">
</div>
<div class="col-xs-12 col-sm-6 col-md-4 all-projects android-projects project7">
<img src="img/image-zoom.png" class="image-zoom">
<img src="img/project7/thumb.jpg" class="img-responsive">
</div>
<div class="col-xs-12 col-sm-6 col-md-4 all-projects android-projects project1">
<img src="img/image-zoom.png" class="image-zoom">
<img src="img/project1/thumb.jpg" class="img-responsive">
</div>
<div class="col-xs-12 col-sm-6 col-md-4 all-projects android-projects project2">
<img src="img/image-zoom.png" class="image-zoom">
<img src="img/project2/thumb.jpg" class="img-responsive">
</div>
<div class="col-xs-12 col-sm-6 col-md-4 all-projects web-projects project3">
<img src="img/image-zoom.png" class="image-zoom">
<img src="img/project3/thumb.jpg" class="img-responsive">
</div>
<div class="col-xs-12 col-sm-6 col-md-4 all-projects web-projects project4">
<img src="img/image-zoom.png" class="image-zoom">
<img src="img/project4/thumb.jpg" class="img-responsive">
</div>
<div class="col-xs-12 col-sm-6 col-md-4 all-projects other-projects project5">
<img src="img/image-zoom.png" class="image-zoom">
<img src="img/project5/thumb.jpg" class="img-responsive">
</div>
</div>
</div>
<div class="contact jumbotron">
<h2>CONTACT ME</h2>
<hr class="emblem-dark">
<div class="container">
<div class="row">
<div class="contact-info col-md-6 col-sm-12 col-xs-12">
<div style="display: inline-block; text-align: left;">
Gavin Wright<br />
[email protected]<br />
Mesa, AZ<br />
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12 social-link-container">
<table class="social-link-row">
<tr>
<td valign="middle" style="width: 45px; height: 45px;">
<a href="https://github.com/gavingt" target="_blank">
<img src="img/github_small.png" class="contact-link-image">
</a>
</td>
<td valign="middle" class="contact-link-text">View <a href="https://github.com/gavingt"
target="_blank">my projects</a> on Github</td>
</tr>
</table>
<table class="social-link-row">
<tr>
<td valign="middle" style="width: 45px; height: 45px;">
<a href="https://play.google.com/store/apps/developer?id=Gavin%27s+App+Creations&hl=en_US"
target="_blank">
<img src="img/play_store_small.png" class="contact-link-image">
</a>
</td>
<td valign="middle" class="contact-link-text">View <a
href="https://play.google.com/store/apps/dev?id=8952547466119331535&hl=en_US&gl=US"
target="_blank">my apps</a> published to the Play Store</td>
</tr>
</table>
<table class="social-link-row">
<tr>
<td valign="middle" style="width: 45px; height: 45px;">
<a href="https://medium.com/@gavingt" target="_blank">
<img src="img/medium_small.png" class="contact-link-image">
</a>
</td>
<td valign="middle" class="contact-link-text">Read <a href="https://medium.com/@gavingt"
target="_blank">my articles</a> published to Medium</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<div class="modal-body">
<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="false">
<!--active carousel must have the carousel-inner class on it-->
<div class="carousel-inner">
<div class="item active">
<img src="img/project6/1.jpg" class="d-block img-fluid">
</div>
<div class="item">
<img src="img/project6/2.jpg" class="d-block img-fluid">
</div>
<div class="item">
<img src="img/project6/3.jpg" class="d-block img-fluid">
</div>
<div class="item">
<img src="img/project6/4.jpg" class="d-block img-fluid">
</div>
<div class="item">
<img src="img/project6/5.jpg" class="d-block img-fluid">
</div>
<div class="item">
<img src="img/project6/6.jpg" class="d-block img-fluid">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="modal-footer">
<p class="project-description">This is the project description text</p>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<script src="js/plugins.js"></script>
<script src="js/index.js"></script>
</body>
</html>