forked from sethcottle/littlelink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (66 loc) · 4.11 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html class="theme-auto" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Page Title - Change this to your name/brand (50-60 characters recommended) -->
<title>Sean Dulin</title>
<link rel="icon" type="image/x-icon" href="/images/avatar.png"> <!-- Update this with your own favicon -->
<!-- Meta Description - Write a description (150-160 characters recommended) -->
<meta name="description" content="Software Engineer | College Instructor | Gamer | Full Nerd | Homelab">
<!-- Keywords -->
<meta name="keywords" content="Sean Dulin, Software Development, Data Development, Typescript, Node.js, dbt, Snowflake, Kubernetes, C#, ASP.NET">
<!-- Canonical URL - Helps prevent duplicate content issues -->
<meta rel="canonical" href="https://seandulin.com">
<!-- Author Information -->
<meta name="author" content="Sean Dulin">
<!-- Linked Accounts -->
<a rel="me" href="https://hachyderm.io/@seandulin"></a>
<!-- Stylesheets -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/brands.css">
</head>
<body>
<div class="container">
<div class="column">
<!--
By default, the Avatar is rounded. Use the following:
- avatar--rounded: Automatically rounds the image
- avatar--soft: Slightly rounds the image
- avatar--none: Removes any rounding
Be sure to replace the src with your own image path and update the alt text
-->
<img class="avatar avatar--rounded" src="images/SeanDulin.jpeg" alt="Sean Dulin headshot with light gray background">
<!-- Replace with your name or brand -->
<h1 tabindex="0">
<div>Sean Dulin</div>
</h1>
<!-- Add a short description about yourself or your brand -->
<p tabindex="0">Software Dev | College Instructor | Gamer | Homelabber | Full Nerd</p>
<!-- All your buttons go here -->
<div class="button-stack" role="navigation">
<!-- LinkedIn -->
<a class="button button-linked" href="https://www.linkedin.com/in/seandulin/" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/linkedin.svg" alt="LinkedIn Logo">LinkedIn</a>
<!-- GitHub -->
<a class="button button-github" href="https://github.com/seandulin" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/github.svg" alt="GitHub Logo">GitHub</a>
<!-- Mastodon -->
<a class="button button-mastodon" href="https://hachyderm.io/@seandulin" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/mastodon.svg" alt="Mastodon Logo">Mastodon</a>
<!-- Bluesky Alt -->
<a class="button button-bluesky-alt" href="https://bsky.app/profile/seandulin.com" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/bluesky-alt.svg" alt="Bluesky Logo">Bluesky</a>
<!-- Facebook -->
<a class="button button-faceb" href="https://www.facebook.com/seandulin" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/facebook.svg" alt="Facebook Logo">Facebook</a>
<!-- Discord -->
<a class="button button-discord" href="https://discordapp.com/users/345625038676033536" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/discord.svg" alt="Discord Logo">Discord</a>
</div>
</div>
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YRRWX2K9VD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YRRWX2K9VD');
</script>
</body>
</html>