-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
496 lines (488 loc) · 30.4 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
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
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Simon Philpott Portfolio</title>
<meta name="description" content="Simon Philpott Portfolio Design Front End Development Freelance HTML HTML5 CSS2 CSS3 Javascript ES5 ES6 PHP Git">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<!--Modernizer-->
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<meta name="theme-color" content="#fafafa">
<!--Heading fonts-->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Italianno|Mr+De+Haviland:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<!--Font awesome https://fontawesome.com v5.8 -->
<script src="https://kit.fontawesome.com/e0d4628e85.js"></script>
<script crossorigin="anonymous" src="https://polyfill.io/v3/polyfill.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</head>
<body>
<div class="wrapper">
<nav class="nav">
<div class="menu__vine"></div>
<div class="menu__arrow"></div>
<ul class="nav__menu">
<li class="nav__item">
<a onclick="handleLinkClicks(event)" href="index.html#about" data-position="4.8rem" data-identity="about" data-item="0" data-state="false">About</a>
</li>
<li class="nav__item">
<a onclick="handleLinkClicks(event)" href="index.html#experience" data-position="7.3rem" data-identity="experience" data-item="1" data-state="false">Experience</a>
</li>
<li class="nav__item">
<a onclick="handleLinkClicks(event)" href="index.html#education" data-position="9.8rem" data-identity="education" data-item="2" data-state="false">Education</a>
</li>
<li class="nav__item">
<a onclick="handleLinkClicks(event)" href="index.html#skills" data-position="12.3rem" data-identity="skills" data-item="3" data-state="false">Skills</a>
</li>
<li class="nav__item">
<a onclick="handleLinkClicks(event)" href="index.html#interests" data-position="14.8rem" data-identity="interests" data-item="4" data-state="false">Interests</a>
</li>
<li class="nav__item">
<a onclick="handleLinkClicks(event)" href="index.html#projects" data-position="17.3rem" data-identity="projects" data-item="5" data-state="false">Projects</a>
</li>
<li class="nav__item">
<a onclick="handleLinkClicks(event)" href="index.html#lab" data-position="19.8rem" data-identity="lab" data-item="6" data-state="false">Lab</a>
</li>
</ul>
<div class="menu__close"><i class="fas fa-angle-up"></i></div>
</nav>
<main class="main">
<article class="section" id="about" data-section>
<header class="section__header contact__details">
<h1>Simon <span class="alt">Philpott</span></h1>
<h4>Leeds · West Yorkshire · </h4>
<h4><a onclick="handleLinkClicks(event)" href="mailto:[email protected]" title="Drop me an email">Get in touch</a> · </h4>
<div class="social-media">
<a onclick="handleLinkClicks(event)" href="https://www.facebook.com/simon.philpott?ref=bookmarks" title="Facebook"><i class="fab fa-facebook"></i></a>
<a onclick="handleLinkClicks(event)" href="https://www.instagram.com/burrpott/?hl=en" title="Instagram"><i class="fab fa-instagram"></i></a>
<a onclick="handleLinkClicks(event)" href="https://github.com/SimonPhilpott" title="Github"><i class="fab fa-github"></i></a>
<a onclick="handleLinkClicks(event)" href="https://github.com/SimonPhilpott/SimonPhilpott.github.io/blob/master/CV%20-%20Simon%20Philpott%20-%202023.docx" title="CV"><i class="far fa-file"><span>CV</span></i></a>
</div>
</header>
<div class="section__content">
<p>Hi, I am a coder and designer with a knack for problem solving and rising to challenges. This site is a bit of a snapshot of where I'm at with my professional / personal development projects and experience</p>
<p>Why have a site name?, there is a simplicity in the trees and rocks that is meaningful to the way I approach design and development. Usability is about immersion, the best routes and experiences aren't always about knowing where you're
going but getting to where you want to be.
</p>
</div>
<div class="animated_homepage">
<div class="homepage__heading">
<h1 class="banner__heading no__margin">Wood:<span class="alt">land</span></h1>
<h3 class="banner__heading alt__two">Not all those who wander are lost</h3>
</div>
</div>
</article>
<article class="section" id="experience" data-section>
<header class="section__header__background" style="background-image: url('img/experience.jpg?sharp=10&vib=20&w=2000');">
<h1 class="banner__heading">Experience</h1>
</header>
<section class="content__grid">
<div class="content__grid__item span__column">
<header>
<h3>Senior Intranet Consultant</h3>
<h5 class="alt">Turner & Townsend</h5>
<div class="date">
<h5>August 2007 - Present</h5>
</div>
</header>
<p>Working with global teams to capture, collate and evaluate knowledge and best practice. Tracking success through analytics and feeding lessons learned into team practice.</p>
<p>Upgrading, building and branding the business intranet to ensure it is accessible for staff through all environments and technology using current design practices, team resource management and mentoring.</p>
</div>
<div class="content__grid__item">
<header>
<h5>Graphic Designer / Intranet Leader</h5>
<h6 class="alt">General Electric</h6>
<div class="date">
<h6>March 2004 – August 2007</h6>
</div>
</header>
<p>Designing and building intranet web sites. Working alongside departmental project launches producing posters, desk drop marketing, presentations and displays. Maintaining an intranet Leader position for best practice sharing throughout
Europe. Intranet platform development and management.</p>
</div>
<div class="content__grid__item">
<header>
<h5>IT Engineer</h5>
<h6 class="alt">ComputaCenter</h6>
<div class="date">
<h6>August 2003 – March 2004</h6>
</div>
</header>
<p>Various contract positions delivering IT support, project management, installation/support of business software and hardware.</p>
</div>
<div class="content__grid__item">
<header>
<h5>IT Deployment team leader / Project manager</h5>
<h6 class="alt">EDS</h6>
<div class="date">
<h6>November 2002 – June 2003</h6>
</div>
</header>
<p>IT hardware and software deployment for General Motors across multiple sites. Team leadership and project management responsibilities to ensure delivery was achieved ahead of time and under budget.</p>
</div>
</section>
</article>
<article class="section" id="education" data-section>
<header class="section__header__background" style="background-image: url('img/education.jpg?sharp=10&vib=20&w=2000');">
<h1 class="banner__heading">Education</h1>
</header>
<section class="content__grid ">
<div class="content__grid__item span__column">
<header>
<h3>University of Bedfordshire</h3>
<h5 class="alt">BA HONS - Graphic design</h5>
<div class="date">
<h5>September 1997 - June 2000</h5>
</div>
</header>
</div>
<div class="content__grid__item">
<header>
<h5>Peterborough College, Cambridgeshire</h5>
<h6 class="alt">BTECH National Diploma - Art & Design</h6>
<div class="date">
<h6>September 1996 - June 1997</h6>
</div>
</header>
</div>
<div class="content__grid__item">
<header>
<h5>Ramsey Abbey College, Cambridgeshire</h5>
<h6 class="alt">
<ul>
<li>A-Level Art</li>
<li>A-Level Design & Technology</li>
<li>8 GCSE Passes C+</li>
</ul>
</h6>
<div class="date">
<h6>1991 - 1996</h6>
</div>
</header>
</div>
</section>
</article>
<article class="section" id="skills" data-section>
<header class="section__header__background" style="background-image: url('img/skills.jpg?sharp=10&vib=20&w=2000');">
<h1 class="banner__heading">Skills</h1>
</header>
<section class="content__grid">
<div class="content__grid__item">
<header>
<h3>Programming Languages & Tools</h3>
</header>
<ul class="alt icon-list">
<li><i class="fab fa-html5" title="HTML 4 / 5"></i>
<h6 class="alt">HTML 5</h6>
</li>
<li><i class="fab fa-css3-alt" title="CSS / CSS3"></i>
<h6 class="alt">CSS3: <span class="sub__class">Flexbox, Grid, Transitions, Transforms</span></h6>
</li>
<li><i class="fab fa-js-square" title="Javascript ES3-6"></i>
<h6 class="alt">Javascript: <span class="sub__class">ES5, ES6, GSAP</span></h6>
</li>
<li><i class="fab fa-react" title="React JS"></i>
<h6 class="alt">React JS</h6>
</li>
<li><i class="fab fa-bootstrap" title="Frameworks: Bootstrap 4, Skel, Pure CSS, UI Fabric"></i>
<h6 class="alt">Frameworks: <span class="sub__class">SPFx, Bootstrap 4, Skel, Pure CSS, UI Fabric</span></h6>
</li>
<li><i class="fab fa-adobe" title="Adobe creative suite"></i>
<h6 class="alt">Adobe creative suite</h6>
</li>
<li><i class="fas fa-code" title="Visual studio code"></i>
<h6 class="alt">Visual studio code</h6>
</li>
</ul>
</div>
<div class="content__grid__item">
<header>
<h3>Workflow</h3>
</header>
<ul class="alt icon-list">
<li>
<i class="fas fa-check-square"></i>
<h6 class="alt">Cross Functional Teams</h6>
</li>
<li>
<i class="fas fa-check-square"></i>
<h6 class="alt">Sprint UX Development</h6>
</li>
<li>
<i class="fab fa-git-square"></i>
<h6 class="alt">Git, Yeoman, Gulp, NPM</h6>
</li>
<li>
<i class="fas fa-check-square"></i>
<h6 class="alt">Agile</h6>
</li>
</ul>
</div>
<div class="content__grid__item">
<header>
<h3>Standards</h3>
</header>
<ul class="alt icon-list">
<li>
<i class="fas fa-check-square"></i>
<h6 class="alt">Responsive Design: <span class="sub__class">Mobile first</span></h6>
</li>
<li>
<i class="fas fa-check-square"></i>
<h6 class="alt">Cross Browser Testing & Debugging</h6>
</li>
<li>
<i class="fas fa-check-square"></i>
<h6 class="alt">Accessibility: <span class="sub__class">WCAG, WAI-ARIA, Keyboard support</span></h6>
</li>
</ul>
</div>
<div class="content__grid__item">
<header>
<h3>What I'm learning</h3>
</header>
<ul class="alt icon-list">
<li>
<i class="fas fa-check-square"></i>
<h6 class="alt">C++</h6>
</li>
<li>
<i class="fas fa-check-square"></i>
<h6 class="alt">C# ASP.NET</h6>
</li>
<li>
<i class="fas fa-check-square"></i>
<h6 class="alt">Java</h6>
</li>
<li>
<i class="fas fa-check-square"></i>
<h6 class="alt">Node.JS</h6>
</li>
<li>
<i class="fas fa-check-square"></i>
<h6 class="alt">REST API</h6>
</li>
<li>
<i class="fas fa-check-square"></i>
<h6 class="alt">MongoDB</h6>
</li>
<li>
<i class="fas fa-check-square"></i>
<h6 class="alt">Python</h6>
</li>
</ul>
</div>
</section>
</article>
<article class="section" id="interests" data-section>
<header class="section__header__background" style="background-image: url('img/interests.jpg?sharp=10&vib=20&w=2000');">
<h1 class="banner__heading">Interests</h1>
</header>
<section class="content__grid ">
<div class="content__grid__item span__column">
<p>I enjoy my time being outdoors and wild camping as much as I can. I just love being out in the woods, like way out there, and seeing beautiful places in nature. I can’t imagine life without that.</p>
<div class="social-media">
<a onclick="handleLinkClicks(event)" href="https://www.instagram.com/burrpott/?hl=en" title="Instagram"><i class="fab fa-instagram"></i></a>
</div>
<!-- https://medium.com/the-innovation/embed-your-instagram-feed-in-2020-68cefb93c650 -->
<div id="instafeed"></div>
</div>
</section>
</article>
<article class="section" id="projects" data-section>
<header class="section__header__background" style="background-image: url('img/work.jpg?sharp=10&vib=20&w=2000');">
<h1 class="banner__heading">Projects</h1>
</header>
<section class="content__grid ">
<div class="content__grid__item span__column">
<h3 id="keywordMatching">Dynamic Keyword Links</h3>
<p>I was asked to introduce a wiki like experience to our legacy content management system to create dynamic page links from a list of keywords, alternative terms and URL's.</p>
<p>I authored an Excel macro that reformatted and saved an Excel spreadsheet as JSON to a secured location, this was then read by Javascript via an API that was given a content scope, format options such as case sensitivity and html tag exclusion (like headings and existing links).</p>
<p>Dynamically created anchor links were than created from the keywords that met the scope and had matches</p>
<hr/>
<div id="targetKeymatch">
<p>This is a test piece of text that contains the keywords in my array like Photos, Google, Github, Portfolio, Instagram, email and Simon Philpott, ignoring the keywords if they're in <h6 style="display:inline-block; margin-bottom:0;">Portfolio headings</h6> or if they are existing <a href="#">Simon Philpott links</a>.</p>
</div>
</div>
<div class="content__grid__item span__column">
<h3 id="filterableTable">Filterable, sortable tables</h3>
<p>This project goal was to extend the user interaction for data tables on a legacy content management system, with very minimal administration required. Requirements were to allow staff to quickly find (in the case of business use)
documents contained within a table and apply filters to the table based on a series of meta data fields. Specification stated the use of vanilla ES5 Javascript with no reliance on libraries and with all environmental requirements
like the checkboxes to be dynamic</p>
<p>Extension to this functionality later included sortable columns, specific special character/keyword handling, URL pre-filtering on page loading and the requirement to port this functionality over to a future platform
</p>
<hr/>
<div id="filter">
<div class="filter-wrap">
<table class="table table-dark sortableTable">
<thead>
<tr>
<th>First Name</th>
<th>Last Name</th>
<th>Skills</th>
<th>Location</th>
</tr>
</thead>
<tbody>
<tr>
<td>John</td>
<td>Doe</td>
<td>Hula hooping</td>
<td>Scotland</td>
</tr>
<tr>
<td>Sue</td>
<td>Doe</td>
<td>Juggling / Karate</td>
<td>Scotland</td>
</tr>
<tr>
<td>Mary</td>
<td>Moe</td>
<td>Juggling / Frisbee</td>
<td>Australia</td>
</tr>
<tr>
<td>Julie</td>
<td>Dooley</td>
<td>Singing</td>
<td>America</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!--<div class="content__grid__item">
<h3 id="tooltips">Responsive tooltips</h3>
<p>As part of an upgrade to a business service delivery model an extension to the standard HTML tooltips were required. Tooltips needed to remain responsive to client viewing widths and to contain more content than just standard text.
Specification stated the use of vanilla Javascript with no reliance on libraries.
</p>
<p>Later requirements also included a timed fade out and support for different content page placing and on the fly client window resizing.
</p>
<hr/>
<button type="button" class="btn" onmouseover="showTooltip('tooltip');" onmouseout="hideTooltip('tooltip');">Hover over me</button>
<div id="tooltip" class="tooltip shadow"><img src="" />
<h3>Tooltip heading</h3><span id="time"></span>
<p>We worked closely with the Head of Procurement, the Commercial Director and other key stakeholders to Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<p>Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p>
</div>
</div>-->
</section>
</article>
<article class="section" id="lab" data-section>
<header class="section__header__background" style="background-image: url('img/lab.jpg?sharp=10&vib=20&w=2000');">
<h1 class="banner__heading">Lab</h1>
</header>
<section class="content__grid ">
<div class="content__grid__item span__column">
<p>Recently I have been heavily involved in the open source artificial pancreas development which aims to blend a number of hardware and open source software projects to replace the manual maintenance and tracking of diabetes management.
This has allowed me to become more involved in Git, Java to support the hardware and software that pushes data into MongoDB. This make the data cloud accessible for healthcare professionals while opening the data up for API
and extended uses.</p>
<div class="call__outs">
<div class="call__out one">
<div class="link">
<h6 class="alt">Freestyle Libre</h6>
<h6 class="note">Hardware glucose monitor</h6>
</div>
</div>
<div class="call__out two">
<div class="link">
<h6 class="alt">MiaoMiao</h6>
<h6 class="note">Hardware monitor reader</h6>
</div>
</div>
<div class="call__out three">
<div class="link">
<h6 class="alt">Sony smartwatch 3</h6>
<h6 class="note">Android smartwatch data collector</h6>
</div>
</div>
<div class="call__out four">
<div class="link">
<h6 class="alt"><a onclick="handleLinkClicks(event)" href="https://github.com/NightscoutFoundation/xDrip" target="_blank">Android Xdrip+</a></h6>
<h6 class="note">Android data management software</h6>
</div>
</div>
<div class="call__out five">
<div class="link">
<h6 class="alt"><a onclick="handleLinkClicks(event)" href="https://simon-philpott-nightscout.herokuapp.com/" target="_blank">Personal cloud data</a></h6>
<h6 class="note">Reporting, API</h6>
</div>
</div>
</div>
<p>My goal is to move towards a fully automated artificial pancreas system. In the meantime I can do some neat things like live reporting on my blood sugar level and adding some code to suggest a course of action. </p>
<div class="call__outs alt">
<div class="call__out one">
<div class="link">
<h6 class="alt"><a onclick="handleLinkClicks(event)" href="https://github.com/winemug/OmniCore" target="_blank">Android Omnicore</a></h6>
<h6 class="note">Closed loop artificial pancreas software</h6>
</div>
</div>
<div class="call__out two">
<div class="link">
<h6 class="alt"><a onclick="handleLinkClicks(event)" href="https://getrileylink.org/" target="_blank">RileyLink</a></h6>
<h6 class="note">Hardware communication to the insulin pump</h6>
</div>
</div>
<div class="call__out three">
<div class="link">
<h6 class="alt">Omnipod</h6>
<h6 class="note">Insulin pump</h6>
</div>
</div>
<div id="person">
<i id="man" class="fas fa-male"></i>
<h2 class="alt" id="bg"></h2>
<h5 class="note" id="summary"></h5>
</div>
</div>
</div>
</section>
</article>
</main>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.3/TweenMax.min.js"></script>
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.0.2/gsap.min.js"></script>-->
<script src="js/main.js"></script>
<!--Animated homepage-->
<script src="js/homepage.js"></script>
<!--Navigation-->
<script src="js/navigation.js"></script>
<!--Table filter-->
<script src="js/tableFilter.js"></script>
<script>
contentFilter('#filter', 'inclusive');
</script>
<!--Keyword match-->
<script src="js/keywordMatch.js"></script>
<script>
keywordText('#targetKeymatch', 'gm', '(?![^<]*\<\/a\>)(?![^<]*\<\/h)(?![^<]*\<\/t)')
</script>
<!--Responsive tooltip-->
<script src="js/responsiveTooltip.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics, removed for now as I want to use pluging etc. -->
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=UA-149506874-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-149506874-1');
</script>-->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-149506874-1', 'auto'); ga('set','transport','beacon'); ga('send', 'pageview');
function handleLinkClicks(event) {
ga('send', 'event', {
eventCategory: 'Outbound Link',
eventAction: 'click',
eventLabel: event.target.href
});
}
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>
</html>