-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
115 lines (103 loc) · 3.43 KB
/
about.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>about!</title>
<link rel="stylesheet" link href="styles.css">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>
<body>
<div id="banner" class="banner__div"></div>
<script src="/banner/load.js" type="module"></script>
<pre class="ascii-background">
,' )
/ | </pre>
<pre class="ascii-foreground">
_..--.
,;' | _,.--.
,'/ / ,'',-'' |
/ / _-' /',/' /
| | /'---._/ / ./'
___,' ' _--'
_,--''' /' , | , \ `/'``--.._
[ / / ( /. \ \ ]
\ .:' | /\ || \ `-| ) /
[ | ( ,' \ |/ `-.__/ / ]
\ /\ `/==== '\/ ====| /\ /
[ ] \ \ /// _ /// / / [ ]
\ / `-`-- ---'''/,' \ /
`v /'\= ___ `\ ' V
(_/( __) `,
( `-_( \ \
| `\-'\ |
\ ` )
\____________.-' </pre>
<h1>
about this page!
</h1>
<p>
hiya! I'm Julia, also known as Aphelion.
this website is my personal space to put whatever I want.
enjoy your stay!
if there are any issues (legal or otherwise), please contact via discord.
</p>
<p>
all ascii art on this website is handmade by me!
links to the original works are always included.
</p>
<p>
I began making this website on sep 3, 2023!
I plan to add lots more funni things.
feedback is welcome! thank you very much.
</p>
<a
href="https://twitter.com/yasai31_/status/1609320361765797889"
target="_blank"
rel="noopener noreferrer"
>
<span lang="ja-jp">
重音テトのイラスト
</span>
<span>
by yasai31
</span>
</a>
<hr>
<h1>
very cool and swag people!!
</h1>
<div class="list">
<div class="item">
<div class="property">
<a href="https://sinkcat.neocities.org/" target="_blank" rel="noopener noreferrer">
Sinkcat
</a>
</div><div class="value">
this whole website exists because of you!! thank you so much waa
</div>
</div>
<div class="item">
<div class="property">
<a href="https://www.youtube.com/@degeneratefest" target="_blank" rel="noopener noreferrer">
DegenerateFest (please find a better online alias SKDJFK)
</a>
</div><div class="value">
the most wonderful chill friend to have!!
</div>
</div>
<div class="item">
<div class="property">
<a href="https://www.youtube.com/channel/UC-V3eYYSH85CvwnEXRY6QOw" target="_blank" rel="noopener noreferrer">
Samara
</a>
</div><div class="value">
realest person I know
</div>
</div>
</div>
<footer>
:3
</footer>
</body>
</html>