-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
70 lines (62 loc) · 2.12 KB
/
main.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SKKRYPTO</title>
<link rel="stylesheet" href="main.css">
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="app.js" defer></script>
</head>
<body>
<nav>
<ul>
<li><a href="#window1">About Us</a></li>
<li><a href="#window2">Members</a></li>
<li><a href="#window3">Diplomas</a></li>
</ul>
</nav>
<video class="background" autoplay loop muted>
<source src="src/fluid.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<section>
<div id="window1">
<div class="container">
<img src="src/투명1.png">
<div id="intro">스크립토는 블록체인 기술에 대한 깊은 연구와 개발을 통해<br>
더 공정하고 자유로운 WEB 3.0 세상을 선도하며,<br>
한국 및 글로벌 블록체인의 대중화에 기여하는 학회 입니다.<br>
2018년에 시작된 스크립토는 코로나19 팬데믹과 크립토 윈터를
거친<br>
지금까지도 활발한 활동을 이어가고 있습니다.
</div>
</div>
</div>
<div id="window2">
<div class="container">
<div class="slide-container">
<div class="slide-album">
<div class="slide-images">
<img src="src/1011.png">
<img src="src/1112.png">
<img src="src/next.png">
</div>
<button class="btn-next">▶</button>
<button class="btn-prev">◀</button>
</div>
</div>
</div>
</div>
<div id="window3">
<div class = "container">
<h1>For members who completed SKKRYPTO curriculum, we congrates them with NFT Diplomas.
Their passion will last forever on the chain.</h1>
<a href="card/index.html" class="narrow-link">
<img src="src/button.png">
</a>
</div>
</div>
</section>
</body>
</html>