forked from johnggli/linktree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (81 loc) · 3.11 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
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meio-Orc - 1/2 Orc</title>
<!-- Favicon -->
<link rel="icon" href="assets\avatart2.png" type="image/x-icon" />
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<!-- Core theme CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="background">
<canvas canvas id="diceCanvas"></canvas>
</div>
<!-- Parallax Pixel Background Animation -->
<!-- <section class="animated-background">
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</section> -->
<!-- End of Parallax Pixel Background Animation -->
<a id="profilePicture" href="#popup">
<img src="assets\meioorc.gif" alt="Profile Picture">
</a>
<div class="overlay" id="popup">
<div class="popup">
<div class="popup-photo">
<a href="assets\meioorc.gif" target="_blank">
<img src="assets\meioorc.gif" alt="Profile Picture">
</a>
</div>
<div class="popup-quote">
Grab your towel and don't panic
</div>
<a class="popup-close" onclick="history.back()">×</a>
</div>
</div>
<div id="userName">
@sergiosjs
</div>
<div id="links">
<a class="link" href="https://www.youtube.com/@meioorc" target="_blank">
<i class="fab fa-youtube"> </i>YouTube
</a>
<a class="link" href="https://www.instagram.com/meio.orc" target="_blank">
<i class="fab fa-instagram"> </i>Instagram @meio.orc
</a>
<a class="link" href="https://www.instagram.com/sergiosjs" target="_blank">
<i class="fab fa-instagram"> </i>Instagram @sergiosjs
</a>
<a class="link" href="https://twitter.com/sergiosjs" target="_blank">
<i class="fab fa-twitter"> </i>Twitter
</a>
<a class="link" href="https://sergiosjs.github.io/ironsworn_oracle/" target="_blank">
<i class="fa fa-shield-alt"> </i>Oráculo - Ironsworn
</a>
<a class="link" href="https://sergiosjs.github.io/random-magic/" target="_blank">
<i class="fa fa-shield-alt"> </i>Random - Magic TCG
</a>
<a class="link" href="https://meioorc.itch.io/" target="_blank">
<i class="fa fa-dice"> </i>Itch
</a>
<a class="link" href="https://meioorc.itch.io/einzelmaus-solo-mausritter-ptbr" target="_blank">
<i class="fa fa-dice"> </i>Einzelmaus - Solo Mausritter
</a>
<a class="link" href="https://meioorc.itch.io/space-heavy-cargo" target="_blank">
<i class="fa fa-dice"> </i>SPACE Heavy Cargo
</a>
<a class="link" href="https://meioorc.itch.io/dominus-a-noite-de-halloween" target="_blank">
<i class="fa fa-dice"> </i>Dominus - A Noite de Halloween
</a>
</div>
<div id="hashtag">
#dontpanic
</div>
<script src="assets/dice-animation.js"></script>
</body>
</html>