-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
476 lines (465 loc) · 15.3 KB
/
portfolio.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
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Sabrina Ferguson - Portfolio</title>
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link
href="http://fonts.googleapis.com/css?family=Lato:400,700|Bitter:400,700"
rel="stylesheet"
type="text/css"
/>
<link href="css/style.css" rel="stylesheet" />
<link href="js/fancybox/jquery.fancybox.css" rel="stylesheet" />
<link
href="js/fancybox/helpers/jquery.fancybox-thumbs.css"
rel="stylesheet"
/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="row header">
<div class="col-md-12">
<h1 class="name">Sabrina Ferguson</h1>
<h2 class="role">UI / UX Developer</h2>
</div>
</div>
<!-- header -->
<div class="row navigation">
<div class="col-md-4 col-xs-12">
<a href="index.html" class="serif">Resume</a>
</div>
<div class="col-md-4 col-xs-12">
<a href="portfolio.html" class="serif">Portfolio</a>
</div>
<div class="col-md-4 col-xs-12">
<a href="contact.html" class="serif">Contact</a>
</div>
</div>
<!-- navigation -->
<hr />
<div class="row body">
<div class="col-md-12">
<p>
A collection of some of my work done in my previous jobs or
freelance project work for clients. A variety of graphic design, web
design and development.
</p>
<br />
</div>
<div class="col-md-10 col-md-offset-1">
<div class="row">
<div class="work col-md-6 col-xs-12">
<div class="preview-work">
<a
href="img/ting/split-ting.png"
class="open-slideshow img-preview"
id="ting"
>
<img
src="img/preview_image.png"
class="preview-shadow img-thumbnail"
/>
<img
src="img/ting/split-ting-preview.png"
class="img-thumbnail"
/>
</a>
</div>
<div class="description">
<h3 class="project-name">Split-Ting App</h3>
<p>
I personally use Ting (Sprint Network) for the family phones.
Their billing system doesn't split out payments by person, so
I created a website to allow one to upload .csv's of their
bills. The app then breaks down the bills to split payment by
each person's usage.
</p>
<p>
<small
>Site:
<a href="/split-ting" target="_blank" title="Split-Ting App"
>Split-Ting App</a
><br />
Github:
<a
href="https://github.com/itsacoyote/split-ting"
target="_blank"
title="Github Repository for Split-Ting Project"
>Github Project</a
></small
>
</p>
</div>
</div>
<!-- work -->
<div class="work col-md-6 col-xs-12">
<div class="preview-work">
<a
href="img/itsacoyote/itsacoyoteworkshop-preview.png"
class="open-slideshow img-preview"
id="itsacoyote"
>
<img
src="img/preview_image.png"
class="preview-shadow img-thumbnail"
/>
<img
src="img/itsacoyote/itsacoyote-workshop-preview.png"
class="img-thumbnail"
/>
</a>
</div>
<div class="description">
<h3 class="project-name">Itsacoyote Workshop</h3>
<p>
Website designed using Hexo, a static-site generator to
showcase my hobby of tabletop miniature painted works.
Connected and maintain social networks and developed with SEO
and Open Graph tags. Developed a plugin for Hexo that converts
my static pages into AMP compatible pages for Google AMP. Use
Route53 for DNS handling of various URLs for my personal
project, S3 for static asset handling along with Cloudfront
for delivery.
</p>
<p>
<small
>Site:
<a
href="http://itsacoyoteworkshop.com"
target="_blank"
title="Itsacoyote Workshop"
>Itsacoyote Workshop Website</a
></small
>
</p>
</div>
</div>
<!-- work -->
<div class="clearfix"></div>
<div class="work col-md-6 col-xs-12">
<div class="preview-work">
<a
href="img/getone/getone-preview.png"
class="open-slideshow img-preview"
id="getone"
>
<img
src="img/preview_image.png"
class="preview-shadow img-thumbnail"
/>
<img
src="img/getone/getone-preview.png"
class="img-thumbnail"
/>
</a>
</div>
<div class="description">
<h3 class="project-name">GetOne Rewards</h3>
<p>
Tasked with redesigning the iPad Kiosk app to improve the user
experience. Overhauled the interface and designed the graphic
assets to be used for iPad. Communicated with business over
workflow of checkout and use cases. Coordinated with
outsourced team and wrote detailed tasks to execute the
design.
</p>
</div>
</div>
<!-- work -->
<div class="work col-md-6 col-xs-12">
<div class="preview-work">
<a
href="img/m2m/m2m-preview.png"
class="open-slideshow img-preview"
id="m2m"
>
<img
src="img/preview_image.png"
class="preview-shadow img-thumbnail"
/>
<img src="img/m2m/m2m-preview.png" class="img-thumbnail" />
</a>
</div>
<div class="description">
<h3 class="project-name">m2m Strategies</h3>
<p>
Responsible for designing with the development team a cohesive
adminsitrative portal for the merging of GetOne's services and
m2M's. Improved existing interfaces where users were having
usability issues and ensured design and style were maintained
across new pages developed by the team.
</p>
</div>
</div>
<!-- work -->
<div class="clearfix"></div>
<div class="work col-md-6 col-xs-12">
<div class="preview-work">
<a
href="img/axis/axis-power-preview.png"
class="open-slideshow img-preview"
id="axis"
>
<img
src="img/preview_image.png"
class="preview-shadow img-thumbnail"
/>
<img
src="img/axis/axis-power-preview.png"
class="img-thumbnail"
/>
</a>
</div>
<div class="description">
<h3 class="project-name">Axis</h3>
<p>
Communicated with client to design a logo for EDM music.
Designed in Photoshop with a theme on space. Created digital
assets for banners, social network avatars and images.
</p>
</div>
</div>
<!-- work -->
<div class="work col-md-6 col-xs-12">
<div class="preview-work">
<a
href="img/hfh/hiring-for-hope-preview.png"
class="open-slideshow img-preview"
id="hfh"
>
<img
src="img/preview_image.png"
class="preview-shadow img-thumbnail"
/>
<img
src="img/hfh/hiring-for-hope-preview.png"
class="img-thumbnail"
/>
</a>
</div>
<div class="description">
<h3 class="project-name">Hiring For Hope</h3>
<p>
Maintained website and made updates for the organization.
Designed graphics for programs and the website. Ensured the
quality of the website and content across server changes.
</p>
</div>
</div>
<!-- work -->
<div class="clearfix"></div>
<div class="work col-md-6 col-xs-12">
<div class="preview-work">
<a
href="img/itsacoyote/itsacoyoteworkshop-preview.png"
class="open-slideshow img-preview"
id="playon"
>
<img
src="img/preview_image.png"
class="preview-shadow img-thumbnail"
/>
<img
src="img/playon/playon-preview.png"
class="img-thumbnail"
/>
</a>
</div>
<div class="description">
<h3 class="project-name">PlayOn! Sports</h3>
<p>
Designed and developed the main website through several
iterations during the time I worked there. Mocked up designs
and discussed with the business over the process and wrote out
the HTML/CSS and Javascript for the website.
</p>
</div>
</div>
<!-- work -->
</div>
</div>
</div>
<!-- body -->
<div class="row footer">
<div class="col-md-10 col-md-offset-1">
<blockquote>
<p>
Marketing without design is lifeless, and design without marketing
is mute.
</p>
<footer>Von R. Glitschka</footer>
</blockquote>
</div>
</div>
<!-- footer -->
</div>
<script src="js/jquery-2.1.1.min.js"></script>
<script src="js/fancybox/jquery.fancybox.pack.js"></script>
<script src="js/fancybox/helpers/jquery.fancybox-thumbs.js"></script>
<script type="text/javascript">
$('.preview-work').hover(
function () {
$(this).find('.preview-shadow').show();
},
function () {
$(this).find('.preview-shadow').hide();
}
);
var images = {
0: [
{
href: 'img/ting/split-ting.png',
},
{
href: 'img/ting/ting-calculations.png',
},
],
1: [
{
href: 'img/itsacoyote/itsacoyoteworkshop-homepage.png',
},
{
href: 'img/itsacoyote/itsacoyoteworkshop-gallery.png',
},
{
href: 'img/itsacoyote/itsacoyoteworkshop-gallery2.png',
},
{
href: 'img/itsacoyote/itsacoyoteworkshop-logo.png',
},
],
2: [
{
href: 'img/getone/screenshot.png',
},
{
href: 'img/getone/step_2.png',
},
{
href: 'img/getone/message_breakdown.png',
},
{
href: 'img/getone/messages_list_breakdown.png',
},
{
href: 'img/getone/sketch.png',
},
],
3: [
{
href: 'img/m2m/budget_overview.png',
},
{
href: 'img/m2m/campaign_manager.png',
},
{
href: 'img/m2m/location_info.png',
},
],
4: [
{
href: 'img/hfh/hfh-job.png',
},
{
href: 'img/hfh/hfh-graphics.png',
},
{
href: 'img/hfh/hfh-collage.png',
},
],
5: [
{
href: 'img/playon/screenshot_old.png',
},
{
href: 'img/playon/screenshot_old2.png',
},
],
6: [
{
href: 'img/axis/axis-power-logos.png',
},
{
href: 'img/axis/axis-power-banner.png',
},
{
href: 'img/axis/axis-power-facebook.png',
},
{
href: 'img/axis/axis-power-soundcloud.png',
},
],
};
$('.open-slideshow').click(function () {
var tag = $(this).attr('id');
var tag_index = 0;
switch (tag) {
case 'ting':
tag_index = 0;
break;
case 'itsacoyote':
tag_index = 1;
break;
case 'getone':
tag_index = 2;
break;
case 'm2m':
tag_index = 3;
break;
case 'hfh':
tag_index = 4;
break;
case 'playon':
tag_index = 5;
break;
case 'axis':
tag_index = 6;
break;
}
console.log(tag_index);
$.fancybox.open(images[tag_index], {
padding: 0,
helpers: {
thumbs: {
width: 50,
height: 50,
},
},
});
return false;
});
</script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
'script',
'//www.google-analytics.com/analytics.js',
'ga'
);
ga('create', 'UA-56760491-1', 'auto');
ga('require', 'displayfeatures');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
</body>
</html>