-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
549 lines (526 loc) · 22.5 KB
/
index.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
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
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bailey's Carrd!</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light only"/>
<meta name="theme-color" content="#ffdb99">
<!--meta tags-->
<meta name="description" content="I wanted to make a little carrd ^-^ this is basically a no-element-limit version of that!"/>
<meta property="og:site_name" content="Netlify"/>
<meta property="og:title" content="Bailey's Carrd!"/>
<meta property="og:type" content="website" />
<meta property="og:description" content="I wanted to make a little carrd ^-^ this is basically a no-element-limit version of that!"/>
<meta property="og:image" content="https://baileylockheart.github.io/images/carrd.png"/>
<meta property="og:image:height" content="800"/>
<meta property="og:url" content="https://baileylockheart-carrd.netlify.app"/>
<!--and the bird app bc they just have to be special-->
<meta name="twitter:title" content="Bailey's Carrd!" />
<meta name="twitter:image" content="https://baileylockheart.github.io/images/carrd.png">
<meta name="twitter:description" content="I wanted to make a little carrd ^-^ this is basically a no-element-limit version of that!">
<meta property="twitter:card" content="summary_large_image"/>
<link rel="canonical" href="https://baileylockheart-carrd.netlify.app"/>
<link rel="icon" type="image/x-icon" href="https://emojiguide.com/wp-content/uploads/platform/twitter/44001.png">
<script src="https://kit.fontawesome.com/24341c8af5.js" crossorigin="anonymous"></script>
<style>
@font-face {
font-family: Alegreya;
src: url(/fonts/Alegreya-Medium.ttf);
}
@font-face {
font-family: Alegreya Sans;
src: url(/fonts/AlegreyaSans-Medium.ttf);
}
@font-face {
font-family: Cabin;
src: url(/fonts/Cabin-Medium.ttf);
}
.theme-og{
--black:#47324a;
--white:#f7ebf7;
--bg:#fbc9ff;
--btn:#935adb;
--th:#d7c9d7;
--hover:#a3719b;
--color:#FFB5DA;
--font1: 'Alegreya', sans-serif;
--font2: 'Alegreya Sans', sans-serif;
--fontsize1: 16px;
}
.theme-new{
--black:#2b231e;
--white:#fff1e3;
--bg:#ffdb99;
--btn:#d46221;
--th:#ddb198;
--hover:#ffbe6e;
--color:#ffeda8;
--font1: 'Cabin', sans-serif;
--font2: 'Cabin', sans-serif;
--fontsize1: 15px;
}
html{
height:100%;
width:100%;
font-size: var(--fontsize1);
}
body:before{
background-attachment: scroll;
content: '';
display: block;
position: fixed;
width:100vw;
height:100vh;
left:0;
top:0;
transform: scale(1);
z-index: -700;
background-color: var(--bg);
}
body{
font-family: var(--font1);
color: var(--black);
font-size:1rem;
line-height:normal;
font-weight:150;
background-color: var(--bg);
}
body, html {
scrollbar-width: auto;
scrollbar-color: var(--color) var(--white);
}
@viewport {
width: device-width ;
zoom: 1.0 ;
}
@-ms-viewport {
width: device-width ;
}
/*LET'S GOOOOOOOOOOOOO*/
#container{
max-width:50vw;
border:solid var(--black) 2px;
border-radius: 15px;
background-color: var(--white);
text-align:center;
margin-left:auto;
margin-right:auto;
}
footer {
border-top: none;
padding: 1rem;
}
/*text*/
p{
font-family: var(--font2);
line-height: 1.25rem;
}
h2, h3{
font-weight: 400;
}
b{
font-weight: 600;
}
/*the extra stuff ^-^*/
a{
color:inherit;
font-size: inherit;
text-decoration: underline;
}
a:hover{
color: var(--hover);
transition: 0.6s ease;
-webkit-transition: 0.6s ease
}
a.color:hover{
color:var(--color);
transition: 0.6s ease;
-webkit-transition: 0.6s ease
}
svg{
min-width: 16px;
width: 1.25rem;
margin-top:-67px;
margin-bottom:-67px;
fill:var(--black)
}
hr{
background-color: var(--black);
border:none;
border-radius:5px;
width:15rem;
height:0.1rem;
}
table, th, td {
width:15.6rem;
text-align:start;
font-family: var(--font2);
border: 1px solid var(--black);
padding:0.5rem;
border-collapse: collapse;
}
table{
margin-top: 15px;
}
th{
min-width:6rem;
background-color: var(--th);
}
#pic{
float: left;
text-align: start;
border:none;
border-radius: 15px;
width:230px;
margin-right: 25px;
margin-bottom:15px
}
.text{
float:right;
text-align: center;
margin-top: -12px;
margin-left: -5px;
width:250px;
}
.abtimg{
width:120px;
height:120px;
border: solid var(--black) 2px;
border-radius: 15px;
}
.abttext{
font-size: 17px;
margin-right: 25px;
margin-left: 25px;
text-align:start;
}
#center{
display:table;
margin-left:auto;
margin-right:auto;
}
.left{
text-align:start;
}
iframe{
border-radius: 10px;
}
#frame{
width:250px;
height: 300px;
text-align: start;
overflow-y: auto;
padding-right:1rem;
}
footer{
padding:5px;
overflow-y: hidden;
}
::selection {
background: var(--btn);
color: var(--white);
}
/*TABSSSSSSSSSSS*/
.tab {
margin:15px
}
button {
background-color: var(--btn);
color:var(--white);
cursor: pointer;
min-width: 85px;
transition: 0.3s;
font-family: var(--font2);
border:none;
border-radius:15px;
font-size:1.25rem;
line-height:1;
font-weight:500;
padding: 15px;
margin-bottom: 0.75rem;
margin-left: 0.45rem;
margin-right: 0.45rem;
text-align: center;
text-decoration: none;
display: inline-flex;
box-shadow: 0px 0px 5px var(--black);
cursor: pointer;
display: table-cell;
vertical-align: middle;
}
button:hover {
transition: all .2s ease-out;
transform: scale(1.05);
}
.tabcontent {
display: none;
padding: 10px 0;
border-top: none;
padding-bottom:15px;
}
.tabcontent:target{
display:block
}
.tablinks{
text-decoration: none;
}
@supports selector(:not(:has(+ *))) {
body:not(body:has(.tabcontent:target)) .home {
display: block;
}
}
.announcement {
display: inline-block;
text-align: center;
width: 100%;
background: var(--btn);
color: var(--white);
border: solid 2px var(--black);
border-radius: 15px;
font-family: var(--font1);
margin-bottom: 10px;
padding: 0;
vertical-align: middle;
font-size: 1.2rem;
}
.pbttn{
text-decoration: none;
max-width: 450px;
width:65vw;
}
button.stuff {
background-color: var(--white);
color:var(--black);
font-family: var(--font2);
border:1px solid var(--black);
font-size:1rem;
padding: 10px;
margin: 2px;
text-align: center;
text-decoration: none;
display: inline-flex;
box-shadow: 0px 0px var(--white);
cursor: pointer;
display: table-cell;
vertical-align: middle;
}
button.stuff:hover {
transform: none;
color: var(--hover);
transition: 0.6s ease;
-webkit-transition: 0.6s ease;
box-shadow: 0px 0px 5px var(--black);
}
.fa-brands{
font-size: 1.25rem;
}
@media (max-width: 1100px){
#container{
max-width: 80vw;
}
#chan{
float:none;
margin-right: 0px;
}
.text{
float:none;
margin-top: 0px
}
}
@media (max-width: 768px){
.tab button{
width:6rem;
padding: 10px;
}
.tabcontent{
margin-left: 20px;
}
.abtimg{
margin-left: -10px;
margin-right: 10px;
}
.abttext{
margin-right: 15px;
margin-left: 5px;
}
}
</style>
<script>
function setTheme(themeName) {
localStorage.setItem('theme', themeName);
document.documentElement.className = themeName;
}
function toggleTheme() {
if (localStorage.getItem('theme') === 'theme-og') {
setTheme('theme-new');
} else {
setTheme('theme-og');
}
}
(function () {
if (localStorage.getItem('theme') === 'theme-og') {
setTheme('theme-og');
} else {
setTheme('theme-new');
}
})();
try {
document.querySelector(":not(:has(+ *))");
} catch (error) {
document.querySelector("a[href='#home']").click();
}
</script>
</head>
<body>
<br>
<div class="announcement">
<p style="font-family: var(--font1);">Support Palestine | <a class="tablinks, color" href="#palestine">Click Here</use></svg></a></p>
</div>
<div id="container">
<br>
<!-- Tab links -->
<div class="tab">
<a href="#home" class="tablinks"><button>Home</button></a>
<a href="#rules" class="tablinks"><button>Rules</button></a>
<a href="#interests" class="tablinks"><button>Interests</button></a>
<a href="#stuff" class="tablinks"><button>Stuff</button></a>
</div>
<!-- Tab content -->
<div style="overflow-y: hidden;">
<div id="home" class="home tabcontent">
<div id="center">
<img id="pic" src="/images/chan.jpg">
<div class="text">
<h2>Bailey / Jay ⋆˚🐾˖°</h2>
<hr>
<p>Any Prns | <span id="age"></span> (07) | INFP-T<br>☼ Capricorn ☾ Libra ⇧ Leo<br>Bi, aroacespec ♡</p>
<script>var dob = new Date("01/10/2007");var month_diff = Date.now() - dob.getTime();var age_dt = new Date(month_diff);var year = age_dt.getUTCFullYear();var age = Math.abs(year - 1970);document.getElementById("age").innerHTML = age;</script>
<hr>
<p class="left"><b>Likes:</b> Music, web design, games, anime, baking, learning languages<br>
<b>Dislikes:</b> School, deadlines, arguing, bugs, loud noises, cars</p>
<p class=left><a href="#about">More ↓</a></p>
</div>
</div>
</div>
<div id="about" class="tabcontent">
<div id="center">
<img id="pic" src="/images/chan.jpg">
<div class="text">
<h2>Bailey / Jay ⋆˚🐾˖°</h2>
<hr>
<p>Any Prns | <span id="age2"></span> (07) | INFP-T<br>☼ Capricorn ☾ Libra ⇧ Leo<br>Bi, aroacespec ♡</p>
<script>var dob = new Date("01/10/2007");var month_diff = Date.now() - dob.getTime();var age_dt = new Date(month_diff);var year = age_dt.getUTCFullYear();var age = Math.abs(year - 1970);document.getElementById("age2").innerHTML = age;</script>
<hr>
<p class="left"><b>Likes:</b> Music, web design, games, anime, baking, learning languages<br>
<b>Dislikes:</b> School, deadlines, arguing, bugs, loud noises, cars</p>
<p class=left><a href="#home">Less ↑</a></p>
</div>
</div>
<div id="center">
<img class="abtimg" src="/images/colors.jpg">
<img class="abtimg" src="/images/pepsi.jpg">
<p class="abttext"> I've been into Kpop for about three years now! My introduction to it was BTS, but Stray Kids is what really pulled me in. That aside, I've been interested in music for far longer. I've been writing songs since I was nine, and listening to music since day one. As of last year, I'm a published indie artist, and I've been posting more music on YouTube in the time since! I released my first EP on August 21st, 2023. One of the songs on there was inspired by Bang Chan, actually, which I found very fun to write.</p>
<button id="switch" onclick="toggleTheme()">Theme Switcher</button>
</div>
</div>
<div id="rules" class="tabcontent">
<div id="center">
<img id="pic" src="/images/chan.jpg">
<div class="text">
<table>
<tr><th>Before You Follow</th></tr>
<tr><td>I have autism and anxiety, I might overuse emojis, I sometimes spam like, I type in all caps sometimes, I'm pretty bad with dms</td></tr>
</table>
<table>
<tr><th>Do Not Follow If</th></tr>
<tr><td>Basic DNFI/DNI criteria, zionist, Trump supporter, <b>seriously</b> non-friend ship real people, can't respect other opinions, rude</td></tr>
</table>
</div>
</div>
</div>
<div id="interests" class="tabcontent">
<div id="center">
<img id="pic" src="/images/chan.jpg">
<div class="text">
<div id="frame">
<p>General (◍•ᴗ•◍)<br>
Songwriting, Music Production, Web Design, Drawing, Video Editing, Language Learning, Alt Fashion*<br><br>
Music (ノ・ω・)ノ♫<br>
Madds Buckley, Alien Stage, Addison Grace, Madilyn Mei, Hannah Bahng, Lydia the Bard, Vocaloid, Leanna Firestone<br><br>
K-Pop ٩(ˊᗜˋ*)و ♡♪<br>
Stray Kids (Chan biased), TXT (Hyuka biased), BTS, Enhypen, ZB1, 8Turn, SUPERKIND, ITZY<br><br>
Games (✯ᴗ✯)<br>
Genshin Impact, Pony Town, Animal Crossing, YTTD, FNaF, Project Sekai, Omori<br><br>
Shows ( ꈍᴗꈍ)<br>
BBC Merlin, Supernatural, Julie and the Phantoms, Arcane**, MLP, Death Note, Haikyuu, Cells at Work, JJK, BNHA, Sk8 the Infinity, Given<br><br>
*I'm INTERESTED in alt fashion but I don't wear much :<<br>
**I'm not currently caught up on Arcane, JJK, or BNHA!!
</p>
</div>
</div>
</div>
</div>
<div id="stuff" class="tabcontent">
<div id="center">
<img id="pic" src="/images/chan.jpg">
<div class="text">
<h3>My links and other stuff!</h3>
<hr>
<p style="line-height: 1.85rem;">
<a href="https://snd.click/lxxz" target="_blank" style="text-decoration: none;"><button class="stuff">my ep (≧▽≦)</button></a>
<a href="https://lockheartlove.neocities.org" target="_blank" style="text-decoration: none;"><button class="stuff">personal site!!!</button></a>
<a href="https://jay143.straw.page/" target="_blank" style="text-decoration: none;"><button class="stuff">strawpage ♡</button></a>
<a href="https://stats.fm/lockheart.love" target="_blank" style="text-decoration: none;"><button class="stuff">stats.fm ♬</button></a>
<a href="https://i.airbuds.fm/lockheart.love/X5d78N4A00" target="_blank" style="text-decoration: none;"><button class="stuff">airbuds ♪</button></a>
<a href="https://lockheartlove.neocities.org/recs/anime" target="_blank" style="text-decoration: none;"><button class="stuff">anime watchlist??</button></a>
<a href="https://tiktok.com/@lockheartlove.143" target="_blank" style="text-decoration: none;"><button class="stuff">tiktok alt :3</button></a>
<a href="#demos" style="text-decoration: none;"><button class="stuff">something!!</button></a>
</p>
<a href="https://baileylockheart.github.io/webring?carrd-previous"><img src="https://baileylockheart.github.io/webring/images/lh-left.png"></a><a href="https://baileylockheart.github.io/webring"><img src="https://baileylockheart.github.io/webring/images/lh-home.png"></a><a href="https://baileylockheart.github.io/webring?carrd-next"><img src="https://baileylockheart.github.io/webring/images/lh-right.png"></a>
</div>
</div>
</div>
<div id="palestine" class="tabcontent">
<div id="center">
<p style="font-size:larger;margin-left:25px;margin-right:25px;">I've listed out some links to demand ceasefire, support Palestinians, and learn a bit more about the current situation. Please share the links out where you can!</p>
<a class="pbttn" href="https://arab.org/click-to-help/palestine/" target="_blank"><button class="pbttn">Help the Palestinian People with a Click</button></a>
<a class="pbttn" href="https://decolonizepalestine.com/" target="_blank"><button class="pbttn">Resources and Information about Palestine</button></a>
<a class="pbttn" href="https://free-palestine.carrd.co/" target="_blank"><button class="pbttn">Learn about Palestine and how to help</button></a>
<a class="pbttn" href="https://www.pcrf.net/" target="_blank"><button class="pbttn">Donate to Palestine Children's Relief Fund</button></a>
<a class="pbttn" href="https://www.map.org.uk/donate/donate" target="_blank"><button class="pbttn">Donate to Medical Aid for Palestinians</button></a>
<a class="pbttn" href="https://hillhouse.neocities.org/journal/notes/palestine" target="_blank"><button class="pbttn">Links to further resources</button></a>
</div>
</div>
<div id="demos" class="tabcontent">
<div id="center">
<h1>PLAYLIST OF DEMOS 😍😍</h1>
<h3 style="margin-left:25px;margin-right:25px;">If you've actually looked this far into my little not-a-carrd, I trust you, so you get a playlist!!</h3>
<iframe width="90%" height="320" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1710859557%3Fsecret_token%3Ds-peppxw5koEe&color=%23fac2cc&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<p>For access to updates, downloads, and instrumentals, take a look at my <a href="https://ko-fi.com/O5O518XBJA" target="_blank">Ko-fi</a>!</p>
</div>
</div>
</div>
<footer>
<a href="https://open.spotify.com/artist/0gZWd2jEBp1DloD73xiL8L" target="_blank"><i class="fa-brands fa-spotify"></i></a>
<a href="https://www.threads.net/@bailey_lockheart" target="_blank"><i class="fa-brands fa-threads"></i></a>
<a href="https://www.tiktok.com/@bailey_lockheart" target="_blank"><i class="fa-brands fa-tiktok"></i></a>
<a href="https://bsky.app/profile/lockheartlove143.bsky.social" target="_blank"><i class="fa-brands fa-bluesky"></i></a>
<a href="https://github.com/baileylockheart" target="_blank"><i class="fa-brands fa-github"></i></a>
</footer>
<br>
</div>
<br>
<script>
var hashLinks = document.querySelectorAll("a[href^='#']");
[].forEach.call(hashLinks, function (link) {
link.addEventListener("click", function (event) {
event.preventDefault();
history.pushState({}, "", link.href);
history.pushState({}, "", link.href);
history.back();
});
});
</script>
</body>
</html>