This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
66 lines (66 loc) · 4.73 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
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daniel | Contact</title>
<link rel="shortcut icon" type="image/png" href="./img/favicon.ico">
<link rel="stylesheet" href="./styles/contact.css">
<link rel="preload" href="fonts/krub-v9-latin-600.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="fonts/krub-v9-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="fonts/roboto-v30-latin-500.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="fonts/roboto-v30-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
</head>
<body>
<header class="site-header">
<nav class="site-nav"
style="color: #f3f3f3; font-size: 20px; display: flex; justify-content: space-between; align-items: center;">
<a class="logo" href="./"><img src="./img/favicon.png" alt="logo"></a>
<div class="header-container">
<a class="headerbutton" href="/">Home</a>
<a class="headerbutton" href="/about">About</a>
<a class="headerbutton" href="/games">Games</a>
<a class="headerbutton" href="/contact">Contact</a>
</div>
<div class="social-icons">
<a target="_blank" rel="noopener noreferrer" href="https://github.com/Danilol69" aria-label="Go to my Github">
<svg class="social-icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24">
<title>Github</title>
<path
d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33c.85 0 1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2" />
</svg>
</a>
<a target="_blank" rel="noopener noreferrer"
href="https://open.spotify.com/user/31kmzfcqz5godb6oeryrdrobuti4?si=9e30d7ffbab34224&nd=1&dlsi=fe562084abaf4108"
aria-label="Go to my Spotify">
<svg class="social-icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24">
<title>Spotify</title>
<path
d="M17.9 10.9C14.7 9 9.35 8.8 6.3 9.75c-.5.15-1-.15-1.15-.6c-.15-.5.15-1 .6-1.15c3.55-1.05 9.4-.85 13.1 1.35c.45.25.6.85.35 1.3c-.25.35-.85.5-1.3.25m-.1 2.8c-.25.35-.7.5-1.05.25c-2.7-1.65-6.8-2.15-9.95-1.15c-.4.1-.85-.1-.95-.5c-.1-.4.1-.85.5-.95c3.65-1.1 8.15-.55 11.25 1.35c.3.15.45.65.2 1m-1.2 2.75c-.2.3-.55.4-.85.2c-2.35-1.45-5.3-1.75-8.8-.95c-.35.1-.65-.15-.75-.45c-.1-.35.15-.65.45-.75c3.8-.85 7.1-.5 9.7 1.1c.35.15.4.55.25.85M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2" />
</svg>
</a>
<a target="_blank" rel="noopener noreferrer"
href="https://twitter.com/DaniBell1234" aria-label="Go to my Twitter">
<svg class="social-icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24">
<path d="M18.205 2.25h3.308l-7.227 8.26l8.502 11.24H16.13l-5.214-6.817L4.95 21.75H1.64l7.73-8.835L1.215 2.25H8.04l4.713 6.231zm-1.161 17.52h1.833L7.045 4.126H5.078z" />
</svg>
</a>
</div>
</nav>
</header>
<div class="container">
<h1 class="headline">Get in touch</h1>
<p>You can always send me an email at <b><a id="email-link" target="_blank" rel="noopener noreferrer" href="mailto:[email protected]">[email protected]</a>.</b></p>
<p style="margin-bottom: 150px;">If you found any issues on this site or have suggestions for future improvements, feel free to <a target="_blank" rel="noopener noreferrer" href="https://github.com/Danilol69/danilol69.github.io/issues">open an issue</a> on the Github repo for this site.</p>
</div>
<footer>
<div class="container">
<div>
<p class="copyright"><b><a style="text-decoration: none;" target="_blank" rel="noopener noreferrer" href="https://github.com/Danilol69/danilol69.github.io/blob/main/LICENSE">© 2024 Daniel</a></b>. All rights reserved.</p>
<p style="margin-bottom: 70px;">Designed and developed by Daniel (aka Danilol/DaniBell)</p>
</div>
</div>
</footer>
</body>
</html>