-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
33 lines (33 loc) · 2.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>zomka.dev</title>
<meta content="zomka.dev" property="og:title">
<meta content="just a website uwu" property="og:description">
<meta content="https://c.tenor.com/-SC7uwUlHqUAAAAj/fish-groove.gif" property="og:image">
<meta name="twitter:card" content="summary_large_image">
<meta content="#b9f6ca" data-react-helmet="true" name="theme-color">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="https://c.tenor.com/-SC7uwUlHqUAAAAj/fish-groove.gif"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div style="position:absolute;top:50%;left:50%;width:800px;transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);background-image:url('https://c.tenor.com/-SC7uwUlHqUAAAAj/fish-groove.gif');background-repeat:no-repeat;background-position:100% 50%;opacity:75%;max-width:50%;margin:auto;text-shadow: 0px 0px 6px #ffcdcc;">
<h2 style="font-size:88px;letter-spacing:8px;">zomka.dev</h2>
<div style="position:relative;top:-50px;">
Hello!<br>
My name is Zomka.<br>
I'm a JavaScript and Java developer.<br>
I like Nintendo, Jackbox Games and Minecraft.<br>
You may know me for creating CrossNex.<br><br>
<span style="font-size:48px;"><a href="mailto:me@zomka.dev"><i class="icon-mail"></i></a> <a href="https://reddit.com/u/Mr_Zomka"><i class="icon-reddit"></i></a> <a href="https://discord.com/invite/qvVGmWUrQd"><i class="icon-discord"></i></a> <a href="https://youtube.com/mrzomka"><i class="icon-youtube"></i></a> <a href="https://github.com/MrZomka"><i class="icon-github"></i></a></span>
</div>
<div style="text-align:center;font-size:24px;padding-bottom:20px;">
<a href="https://crossnex.com">My Minecraft server</a> - <a href="riitag">RiiTag</a> - <a href="https://jb.zomka.dev">Jackbox Stuff</a> - <a href="playlists">Playlists</a> - <a href="fish">Vibing Fish</a>
</div>
</div>
<audio autoplay="true" src="music/barn1.mp3">
</body>
</html>