-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (64 loc) · 3.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GD4R6PWG3N"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GD4R6PWG3N');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#2b2d31">
<meta name="description" content="My cool personal website">
<meta name="google-site-verification" content="SiZHCG6ZZqAJukKHcauYa7YRLktIvfcTJFQJokzucUU" />
<title>Danek309044</title>
<link rel="stylesheet" href="./src/index.css">
<link rel="favicon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<div class="main">
<div class="navbar">
<ul>
<li><a href="#contact"><i class="fa-solid fa-phone"></i> Contact me</a></li>
<li><a href="#projects"><i class="fa-solid fa-folder"></i> Projects</a></li>
</ul>
</div>
<div class="profile">
<div class="pfp">
<img src="./assets/pfp.png" alt="Danek309044's Profile Picture">
</div>
<h1>Danek309044</h1>
<p>Hello, my name is Daniel. I am from the Czech Republic. I enjoy programming, gaming, and photography.</p>
</div>
</div>
<div class="more">
<div id="contact">
<h2>Contact me</h2>
<p>You can contact me thru <a href="mailto:danek309044@proton.me"><i class="fa-solid fa-at"></i> Email</a> or <a href="https://discord.com/users/668084854537060372"><i class="fa-brands fa-discord"></i> Discord</a></p>
</div>
<div id="projects">
<h2>Projects</h2>
<p>Projects that I made or worked on</p>
<div class="grid">
<div id="websites">
<h3>Websites</h3>
<p><a href="https://github.com/Danek309044/website">d309044.eu</a> <i class="fa-solid fa-unlock"></i></p>
<p><a href="https://github.com/HeatBombS/website">heatbombs.xyz</a> <i class="fa-solid fa-unlock"></i></p>
<p><a href="https://github.com/hewol/hewol.github.io">hewol.github.io</a> <i class="fa-solid fa-unlock"></i></p>
<p><a href="https://github.com/ClydeReborn/ClydeReborn.github.io">ClydeReborn.github.io</a> <i class="fa-solid fa-unlock"></i></p>
<p>3 Private Websites <i class="fa-solid fa-lock"></i></p>
</div>
<div id="other">
<h3>Other</h3>
<p><a href="https://github.com/Danek309044/simple-qr-generator">Simple QR Generator</i></a> <i class="fa-solid fa-unlock"></i></p>
<p>6 Private Discord Bots <i class="fa-solid fa-lock"></i></p>
</div>
</div>
</div>
</div>
<div class="footer"><a href="https://old.d309044.eu/">Visit the old sites</a> | © 2024 Danek309044</div>
</body>
</html>