This repository was archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (63 loc) · 4.7 KB
/
index.html
File metadata and controls
69 lines (63 loc) · 4.7 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="https://www.ashli.dev/caticon.png?v=3">
<meta charset="UTF-8" />
<link rel="stylesheet" href="style.css">
<title>Ashli's Site</title>
<meta name="author" content="Ashli Katt">
<meta content="Ashli's Site" property="og:title" />
<meta content="Hello I'm Ashli, and welcome to my site." property="og:description" />
<meta content="https://ashli.dev/" property="og:url" />
<meta content="https://ashli.dev/caticon.png" property="og:image" />
<meta content="#FF8888" data-react-helmet="true" name="theme-color" />
</head>
<body style="position:relative">
<img src='/images/milk.gif' style="max-width:20%;max-height:300px;position:absolute;right:20px;top:20%;"
alt="Cat drinking milk" title="Meee fr :3">
<div class="rows">
<div class="row pad">
<h1>Home</h1>
<button class="disabled cornerButton">Home</button>
<a href="/langs"><button class="cornerButton">Languages</button></a>
<a href="/tools"><button class="cornerButton">Tools</button></a>
<a href="/games"><button class="cornerButton">Games</button></a>
</div>
<div class="row pad">
<p>
Welcome to my site! I'm Ashli. (she/they/it)<br>
I'm a lesbian kitty cat and mainly work with computers and programming.<br>
I enjoy logic puzzles and language design!
</p><br>
<h2>Contact</h2><br>
<p>
Discord: <span class="monospace">@ashli.dev</span><br>
Email: <span class="monospace">ashlikatt.public@gmail.com</span>
</p>
</div>
</div>
<hr><br>
<div class="imagebox">
<img src='/images/black-lives-matter.gif' alt="Black Lives Matter - Credit disc-content.neocities.org" title="I support Black Lives Matter!">
<img src='/images/anti-fascist.gif' alt="Anti-Fascism - Credit disc-content.neocities.org" title="I oppose fascism and purveyors of it">
<img src='/images/thismachine.jpg' alt="This machine kills fascists" title="Hell yea">
<img src='/images/acab.gif' alt="All cops are bastards; defund the police!" title="Fuck the police">
<img src='/images/est.gif' alt="Eat shit transphobes!" title="Eat shit transphobes!">
<a rel="external" href="https://yesterweb.org/no-to-web3/" target="_blank"><img src='/images/SAYNO.gif' alt="Say no to WEB3" title="Say no to WEB3 and NFTs"></a>
<a rel="external" href="https://endeavouros.com/" target="_blank"><img src='/images/linux.gif' alt="Linux" title="Switch to linux now!"></a>
<a rel="external" href="https://www.mozilla.org/en-US/firefox/new/" target="_blank"><img src='/images/antichrome.gif' alt="Anything but Chrome" title="Please use anything except Chrome"></a>
<img src='/images/transgender.gif' alt="Trans your gender" title="Trans your gender now!">
<img src='/images/transuser.gif' alt="This user is transgender" title="I'm a lil trans girl :3">
<img src='/images/kawaii.gif' alt="To kawaii to live" title="Kawaii for life~!">
<img src='/images/imqueer.png' alt="I'm fucking queer" title="I am very, very gay">
<img src='/images/likenya.gif' alt="You know, like *nya*" title="Nyaaa <3 <3 <3">
<img src='/images/lesbianpride.gif' alt="Lesbian Pride" title="Girls I mean girls I mean girls I mean girls">
<img src='/images/extendedhyperenjoyer.gif' alt="Extended Hyper Enjoyer" title="Play celeste if you want to become a woman :3">
<img src='/images/socks.png' alt="This site was made with programming socks" title="This site was built with blood, sweat, tears, and programming socks" style="max-width:100px;max-height:40px">
<img src='/images/support.png' alt="I support trans artists - Credit encounters-ltd.neocities.org" title="I support trans artists" style="max-width:100px;max-height:40px">
<a rel="external" href="https://store.steampowered.com/app/650700/Yume_Nikki/" target="_blank"><img src='/images/yumenikki.gif' alt="Yume Nikki" title="Play Yume Nikki please :3"></a>
<a rel="external" href="https://www.twitch.tv/jerma985" target="_blank"><img src='/images/jerma.gif' alt="jerma985" title="jerma985"></a>
<a rel="external" href="https://open.spotify.com/playlist/7InVVa9vJgzs22p1kYUson?si=557b23cbce434498" target="_blank"><img src='/images/spotify.gif' alt="Spotify" title="I love music"></a>
</div>
</body>
</html>