-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
135 lines (135 loc) · 5.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Anand Patel - Frontend Engineer</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono|Rubik:900" rel="stylesheet">
<style>
body {
font-family: 'Roboto Mono', monospace;
font-size: 16px;
background-color: #ffeb3b;
margin: 40px;
}
h1 {
font-family: 'Rubik', sans-serif;
font-size: 48px;
text-transform: uppercase;
}
h2 {
font-family: 'Rubik', sans-serif;
font-size: 32px;
text-transform: uppercase;
border-bottom: dashed;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
font-style: italic;
}
p {
font-size: 16px;
}
a {
color: #CC1B69;
}
section {
border-bottom: dotted;
}
</style>
</head>
<body>
<h1>Anand Patel</h1>
<h2>Creative Technologist</h2>
<p>I am a creative technologist with 4 years of industry experience, covering website production to mobile web app development. I have mainly focused on front-end technologies but have recently started on the path of backend development, to become a more rounded programmer. Overall I am an organised and enthusiastic individual, who is looking to further my abilities and take on new challenges to extend my skill set.
</p>
<h2>Experience</h2>
<section>
<h3>AnalogFolk, London — Creative Technologist</h3>
<h4>August 2012 - PRESENT</h4>
<p>I was a junior creative technologist who was then promoted to mid-weight creative technologist. At my time at AnalogFolk I have worked on a variety of platforms and services for clients which includes Akzo Nobel, Nike and HSBC. Throughout my career at AnalogFolk I have been fortunate to work in both small agile teams for time-sensitive websites as well as large teams for cutting edge platform builds.</p>
</section>
<section>
<h3>El Mysterioso, London — Web Developer</h3>
<h4>September 2011 - May 2012</h4>
<p>I started off as a graduate intern, who then successfully advanced into becoming a junior front-end web developer after 2 months. My main role was to help and support the core development team as well as maintain and continue development on existing projects.</p>
</section>
<h2>Eduction</h2>
<section>
<h3>Queen Mary University of London, London — MSc</h3>
<h4>2009 - 2011</h4>
<p>Advance Methods in Computer Science</p>
</section>
<section>
<h3>University of Greenwich, London — BCs</h3>
<h4>2006 - 2009</h4>
<p>Computing with Multimedia</p>
</section>
<h2>Projects</h2>
<section>
<h3>HSBC GUS Responsive Web — Developer</h3>
<h4>March 2016 - Current</h4>
<p>Built reusable web components for the next generation HSBC web standards and guidelines. Converting pixel-perfect designs into cutting edge HTML modules and components which can then be integrated into any web project. Using atomic design principles and BEM methodology, to help produce clean, dry, flexible code.</p>
</section>
<section>
<h3>HSBC Mobile Banking App — Developer</h3>
<h4>September 2015 - February 2016</h4>
<p>Help build the soon to be release HSBC mobile banking app for iOS and Android which met web accessibilities guidelines. Using Angular.JS, SCSS and test driven development.</p>
</section>
<section>
<h3>Nike CGI Zero Portal — Developer</h3>
<h4>October 2015 - November 2015</h4>
<p>Develop a responsive portal for internal Nike employees. Using PHP and SCSS.</p>
</section>
<section>
<h3>Malibu Rum Playbook — Developer</h3>
<h4>April 2015 - May 2015</h4>
<p>Develop and build internal private website for the latest Malibu Rum Playbook reference material, which was mobile friendly and secure.</p>
</section>
<section>
<h3>Dulux Decorator Centre: In-store Unit — Developer</h3>
<h4>July 2015 - Spetember 2015</h4>
<p>Develop a hybrid iPad app using Angular and Cordova. Which is connected to a television unit to reflect real time data visualisation.</p>
</section>
<section>
<h3>JP Morgan EMEA Perspectives and Client Survey — Developer</h3>
<h4>January 2015 - March 2015</h4>
<p>Updated interactive statically charts, graphs and other content, using HTML, SASS and HighCharts.JS.</p>
</section>
<section>
<h3>Dulux Trade Paint Expert Maintenance — Developer</h3>
<h4>April 2015 - March 2016</h4>
<p>Maintenance of Dulux Trade Paint Expert website, using JSP and SCSS.</p>
</section>
<section>
<h3>Cuprinol Mobile & Ecommerce — Developer</h3>
<h4>January 2014 - March 2014</h4>
<p>Updating and modifying the existing Cuprinol to a mobile format, in-addition to adding ecommerce functionality.</p>
</section>
<h2>Skills</h2>
<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>JavaScript</li>
<li>jQuery</li>
<li>PHP</li>
<li>Ajax</li>
<li>Photoshop</li>
<li>Illustrator</li>
<li>AngularJS</li>
<li>Laravel</li>
<li>Git</li>
<li>Gulp</li>
<li>TDD</li>
<li>WordPress</li>
<li>Vagrant</li>
</ul>
<h2>Contact</h2>
<section>
<h3><a href="mailto:[email protected]?Subject=Hello">[email protected]</a></h3>
<h3>+447595597008</h3>
</section>
</body>
</html>