-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.12 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
<!-- hackclub boba workshop 2024/nov/30 -->
<!DOCTYPE html>
<head>
<title>krunch's site</title>
<link rel="icon" type="image/x-icon" href="https://ca.slack-edge.com/T0266FRGM-U0828MFCD99-dcc9a4d34da7-72">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="maintext">
<h1>krunch's site</h1>
<p>Welcome to my site</p>
<img src="https://ca.slack-edge.com/T0266FRGM-U0828MFCD99-dcc9a4d34da7-72">
<h1>About me</h1>
<div class="info">
<p>My name is krunch, i am a frontend dev, i live in europe and i like cake!</p>
</div>
<h1>Did you know</h1>
<ul>
<li>My name is krunch</li>
<li>I am a frontend dev</li>
<li>I live in europe</li>
<li>I like cake!</li>
<li>Bonus: i love boba tea!!</li>
</ul>
<h1> ̶F̶i̶n̶d̶ Contact me</h1>
<a href="https://github.com/RadioactivePotato">Github</a>
<br>
<a href="mailto:[email protected]">E-mail</a>
<br>
<a href="http://hackclub.slack.com/">Slack @krunchiekrunch</a>
</div>
</body>