-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (63 loc) · 2.7 KB
/
Copy pathindex.html
File metadata and controls
70 lines (63 loc) · 2.7 KB
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
<!DOCTYPE html>
<html lang="en">
<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>Dominic Koppatz</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="context">
<center>
<img src="./pb.jpg" class="profilepic" alt="Profile Picture" />
</center>
<h1>Dominic-ktz</h1>
<br />
<br />
<center>
<hr style="width: 50%; max-width: 600px;" />
<br />
<p class="subtext">
Hey, I'm Dominic.
I'm from Bleckede in Germany. In my free time I like to be on Discord and programming on different things like my Discord bots or my websites like <a class="link" href="https://kisara.app">kisara.app</a> or <a class="link" href="https://yuii.moe">yuii.moe</a> . As programming languages I use Flutter, Javascript and PHP.
</p>
<br>
<hr style="width: 50%; max-width: 600px;" />
<br />
<br />
<br />
<button onclick="navigator.clipboard.writeText('Dominic-ktz#6666'); alert('Copied Discord username to clipboard')" class="button discord"><i class="fa-brands fa-discord"></i> Discord</button>
<br>
<button onclick="window.location.href = 'https://github.com/Dominic-ktz/'" class="button github"><i class="fa-brands fa-github"></i> Github</button>
<br>
<button onclick="window.location.href = 'https://twitter.com/dominic_ktz'" class="button twitter"><i class="fa-brands fa-twitter"></i> Twitter </button>
<br>
<button onclick="window.location.href = 'https://www.hoyolab.com/accountCenter/postList?id=242443697'" class="button hoyolab"><i class="fa-solid fa-gamepad-modern"></i> Hoyolab </button>
</center>
</div>
<div class="area">
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</body>
<script src="script.js"></script>
</html>