-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (60 loc) · 3.05 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
<!DOCTYPE html>
<html>
<head>
<title>Michael Windell | Full Stack Web Developer</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="Full Stack Web Developer">
<link rel="stylesheet" href="style/css/minlare.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700">
<script src="https://use.fontawesome.com/7d441849ea.js"></script>
</head>
<body>
<section class="main">
<div>
<div>
<span>Michael Windell</span>
<h1>Full Stack Web Developer</h1>
<a href="mailto:michaelwindell@gmail.com">Get in touch</a>
</div>
<a href="#expertise" class="continue">
Check out what I do<br>
<i class="fa fa-chevron-down"></i>
</a>
</div>
</section>
<section id="expertise" class="expertise">
<div>
<h2>I'm a full stack web developer based in Leeds. With eleven years of experience I am expert at developing responsive, high-performance websites.</h2>
<div>
<div>
<h3>Frontend</h3>
<p>I build websites mobile-first with HTML5, SASS and have experience with a host of Javascript libraries including jQuery, React and Backbone, amongst others.</p>
<p>I compile and manage frontend resources using NodeJS and webpack - and test using Jasmine when necessary. More recently I have implemented bleeding edge ES6/ES7 features into my code.</p>
</div>
<div>
<h3>Backend</h3>
<p>I build websites on Docker with a full CI integration. I have excellent knowledge of PHP and MySQL. I manage backend dependencies using Composer.</p>
</div>
<div>
<h3>Other skills</h3>
<p>I have worked extensively with Magento eCommerce and have experience with wordpress.</p>
<p>Last but not least... I use Git for everything!</p>
</div>
</div>
</div>
</section>
<footer>
<div>
<p class="copyright">Michael Windell © 2017<br>Full Stack Web Developer<br>michaelwindell@gmail.com</p>
<div class="social">
<a href="https://github.com/minlare" class="fa fa-github fa-2x"></a>
<a href="https://www.linkedin.com/in/michael-windell-b62a5610" class="fa fa-linkedin-square fa-2x"></a>
<a href="https://stackexchange.com/users/4534812/minlare" class="fa fa-stack-overflow fa-2x"></a>
</div>
</div>
</footer>
<script src="bundle.js"></script>
</body>
</html>