-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (53 loc) · 1.31 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
<html lang="en">
<head>
<title>Jessie A. Young's Personal Website</title>
</head>
<body>
<h2>
Welcome to my super cool site.
</h2>
<div>
If we ever meet (virtually), it will probably look like this:
</div>
<img src="images/jessieay.jpg" alt= "Jessie smiling into her webcam" />
<div>
If you want to look me up (virtually), here are some good places to start:
</div>
<ul>
<li>
<a href="http://www.linkedin.com/in/jessieayoung" target="_blank">
LinkedIn
</a>
</li>
<li>
<a href="http://www.twitter.com/jessieay" target="_blank">
Twitter
</a>
</li>
<li>
<a href="https://gitlab.com/jessieay" target="_blank">
GitLab
</a>
</li>
<li>
<a href="https://github.com/jessieay" target="_blank">
GitHub
</a>
</li>
<li>
<a href="https://www.facebook.com/jessieayoung" target="_blank">
Facebook
</a>
</li>
<li>
<a href="http://www.goodreads.com/user/show/2523297-jessie-young"
target="_blank">
Goodreads
</a>
</li>
</ul>
or, feel free to
<a href="mailto:[email protected]?subject=Here is a good email" target="_blank">email me</a>,
I love a good email.
</body>
</html>