-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelsewhere.html
97 lines (97 loc) · 4.67 KB
/
elsewhere.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
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<noscript>
<div class="content noscript">
<h1>Get out of the 90's!</h1>
<hr>
<h2>This site needs my sh*tty Javascript in order to run properly.</h2>
<p>If you wish to use any of the active elements of this page,</p>
<p>please use a newer browser, or enable Javascript in your settings.</p>
<p>Conventiently, I have a list of the latest supported browser for each operating system here.</p>
</div>
</noscript>
<link rel="icon" type="image/png" href="./img/logo.svg">
<link rel="stylesheet" href="css/bootstrap-custom.css">
<script src="./js/popper.min.js"></script>
<script src="./js/jquery.min.js"></script>
<script src="./js/bootstrap.bundle.js"></script>
<script src="./js/bootstrap.js"></script>
<script src="./js/siri.js"></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Elsewhere | siri-chan.github.io</title>
</head>
<body>
<div id = "h"></div>
<div class="content">
<br>
<h1>Siri Elsewhere</h1>
<br>
<br>
<div class="contacts">
<div class="row">
<div class= "col">
<a href="mailto://[email protected]"><img src="./img/mail.svg" class="inv" alt="Mail"> [email protected]</a>
</div>
<div class="col">
<a href="https://dsc.bio/siri" class="discord"><img src="./img/discord.svg" class="inv" alt="Discord"> Siri ♡#6897</a>
</div>
<div class="col">
<a href="https://patreon.com" class="patreon"><img src="./img/patreon.svg" class="inv" alt="Patreon"> Siri</a>
</div>
</div>
<br>
<div class="row">
<div class="col">
<a href="https://siri-chan.itch.io" class="itch-io"><img src="./img/itch-io.svg" class="inv" alt="itch.io"> Siri</a>
</div>
<div class="col">
<a href="https://www.github.com/siri-chan"><img src="./img/github.svg" class="inv" alt="GitHub"> Siri-chan</a>
</div>
<div class="col">
<a href="https://www.gitlab.com/siri-chan" class="gitlab"><img src="./img/gitlab.svg" class="inv" alt="GitLab"> Siri-chan</a>
</div>
</div>
<br>
<div class="row">
<div class="col">
<a href="https://twitter.com/sirichan1781" class="twitter"><img src="./img/twitter.svg" class="inv" alt="Twitter"> @sirichan1781</a>
</div>
<div class="col">
<a href="https://www.buymeacoffee.com/sirichan" class="bmc"><img src="./img/bmc.svg" class="inv" alt="Buy Me a Coffee"> Siri</a>
</div>
<div class="col">
<a href="https://www.last.fm/user/uwuSiri" class="lastfm"><img src="./img/lastfm.svg" class="inv" alt="last.fm"> Siri</a>
</div>
</div>
<br>
<div class="row">
<div class="col">
<a href="https://soundcloud.com/sirichan" class="soundcloud"><img src="./img/soundcloud.svg" class="inv" alt="SoundCloud"> Siri</a>
</div>
<div class="col">
<a href="./404.html" class="spotify"> <img src="./img/spotify.svg" class="inv" alt="Spotify"> Siri</a>
</div>
<div class="col">
<a href="https://www.youtube.com/channel/UCz4VILgbP1UaJfhMy-6Se1g" class="youtube"><img src="./img/youtube.svg" class="inv" alt="YouTube"> Siri</a>
</div>
</div>
<br>
<div class="row">
<div class="col">
<a href="https://curiouscat.me/siri-chan" class="curiouscat"><img src="./img/curiouscat.svg" class="inv" alt="Curious Cat"> Siri-Chan</a>
</div>
<div class="col">
<a href="http://paypal.me/sirichan1781" class="paypal"><img src="./img/paypal.svg" class="inv-smallish" alt="PayPal"> Kurami Kira</a>
</div>
<div class="col">
<a href="http://paypal.me/sirichan1781" class="steam"><img src="./img/steam.svg" class="inv" alt="Steam"> Siri</a>
</div>
</div>
</div>
</div>
<div id="f"></div>
</body>
</html>