-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
90 lines (87 loc) · 3.69 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
<!DOCTYPE HTML>
<!--
Hey hey hey! Have an issue with the code?
Contact Sowwyz#1337
-->
<html>
<head>
<title>Sowwyz | Home</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" href="assets/images/YAHALLO.png" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/loading.css" />
<link rel="stylesheet" href="assets/css/glitch.css" />
<!--Contact Sowwyz#1337-->
<!-- Loading Bar -->
<link rel="stylesheet" type="text/css" href="assets/css/loading-bar.css" />
<script type="text/javascript" src="assets/js/loading-bar.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Megrim&display=swap" rel="stylesheet">
<!-- Blocked Script Browsers -->
<!--Contact Sowwyz#1337-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
<body onload="loadPage()">
<div id="render">
<canvas id="canvas" touch-action="none"></canvas> <!--touch-action="none" for best results from PEP -->
<!--Contact Sowwyz#1337-->
</div>
<div id="menu" class="fade-in">
<h1 class="glitch" data-text="Sowwyz">Sowwyz</h1>
<div id="alternatingTxt">
<h2 id="text1">
二人だけの空が広がる夜に
</h2>
<h2 id="text2">
二人だけの空が広がる夜に
</h2>
</div>
<p><a class="glitch" data-text="CONTENT" href="https://github.com/Sowwyz/" onmouseover="postProcess()">CONTENT</a></p>
<p><a class="glitch" data-text="ABOUT" onclick="openAbout()" href="https://github.com/Sowwyz/" onmouseover="postProcess()">ABOUT</a></p>
<p><a class="glitch" data-text="TWITTER" href="https://github.com/Sowwyz/" target="_blank" onmouseover="postProcess()">TWITTER</a></p>
<p><a class="glitch" data-text="Sowwyz" onclick="openDisco()" href="#" onmouseover="postProcess()">Sowwyz</a></p>
</div>
<!--Contact Sowwyz#1337-->
<div id="loading">
<div id="loader" data-type="fill" data-fill-dir="btt" style="width:100%;height:100px" data-img="assets/images/loadingDuck.gif"></div>
<p id="loadedText">click to continue</p>
</div>
<div id="info">
<button id="closeInfo" onclick="closeInfo()">Back</button>
<div id="aboutText" class="infoTxt fade-in">
<p>
Hey, it's me Sowwyz! <br />
Welcome to my website!
Follow Me Github
</p>
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
<!--Contact Sowwyz#1337-->
</div>
<div id="discoText" class="infoTxt fade-in">
<p>
Hey, it's me Sowwyz! <br />
Welcome to my website!
Follow Me Github
</p>
</div>
</div>
<script type="text/javascript" src="assets/js/loading.js"></script>
</body>
</html>
<!--Contact Sowwyz#1337-->