-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (102 loc) · 5.12 KB
/
index.html
File metadata and controls
109 lines (102 loc) · 5.12 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
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<link href="/assets/css/styles.css?c=1" rel="stylesheet">
<title>Luke Tinnion</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<div class="header">
<img src="/assets/profile.jpg">
<h1 id="intro"></h1>
</div>
<div class="section !pb-0">
<h2>About Me</h2>
<p>I'm a Senior Developer in the North West of England, with over a decade of experience delivering scalable and user friendly web/mobile applications.</p>
<p>My work has often lead me down all sorts of paths including the realms of API development, frontend SPAs, cloud infrastructure, ETL pipelines and geospatial data, amongst other things...</p>
</div>
<div class="section timeline">
<h2>My Experience</h2>
<div class="grid">
<div class="nav">
<ul>
<li>2014 - 2017</li>
<li>2017 - 2022</li>
<li class="active">2022 - Now</li>
</ul>
</div>
<div class="content">
<div>
<b>Web Development - Freelance</b>
<p>During this period I delivered various bespoke software solutions for private and civil companies. I developed projects such as: a mobile app for administration of construction personnel, a licensing system for professional racers and various WordPress websites</p>
</div>
<div>
<b>Software Developer - Offigo</b>
<p>When I started at this position the company had a Wordpress Site to which I made a number of customisations, I also developed a Mobile App with Ionic which sourced data from the site.</p>
<p>After some time there became a need for the company to expand and build a bespoke version of the system which I designed and developed using Angular & Laravel. Version 2 of the website and app included a: CMS, Hootsuite style social media scheduler, Stripe subscriptions system and an Address lookup API using data from Ordnance Survey.</p>
</div>
<div class="active">
<b>Senior Software Developer - NHS</b>
<p>I currently work as a Software Developer at NHS Lancashire & South Cumbria ICB. Just some of my work here involves: managing the AWS infrastructure, implementing new features, data processing and providing technical advice.</p>
</div>
</div>
</div>
</div>
<div class="banner">
<div class="chips">
<b>My Skills: </b>
<div>Angular</div>
<div>React</div>
<div>Laravel</div>
<div>NodeJS</div>
<div>Wordpress</div>
<div>Ionic</div>
<div>Electron JS</div>
<div>Strapi CMS</div>
<div>App Development</div>
<div>Web Development</div>
<div>AWS Cloud Architecture</div>
<div>Geospatial Data Analysis</div>
<div>Atomic Design</div>
<div>PHP</div>
<div>Python</div>
<div>JS</div>
<div>CSS</div>
<div>Bash</div>
<div>Pandas</div>
</div>
</div>
<div class="section">
<h2>Find Me On</h2>
<div class="grid">
<div>
<a href="https://github.com/01CodeLT" title="Github">
<img src="/assets/icons/github.svg">
</a>
</div>
<div>
<a href="https://stackoverflow.com/users/4935808/luke-t" title="Stack Overflow">
<img src="/assets/icons/stackoverflow.svg">
</a>
</div>
<div>
<a href="https://www.linkedin.com/in/luke-tinnion-225188a0/" title="LinkedIn">
<img src="/assets/icons/linkedin.svg">
</a>
</div>
<div>
<a href="https://medium.com/@01CodeLT" title="Medium">
<img src="/assets/icons/document-text.svg">
</a>
</div>
</div>
<p>Or email me at luke@01coding.co.uk</p>
</div>
<script src="/assets/js/scripts.js"></script>
</body>
</html>