-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
81 lines (73 loc) · 3.27 KB
/
home.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
<!DOCTYPE html>
<html>
<head>
<title>Will Howell</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="shortcut icon" href="favicon.png">
<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-72542539-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="main">
<div class="header">
<div class="image profile profile-inline animated-image"></div>
<div class="title-inline">
<h3>Will Howell</h3>
<h4>software developer <span id="and">&</span> electrical engineer</h4>
<p class="italics">Raleigh, NC</p>
</div>
</div>
<div class="major first" style="padding-top: 15px;">
<p>
Yo, I'm Will! I'm a software developer / mechatronics engineer in Raleigh.
I graduated a few summers ago <span class="italics">summa cum laude</span>
with a dual degree in electrical and computer engineering.
</p>
<p>
I'm a big fan of clean design with high attention to detail, both visually
and structurally. I love building products that are efficient and pleasant
to use, and I love thinking about what the end user will expect and how
they'll feel.
</p>
<p>
I really love design, but coding is too damn fun. Maybe one day I'll make
the switch. For now, I'm obsessed with learning as much as possible. I
learn quickly and become <span class="italics">consumed</span> with new
problems <span id="and">&</span> frameworks until I feel I've got a solid
grasp on them. Currently I'm increasing my breadth of knowledge of both
front-end and back-end web development.
</p>
<p>
Previously, I've worked with a couple of <a href="experience.html">startups</a>,
leading electrical and firmware development. I was also once really into
<a href="https://vimeo.com/willhowell/placelikehome">cinematography and editing</a>.
</p>
<p>
If you have something you'd like to work on together, let's talk!
</p>
</div>
<div class="major footer">
<h4>
<a href="home.html" class="nav-link">Home</a>
<a href="experience.html" class="nav-link">Experience</a>
<a href="projects.html" class="nav-link">Projects</a>
</h4>
<div id="footer-spacer"></div>
<a href="mailto:[email protected]"><span class="ti-email social"></span></a>
<a href=""><span class="ti-linkedin social"></span></a>
<a href="https://twitter.com/wshowell"><span class="ti-twitter social"></span></a>
<a href="https://github.com/willshowell"><span class="ti-github social"></span></a>
</div>
</div>
</body>
</html>