-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (52 loc) · 2.6 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Joel Day - Hello</title>
<meta name="description" content="Joel Day - Software Engineer, Web Development, IoT">
<!-- If you're reading this, you may be interested in seeing some other code; https://github.com/dayjo -->
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<div class="pageContainer">
<header id="topHeader">
<h1 id="myName">Joel Day</h1>
<h2>
Software engineer and advocate for all things internet-y.
</h2>
</header>
<article class="articleBlock">
<div id="profilePhoto">
<img src="assets/images/joel-day.jpg" alt="">
</div>
<div id="summary">
<p>
I'm a full stack web developer with over 12 years of commercial experience focused on PHP and Javascript, dabbling in serverless, voice assistants and IoT.
</p>
<p>
Take a look at all the things I've done on <a title="View Joel Day's CV" href="cv.html">my CV</a>, or elsewhere;
</p>
<ul>
<li>
<a href="https://github.com/dayjo" target="_blank" class="icon icon-github">dayjo</a>
</li>
<li>
<a href="https://twitter.com/dayjo" target="_blank" class="icon icon-twitter">@dayjo</a>
</li>
<li>
<a href="https://www.linkedin.com/in/joel-day-83070b58/" target="_blank" class="icon icon-linkedin">Joel Day</a>
</li>
<li>
<a href="https://blog.dayjo.org" target="_blank" class="icon icon-blog">Old Blog (blog.dayjo.org)</a>
</li>
</ul>
</div>
</article>
<article class="articleBlock">
<p>If you're interested in working with me please feel free to email <a href="mailto:hire@dayjo.me" target="_blank">hire@dayjo.me</a></p>
</article>
</div>
<footer>© <a href="https://dayjo.me">Joel Day</a> - Built with plain ol' <a target="_blank" href="view-source:https://dayjo.me/cv.html">HTML and CSS</a></footer>
</body>
</html>