-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
635 lines (593 loc) · 20.2 KB
/
Copy pathindex.html
File metadata and controls
635 lines (593 loc) · 20.2 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
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
<!-- @format -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
rel="stylesheet"
/>
<link rel="shortcut icon" href="images/Logo(3).ico" type="image/x-icon" />
<link rel="stylesheet" href="css/bootstrap.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"
/>
<script defer src="js/bootstrap.js"></script>
<title>Dart Company - 틱톡 에이전시</title>
</head>
<style>
@import url("https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap");
.logo1 {
height: 150px;
}
.nav-link {
transition: color 0.3s;
}
.nav-link:hover {
color: #ff7e7e;
}
.nav-item {
font-size: 35px;
}
body {
padding-top: 175px;
background-color: black;
}
.navbar {
background-color: hsl(0, 0%, 100%);
}
.BGCB {
background-color: black;
}
.BGCW {
background-color: rgb(255, 255, 255);
}
.logo2 {
height: 300px;
}
.info {
font-size: 30px;
}
.nav-link.active {
color: #ff7e7e !important;
}
#Creators img {
height: 500px;
object-fit: cover;
}
.ctr {
font-size: 70px;
}
.media-buttons {
display: flex;
align-items: center;
}
.media-buttons .link {
display: flex;
align-items: center;
justify-content: center;
color: #000000;
font-size: 30px;
margin: 0 8px;
text-decoration: none;
}
.link:hover {
transform: scale(1.1);
}
iframe {
width: 100%;
height: auto;
max-width: 1200px;
aspect-ratio: 16 / 9;
}
@media (max-width: 768px) {
iframe {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
}
.hi {
height: 15px;
}
@media (max-width: 768px) {
.navbar {
padding: 0.2rem 1rem;
height: auto;
}
.logo1 {
height: 70px;
}
.nav-item {
font-size: 18px;
}
.navbar-toggler {
padding: 0.25rem 0.5rem;
}
body {
padding-top: 90px;
}
@media (max-width: 768px) {
.info {
font-size: 20px;
}
.text-size {
font-size: 25px;
}
.ctr {
font-size: 50px;
}
}
@media (max-width: 576px) {
.info {
font-size: 18px;
}
.text-size {
font-size: 22px;
}
.ctr {
font-size: 40px;
}
}
}
</style>
<body data-bs-spy="scroll" data-bs-target="#nav-scroll">
<!-- 상단스크롤섹션 -->
<div class="d-flex justify-content-end fixed-bottom me-3 mb-3 text-light">
<a href="#" class="btn btn-outline-dark btn-xs">^</a>
</div>
<!-- 네브바 -->
<nav id="nav-scroll" class="navbar navbar-expand-md navbar fixed-top">
<div class="container-fluid ms-5">
<a class="navbar-brand d-flex align-items-center" href="#">
<img src="images/Logo.png" class="logo1" alt="로고" />
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav d-flex justify-content-around w-100">
<li class="nav-item">
<a class="nav-link" href="#About">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Creators">Creators</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Support">Support</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Business">Business</a>
</li>
<li class="nav-item" data-bs-toggle="modal" data-bs-target="#appp">
<a class="nav-link" href="#Apply">Apply</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- 메인화면 동영상 섹션 -->
<section>
<div class="d-flex justify-content-center">
<iframe
width="100%"
height="600"
src="https://www.youtube.com/embed/PkYrc9X9H04?si=EdvgwCVp2R-LsZMr"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
</div>
</section>
<!-- 어바웃섹션 -->
<section>
<div id="About" class="BGCW text-light text-center">
<img src="images/Logo.png" class="logo2 mt-5 mb-5" />
<h1 class="text-dark text-size mt-5">
<strong>Dart Company</strong> Entertainment
</h1>
<p class="info text-secondary pt-4 pb-5">
<b>미래 가치</b>를 창출하는 끊임없는 <b>도전</b>과 <b>열정</b>으로
<br />
<b>혁신</b>을 이끌어가는 기업이 되겠습니다.
</p>
<div class="BGCB d-flex justify-content-center">
<iframe
width="100%"
height="600"
src="https://www.youtube.com/embed/1XZtyrgUQhg?si=mXcUBelZDqreeYMP"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
</div>
</div>
</section>
<!-- 크리에이터 섹션 -->
<section id="Creators" class="container py-5">
<div class="text-capitalize py-5">
<p class="ctr text-light">Creators</p>
<p class="inf text-light">
라이브 전문기업 글로벌 TOP 에이전시 'DT' 와 <br />
함께라면 글로벌 라이브 크리에이터로 성장할수 있습니다.
</p>
<h5 class="text-secondary fw-normal py-2 fst-italic">
Continuously improving my skills and knowledge in the field.
</h5>
</div>
<div class="row pb-5">
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<img src="images/Profile1.jpg" alt="" class="card-img-top" />
<div class="card-body">
<div class="media-buttons">
<a
href="https://www.tiktok.com/@hyungjin_99"
target="_blank"
class="link"
>
<i class="bx bxl-tiktok"></i>
</a>
<a
href="https://www.instagram.com/hyungjin._"
target="_blank"
class="link"
>
<i class="bx bxl-instagram"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<img src="images/Profile2.jpg" alt="" class="card-img-top" />
<div class="card-body">
<div class="media-buttons">
<a
href="https://www.tiktok.com/@jaegeun2_da"
target="_blank"
class="link"
>
<i class="bx bxl-tiktok"></i>
</a>
<a
href="https://www.instagram.com/jaegeun2_da"
target="_blank"
class="link"
>
<i class="bx bxl-instagram"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<img src="images/Profile3.jpg" alt="" class="card-img-top" />
<div class="card-body">
<div class="media-buttons">
<a
href="https://www.tiktok.com/search?lang=ko-KR&q=%EC%B2%A0%EA%B5%AC&t=1727319174667"
target="_blank"
class="link"
>
<i class="bx bxl-tiktok"></i>
</a>
<a
href="https://www.instagram.com/lyj_1019/"
target="_blank"
class="link"
>
<i class="bx bxl-instagram"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- 서포트 섹션 -->
<section id="Support" class="container py-5">
<div class="text-capitalize py-5">
<p class="ctr text-light">Support</p>
<p class="inf text-light">
라이브 전문기업 글로벌 TOP 에이전시 'DT' 와 <br />
함께라면 글로벌 라이브 크리에이터로 성장할수 있습니다.
</p>
<h5 class="text-secondary fw-normal py-2 fst-italic">
Fusce consequat non ligula sit amet tristique
</h5>
</div>
<div class="row d-flex justify-content-between mx-0">
<div
class="card mt-5 d-flex flex-column align-items-center text-center bg-white p-4"
style="width: 25rem"
>
<i
class="text-white bg-primary d-flex align-items-center justify-content-center fs-2"
></i>
<h3 class="mt-4 h4">지원목록</h3>
<p class="text-center">
누구든지 체포 또는 구속의 이유와 변호인의 조력을 받을 권리가 있음을
고지받지 아니하고는 체포 또는 구속을 당하지 아니한다. 체포 또는
구속을 당한 자의 가족등 법률이 정하는 자에게는 그 이유와 일시·장소가
지체없이 통지되어야 한다.
</p>
</div>
<div
class="card mt-5 d-flex flex-column align-items-center text-center bg-white p-4"
style="width: 25rem"
>
<i
class="text-white bg-primary d-flex align-items-center justify-content-center fs-2"
></i>
<h3 class="mt-4 h4">지원목록</h3>
<p class="text-center">
누구든지 체포 또는 구속의 이유와 변호인의 조력을 받을 권리가 있음을
고지받지 아니하고는 체포 또는 구속을 당하지 아니한다. 체포 또는
구속을 당한 자의 가족등 법률이 정하는 자에게는 그 이유와 일시·장소가
지체없이 통지되어야 한다.
</p>
</div>
<div
class="card mt-5 d-flex flex-column align-items-center text-center bg-white p-4"
style="width: 25rem"
>
<i
class="text-white bg-primary d-flex align-items-center justify-content-center fs-2"
></i>
<h3 class="mt-4 h4">지원목록</h3>
<p class="text-center">
누구든지 체포 또는 구속의 이유와 변호인의 조력을 받을 권리가 있음을
고지받지 아니하고는 체포 또는 구속을 당하지 아니한다. 체포 또는
구속을 당한 자의 가족등 법률이 정하는 자에게는 그 이유와 일시·장소가
지체없이 통지되어야 한다.
</p>
</div>
<div
class="card mt-5 d-flex flex-column align-items-center text-center bg-white p-4"
style="width: 25rem"
>
<i
class="text-white bg-primary d-flex align-items-center justify-content-center fs-2"
></i>
<h3 class="mt-4 h4">지원목록</h3>
<p class="text-center">
누구든지 체포 또는 구속의 이유와 변호인의 조력을 받을 권리가 있음을
고지받지 아니하고는 체포 또는 구속을 당하지 아니한다. 체포 또는
구속을 당한 자의 가족등 법률이 정하는 자에게는 그 이유와 일시·장소가
지체없이 통지되어야 한다.
</p>
</div>
<div
class="card mt-5 d-flex flex-column align-items-center text-center bg-white p-4"
style="width: 25rem"
>
<i
class="text-white bg-primary d-flex align-items-center justify-content-center fs-2"
></i>
<h3 class="mt-4 h4">지원목록</h3>
<p class="text-center">
국가는 모성의 보호를 위하여 노력하여야 한다. 국회는 국민의
보통·평등·직접·비밀선거에 의하여 선출된 국회의원으로 구성한다.
헌법개정안이 제2항의 찬성을 얻은 때에는 헌법개정은 확정되며,
대통령은 즉시 이를 공포하여야 한다.
</p>
</div>
<div
class="card mt-5 d-flex flex-column align-items-center text-center bg-white p-4"
style="width: 25rem"
>
<i
class="text-white bg-primary d-flex align-items-center justify-content-center fs-2 rounded-circle"
></i>
<h3 class="mt-4 h4">지원목록</h3>
<p class="text-center">
대법원장과 대법관이 아닌 법관의 임기는 10년으로 하며, 법률이 정하는
바에 의하여 연임할 수 있다. 중앙선거관리위원회는 대통령이 임명하는
3인, 국회에서 선출하는 3인과 대법원장이 지명하는 3인의 위원으로
구성한다. 위원장은 위원중에서 호선한다.
</p>
</div>
</div>
</section>
<!-- 비즈니스 섹션 -->
<section id="Business" class="container py-5">
<div class="row">
<!-- 왼쪽 텍스트 부분 -->
<div class="col-md-6">
<div class="text-capitalize py-5">
<p class="ctr text-light">Business</p>
<p class="inf text-light">
협업 및 비즈니스 제안 어쩌구 저쩌구 들어갈공간
</p>
<h5 class="text-secondary fw-normal py-2 fst-italic">
Fusce consequat non ligula sit amet tristique
</h5>
</div>
</div>
<!-- 오른쪽 폼 부분 -->
<div class="col-md-6 text-white">
<form>
<div class="mb-3">
<label for="companyName" class="form-label">회사명</label>
<input
type="text"
class="form-control"
id="companyName"
placeholder="회사명을 입력하세요"
required
/>
</div>
<div class="mb-3">
<label for="email" class="form-label">이메일</label>
<input
type="email"
class="form-control"
id="email"
placeholder="이메일을 입력하세요"
required
/>
</div>
<div class="mb-3">
<label for="message" class="form-label">하고싶은 말</label>
<textarea
class="form-control"
id="message"
rows="4"
placeholder="메시지를 입력하세요"
required
style="height: 300px"
></textarea>
</div>
<div class="form-check mb-3">
<input
class="form-check-input"
type="checkbox"
id="privacyConsent"
required
/>
<label class="form-check-label" for="privacyConsent">
개인정보 수집에 동의합니다.
</label>
</div>
<button type="submit" class="btn btn-outline-dark">제출</button>
</form>
</div>
</div>
</section>
<!-- apply 모달창 -->
<section id="appp" class="modal fade" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">파트너 지원</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body">
<div class="container mt-2">
<form>
<div class="mb-3">
<label for="name" class="form-label">이름</label>
<input
type="text"
class="form-control"
id="name"
placeholder="이름을 입력하세요"
required
/>
</div>
<div class="mb-3">
<label for="contact" class="form-label">연락처</label>
<input
type="tel"
class="form-control"
id="contact"
placeholder="연락처를 입력하세요"
required
/>
</div>
<div class="mb-3">
<label class="form-label">성별</label>
<div class="form-check">
<input
class="form-check-input"
type="radio"
name="gender"
id="male"
value="남성"
required
/>
<label class="form-check-label" for="male">남성</label>
</div>
<div class="form-check">
<input
class="form-check-input"
type="radio"
name="gender"
id="female"
value="여성"
/>
<label class="form-check-label" for="female">여성</label>
</div>
</div>
<div class="mb-3">
<label for="dob" class="form-label">생년월일</label>
<input type="date" class="form-control" id="dob" required />
</div>
<div class="mb-3">
<label for="intro" class="form-label"
>소개(인스타, 틱톡 등 개인 URL)</label
>
<textarea
class="form-control"
id="intro"
rows="3"
placeholder="소개말을 입력하세요"
required
></textarea>
</div>
<div class="mb-3">
<label for="photo" class="form-label"
>개인 사진, 프로필 자료</label
>
<input
class="form-control"
type="file"
id="photo"
accept="image/*"
required
/>
</div>
<div class="form-check mb-3">
<input
class="form-check-input"
type="checkbox"
id="privacyConsent"
required
/>
<label class="form-check-label" for="privacyConsent">
개인정보 수집에 동의합니다.
</label>
</div>
</form>
</div>
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-secondary"
data-bs-dismiss="modal"
>
취소
</button>
<button type="button" class="btn btn-dark">제출</button>
</div>
</div>
</div>
</section>
<footer class="bg-white py-4 mt-4">
<div class="container text-dark text-center">
<p class="display-5 mb-3">DartCompany</p>
<small>© Copyright by wjdtjddns98. All rights reserved.</small>
</div>
</footer>
</body>
</html>