-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
150 lines (136 loc) · 6.45 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html>
<head>
<title>Mergen</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="main.js"></script>
</head>
<body>
<ul>
<li><a id="active" href="#home">🏠</a></li>
<li><a href="#links">Links</a></li>
<li><a href="#projects">Projects</a></li>
</ul>
<div class="bg"></div>
<div class="terminal-loader">
<div class="terminal-header">
<div class="terminal-title">Hi...</div>
<div class="terminal-controls">
<div class="control close"></div>
<div class="control minimize"></div>
<div class="control maximize"></div>
</div>
</div>
<div class="text">I'm mergenTheDev</div>
</div>
<div class="lang">
<h1>What Can I Use</h1>
<img src="assets/clang.png" alt="">
<img src="assets/golang.png" alt="">
<img src="assets/js.png" alt="">
<img id="rust" src="assets/rust.png" alt="">
<img src="assets/godot.png" alt="">
</div>
<div class="repos">
<h1 id="projects">Projects</h1>
<h2>Soon...</h2>
<div class="github-card" data-github="mergenTheDev/bizmuth" data-width="400" data-height="" data-theme="default"></div>
<script src="//cdn.jsdelivr.net/github-cards/latest/widget.js"></script>
<div class="container">
<div class="cube">
<div style="--x:-1; --y:0;">
<span style="--i:3;"></span>
<span style="--i:2;"></span>
<span style="--i:1;"></span>
</div>
<div style="--x:0; --y:0;">
<span style="--i:3;"></span>
<span style="--i:2;"></span>
<span style="--i:1;"></span>
</div>
<div style="--x:1; --y:0;">
<span style="--i:3;"></span>
<span style="--i:2;"></span>
<span style="--i:1;"></span>
</div>
</div>
<div class="cube">
<div style="--x:-1; --y:0;">
<span style="--i:3;"></span>
<span style="--i:2;"></span>
<span style="--i:1;"></span>
</div>
<div style="--x:0; --y:0;">
<span style="--i:3;"></span>
<span style="--i:2;"></span>
<span style="--i:1;"></span>
</div>
<div style="--x:1; --y:0;">
<span style="--i:3;"></span>
<span style="--i:2;"></span>
<span style="--i:1;"></span>
</div>
</div>
<div class="cube">
<div style="--x:-1; --y:0;">
<span style="--i:3;"></span>
<span style="--i:2;"></span>
<span style="--i:1;"></span>
</div>
<div style="--x:0; --y:0;">
<span style="--i:3;"></span>
<span style="--i:2;"></span>
<span style="--i:1;"></span>
</div>
<div style="--x:1; --y:0;">
<span style="--i:3;"></span>
<span style="--i:2;"></span>
<span style="--i:1;"></span>
</div>
</div>
</div>
</div>
<div class="links">
<h1 id="links">Links</h1>
<div class="button-icon">
<div class="icon">
<svg viewBox="0 0 24 24">
<path
d="M12 0.296997C5.37 0.296997 0 5.67 0 12.297C0 17.6 3.438 22.097 8.205 23.682C8.805 23.795 9.025 23.424 9.025 23.105C9.025 22.82 9.015 22.065 9.01 21.065C5.672 21.789 4.968 19.455 4.968 19.455C4.422 18.07 3.633 17.7 3.633 17.7C2.546 16.956 3.717 16.971 3.717 16.971C4.922 17.055 5.555 18.207 5.555 18.207C6.625 20.042 8.364 19.512 9.05 19.205C9.158 18.429 9.467 17.9 9.81 17.6C7.145 17.3 4.344 16.268 4.344 11.67C4.344 10.36 4.809 9.29 5.579 8.45C5.444 8.147 5.039 6.927 5.684 5.274C5.684 5.274 6.689 4.952 8.984 6.504C9.944 6.237 10.964 6.105 11.984 6.099C13.004 6.105 14.024 6.237 14.984 6.504C17.264 4.952 18.269 5.274 18.269 5.274C18.914 6.927 18.509 8.147 18.389 8.45C19.154 9.29 19.619 10.36 19.619 11.67C19.619 16.28 16.814 17.295 14.144 17.59C14.564 17.95 14.954 18.686 14.954 19.81C14.954 21.416 14.939 22.706 14.939 23.096C14.939 23.411 15.149 23.786 15.764 23.666C20.565 22.092 24 17.592 24 12.297C24 5.67 18.627 0.296997 12 0.296997Z"
fill="#222229"
></path>
</svg>
</div>
<div class="gcube">
<a href="https://github.com/mergenTheDev">
<span class="side front">Github</span></a>
<span class="side top">Go to Github</span>
</div>
</div>
<!--Discord-->
<button class="discord">
<svg
style="color: white"
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-discord"
viewBox="0 0 16 16"
>
<path
d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z"
fill="white"
></path>
</svg>
Discord
</button>
</div>
<div class="footer"></div>
<footer>
Made by Mergen with ❤️
(I'm not a Web Developer that's why page is unprofessional)
</footer>
</body>
</html>