-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (98 loc) · 4.49 KB
/
index.html
File metadata and controls
105 lines (98 loc) · 4.49 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/index.css">
<link rel="prefetch" href="index.html">
<title>profile</title>
</head>
<body>
<div id="main">
<div id="plate">
<div class = "outline" id = "1">
<img src="images/start.png">
<p>welcome to my profile~!</p>
<p>scroll down for more info („• ᴗ •„)</p>
</div>
<div class = "outline image" id = "img1"></div>
<div class = "outline" id = "2">
<h1>~ about me ~</h1>
<p>gemini ⟡ intp-a ⟡ sydney</p>
<dl>
<dt>๋࣭ ⭑⚝⭒ name - ray</dt><br>
<dt>๋࣭ ⭑⚝⭒ pronouns - any</dt><br>
<dt>๋࣭ ⭑⚝⭒ degree - compsci + marine & coastal sciences (honours) at UNSW</dt><br>
<dt>๋࣭ ⭑⚝⭒ year - 3rd</dt><br>
</dl>
</div>
<div class = "outline image" id = "img2"></div>
<div class = "outline" id = "3">
<h1>~ hobbies! ~</h1>
<p>i like to spend way too much time on things (like this profile)</p>
<p>also jamming to music, youtube rabbit holes, going on walks, etc etc</p>
<p>i've played a fair amount of games too~</p>
<span id="games"></span>
<p>see how many you recognise :)</p>
</div>
<div class = "outline image" id = "img3"></div>
<div class = "outline" id = "4">
<h1>~ links ~</h1>
<a id = "github" href="https://github.com/evaluate09" target="_blank" rel="noopener noreferrer">github</a>
<a id = "youtube" href="https://www.youtube.com/watch?v=oHg5SJYRHA0" target="_blank" rel="noopener noreferrer">youtube</a>
<a id = "linkedin" href="https://www.linkedin.com/in/eve-miles-05930a241/" target="_blank" rel="noopener noreferrer">linkedin</a>
</div>
<div class= "outline">
<p>that's about it for my profile</p>
<p>thanks for checking it out ヽ(・∀・)ノ</p>
<img src="images/soot YAY.gif">
<a id = "jump" href="#1">jump back to start</a>
</div>
<div class="outline blank"></div>
<div class="outline blank"></div>
<div class="outline blank">
<p>why are you still here...? there's nothing more to see</p>
</div>
<div class="outline blank"></div>
<div class="outline blank"></div>
<div class="outline blank"></div>
<div class="outline blank"></div>
<div class="outline blank"></div>
<div class="outline blank"></div>
<div class="outline blank"></div>
<div class="outline blank">
<p>really?</p>
</div>
<div class="outline blank"></div>
<div class="outline blank"></div>
<div class="outline blank"></div>
<div class="outline blank">
<p>shouldn't you be doing other things?</p>
</div>
<div class="outline blank">
<p>...</p>
</div>
<div class="outline blank">
<p>time is precious, y'know?</p>
</div>
<div class="outline blank"></div>
<div class="outline blank"></div>
<div class="outline blank">
<p>...</p>
</div>
<div class="outline blank">
<p>...fine...if you really insist on staying here...</p>
</div>
<div class = "outline">
<h1>behold</h1>
<h1>˗ˏˋ 𓅰 ˎˊ˗</h1>
<p>it's just a little guy</p>
<p>his name is fred and he lives here rent free</p>
<p>fred loves stealing chips and plotting world domination</p>
<p>but that's okay we still love him for that</p>
<p>now shoo, there really is nothing left to see <a id="secret" href="https://disarrayx.github.io/cat/" target="_blank" rel="noopener noreferrer">here</a></p>
</div>
</div>
</div>
</body>
</html>