-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathElliot.html
More file actions
483 lines (479 loc) · 29.8 KB
/
Copy pathElliot.html
File metadata and controls
483 lines (479 loc) · 29.8 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
<!DOCTYPE html>
<html lang="en" data-selected-theme="alt">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Sam Castle">
<meta name="description" content="Character sheet for an OC, Elliot">
<title>Elliot Evans</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Expletus+Sans:ital,wght@0,400..700;1,400..700&family=Baloo+Bhaijaan+2:wght@400..800&family=Merriweather+Sans:wght@400;500;600;700;800&family=Pangolin&family=Spectral:wght@200;300;400;600;700&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet" type='text/css'>
<link rel="icon" type="image/png" href="images/Favicons/Elliot512.png" sizes="512x512">
<link rel="icon" type="image/png" href="images/Favicons/Elliot256.png" sizes="256x256">
<link rel="icon" type="image/png" href="images/Favicons/Elliot180.png" sizes="180x180">
<link rel="icon" type="image/png" href="images/Favicons/Elliot128.png" sizes="128x128">
<link rel="icon" type="image/png" href="images/Favicons/Elliot96.png" sizes="96x96">
<link rel="icon" type="image/png" href="images/Favicons/Elliot32.png" sizes="32x32">
<link rel="icon" type="image/png" href="images/Favicons/Elliot16.png" sizes="16x16">
<style>
:root {
--hue: 65;
--hue1: 90deg;
--hue2: 60deg;
--angle: 160deg;
--middleHR: "🛠";
--middleImageHR: "•~❉᯽❉~•";
--middleLength: 7;
--middleAddition: "──";
--aDecor: "⫘⫘ ";
--aDecor: ";ଓ ";
--bodyText: "Baloo Bhaijaan 2", serif;
--headingText: "Expletus Sans", serif;
--headingTextAdjustment: 1.5rem;
}
.PersonalityFlexbox{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
details{
flex: 1 1 auto;
width: clamp(40%, 50%, 90%);
}
.content{
border: 3px var(--h2-0-8) solid;
border-top: 0px;
border-radius: 0px 0px 10px 10px;
}
@media (max-width: 950px){
details{
width: clamp(45%, 70%, 100%);
}
}
@media (max-width: 650px){
details{
width: clamp(45%, 70%, 100%);
}
#Personality{
padding: 0 0rem 0 0rem;
}
#Personality p:not(details p){
padding: 0 5rem 0 5rem;
}
}
@media (max-width: 529px){
#Personality p:not(details p){
padding: 0 3rem 0 3rem;
}
}
</style>
<link rel="stylesheet" href="CSS/Defaults.css">
<link rel="stylesheet" href="CSS/Wiki.css">
<link rel="stylesheet" href="CSS/HrCSS.css">
<link rel="stylesheet" href="CSS/Dropdowns.css?v=1">
<script src="nav.js"></script>
<script>
let current = 0;
let names = [" Mr. Johnson - David Reid ", " I'll Save You - Jordan Sweetio ", " Again - Aruvn ", " Twisted - Starkid's Productions "];
let songs = ["Audio/Mr. Johnson.mp3", "Audio/I'll Save You.mp3", "Audio/Again ver Aruvn.ogg", "Audio/Twisted - Starkids.ogg"];
</script>
<script src="Audioplayer.js"></script>
</head>
<body>
<!-- TERRARIUM EARRINGS AHHHHH -->
<header>
<div class="navbar">
<h3 id="SiteName">Prismoria</h3>
<div class="flex-container">
<a href="index.html" id="TheParticle">The Particle</a>
<div class="dropdown">
<button class="dropbtn Selected" id="Characters">Characters
</button>
<div class="dropdown-content">
<a href="Jay.html">Jay Star</a>
<a href="Jacob.html">Jacob Jackson</a>
<a href="Sam.html">Samuel Broteez</a>
<a href="Elliot.html">Elliot Evans</a>
<a href="River.html">River Lucero</a>
<a href="Lucian.html">Lucian Draven</a>
<a href="Adam.html">Adam Zondervan</a>
</div>
</div>
<!-- <a href="SomeStories.html" id="SomeStories">Some Stories</a> -->
<a href="Updates.html" id="Updates">Site Updates</a>
</div>
</div>
</header>
<main>
<h1 class="sectionHeader">Elliot Evans</h1>
<h1 class="sectionHeader">Character Sheet</h1>
<div class="tw">
<div class="audio-player">
<div class="title">
<button onclick="playPrev()" class="audioButtons"><i class="fa fas fa-caret-left"></i></button>
<span id="SongName"> Mr. Johnson - David Reid </span>
<button onclick="playNext()" class="audioButtons"><i class="fa fas fa-caret-right"></i></button>
</div>
<div class="controls">
<button onclick="playOrPause()" class="audioButtons"><i id="play" class="fa fas fa-play"></i></button>
<div class="range">
<input type="range" id="player-slider" value="0" aria-valuemax="100"/>
</div>
<audio preload="auto" onended="playNext()" id="player" src="Audio/Mr. Johnson.mp3" type="audio/mpeg" controls controlsList="nodownload noplaybackrate"></audio>
</div>
</div>
<div class="playlist">
<p><a target="_blank" href="https://open.spotify.com/playlist/4glFZavMHbX079aBHXGHwm?si=70xEuKkeRiaTeC-kW416wA&pi=EAfjYr2aTmi7q">Spotify Playlist</a></p>
<!-- <p><a target="_blank" href="https://youtube.com/playlist?list=PLAngkiNHrzuDp9YiQ1FyOIPS7slInojcY&si=7ayXt41iKTF-hoaN">Main Youtube Playlist</a></p>
<p><a target="_blank" href="https://youtube.com/playlist?list=PLAngkiNHrzuAN28eDlC8Hmb4m9tH-cOri&si=-w4_85zenZaFKtuG">Jacob x Jay</a></p>
<p><a target="_blank" href="https://youtube.com/playlist?list=PLAngkiNHrzuD2dMtESA0je0hQPMiDqm0X&si=QC63SH1AbGBOmsB2">Jacob x Sam</a></p>
<p><a target="_blank" href="https://youtube.com/playlist?list=PLAngkiNHrzuAKfbFCKFIH8w4QnUiOtsgI&si=VmaZRyQFHb9IiFxe">Jacob x Jay x Sam</a></p> -->
</div>
<p>╭━━━━━━━━━━━━━━━━╮</p>
<p>Trigger Warnings</p>
<p>All</p>
<p><i>Disclaimer</i></p>
<p><i>This character has a mental illness that is very often stereotyped. I will try my best not to stereotype the mental illness and portray it as accurately as I can, but I do not claim to know or understand every aspect of it.</i></p>
<p>╰━━━━━━━━━━━━━━━━╯</p>
</div>
<div class="sectionLabel">
<hr>
<h2>Contents</h2>
<hr>
</div>
<p>I. Teaser</p>
<p>II. Basic info</p>
<p>III. Health and Abilities</p>
<p>IV. Appearance</p>
<p>V. Personality</p>
<p>VI. Self Perception</p>
<p>VII. Relations</p>
<p>VIII. Roleplay Info</p>
<hr class="ImageTop">
<img src="images/Elliot/Elliot Transparent.png">
<p class="quoteCaption">“I don't have much time left.”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Teaser</h2>
<hr>
</div>
<p id="TeaserText">"Get back to work then!" The scrawny man commands the group of scientists, who were previously coming to him to report an issue with the latest experiment. "What do I pay you for?"
"Sir, you don't pay us-" One of the scientists speak up.
He doesn't have time for this. He can feel the mutation about to kick in again, he needs to get back to his office asap. "I don't care, just get back to work and fix it! We don't have much more time." With that, he walks off to get back to his office. By now, the scientists are used to him just walking off like that, and they all know exactly what's happening.
Pain, so much pain. Elliot barely makes it back to his office in time, quickly shutting and locking the door behind himself. His legs give out, he crumbles to the ground as the mutation wins again. Unbearable pain shoots through his body as he can feel his bone being crushed and pulled further inward. It's excruciating.
But this is what he deserves. He created what caused this, he's the cause of the suffering of hundreds others. Everyone will be glad when the mutation fully devours him from the inside out until he no longer exists. The world will be a better place once he leaves. And he'll no longer have to put up with this pain... He just wants the scientists to finish making a cure. It doesn't matter if it's too late for him, nobody else should have to feel this pain. But it's been a decade.
The cure may never be developed. He will die in pain, alone. And he may never get the chance to right his wrongs before he leaves.
</p>
<hr class="ImageTop">
<img src="images/Elliot/Security.jpg">
<p class="quoteCaption">“I never meant to hurt everyone so much, I just...<br>That's all I know how to do.”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Basic Info</h2>
<hr>
</div>
<section class="info" id="BasicInfo">
<p class='q'>Birth Name</p>
<p class='a'>Elliot Servius Evans</p>
<p class='q'>Current Name</p>
<p class='a'>Elliot Servius Evans</p>
<div class='br'></div>
<p class='q'>First Name</p>
<p class='a'>Elliot</p>
<p class='q'>Meaning</p>
<p class='a'>"God on high," "The Lord is my God"</p>
<div class='br'></div>
<p class='q'>Middle Name</p>
<p class='a'>Servius</p>
<p class='q'>Meaning</p>
<p class='a'>"To preserve"</p>
<div class='br'></div>
<p class='q'>Last Name</p>
<p class='a'>Evans</p>
<p class='q'>Meaning</p>
<p class='a'>"The Lord is gracious"</p>
<div class='br'></div>
<p class='q'>Nicknames</p>
<p class='a'>Elli</p>
<div class='br'></div>
<p class='q'>Biological Gender</p>
<p class='a'>Male</p>
<p class='q'>Preferred Gender</p>
<p class='a'>Male</p>
<p class='q'>Pronouns</p>
<p class='a'>He / his / him</p>
<div class='br'></div>
<p class='q'>Sexual Orientation</p>
<p class='a'>Asexual</p>
<p class='q'>Romantic Orientation</p>
<p class='a'>Panromantic</p>
<div class='br'></div>
<p class='q'>Age</p>
<p class='a'>42</p>
<p class='q'>Birthday</p>
<p class='a'>August 23rd</p>
<p class='q'>Zodiac Sign</p>
<p class='a'>Virgo</p>
<div class='br'></div>
<p class='q'>Occupation</p>
<p class='a'>CEO of a laboratory organization</p>
<div class='br'></div>
<p class='q'>Where they live</p>
<p class='a'>Prismoria</p>
<div class='br'></div>
<p class='q'>Languages</p>
<p class='a'>English</p>
<p class='a'>Irish</p>
</section>
<hr class="ImageTop">
<img src="images/Elliot/Flasks.jpg">
<p class="quoteCaption">“It's karma; I am now fading out of existence<br>because of my own creation.”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Health and Abilities</h2>
<hr>
</div>
<section class="info" id="Health">
<p class='q'>Physical Illnesses</p>
<p class='a'>Mutation</p>
<div class='br'></div>
<p class='q'>Mental Illnesses</p>
<p class='a'>Dissociative Identity Disorder</p>
<div class='br'></div>
<p class='q'>Triggers</p>
<p class='a'>Guns</p>
<p class='a'>Cameras</p>
<p class='a'>A lot of things, really</p>
<div class='br'></div>
<p class='q'>Mutation / Power</p>
<p class='a'>Mutation</p>
<p class='q'>How long have they had it</p>
<p class='a'>About 12 years</p>
<p class='q'>Description</p>
<p class='a'>He has an internal mutation that causes him sudden and sharp pain. It's very subtle to tell, but this pain is because the mutation is literally pulling in one of his limbs very slightly and consuming it. That makes the mutation grow. This also happens during sleep. However, this means that he is getting smaller. His arms and legs are getting shorter. Not proportionally even, the mutation is pulling in the limb to consume, so the distance between his shoulder and elbow is getting shorter and not the distance between his elbow and wrist. But it's so subtle and small, that it's very hard to tell, especially not if you see him everyday. Maybe if you saw him after a long time, when the mutation has had time to consume a lot</p>
</section>
<hr class="ImageTop">
<img src="images/Elliot/Magic.jpg">
<p class="quoteCaption">“Sometimes it feels like I'm stranded <br>in an endless sea, all by myself,<br>but other times that sea is only the size of a cup...”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Appearance</h2>
<hr>
</div>
<section class="info" id="Appearance">
<p class='q'>Height</p>
<p class='a'>5'9.5" currently, he used to be 6'3.5"</p>
<p class='a'>176.53 cm currently, he used to be 191.77 cm</p>
<p class='q'>Weight</p>
<p class='a'>127 lbs.</p>
<p class='a'>57.61 kg</p>
<div class='br'></div>
<p class='q'>Hair color</p>
<p class='a'>Minecraft dirt block brown</p>
<p class='q'>Hair style</p>
<p class='a'>Straight, parted in the middle, medium length</p>
<div class='br'></div>
<p class='q'>Eye color(s)</p>
<p class='a'>Murky green</p>
<div class='br'></div>
<p class='q'>Piercings</p>
<p class='a'>None</p>
<p class='q'>Scars</p>
<p class='a'>A few from when he's tried to have a doctor remove the mutation. It inevitably failed, but he still has the scars</p>
<p class='q'>Tattoos</p>
<p class='a'>None</p>
<p class='q'>Birthmark</p>
<p class='a'>None</p>
<p class='q'>Freckles</p>
<p class='a'>No</p>
</section>
<hr class="ImageTop">
<img src="images/Elliot/Gun.jpg">
<p class="quoteCaption">“I... I don't know what makes me happy”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Personality</h2>
<hr>
</div>
<section class="info" id="Personality">
<p class='q'>Closest Stereotype</p>
<p class='a'>Grump old man</p>
<p class='q'>Overall Description</p>
<p class='a'>Since Elliot has DID, here's a quick description of his main alters.</p>
<div class='br'></div>
<div class="PersonalityFlexbox">
<details>
<summary class='sectionHeader'><h1>Elliot</h1><h2 class="twc">Host</h2></summary>
<div class="content">
<p>Elliot does not know that he has DID, he's not aware of it. He knows that he keeps forgetting large chunks of time seemingly out of nowhere, but he's never heard of DID, so he never even thought to consider it possibly being a mental illness.</p>
<p>Anyway, Elliot is very playful and creative. He loves cats and making DIY stuff. Sometimes, he can be quite depressing, but if you can get him to stop being a grumpy old man, he's really fun.</p>
</div>
</details>
<details>
<summary class='sectionHeader'><h1>Veronica</h1><h2 class="twc">Gatekeeper</h2></summary>
<div class="content">
<p>Veronica is the gatekeeper. So, she's aware of all of the trauma. So, she's very cold and emotionless. She rarely ever fronts, since she's supposed to be the one keeping track of who's fronting and whatnot. Her job is not to be an alter who fronts. But she will if she really has to. She is friends with some of the other alters, but she mainly keeps her distance.</p>
</div>
</details>
<details>
<summary class='sectionHeader'><h1>Chance</h1><h2 class="twc">Protector</h2></summary>
<div class="content">
<p>Chance is most likely to come out if Elliot is freaking out, since he's a protector. Unless Elliot's freaking out over something sexual or physical, then someone else might front, if it is going to be a protector that fronts. Anyway, Chance is a Chef. He loves to bake. He's also very mischievous, just like Elliot. In the inner world, he's always messing with the other alters. Except for the ones he can't access, obviously. But the main ones that are not blocked off by the mind, he's always messing around with them.</p>
</div>
</details>
<details>
<summary class='sectionHeader'><h1>Oliver</h1><h2 class="twc">Caretaker</h2></summary>
<div class="content">
<p>Oliver is a sweet and caring boi. He tends to get triggered to front when the topic of children is brought up. He loves children. In the inner world, he's a babysitter, always taking care of the littles. He also loves to garden. He's quite the green thumb.</p>
<p>He is not nearly as playful as the others, he's much more shy and introverted. And when he fronts, his laugh is so cute. He's more shy than Elliot, so he'll always try to quiet himself down and hide his face.</p>
</div>
</details>
<details>
<summary class='sectionHeader'><h1>Katherine</h1><h2 class="twc">Protector - Trauma holder</h2></summary>
<div class="content">
<p>Kat is a trauma holder. Not going to say what trauma, but she is one of the trauma holders. She's not as playful as the others, but she can be. In the inner world, she's really strong. She's a cop, and she cares a lot about safety. And she hates that the systems body is so weak since Elliot refuses to work out his arms, ever. She's likely to front when something more physical is triggering Elliot. But she doesn't front that often, she mainly resides in the inner world.</p>
</div>
</details>
<details>
<summary class='sectionHeader'><h1>Dark</h1><h2 class="twc">Persecutor - Trauma holder</h2></summary>
<div class="content">
<p>This is Kat's brother within the inner world. He is the MAIN trauma holder. Kat took some of the trauma, but Dark holds most of it. He's very skittish and impulsive. He can be quite violent, but it's a self defense. If you can get him to trust you, he will learn to let his guard down. Despite the body being 40-something years old, Dark is still only a teenager. And in the inner world, he's still living with the introject of Elliot's father, separated from the rest of the alters. He's still reliving the same trauma, over and over again. When he fronts, he's very suspicious of everyone, assuming the worst. He doesn't want to end up being tricked or taken advantage of. He is not an "evil alter," that doesn't exist. He's a traumatized child who doesn't know how to protect himself in any ways other than lashing out.</p>
</div>
</details>
</div>
<div class='br'></div>
<p class='q'>Likes</p>
<p class='a'>Running. He used to be on the track team when he was in school. He just kind of broke his habit of going for a run every day. But he still has that speed</p>
<p class='a'>Height. He's kind of like a cat in that aspect, he likes being able to be at the top, watching over everything else. But with his age and the fact the mutation is literally making him shorter and shorter, he's not going to be rock climbing or anything any time soon</p>
<p class='a'>Cats, kittens. He loves cats, and he would just cuddle up with a bunch if he could</p>
<div class='br'></div>
<p class='q'>Dislikes</p>
<p class='a'>Being taken advantage of / overpowered. He likes to be in control, and he doesn't like anyone forcibly taking control</p>
<p class='a'>Anyone who doesn't like cats >:(</p>
<p class='a'>People who try to hug or do anything physical to him without his consent. He likes his space and he kind of freaks out if someone he doesn't fully trust tries to hug him. You have to give him time</p>
<div class='br'></div>
<p class='q'>Positive Traits</p>
<p class='a'>He isn't going to abandon anyone, he's loyal. To a dangerous extent, but hey, it's the thought that counts</p>
<p class='a'>Efficient, he built an entire lab from ground up by himself and made it work. And he did so relatively quickly</p>
<p class='a'>Creative and innovative, he makes things work out even when he doesn't have sufficient materials</p>
<p class='a'>He has good intentions. Yes, he's a bad guy and he's done terrible things, but for most of them, he thought it was good</p>
<p class='a'>When he starts something, he is committed. He doesn't quit or give up on anything</p>
<p class='a'>Charismatic when it comes to persuading someone into doing his bidding</p>
<div class='br'></div>
<p class='q'>Negative Traits</p>
<p class='a'>He hates losing, he's a sore loser. He will be silently plotting how he's going to make his opponent pay for beating him</p>
<p class='a'>He doesn't let things go, he doesn't move on. He just holds onto this burning hatred towards everyone who has broken his trust, and it's very hard for him to move past that hatred and learn to forgive</p>
<p class='a'>Self-centered. He may TRY to stop being so self-centered, but he has difficulty understanding other people and their viewpoints, and he's a sore loser, so clearly his opinion should just be taken as fact</p>
<p class='a'>Very judgmental of others</p>
<p class='a'>Stubborn. Really stubborn</p>
<div class='br'></div>
<p class='q'>Fears</p>
<p class='a'>Death. No, he's not just scared because he's dying, he's scared because of what he's leaving behind, who's going to remember him or even care that he's gone. He's going to die soon, and he has nobody who will be sad that he's gone, nobody who will cherish his memory. When he leaves this earth, the only thing he'll be known for is being an asshole, everyone will be relieved that he's gone. "Thank God, that psycho will finally leave me alone!" He's terrified that his father will be right: He's just an ignorant jerk who can't do anything for himself and needs everyone else to do every little thing for him. He's a disappointment. And it's too late to try and fix any of it. He almost wishes he could just die faster, then he wouldn't have to be stuck just waiting for his story to come to an end. Just waiting is more painful than anything. He's the one who caused the mutation that's slowly breaking him down piece by piece, even if they do find a cure, does he really deserve it? Maybe God wanted him to die. He has nothing to live for anyway</p>
<p class='a'>Guns. He does make his guards have guns, but they're not allowed to take them out around him</p>
<p class='a'>The unknown</p>
<div class='br'></div>
<p class='q'>Hobbies</p>
<p class='a'>Running</p>
<p class='a'>Crafts</p>
<div class='br'></div>
<p class='q'>Love Language(s)</p>
<p class='a'>Quality Time: This love language is all about giving your undivided attention to that one special person, without the distraction of television, phone screens, or any other outside interference. They have a strong desire to actively spend time with their significant other, having meaningful conversations or sharing recreational activities.</p>
<p class='a'>Gifts: People whose love language is receiving gifts enjoy being gifted something that is both physical and meaningful. The key is to give meaningful things that matter to them and reflect their values, not necessarily yours</p>
<div class='br'></div>
<p class='q'>Extra</p>
<p class='a'>He doesn't like being on camera. He can operate a whole security system, but he hates being filmed</p>
<p class='a'>Kind of a minimalist. He doesn't like having / owning things that have no purpose of function to be there, and thus keeps most things empty and clean</p>
<p class='a'>He knows how to perform Irish tap dancing</p>
</section>
<hr class="ImageTop">
<img src="images/Elliot/Rope.jpg">
<p class="quoteCaption">“Nico hates me, my son hates me,<br>my mother couldn't bear to stay with me, maybe...<br>Maybe I'm just meant to be alone.”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Self-Perception</h2>
<hr>
</div>
<section class="info" id="Perception">
<p class='q'>How they feel about themselves</p>
<p class='a'>Currently, not that good. He is simply waiting for death to come, knowing he has brought only pain and misery to the world. But, if someone can snap him out of his depressive state, he's actually quite confident in his own abilities. He knows he's smart and crafty, he has full faith in himself</p>
<div class='br'></div>
<p class='q'>How they would describe themselves</p>
<p class='a'>Again, depends on timing. Currently: A wretched blight to the world. When he's not depressed: Playful, inventive, efficient</p>
<div class='br'></div>
<p class='q'>What they think is their best trait</p>
<p class='a'>His creativity</p>
<div class='br'></div>
<p class='q'>What they think is their worst trait</p>
<p class='a'>His forgetfulness? In a sense...</p>
<div class='br'></div>
<p class='q'>How they think other perceive them</p>
<p class='a'>Again, timing. Currently, he believes everyone wants him dead. That everyone would be happy to be rid of him. If he's in a better state, he might still think that a little, but he also knows that others view him as a leader; someone who can make something out of nothing.</p>
<div class='br'></div>
<p class='q'>What they would like to change about themselves</p>
<p class='a'>His past</p>
</section>
<hr class="ImageTop">
<img src="images/Elliot/Flasks2.jpg">
<p class="quoteCaption">“You really thought that would work?<br>You really thought that would trick <b>me</b>~?”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Relations</h2>
<hr>
</div>
<section class="info" id="Relations">
<p class='q'>Mother</p>
<p class='a'>Linda Evans</p>
<p class='q'>Status</p>
<p class='a'>Dead</p>
<div class='br'></div>
<p class='q'>Father</p>
<p class='a'>Peter Evans</p>
<p class='q'>Status</p>
<p class='a'>Unknown</p>
<div class='br'></div>
<p class='q'>Ex-Lover</p>
<p class='a'>Nico... (That moment when you realize you never gave someone a last name-)</p>
<p class='q'>Status</p>
<p class='a'>Alive</p>
<div class='br'></div>
<p class='q'>Son</p>
<p class='a'><a href='Jay.html'>Jay Star</a></p>
<p class='q'>Status</p>
<p class='a'>Alive</p>
</section>
<hr class="ImageTop">
<img src="images/Elliot/Workbench.jpg">
<p class="quoteCaption">“I've fought death for over a decade.<br>It's time I give up and let him take me.”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Roleplay Info</h2>
<hr>
</div>
<section class="info" id="RpInfo">
<p class='q'>Availability</p>
<p class='a'>Open</p>
<div class='br'></div>
<p class='q'>Genres</p>
<p class='a'>Fantasy</p>
<p class='a'>Angst</p>
<p class='a'>Sci-Fi</p>
<p class='a'>Romance</p>
</section>
</main>
<footer>
<button data-theme="normal" aria-pressed="false" id="NormalMode" type="button"></button>
<button data-theme="alt" aria-pressed="true" id="AltMode" type="button"></button>
</footer>
</body>
</html>