-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIris.html
More file actions
377 lines (374 loc) · 14.8 KB
/
Copy pathIris.html
File metadata and controls
377 lines (374 loc) · 14.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
<!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" />
<title>Iris</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=Amita:wght@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/Jacob512.png" sizes="512x512">
<link rel="icon" type="image/png" href="images/Favicons/Jacob256.png" sizes="256x256">
<link rel="icon" type="image/png" href="images/Favicons/Jacob180.png" sizes="180x180">
<link rel="icon" type="image/png" href="images/Favicons/Jacob128.png" sizes="128x128">
<link rel="icon" type="image/png" href="images/Favicons/Jacob96.png" sizes="96x96">
<link rel="icon" type="image/png" href="images/Favicons/Jacob32.png" sizes="32x32">
<link rel="icon" type="image/png" href="images/Favicons/Jacob16.png" sizes="16x16"> -->
<style>
:root {
--hue: 0;
--hue1: 280deg;
--hue2: 320deg;
--angle: 90deg;
--middleHR: "";
--middleImageHR: ""; /*"『••✎••』";*/
--middleLength: 11;
--middleAddition: "";
--aDecor: " ";
/* --bodyText: "Baloo Bhaijaan 2", serif; */
/* --headingText: Love; */
--headingTextAdjustment: 1.25rem;
}
</style>
<link rel="stylesheet" href="CSS/Defaults.css">
<link rel="stylesheet" href="CSS/Wiki.css">
<link rel="stylesheet" href="CSS/HrCSS.css">
<script src="nav.js"></script>
<script src="Jacob2.js"></script>
<script>
let current = 0;
let names = [" Sugar Popped Sunshine - Static-P "," 2 Bed, 2 Bath (and a Ghost) - Bug Hunter ", " I Swallowed Shampoo ", " Count On Me - Bruno Mars "];
let songs = ["Audio/Sugar Popped Sunshine.mp3", "Audio/2 Bed, 2 Bath (and a Ghost).mp3", "Audio/I Swallowed Shampoo.ogg", "Audio/Count On Me.ogg"];
</script>
<script src="Audioplayer.js"></script>
</head>
<body>
<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>
</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">Iris</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"> (Placeholder) Sugar Popped Sunshine - Static-P </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/Sugar Popped Sunshine.mp3" type="audio/mpeg" controls controlsList="nodownload noplaybackrate"></audio>
</div>
</div>
<!-- <div class="playlist">
<p><a target="_blank" href="https://open.spotify.com/playlist/41eMHGmmd4CiTctLhQP0AB?si=ded6swhIQ6WjRMaBfyxY3A&pi=87lwFzJES9iHA">Spotify Playlist</a></p>
</div> -->
<!-- <p>╭━━━━━━━━━━━━━━━━╮</p>
<p>Trigger Warnings</p>
<p>None really. Might change this.</p>
<p>His past has trigger warnings, but it is mostly just the backstory</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/Caspian/placehold.jpg">
<p class="quoteCaption">“Placerholder! Woo!”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Teaser</h2>
<hr>
</div>
<p id="TeaserText"></p>
<hr class="ImageTop">
<img src="images/Caspian/placehold.jpg">
<p class="quoteCaption">“Placerholder! Woo!”</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">Iris</p>
<p class="q">Current Name</p>
<p class="a">Iris</p>
<div class='br'></div>
<p class="q">First Name</p>
<p class="a">Iris</p>
<p class="q">Meaning</p>
<p class="a"></p>
<div class='br'></div>
<p class="q">Middle Name</p>
<p class="a"></p>
<p class="q">Meaning</p>
<p class="a"></p>
<div class='br'></div>
<p class="q">Last Name</p>
<p class="a"></p>
<p class="q">Meaning</p>
<p class="a"></p>
<div class='br'></div>
<p class="q">Nickname(s)</p>
<p class="a"></p>
<div class='br'></div>
<p class="q">Biological Gender</p>
<p class="a">Female</p>
<p class="q">Preferred Gender</p>
<p class="a">Female</p>
<p class="q">Pronouns</p>
<p class="a">She/Her</p>
<div class='br'></div>
<p class="q">Sexual Orientation</p>
<p class="a">Demisexual</p>
<p class="q">Romantic Orientation</p>
<p class="a">Pan-romantic</p>
<div class='br'></div>
<p class="q">Age</p>
<p class="a"></p>
<p class="q">Birthday</p>
<p class="a"></p>
<p class="q">Zodiac Sign</p>
<p class="a"></p>
<div class='br'></div>
<p class="q">Occupation</p>
<p class="a">Libraian</p>
<div class='br'></div>
<p class="q">Where they live</p>
<p class="a">Prismora</p>
<div class='br'></div>
<p class="q">Languages</p>
<p class="a">English</p>
</section>
<hr class="ImageTop">
<img src="images/Caspian/placehold.jpg">
<p class="quoteCaption">“Placerholder! Woo!”</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"></p>
<p class="q">Mental Illnesses</p>
<p class="a"></p>
<p class="q">Triggers</p>
<p class="a"></p>
<div class='br'></div>
<p class="q">Mutation / Power</p>
<p class="a">Mind Reading</p>
<p class="q">How long have they had it</p>
<p class="a"></p>
<p class="q">How do they use it (If it's a power)</p>
<p class="a">She doesn't know how to stop it. Everywhere is much louder for her, so she tries to stay in places without many people. Hence why she works at the local library: it's rarely ever busy.</p>
<p class="q">What are the limitations (If it's a power)</p>
<p class="a"></p>
</section>
<hr class="ImageTop">
<img src="images/Caspian/placehold.jpg">
<p class="quoteCaption">“Placerholder! Woo!”</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'4"</p>
<p class="a">162.6cm</p>
<p class="q">Weight</p>
<p class="a">121lbs</p>
<p class="a">54.9kg</p>
<div class='br'></div>
<p class="q">Skin color</p>
<p class="a"></p>
<div class='br'></div>
<p class="q">Hair color</p>
<p class="a"></p>
<p class="q">Hair style</p>
<p class="a"></p>
<div class='br'></div>
<p class="q">Eye color(s)</p>
<p class="a"></p>
<div class='br'></div>
<p class="q">Piercings (If any)</p>
<p class="a"></p>
<p class="q">Scars (If any)</p>
<p class="a"></p>
<p class="q">Tattoos (If any)</p>
<p class="a"></p>
<p class="q">Birthmark (If any)</p>
<p class="a"></p>
<p class="q">Freckles</p>
<p class="a"></p>
<p class="q">Where</p>
<p class="a"></p>
<div class='br'></div>
<p class="q">Accent / Voice</p>
<p class="a"></p>
</section>
<hr class="ImageTop">
<img src="images/Caspian/placehold.jpg">
<p class="quoteCaption">“Placerholder! Woo!”</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'></p>
<p class='q'>Overall Description</p>
<p class='a'></p>
<div class='br'></div>
<p class='q'>Likes</p>
<p class='a'></p>
<p class='a'></p>
<p class='a'></p>
<div class='br'></div>
<p class='q'>Dislikes</p>
<p class='a'></p>
<p class='a'></p>
<p class='a'></p>
<div class='br'></div>
<p class='q'>Positive Traits</p>
<p class='a'></p>
<p class='a'></p>
<p class='a'></p>
<div class='br'></div>
<p class='q'>Negative Traits</p>
<p class='a'></p>
<p class='a'></p>
<p class='a'></p>
<div class='br'></div>
<p class='q'>Fears</p>
<p class='a'></p>
<p class='a'></p>
<p class='a'></p>
<div class='br'></div>
<p class='q'>Hobbies</p>
<p class='a'></p>
<p class='a'></p>
<p class='a'></p>
<div class='br'></div>
<p class='q'>Love Language(s)</p>
<p class='a'></p>
<p class='a'></p>
<div class='br'></div>
<p class='q'>Extra</p>
<p class='a'></p>
</section>
<hr class="ImageTop">
<img src="images/Caspian/placehold.jpg">
<p class="quoteCaption">“Placerholder! Woo!”</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'></p>
<div class='br'></div>
<p class='q'>How they would describe themselves</p>
<p class='a'></p>
<div class='br'></div>
<p class='q'>What they think is their best trait</p>
<p class='a'></p>
<div class='br'></div>
<p class='q'>What they think is their worst trait</p>
<p class='a'></p>
<div class='br'></div>
<p class='q'>How they think other perceive them</p>
<p class='a'></p>
<div class='br'></div>
<p class='q'>What they would like to change about themselves</p>
<p class='a'></p>
</section>
<hr class="ImageTop">
<img src="images/Caspian/placehold.jpg">
<p class="quoteCaption">“Placerholder! Woo!”</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'></p>
<p class='q'>Status</p>
<p class='a'></p>
<div class='br'></div>
<p class='q'>Father</p>
<p class='a'></p>
<p class='q'>Status</p>
<p class='a'></p>
</section>
<hr class="ImageTop">
<img src="images/Caspian/placehold.jpg">
<p class="quoteCaption">“Placerholder! Woo!”</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'></p>
<div class='br'></div>
<p class='q'>Genres</p>
<p class='a'></p>
<p class='a'></p>
<p class='a'></p>
<p class='a'></p>
</section>
</main>
<footer>
<button data-theme="normal" aria-pressed="false" id="NormalMode"></button>
<button data-theme="alt" aria-pressed="true" id="AltMode"></button>
</footer>
</body>
</html>