-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
60 lines (56 loc) · 3.82 KB
/
contact.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
<!DOCTYPE html>
<html lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Derek Elder's contact page">
<meta name="author" content="Derek Elder">
<meta http-equiv="cache-control" content="max-age=3600">
<title>Delder's Domain -- Contact</title>
<link rel="canonical" href="https://www.derekmelder.com/contact.html">
<link rel="shortcut icon" href="images/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.min.css">
</head>
<body class="background contact">
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark py-0 bg-teal">
<div class="container-fluid">
<a class="navbar-brand" href="home.html">Delder's Domain</a>
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="home.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="resume.html">Resume</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="interests.html">Interests</a></li>
<li class="nav-item"><a class="nav-link" href="sol.html">SoL</a></li>
<li class="nav-item"><a class="nav-link" href="writing.html">Writing</a></li>
<li class="nav-item"><a class="nav-link active" href="contact.html">Contact</a></li>
</ul>
<img id="light-mode-toggle" width="24px">
</div>
</div>
</nav>
<section>
<div class="hero-inner">
<h1>Contact</h1>
<h2>E-Mail: [email protected]</h2>
<h1>derekelder.eth</h1>
<h2><a href="https://app.ens.domains/derekelder.eth"><img src="images/derekelder.eth.svg" alt="Ethereum Name System (ENS) link" title="Ethereum Name System (ENS) link" height="128"></a> <a href="https://derekelder.eth.co/"><img src="images/ethdotco.jpg" alt="Eth.co link" title="Eth.co link" height="128"></a></h2>
<h1>Stack Overflow</h1>
<a href="https://stackoverflow.com/users/2592025/derek-elder"><img src="https://stackoverflow.com/users/flair/2592025.png" width="312" height="87" alt="profile for Derek Elder at Stack Overflow, Q&A for professional and enthusiast programmers" title="Profile for Derek Elder at Stack Overflow"></a>
<h1>Steam</h1>
<a href="https://steamprofile.com/sig/76561198009038354/"><img src="https://badges.steamprofile.com/profile/default/steam/76561198009038354.png" alt="Steam Profile badge for =[SoL]= Gelean" title="Steam Profile badge for =[SoL]= Gelean"/></a>
<h1>Completionist.me</h1>
<a href="https://completionist.me/steam/profile/76561198009038354"><img src="images/completionistme.png" alt="Completionist.me badge for =[SoL]= Gelean" title="Completionist.me badge for =[SoL]= Gelean"/></a>
</div>
</section>
<script src="bootstrap/js/bootstrap.bundle.min.js" defer></script>
<script src="js/theme.min.js" defer></script>
</body>
</html>