-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (73 loc) · 4.58 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
<html lang="en"><head>
<meta charset="UTF-8">
<title>emortal's website</title>
<meta name="description" content="my epic website containing many epic links and also words!!">
<meta name="author" content="emortal">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="icon" href="assets/icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
</head>
<body>
<p>
<div class="center">
<h1>Hey! 👋 I'm <span class="name-gradient">emortal</span></h1>
</div>
<br>
I develop things, usually related to Minecraft. I also dabble in motion design.
I am interested in user design, user experience and game development.
</p>
<hr>
<h2>Projects</h2>
<ul>
<li><a target="_blank" rel="noreferrer" href="https://github.com/emortalmc/">EmortalMC</a> - A Minecraft network powered by Minestom</li>
<li><a target="_blank" rel="noreferrer" href="https://github.com/emortaldev/xeno">Xeno</a> - Music Discord bot</li>
<li><a target="_blank" rel="noreferrer" href="https://github.com/emortaldev/BlockPhysics">Block Physics</a> - Using the PhysX physics engine in Minecraft</li>
</ul>
<h2>👨💻 Programming Languages</h2>
<ul>
<li>Experienced: Java, Kotlin, Typescript</li>
<li>Intermediate: Go</li>
<li>Beginner: Rust</li>
</ul>
<h2>📞 Contact</h2>
<br>
<div class="social-container">
<a class="social-block" target="_blank" rel="noreferrer" href="https://github.com/emortaldev/">
<div class="social-block">
<img style="vertical-align: middle" src="assets/github-mark-white.svg" alt="GitHub Logo" width="20">
GitHub
</div>
</a>
<a class="social-block" target="_blank" rel="noreferrer" href="https://discord.gg/NREEP7RH8y">
<div class="social-block">
<img style="vertical-align: middle" src="assets/discord-mark-white.svg" alt="Discord Logo" width="20">
Discord
</div>
</a>
<a class="social-block" target="_blank" rel="noreferrer" href="https://youtube.com/emortal">
<div class="social-block">
<img style="vertical-align: middle" src="assets/youtube_social_icon_red.png" alt="YouTube Logo" width="20">
YouTube
</div>
</a>
</div>
<h2>🫂 Friends</h2>
<ul>
<li><a target="_blank" rel="noreferrer" href="https://goldenstack.net">GoldenStack</a></li>
<li><a target="_blank" rel="noreferrer" href="https://codyq.dev">Cody</a></li>
</ul>
<h2>❤️ Favorite Songs</h2>
<iframe style="border: 0; width: 100%; height: 42px;" src="https://bandcamp.com/EmbeddedPlayer/album=551760206/size=small/bgcol=333333/linkcol=fe7eaf/transparent=true/" seamless><a href="https://c418.bandcamp.com/album/minecraft-volume-beta">Minecraft - Volume Beta by C418</a></iframe>
<iframe style="border: 0; width: 100%; height: 42px;" src="https://bandcamp.com/EmbeddedPlayer/album=1867938040/size=small/bgcol=333333/linkcol=fe7eaf/transparent=true/" seamless><a href="https://abeaconschool.bandcamp.com/album/cola">Cola by A Beacon School</a></iframe>
<iframe style="border: 0; width: 100%; height: 42px;" src="https://bandcamp.com/EmbeddedPlayer/album=448963597/size=small/bgcol=333333/linkcol=fe7eaf/track=338650508/transparent=true/" seamless><a href="https://upusen.bandcamp.com/album/tea-is-too-hot">tea is too hot by upusen</a></iframe>
<iframe style="border: 0; width: 100%; height: 42px;" src="https://bandcamp.com/EmbeddedPlayer/album=3194125999/size=small/bgcol=333333/linkcol=fe7eaf/track=1452954456/transparent=true/" seamless><a href="https://upusen.bandcamp.com/album/birds">Birds by upusen</a></iframe>
<iframe style="border: 0; width: 100%; height: 42px;" src="https://bandcamp.com/EmbeddedPlayer/album=1045352317/size=small/bgcol=333333/linkcol=fe7eaf/track=2630493314/transparent=true/" seamless><a href="https://michaelwyckoff.bandcamp.com/album/bonetones-the-boneworks-ost">Bonetones: The Boneworks OST by Michael Wyckoff</a></iframe>
<iframe style="border: 0; width: 100%; height: 42px;" src="https://bandcamp.com/EmbeddedPlayer/album=150871303/size=small/bgcol=333333/linkcol=fe7eaf/track=2108304610/transparent=true/" seamless><a href="https://jamiexx.bandcamp.com/album/in-waves">In Waves by Jamie xx feat. Honey Dijon</a></iframe>
<h2>😼 My cat</h2>
<div>
<img src="cat.webp" alt="My cat" width="300">
</div>
</body></html>