-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
63 lines (56 loc) · 1.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<title>rgnt</title>
<link rel="icon" href="sources/img/crowned_dino.ico">
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;300;400;700&family=Roboto:ital,wght@1,300;1,900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/0ead5b1f35.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="sources/js/dist/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="sources/js/dist/clipboard.min.js"></script>
<script type="text/javascript" src="sources/js/main.js"></script>
<script src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="sources/css/animate.min.css">
<link rel="stylesheet" type="text/css" href="sources/css/normalize.css">
<link rel="stylesheet" type="text/css" href="sources/css/common.css">
<link rel="stylesheet" href="sources/css/glitch.css">
</head>
<body onload="show_contact();">
<header class="">
<div id="header-content">
<div id="heading">
<p class="realname">I'm <span style="font-weight: 900">Maroš Prejsa</span>.</p>
<p class="glitch-header">
<span aria-hidden="true">RGNTER</span>
RGNTER
<span aria-hidden="true">RGNTER</span>
</p>
<div class="description">
<p>software engineer</p>
</div>
</div>
<div id="contact">
<a href="https://www.linkedin.com/in/maro%C5%A1-prejsa/"
target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
<a data-clipboard-text="rgnter"
class="discord-id-copy"
onclick="showAlert('Copied username.')">
<i class="fab fa-discord"></i>
</a>
<a href="https://github.com/rgnter"
target="_blank"
onclick="showAlert('Github page opened in a new window.')">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</header>
<footer>
<div id="alert">
<span class="content"></span>
</div>
</footer>
</body>
</html>