-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
190 lines (154 loc) · 6.53 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Juncci's WEB" />
<meta property="og:title" content="Juncci's WEB STUDY" />
<meta property="og:description" content="Juncci의 첫 WEB page" />
<meta property="og:image" content="./images/mainphoto1.png" />
<meta property="og:url" content="https://eclectic-cascaron-40ca1b.netlify.app/" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:site" content="Juncci's WEB" />
<meta property="twitter:title" content="Juncci's WEB STUDY" />
<meta property="twitter:description" content="Juncci의 첫 WEB page" />
<meta property="twitter:image" content="./images/mainphoto1.png" />
<meta property="twitter:url" content="https://eclectic-cascaron-40ca1b.netlify.app/" />
<title>Juncci's First WEB</title>
<link rel="icon" href="./favicon_my.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/reset.min.css">
<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=Nanum+Gothic:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="./CSS/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css"/>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js" integrity="sha512-cOH8ndwGgPo+K7pTvMrqYbmI8u8k6Sho3js0gOqVWTmQMlLIi6TbqGWRTpf1ga8ci9H3iPsvDLr4X7xwhC/+DQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.1/ScrollToPlugin.min.js" integrity="sha512-5ZqpMmz0hz6IocEQqdQ3sns2rJ+8ODVbZflfapvz26ZaP3nZrEjnNrpOaEW97bQYIg0XbkjFdZUun701YjOr5Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/ScrollMagic.min.js" integrity="sha512-8E3KZoPoZCD+1dgfqhPbejQBnQfBXe8FuwL4z/c8sTrgeDMFEnoyTlH3obB4/fV+6Sg0a0XF+L/6xS4Xx1fUEg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script defer src="./js/youtube.js"></script>
<script defer src="./js/main.js"></script>
</head>
<body>
<!-- HEADER-->
<header>
<div class = "inner">
<!-- a태그와 herf를 사용하여 이미지를 클릭했을 때 메인 페이지로 이동 할 수 있게 만들었음.-->
<a href="/" class="logo">
<img src="./images/JuncciLogo.png" alt="Heropy Jucci"/>
</a>
</div>
<!--BADGES-->
<div class = "badges">
<div class="badge_name">
<h1>★블로그 바로가기★</h1>
</div>
<div class ="badge">
<a href="https://blog.naver.com/qkrrjatk12" >
<img src = "./images/badge_1.jpg" alt="Badge" />
</a>
</div>
<div class="badge_name">
<h2>★인스타그램 바로가기★</h2>
</div>
<div class ="badge">
<a href="https://www.instagram.com/jun_cci/" >
<img src = "./images/Mainbadge2.png" alt="Badge" />
</a>
</div>
</div>
</header>
<!--VISUAL-->
<section class="visual">
<div class="inner">
<div class="title fade-in">
<!--<a href="javascript:void(0)" class=" btn btn--brown">자세히 보기</a>-->
</div>
<div class="fade-in">
<img src="./images/mainphoto1.png" alt="Main" class="mainphto1" />
</div>
<div class="fade-in">
<img src="./images/maintittle1.png" alt="Maintittle1" class="maintittle1"/>
</div>
<div class="fade-in">
<img src="./images/maintittle3.png" alt="Maintittle2" class="maintittle3"/>
</div>
<div class="fade-in">
<img src="./images/maintittle4.png" alt="Maintittle3" class="maintittle4"/>
</div>
<div class="fade-in">
<img src="./images/maintittle2.png" alt="Maintittle4" class="maintittle2"/>
</div>
</div>
</section>
<!--PROMOTION-->
<section class="promotion">
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide">
<img src="./images/slide1.png" alt=""/>
</div>
<div class="swiper-slide">
<img src="./images/slide2.png" alt=""/>
</div>
<div class="swiper-slide">
<img src="./images/slide3.png" alt=""/>
</div>
<div class="swiper-slide">
<img src="./images/slide4.png" alt=""/>
</div>
<div class="swiper-slide">
<img src="./images/slide5.png" alt=""/>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
<div class="swiper-button-prev">
<span class="material-icons">arrow_back</span>
</div>
<div class="swiper-button-next">
<span class="material-icons">arrow_forward</span>
</div>
</section>
<!--YOUTUBE VIDEO-->
<section class="youtube">
<div class="youtube__area">
<div id="player"></div>
</div>
</section>
<!--SEASON PRODUCT-->
<section class="season-product scroll-spy">
<div class="inner"></div>
</section>
<!--PICK YOUR FAVORITE-->
<section class="pick-your-favorite scroll-spy">
<div class="inner">
<div class="text-group">
<img src="./images/post-up1.png" alt="" class="title"/>
<img src="./images/post-up2.png" alt="" class="title"/>
</div>
</div>
</section>
<!--RESERVE STORE-->
<section class="reserve-store">
<div class="inner">
<div class="medal">
<div class="front">
<img src="./images/circle.png" alt=""/>
</div>
<div class="back">
<img src="./images/circle2.png" alt=""/>
</div>
</div>
</div>
</section>
<!--TO TOP BUTTON-->
<div id="to-top">
<div class="material-icons">arrow_upward</div>
</div>
</body>
</html>