This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
48 lines (48 loc) · 2.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Fjuro</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="title" content="Fjuro">
<meta name="description" content="Fjuro's personal website">
<meta name="theme-color" content="#140170">
<!-- OpenGraph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://fjuro.github.io/">
<meta property="og:title" content="Fjuro">
<meta property="og:description" content="Fjuro's personal website">
<meta property="og:image" content="https://fjuro.github.io/img/logo.png">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/fontawesome.css">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="main-box position-absolute top-50 start-50 translate-middle bg-white poppins" style="min-width: 400px;">
<div class="navbar ps-4"><p><a href="./index.html" class="navbar-link">home</a> / <a href="./addons.html" class="navbar-link">addons</a> / <a href="./music.html" class="navbar-link">music</a></p></div>
<div class="heading ps-4">
<img src="img/avatar.png">
<h1 class="pe-4 pt-2"><b>Fjuro</b></h1>
</div>
<p class="ps-4 pe-4">Hello! My name is Jonas, but I'm more known as Fjuro on the internet. I'm a hobby translator and beginner website developer (I mainly like frontend). You can find projects I'm currently involved in and platforms I'm on below.</p>
<div class="container ps-4 pe-4">
<ul>
<li><a href="https://labymod.net" class="link">LabyMod</a>, <a href="https://sponsor.ajay.app" class="link">SponsorBlock</a> & <a href="https://f-droid.org" class="link">F-Droid</a> Proofreader</li>
<li><a href="https://ateams.cz" class="link">ATEAMS</a> Manager</li>
<li>Server Manager</li>
</ul>
</div>
<div class="ps-4 pe-4 pb-4">
<a class="btn btn-custom" style="background-color: #0082c9;" type="button" href="https://alius.cz" title="Server" target="_blank"><i class="fa-solid fa-cloud"></i></a>
<a class="btn btn-custom" style="background-color: #171515;" type="button" href="https://github.com/Fjuro" title="GitHub" target="_blank"><i class="fab fa-github"></i></a>
<a class="btn btn-custom" style="background-color: #2c2e35;" type="button" href="https://steamcommunity.com/id/Fjuro" title="Steam" target="_blank"><i class="fab fa-steam"></i></a>
<a class="btn btn-custom" style="background-color: #61929c;" type="button" href="https://bandcamp.com/fjuro" title="Bandcamp" target="_blank"><i class="fab fa-bandcamp"></i></a>
<a class="btn btn-custom" style="background-color: #f3650c;" type="button" href="mailto:[email protected]" title="Email"><i class="fas fa-envelope"></i></a>
</div>
</div>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>