-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (61 loc) · 2.37 KB
/
index.html
File metadata and controls
71 lines (61 loc) · 2.37 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
69
70
71
<!DOCTYPE html>
<html lang="en">
<script src="//cdn.jsdelivr.net/npm/eruda"></script>
<script>eruda.init();</script>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/x-icon" href="pfp/mainpfprounded.png">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200">
<script src="js/index.js"></script>
<title>Ava's Kitchen Cupboard</title>
<style>
body {
background-image: url("resources/vrc3.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 90%;
background-size: contain;
background-color: #000000;
}
</style>
</head>
<body>
<h1 style="font-size:7vw;padding-left:5%;"> Coming soon... </h1>
<p>Welcome to this site!</p>
<p>As you can see, not much is going on right now.. There will be soon!</p>
<section id="my-stuff">
<h2>My Stuff</h2>
<!-- Kinda proud of these containers :3 -->
<div class="tile-container">
<a href="https://echo.avagoosa.com" class="tile" data-title="Echo VR Installer"><img
src="resources/installerbg.png" alt="Standalone Echo VR Installer"></a>
<a href="https://github.com/AvaGoosa/AvaGoosa.github.io" class="tile" target="_blank"
data-title="Github"><img src="resources/ghlandscape.png" alt="My Github Page"></a>
</div>
</section>
<section id="useful-links">
<h2>Things I think the internet should know about</h2>
<ul>
<li><a href="https://cobalt.tools/" target="_blank">cobalt.tools</a> - a clean YouTube video downloader</li>
<li><a href="https://pairdrop.net/" target="_blank">pairdrop.net</a> - a WebRTC P2P transfer tool</li>
<li><a href="https://revolt.chat/" target="_blank">revolt.chat</a> - an open-source alternative to Discord
</li>
<li><a href="https://eightyeightthirty.one" target="_blank">eightyeightthirty.one</a> - a CRAZY web crawler
that links 88x31 sites</li>
<li><a href="https://www.3dgifmaker.com/" target="_blank">3dgifmaker.com</a> - a silly little transparent
gif maker :3</li>
</ul>
</section>
<section id="neobuttons">
<h2>Buttons!</h2>
<!-- Populated by JS :3 -->
<div class="neobutton"></div>
</section>
<div style="text-align:right">
<a href="https://cd5k.net/tau/">τ</a>
</div>
</body>
</html>