-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcover.html
39 lines (31 loc) · 1.05 KB
/
cover.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>John Weachock - Cover Letter</title>
<link rel="stylesheet" href="fonts.css" type="text/css"/>
<link rel="stylesheet" href="main.css" type="text/css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- thank you for reading my source code, friend. -->
<!-- I hope you find something valuable in here. -->
</head>
<body class="cover">
<div id="contact">
<a id="email" href="[email protected]">[email protected]</a>
<span id="phone">607.323.1269</span>
<span id="address">Corning, NY</span>
<a id="github" href="https://github.com/scizzorz">github.com/scizzorz</a>
</div>
<h1>John Weachock</h1>
<h2>Software Engineer</h2>
<time>FIXME</time>
<span class="to">To: Some Software Team</span>
<p>Hello!</p>
<p>
My name is John and I like stuff.
</p>
<p>Sincerely,</p>
<p>John Weachock</p>
</body>
</html>