-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (53 loc) · 2.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
59
<!DOCTYPE html>
<html class="" lang="en" data-user-color-scheme="dark">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title>Dany Dodson</title>
<meta name="description" content="Dany Dodson's corner of the web.">
<link rel="shortcut icon" href="https://ddlinks.vercel.app/favicon.png">
<link rel="stylesheet" href="https://ddlinks.vercel.app/css/styles.min.css">
</head>
<body class="no-js">
<main>
<header class="about">
<h1>Dany Dodson</h1>
<div class="mode-toggle">
<button class="[ toggle-button ] [ js-mode-toggle ]" aria-label="theme toggle button">
<span class="toggle-icon" aria-hidden="true"></span>
<span class="[ toggle-text ] [ js-mode-toggle-text ]"></span>
</button>
</div>
</header>
<p class="info">P̶r̶o̶grammer</p>
<nav class="links">
<a href="mailto:[email protected]" title="Click to send me an email" target="_blank">
<strong>E-mail</strong>
<span>[email protected]</span>
</a>
<a href="https://github.com/danydodson" title="Click to open my github.com profile " target="_blank" rel=”nofollow”>
<strong>GitHub</strong>
<span>@danydodson</span>
</a>
<a href="https://twitter.com/dany_spatch" title="Click to open my twitter.com profile" target="_blank" rel=”nofollow”>
<strong>Twitter</strong>
<span>@dany_spatch</span>
</a>
<a href="https://linkedin.com/in/danydodson" title="Click to open my linkedin.com profile" target="_blank" rel=”nofollow”>
<strong>LinkedIn</strong>
<span>@danydodson</span>
</a>
<a href="https://codepen.io/danydodson" title="Click to open my codepen.io profile" target="_blank" rel=”nofollow”>
<strong>CodePen</strong>
<span>@danydodson</span>
</a>
<a href="https://twitch.tv/dany_spatula_hands" title="twitch" target="_blank" rel=”nofollow”>
<strong>Twitch</strong>
<span>@dany_spatula_hands</span>
</a>
</nav>
</main>
<script src="https://ddlinks.vercel.app/js/main.min.js"></script>
</body>
</html>