-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
67 lines (62 loc) · 2.93 KB
/
contact.html
File metadata and controls
67 lines (62 loc) · 2.93 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
<!DOCTYPE html>
<html lang="en">
<!-- Created by Ted Gravlin -->
<head>
<!-- Import CSS -->
<link rel="stylesheet" href="css/main.css">
<!-- Scale page to display width -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Page title and favicons -->
<title> Ted Gravlin </title>
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
<!-- Meta -->
<meta name="title" property="og:title" content="Ted Gravlin" />
<meta name="description" property="og:description"
content="Hi, I'm Ted Gravlin. I'm a software developer with an interest in developing things that make people's lives easier and more fun." />
<meta name="keywords"
content="ted gravlin, gravlin, ted gravlin website, theodore gravlin, theodore gravlin website" />
<meta name="image" property="og:image" content="https://tedgravlin.tech/assets/images/ogimage.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tedgravlin.tech/" />
</head>
<body>
<!-- Main -->
<main>
<!-- Contact Container -->
<div class="contact-container main-content">
<div class="card contact">
<div class="about-button-container">
<a target="_blank" href="https://signal.me/#eu/J4lXfNjLc3iEvphjV5Gn0AB-UKRXkF4g2ER4B5TciHpV9mVoPCxPqaQRAfDMtqx-" class="button-background">
<div class="button-contents">
<img alt="Signal Logo" src="/assets/images/signal-icon.svg">
<p>Signal</p>
</div>
</a>
<a target="_blank" rel="me" href="https://mastodon.world/@tedgravlin" class="button-background">
<div class="button-contents">
<img alt="Mastodon Logo" src="/assets/images/mastodon-icon.svg">
<p>Mastodon</p>
</div>
</a>
<a target="_blank" rel="me" href="https://pixey.org/ted" class="button-background">
<div class="button-contents">
<img alt="Pixelfed Logo" src="/assets/images/pixelfed-icon.svg">
<p>Pixelfed</p>
</div>
</a>
<a target="_blank" href="mailto:theodoregravlin@pm.me" class="button-background">
<div class="button-contents">
<img alt="Email Icon" src="/assets/images/mail-icon.svg">
<p>Email</p>
</div>
</a>
</div>
</div>
</div>
<footer>
<p></p>
</footer>
</main>
</body>
</html>