-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (21 loc) · 938 Bytes
/
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
---
---
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="/assets/js/main.js"></script>
<link rel="stylesheet" href="/assets/css/style.css">
<title>Jeff Farthing | Web Developer</title>
</head>
<body>
<h1>Hello.</h1>
<h2>My name is Jeff.</h2>
<h3>I help develop the web.</h3>
<p>I commonly wear the hat of frontend developer, backend developer, server administrator and even database administrator. I contribute to the WordPress core when I can. I also happen to be the author of the fairly popular WordPress plugin <a href="https://thememylogin.com">Theme My Login.</a></p>
<p class="contact"><a href="mailto:[email protected]">Get In Touch</a></p>
</body>
</html>