-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
649 lines (648 loc) · 32.6 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
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-76M638GPF2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-76M638GPF2');
</script>
<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>Shine's Page</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<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=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.4/tiny-slider.css">
<link href="style.css" rel="stylesheet">
</head>
<body>
<nav class="topnav navbar navbar-expand-lg bg-light sticky-top">
<div class="container-fluid">
<a class="navbar-brand fw-bold" href="#">Shine's Page</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapsible" aria-controls="navbarCollapsible" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapsible">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="section" href="#carouselSection">Carousel</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#introductionSection">Introduction</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#drawingsSection">Drawings</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#videosSection">Videos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#ocsSection">OCs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricingSection">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#commissionSection">Commission</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contactSection">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header>
<section id="carouselSection w-100">
<div id="topCarousel" class="carousel slide" data-bs-ride="false">
<div class="carousel-indicators">
<button type="button" data-bs-target="#topCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#topCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#topCarousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="5000">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/caramel_arrow_cookie.avif"> -->
<source type="image/webp" srcset="imgs/webp/caramel_arrow_cookie.webp">
<img src="imgs/png/caramel_arrow_cookie.png" class="d-block w-100" alt="Caramel Arrow Cookie">
</picture>
<div class="carousel-caption d-none d-md-block">
<h4>Hi, I am Shine!</h4>
<p class="fs-5">Welcome to my page, see info about my drawings, channel, and commission here</p>
</div>
</div>
<div class="carousel-item" data-bs-interval="5000">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/black_pearl_feeling_pink.avif"> -->
<source type="image/webp" srcset="imgs/webp/black_pearl_feeling_pink.webp">
<img src="imgs/png/black_pearl_feeling_pink.png" class="d-block w-100" alt="Chibi Miyo">
</picture>
<div class="carousel-caption d-none d-md-block">
<p>Click here to view my YouTube Channel</p>
</div>
</div>
<div class="carousel-item" data-bs-interval="5000">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/shijima_mei_of_the_art_room.avif"> -->
<source type="image/webp" srcset="imgs/webp/shijima_mei_of_the_art_room.webp">
<img src="imgs/png/shijima_mei_of_the_art_room.png" class="d-block w-100" alt="Shijima Mei of the Art Room">
</picture>
<div class="carousel-caption d-none d-md-block">
<p>Click here to view info about my commissions</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#topCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#topCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
</header>
<main>
<section id="introductionSection" class="introduction-section bg-theme1 w-100 py-4">
<div class="introduction-contents container d-flex py-4">
<div class="introduction-left-div d-flex flex-column justify-content-center me-4">
<div class="icon-container bg-theme2 d-flex flex-column justify-content-center align-items-center">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/Eunii_20230511122138.avif"> -->
<source type="image/webp" srcset="imgs/webp/Eunii_20230511122138.webp">
<img src="imgs/png/Eunii_20230511122138.png" alt="Miyo's YouTube Icon">
</picture>
</div>
</div>
<div class="introduction-right-div d-flex flex-column justify-content-around">
<h2 class="fw-bold">Hi, I am Shine</h2>
<p class="fs-5">
Hello and welcome to my page. Here you can find info about some of my drawings,
videos, original characters, the commissions I take, and more. You can checkout
my YouTube channel where I post weekly drawing or animation content, or see my
Twitter account for some more of the drawings I make! - Call me Mika or Shine :]
</p>
<div class="d-flex">
<a href="https://www.youtube.com/channel/UCTY0ojjo0_Ev5Al-PnKP8Hw/videos" target="_blank">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/youtube_icon.avif"> -->
<source type="image/webp" srcset="imgs/webp/youtube_icon.webp">
<img src="imgs/png/youtube_icon.png" class="small-icon me-2" alt="YouTube Icon">
</picture>
</a>
<a href="https://twitter.com/Miyo20963572" target="_blank">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/twitter_icon.avif"> -->
<source type="image/webp" srcset="imgs/webp/twitter_icon.webp">
<img src="imgs/png/twitter_icon.png" class="small-icon" alt="Twitter Icon">
</picture>
</a>
</div>
</div>
</div>
</section>
<section id="drawingsSection" class="drawings-section w-100">
<div class="drawings-slider">
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/chibi_miyo.avif"> -->
<source type="image/webp" srcset="imgs/webp/chibi_miyo.webp">
<img src="imgs/png/chibi_miyo.png" class="drawing-img has-fade" alt="Chibi Miyo">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/lazy.avif"> -->
<source type="image/webp" srcset="imgs/webp/lazy.webp">
<img src="imgs/png/lazy.png" class="drawing-img has-fade" alt="Lazy">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/shijima_mei_of_the_art_room.avif"> -->
<source type="image/webp" srcset="imgs/webp/shijima_mei_of_the_art_room.webp">
<img src="imgs/png/shijima_mei_of_the_art_room.png" class="drawing-img has-fade" alt="Shijima Mei of the Art Room">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/oh_the_rain_stopped!.avif"> -->
<source type="image/webp" srcset="imgs/webp/oh_the_rain_stopped!.webp">
<img src="imgs/png/oh_the_rain_stopped!.png" class="drawing-img has-fade" alt="Oh the Rain Stopped!">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/fischl_ein_immernachstraum.avif"> -->
<source type="image/webp" srcset="imgs/webp/fischl_ein_immernachstraum.webp">
<img src="imgs/png/fischl_ein_immernachstraum.png" class="drawing-img has-fade" alt="Fischl, Ein Immernachstraum">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/de_transformed_into_a_human.avif"> -->
<source type="image/webp" srcset="imgs/webp/de_transformed_into_a_human.webp">
<img src="imgs/png/de_transformed_into_a_human.png" class="drawing-img has-fade" alt="DE Transformed into a Human">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/caramel_arrow_cookie.avif"> -->
<source type="image/webp" srcset="imgs/webp/caramel_arrow_cookie.webp">
<img src="imgs/png/caramel_arrow_cookie.png" class="drawing-img has-fade" alt="Caramel Arrow Cookie">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/happy_valentines_day!.avif"> -->
<source type="image/webp" srcset="imgs/webp/happy_valentines_day!.webp">
<img src="imgs/png/happy_valentines_day!.png" class="drawing-img has-fade" alt="Happy Valentines Day!">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/thorns_of_a_rose.avif"> -->
<source type="image/webp" srcset="imgs/webp/thorns_of_a_rose.webp">
<img src="imgs/png/thorns_of_a_rose.png" class="drawing-img has-fade" alt="Thorns of a Rose">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/black_pearl_feeling_pink.avif"> -->
<source type="image/webp" srcset="imgs/webp/black_pearl_feeling_pink.webp">
<img src="imgs/png/black_pearl_feeling_pink.png" class="drawing-img has-fade" alt="Black Pearl Feeling Pink">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/mother_and_son.avif"> -->
<source type="image/webp" srcset="imgs/webp/mother_and_son.webp">
<img src="imgs/png/mother_and_son.jpg" class="drawing-img has-fade" alt="Mother and Son">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/dazzling_flames.avif"> -->
<source type="image/webp" srcset="imgs/webp/dazzling_flames.webp">
<img src="imgs/png/dazzling_flames.png" class="drawing-img has-fade" alt="Dazzling Flames">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/space_panda,_shine_euniki.avif"> -->
<source type="image/webp" srcset="imgs/webp/space_panda,_shine_euniki.webp">
<img src="imgs/png/space_panda,_shine_euniki.png" class="drawing-img has-fade" alt="Space Panda, Shine Euniki">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/distant_voices_of_the_deep.avif"> -->
<source type="image/webp" srcset="imgs/webp/distant_voices_of_the_deep.webp">
<img src="imgs/png/distant_voices_of_the_deep.png" class="drawing-img has-fade" alt="Distant Voices of the Deep">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/the_night_of_the_witches.avif"> -->
<source type="image/webp" srcset="imgs/webp/the_night_of_the_witches.webp">
<img src="imgs/png/the_night_of_the_witches.jpg" class="drawing-img has-fade" alt="The Night of the Witches">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/selfie_with_a_friend.avif"> -->
<source type="image/webp" srcset="imgs/webp/selfie_with_a_friend.webp">
<img src="imgs/png/selfie_with_a_friend.png" class="drawing-img has-fade" alt="Selfie with a Friend">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/nahida.avif"> -->
<source type="image/webp" srcset="imgs/webp/nahida.webp">
<img src="imgs/nahida.jpg" class="drawing-img has-fade" alt="Nahida">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/the_young_writer,_black_coffee_cookie.avif"> -->
<source type="image/webp" srcset="imgs/webp/the_young_writer,_black_coffee_cookie.webp">
<img src="imgs/png/the_young_writer,_black_coffee_cookie.png" class="drawing-img has-fade" alt="The young writer, Black Coffee Cookie">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/adored_vanillian_twins.avif"> -->
<source type="image/webp" srcset="imgs/webp/adored_vanillian_twins.webp">
<img src="imgs/png/adored_vanillian_twins.png" class="drawing-img has-fade" alt="Adored Vanillian Twins">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/Eunii_20230511122138.avif"> -->
<source type="image/webp" srcset="imgs/webp/Eunii_20230511122138.webp">
<img src="imgs/png/Eunii_20230511122138.png" class="drawing-img has-fade" alt="Eunii">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/Yukimura_Hoshiko.avif"> -->
<source type="image/webp" srcset="imgs/webp/Yukimura_Hoshiko.webp">
<img src="imgs/png/Yukimura_Hoshiko.png" class="drawing-img has-fade" alt="Yukimura Hoshino">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/Hinode_Miyo_20230704121048.avif"> -->
<source type="image/webp" srcset="imgs/webp/Hinode_Miyo_20230704121048.webp">
<img src="imgs/png/Hinode_Miyo_20230704121048.png" class="drawing-img has-fade" alt="Hinode Miyo">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/I_saw_you.avif"> -->
<source type="image/webp" srcset="imgs/webp/I_saw_you.webp">
<img src="imgs/png/I_saw_you.png" class="drawing-img has-fade" alt="I saw you">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/Euni-Halloween23_20231031143736.avif"> -->
<source type="image/webp" srcset="imgs/webp/Euni-Halloween23_20231031143736.webp">
<img src="imgs/png/Euni-Halloween23_20231031143736.png" class="drawing-img has-fade" alt="Euni Halloween">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/Amber_Rosewood.avif"> -->
<source type="image/webp" srcset="imgs/webp/Amber_Rosewood.webp">
<img src="imgs/png/Amber_Rosewood.png" class="drawing-img has-fade" alt="Amber Rosewood">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/Maya_Lewis.avif"> -->
<source type="image/webp" srcset="imgs/webp/Maya_Lewis.webp">
<img src="imgs/png/Maya_Lewis.png" class="drawing-img has-fade" alt="Maya Lewis">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/Anthony_Lewis.avif"> -->
<source type="image/webp" srcset="imgs/webp/Anthony_Lewis.webp">
<img src="imgs/png/Anthony_Lewis.png" class="drawing-img has-fade" alt="Anthony Lewis">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/RanpoeS5_20230716145059.avif"> -->
<source type="image/webp" srcset="imgs/webp/RanpoeS5_20230716145059.webp">
<img src="imgs/png/RanpoeS5_20230716145059.png" class="drawing-img has-fade" alt="Ranpoe S5">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/2023-Happy_Bday_Ranpo!_20231021160602.avif"> -->
<source type="image/webp" srcset="imgs/webp/2023-Happy_Bday_Ranpo!_20231021160602.webp">
<img src="imgs/png/2023-Happy_Bday_Ranpo!_20231021160602.png" class="drawing-img has-fade" alt="2023 Happy Birthday Ranpo">
</picture>
</div>
<div class="drawing-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/Hoshi-chan.avif"> -->
<source type="image/webp" srcset="imgs/webp/Hoshi-chan.webp">
<img src="imgs/png/Hoshi-chan.png" class="drawing-img has-fade" alt="Hoshi-chan">
</picture>
</div>
</div>
</section>
<section id="videosSection" class="videos-section">
<div class="videos-slider">
<div class="video-container">
<iframe class="video-iframe has-fade" src="https://www.youtube.com/embed/A-6QK6oDvgI" title="YouTube video player" frameborder="0" allow="clipboard-write; encrypted-media; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="video-container">
<iframe class="video-iframe has-fade" src="https://www.youtube.com/embed/eRHFcyUW40A" title="YouTube video player" frameborder="0" allow="clipboard-write; encrypted-media; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="video-container">
<iframe class="video-iframe has-fade" src="https://www.youtube.com/embed/ZsZRBNN6u7M" title="YouTube video player" frameborder="0" allow="clipboard-write; encrypted-media; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="video-container">
<iframe class="video-iframe has-fade" src="https://www.youtube.com/embed/uKt848Hu1Nk" title="YouTube video player" frameborder="0" allow="clipboard-write; encrypted-media; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="video-container">
<iframe class="video-iframe has-fade" src="https://www.youtube.com/embed/-lCQ3KWW7z0" title="YouTube video player" frameborder="0" allow="clipboard-write; encrypted-media; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</section>
<section id="ocsSection" class="ocs-section">
<div class="ocs-slider">
<div class="oc-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/miyo_hinode_front_back.avif"> -->
<source type="image/webp" srcset="imgs/webp/miyo_hinode_front_back.webp">
<img src="imgs/png/miyo_hinode_front_back.png" class="oc-img has-fade" alt="Miyo Hinode Front and Back">
</picture>
</div>
<div class="oc-info-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/miyo_hinode_info.avif"> -->
<source type="image/webp" srcset="imgs/webp/miyo_hinode_info.webp">
<img src="imgs/png/miyo_hinode_info.png" class="oc-info-img has-fade" alt="Miyo Hinode Info">
</picture>
</div>
<div class="oc-container">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/amber_rose_front_back.avif"> -->
<source type="image/webp" srcset="imgs/webp/amber_rose_front_back.webp">
<img src="imgs/png/amber_rose_front_back.png" class="oc-img has-fade" alt="Amber Rose Front and Back">
</picture>
</div>
</div>
</section>
<section id="pricingSection" class="pricing-section bg-theme1 w-100 py-2">
<div class="pricing-contents container d-flex flex-column">
<div class="section-info mb-2">
<h2 class="fw-bold">Pricing Examples</h2>
<p class="fs-5">
Pricing will vary depending on size, complexity, background, and further
additionals. The pricing below will be updated to latest pricing as they
happen.
</p>
</div>
<div class="pricing-example d-flex">
<div class="pricing-img-container me-4 mb-4">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/fischl_ein_immernachstraum.avif"> -->
<source type="image/webp" srcset="imgs/webp/fischl_ein_immernachstraum.webp">
<img src="imgs/png/fischl_ein_immernachstraum.png" class="pricing-img" alt="Fischl, Ein Immernachstraum">
</picture>
</div>
<div class="pricing-img-info pt-2">
<h4 class="fw-bold">Fischl, Ein Immernachstraum</h4>
<p class="fs-5">A fanart of Fischl in her Ein Immernachstraum outfit</p>
<p class="fs-5">Upper Body, Fully Colored, Medium Detail, Has Background</p>
<p class="fs-5">Hours Taken: 3 hours</p>
<p class="fs-5">Base Price: $7.5</p>
</div>
</div>
<div class="pricing-example d-flex">
<div class="pricing-img-container bg-white me-4 mb-2">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/miyo_hinode_front_back.avif"> -->
<source type="image/webp" srcset="imgs/webp/miyo_hinode_front_back.webp">
<img src="imgs/png/miyo_hinode_front_back.png" class="pricing-img" alt="Miyo Hinode Front and Back">
</picture>
</div>
<div class="pricing-img-info pt-2">
<h4 class="fw-bold">Miyo Hinode</h4>
<p class="fs-5">My 2nd original character</p>
<p class="fs-5">Full Body and Back-to-Back, Fully Colored, Medium Detail, No Background</p>
<p class="fs-5">Hours Taken: 6 hours</p>
<p class="fs-5">Base Price: $15</p>
</div>
</div>
</div>
</section>
<section id="commissionSection" class="commission-section w-100 py-2">
<div class="commission-contents container d-flex flex-column">
<div class="section-info mb-2">
<h2 class="fw-bold">Commission Form</h2>
<p class="fs-5" class="mb-0" style="color: red;">
If you want to commission for a drawing do enter the required details in the form
below and I'll contact you as soon as possible!
</p>
<p class="fs-5 mt-0">
The commission form below is currently not working, please use this commission form
<a href="https://forms.gle/yHgat7UjNLEbXRpu7" target="_blank" class="link-theme1">https://forms.gle/yHgat7UjNLEbXRpu7</a>
instead.
</p>
</div>
<form class="commission-form d-flex flex-column ps-4" method="post">
<div class="input-row w-100 d-flex justify-content-between mb-2">
<label for="nameInput" class="required-label fs-5 fw-bold">Name</label>
<input
type="text"
class="form-control"
id="nameInput"
name="name"
placeholder="Miyo"
required
disabled
>
</div>
<div class="input-row w-100 d-flex justify-content-between mb-2">
<label for="emailInput" class="required-label fs-5 fw-bold">Email Address</label>
<input
type="email"
class="form-control"
id="emailInput"
name="email"
placeholder="[email protected]"
required
disabled
>
</div>
<div class="input-row w-100 d-flex justify-content-between mb-2">
<label for="typeInput" class="required-label fs-5 fw-bold">Type of Drawing</label>
<input
type="text"
class="form-control"
id="typeInput"
name="type"
placeholder="Fanart"
list="typeOptions"
required
disabled
>
<datalist id="typeOptions">
<option value="Original Character">
<option value="Fanart">
</datalist>
</div>
<div class="input-row w-100 d-flex justify-content-between mb-2">
<label for="sizeInput" class="required-label fs-5 fw-bold">Drawing Size</label>
<input
type="text"
class="form-control"
id="sizeInput"
name="size"
placeholder="Full Body"
list="sizeOptions"
required
disabled
>
<datalist id="sizeOptions">
<option value="Bust Up">
<option value="Upper Half">
<option value="Waist/Knee Up">
<option value="Full Body">
</datalist>
</div>
<div class="input-row w-100 d-flex justify-content-between mb-2">
<label for="colorInput" class="required-label fs-5 fw-bold">Color</label>
<input
type="text"
class="form-control"
id="colorInput"
name="color"
placeholder="Fully Colored"
list="colorOptions"
required
disabled
>
<datalist id="colorOptions">
<option value="No Color">
<option value="Character Only">
<option value="Fully Colored">
</datalist>
</div>
<div class="input-row w-100 d-flex justify-content-between mb-2">
<label for="backgroundInput" class="required-label fs-5 fw-bold">Background</label>
<input
type="text"
class="form-control"
id="backgroundInput"
name="background"
placeholder="Has Background"
list="backgroundOptions"
required
disabled
>
<datalist id="backgroundOptions">
<option value="No Background">
<option value="Has Background">
</datalist>
</div>
<div class="input-row w-100 d-flex justify-content-between mb-2">
<label for="refImgsInput" class="fs-5 fw-bold">Reference Image/s</label>
<input
type="text"
class="form-control"
id="refImgsInput"
placeholder="https://cdn.oneesports.gg/cdn-data/2022/07/GenshinImpact_FischlSkin_EinImmernachtstraum_Outfit.jpg"
name="refImgs"
disabled
>
</div>
<div class="input-row w-100 d-flex justify-content-between mb-2">
<label for="specReqsInput" class="fs-5 fw-bold">Specific Request/s</label>
<input
type="text"
class="form-control"
id="specReqsInput"
placeholder="A fanart of Fischl in her Ein Immernachstraum outfit, with the moon as background"
name="specReqs"
disabled
>
</div>
<div class="input-row w-100 d-flex justify-content-between mb-2">
<label for="charNameInput" class="fs-5 fw-bold">Character Name</label>
<input
type="text"
class="form-control"
id="charNameInput"
name="charName"
placeholder="Fischl"
disabled
>
</div>
<div class="input-row w-100 d-flex justify-content-between mb-2">
<label for="charDescInput" class="fs-5 fw-bold">Character Description</label>
<textarea
class="form-control"
id="charDescInput"
name="charDesc"
placeholder="A mysterious girl who calls herself 'Prinzessin der Verurteilung' and travels with a night raven named Oz. Currently serves as an investigator in the Adventurers' Guild."
rows="3"
disabled
></textarea>
</div>
<div class="input-row w-100 d-flex justify-content-end mb-2">
<button
type="button"
class="submit-btn btn btn-success"
disabled
>
Submit Commission Form
</button>
</div>
</form>
</div>
</section>
<section id="contactSection" class="contact-section bg-theme1 w-100 pt-2 pb-4">
<div class="contact-contents container d-flex flex-column">
<h2 class="fw-bold">Contact Details</h2>
<p class="fs-5">You can send me an email through [email protected]</p>
<p class="fs-5">or send me a private message on twitter @Miyo20963572</p>
<div class="d-flex">
<a href="https://www.youtube.com/channel/UCTY0ojjo0_Ev5Al-PnKP8Hw/videos" target="_blank">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/youtube_icon.avif"> -->
<source type="image/webp" srcset="imgs/webp/youtube_icon.webp">
<img src="imgs/png/youtube_icon.png" class="small-icon me-2" alt="YouTube Icon">
</picture>
</a>
<a href="https://twitter.com/Miyo20963572" target="_blank">
<picture>
<!-- <source type="image/avif" srcset="imgs/avif/twitter_icon.avif"> -->
<source type="image/webp" srcset="imgs/webp/twitter_icon.webp">
<img src="imgs/png/twitter_icon.png" class="small-icon" alt="Twitter Icon">
</picture>
</a>
</div>
</div>
</section>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.6.0/min/tiny-slider.js"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="script.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"_integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
</body>
</html>