-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e13b7f
commit cc1721a
Showing
4 changed files
with
128 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters