-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (57 loc) · 2.59 KB
/
index.html
File metadata and controls
68 lines (57 loc) · 2.59 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="darkreader" content="NO-DARKREADER-PLUGIN" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="./nodarkreader.min.js"></script>
<link rel="stylesheet" href="Styles/all.css">
<link rel="stylesheet" href="Styles/index.css">
<link rel="icon" type="image/x-icon" href="Media/logo.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://code.iconify.design/iconify-icon/1.0.0/iconify-icon.min.js"></script>
<script src="Scripts/indexScrollAnimations.js"></script>
<title>shadow_aya • home</title>
</head>
<body>
<!--<div id='cookies-popup'>
<p>This website doesn't use cookies. trl</p><button type='button' onclick="$('#cookies-popup').css({'display': 'none'})">Okay</button>
</div>-->
<div id="getfucked"></div>
<section id='title-col'></section>
<section id="title">
<h1>shadow_aya</h1><div onclick="location.href='https://video.twimg.com/ext_tw_video/1551237337346097160/pu/vid/720x720/c4O3nT-mdQSIpAgP.mp4?tag=12';"></div>
</section>
<div id='top'></div>
<div id='folder'></div>
<div id='folder-bg'></div>
<section class="content-box">
<h1 style="margin-bottom: 30px;">NEW PORTFOLIO AT <a href="https://shadowaya.me/">shadowaya.me</a>!</h1>
<p>Hello, I'm shadow_aya and I do stuff and stuff!</p><br>
<p style="opacity: 0.7;">19 🎂 male 👤 coding 🖥️</p><br><br>
<p>Links:</p><br>
<div class="inline-link">
<a href="https://steamcommunity.com/id/shadow_aya/">
<iconify-icon icon="icomoon-free:steam" width="25"></iconify-icon>
<p>Steam</p>
</a>
</div><br>
<div class="inline-link">
<a href="https://stats.fm/shadow_aya">
<iconify-icon icon="healthicons:high-bars" width="25"></iconify-icon>
<p>stats.fm</p>
</a>
</div><br><br>
<p>Projects:</p><br>
<a class="link-button" href="https://shadowaya.github.io/dtg">
<p>Discord Timestamp Generator</p>
<iconify-icon icon="ep:arrow-right-bold" width="20px"></iconify-icon>
</a>
<a class="link-button" href="https://shadowaya.github.io/timetable">
<p>Dynamic Timetable (EduPage and more)</p>
<!--maki:cross-->
<iconify-icon icon="ep:arrow-right-bold" width="20px"></iconify-icon>
</a><br><br><br><br><p></p>
</section>
</body>
</html>