-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (68 loc) · 3.12 KB
/
index.html
File metadata and controls
76 lines (68 loc) · 3.12 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Primary Meta Tags -->
<title>Andrew Jarvis</title>
<meta name="title" content="Andrew Jarvis">
<meta name="description" content="Software Developer">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://ajarvis.io/">
<meta property="og:title" content="Andrew Jarvis">
<meta property="og:description" content="Software Developer">
<meta property="og:image" content="https://ajarvis.io/assets/img/thumbnail.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://ajarvis.io/">
<meta property="twitter:title" content="Andrew Jarvis">
<meta property="twitter:description" content="Software Developer">
<meta property="twitter:image" content="https://ajarvis.io/assets/img/thumbnail.png">
<link rel="stylesheet" href="assets/css/main.min.css?v=1">
</head>
<body style="background-color: #ccc;">
<div id="background" class="bg"></div>
<div class="aesthetic">
<span id="bgColorToggle" data-color-scheme="vaporwave"></span>
</div>
<div class="content-wrap">
<div class="name-wrap">
<p id="name" class="name" data-name="ANDREW JARVIS">Andrew Jarvis</p>
</div>
<div class="social-links">
<div>
<span>
<a href="https://github.com/Jarvl" target="_blank"><i class="fa fa-2x fa-github-square" aria-hidden="true"></i></a>
</span>
</div>
<div>
<span>
<a href="https://www.linkedin.com/in/jarvisac/" target="_blank"><i class="fa fa-2x fa-linkedin-square" aria-hidden="true"></i></a>
</span>
</div>
<div>
<span>
<a href="http://stackoverflow.com/users/4015260/andrew-jarvis" target="_blank"><i class="fa fa-2x fa-stack-overflow" aria-hidden="true"></i></a>
</span>
</div>
<div>
<span>
<a href="https://www.last.fm/user/Jarvl" target="_blank"><i class="fa fa-2x fa-lastfm-square" aria-hidden="true"></i></a>
</span>
</div>
<div>
<span>
<a href="https://angel.co/u/andrewjarvis" target="_blank"><i class="fa fa-2x fa-angellist" aria-hidden="true"></i></a>
</span>
</div>
<div>
<span>
<a href="mailto:ajarvis7771@gmail.com"><i class="fa fa-2x fa-envelope" aria-hidden="true"></i></a>
</span>
</div>
</div>
</div>
<script src="assets/js/main.min.js?v=2"></script>
</body>
</html>