-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (59 loc) · 3.06 KB
/
index.html
File metadata and controls
60 lines (59 loc) · 3.06 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
<!doctype html>
<html lang="en-US">
<head>
<title>ev118</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body style="background-color: #101414">
<h1 class="home">Hello! The name’s Elijah. <span id="pronouns">(he/they)</span></h1>
<div id="quotes">
<p id="q-left">
Violence is the last refuge of the incompetent. • Power concedes nothing without a demand. It never has and it
never will. • The meek—that is, those who carry a sword but do not use it—will inherit the world.
• A pebble does not see the ripples it sends through the water, but its effect is undeniable. •
<span style="color: #4098e0"> It is not your duty to complete the work, but nor are you free to desist from it. </span>
</p>
<br />
<p id="q-right">
The opposite of love is not hate but indifference; the opposite of feeling can only be the absence of feeling. •
<span style="color: #f81030">Imitation is the highest form of flattery.</span> • One of the greatest gifts you can
give yourself is to forgive. • Life is like riding a bicycle. To keep your balance, you must keep moving.
</p>
<br />
<p id="q-left">
Life is a maze, and love is a riddle; life’s a game made for everyone, and love is the prize. • Darkness
cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that. • In a world
where change is the only constant, embrace it. This, too, shall pass.
</p>
<br />
<p id="q-right">
<span style="color: #40ff00">
When we try to pick out anything by itself, we find it hitched to everything else in the universe.
</span>
• We are not figuratively, but literally, stardust. • Not all those who wander are lost.
</p>
<br />
<p id="q-left">
<span style="color: #e08700">
To be yourself in a world that is constantly trying to make you something else is the greatest accomplishment.
</span>
• Everybody is a genius. But, if you judge a fish by its ability to climb a tree, it will live its whole life
believing that it is stupid. • If life is soup, I am a fork.
</p>
</div>
<h2 class="home">Find me at:</h2>
<div id="grid">
<a><img src="/icons/discord.png" alt="Discord logo" /></a>
<p id="bold">ophiuchus118</p>
<a href="https://instagram.com/evenn118"><img src="/icons/instagram.png" alt="Instagram logo" /></a>
<p id="bold">evenn118</p>
<a href="https://github.com/ev118"><img src="/icons/github.png" alt="GitHub logo" /></a>
<p id="bold">ev118</p>
<p id="grid-coords">
<span id="coords">remote.underwrite.sliders</span>; previously <span id="coords">haven.keep.struck</span>, or
<span id="coords">foal.closes.catch</span>
</p>
</div>
<h3 class="home"><a href="list.html" style="color: #e8e8f0">See what I’ve done!</a></h3>
</body>
</html>