-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
265 lines (265 loc) · 11.7 KB
/
gallery.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title></title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style/styles.css" />
</head>
<body>
<main
class="handler relative w-full h-[100vh] overflow-y-scroll scroll-smooth"
>
<img
src="./assets/midori-logo-white.png"
class="navbar-logo absolute z-30 top-5 left-3 w-[max(12vw,200px)] transition-all duration-300"
alt="midori-logo-white"
/>
<header class="pointer-events-none sticky top-0 z-20 w-full">
<span
class="navbar pointer-events-auto absolute z-20 w-full flex justify-between transition-all duration-300 py-9"
>
<div class="w-auto h-full flex items-center">
<span class="navbar-title px-7 transition-all duration-300">
<a
href="index.html"
class="font-t-light text-white text-[18px] tracking-[0.5rem]"
>MIDORI</a
>
</span>
</div>
<div class="w-[40%] h-full flex justify-evenly items-center">
<span
><a
href="index.html"
class="font-t-light text-white text-[18px] tracking-widest flex flex-col after:transition-all after:duration-300 after:bg-slate-100 after:content-[''] after:h-[2px] after:w-0 hover:after:w-full"
>Home</a
></span
>
<span
><a
href="gallery.html"
class="font-t-light text-white text-[18px] tracking-widest flex flex-col after:transition-all after:duration-300 after:bg-slate-100 after:content-[''] after:h-[2px] after:w-0 hover:after:w-full"
>Gallery</a
></span
>
<span
><a
href="about.html"
class="font-t-light text-white text-[18px] tracking-widest flex flex-col after:transition-all after:duration-300 after:bg-slate-100 after:content-[''] after:h-[2px] after:w-0 hover:after:w-full"
>About Us</a
></span
>
<span
><img src="assets/user.png" alt="search" class="invert w-10"
/></span>
<span
><img src="assets/shop.png" alt="search" class="invert w-8"
/></span>
<span
><img src="assets/search.png" alt="search" class="invert w-8"
/></span>
</div>
</span>
</header>
<div class="relative hero w-full h-full overflow-hidden">
<div
class="absolute top-[50%] left-[50%] w-[1900px] h-auto translate-x-[-50%] translate-y-[-50%]"
>
<img
src="assets/gallery_hero_img.jpg"
class="w-[1900px]"
alt="gallery-hero-img"
/>
</div>
</div>
<section class="w-full h-auto gallery">
<div
id="gallery"
class="IO-slide w-full h-full py-20 px-10 flex justify-center items-center"
>
<div class="w-[90%] h-auto flex flex-col gap-10">
<div class="mb-10 w-full h-auto flex flex-col gap-12">
<div class="w-full h-auto flex flex-col gap-12">
<span class="flex flex-col gap-1"
><p
class="gallery-title font-t-semibold text-black text-3xl tracking-widest"
>
Harajuku Collection
</p>
<p
class="gallery-title font-z-regular text-black text-xl tracking-widest"
>
日本から世界に
</p>
</span>
<div class="flex justify-center">
<span class="flex justify-center w-[90%] h-[30rem]">
<span
class="gallery-card-container flex gap-[5%] w-full h-full justify-center"
>
<div
class="gallery-card bg-slate-800 w-full h-full relative overflow-hidden rounded-[1rem] card-shadow"
>
<span
class="absolute top-[50%] left-[50%] w-[450px] group h-auto translate-x-[-50%] translate-y-[-50%]"
>
<img
src="assets/gallery-img-3.jpg"
class="group-hover:scale-110 transition-all duration-300"
alt="gallery-img-3"
/>
</span>
</div>
<div
class="gallery-card bg-slate-800 w-full h-full relative overflow-hidden rounded-[1rem] card-shadow"
>
<span
class="absolute top-[50%] left-[50%] w-[700px] group h-auto translate-x-[-50%] translate-y-[-50%]"
>
<img
src="assets/index_hero_img.jpg"
class="group-hover:scale-110 transition-all duration-300"
alt="index-hero-img"
/>
</span>
</div>
<div
class="gallery-card bg-slate-800 w-full h-full relative overflow-hidden rounded-[1rem] card-shadow"
>
<span
class="absolute top-[50%] left-[50%] w-[500px] group h-auto translate-x-[-50%] translate-y-[-50%]"
>
<img
src="assets/gallery-img-5.jpg"
class="group-hover:scale-110 transition-all duration-300"
/>
</span>
</div>
<div
class="gallery-card bg-slate-800 w-full h-full relative overflow-hidden rounded-[1rem] card-shadow"
>
<span
class="absolute top-[50%] left-[50%] w-[500px] group h-auto translate-x-[-50%] translate-y-[-50%]"
>
<img
src="assets/gallery-img-4.jpg"
class="group-hover:scale-110 transition-all duration-300"
/>
</span>
</div>
</span>
</span>
</div>
</div>
<section class="flex justify-center items-center w-full h-auto">
<span class="text-center">
<p class="font-t-regular font-bold text-lg">
Get to know the World-famous Harajuku Street Fashion
</p>
<p class="font-t-light text-md">
The area is well-known to just about everyone-particulary
fashion conscious teenagers and young adults
</p>
</span>
</section>
</div>
<div class="mb-10 w-full h-auto flex flex-col gap-12">
<div class="w-full h-auto flex flex-col gap-12">
<span class="flex flex-col gap-1"
><p
class="gallery-title font-t-semibold text-black text-3xl tracking-widest"
>
Roppongi Collection
</p>
<p
class="gallery-title font-z-regular text-black text-xl tracking-widest"
>
六本木コレクション
</p>
</span>
<div class="flex justify-center">
<span class="flex justify-center w-[90%] h-[30rem]">
<span
class="gallery-card-container flex gap-[5%] w-full h-full justify-center"
>
<div
class="gallery-card bg-slate-800 w-full h-full relative overflow-hidden rounded-[1rem] card-shadow"
>
<span
class="absolute top-[50%] left-[50%] w-[690px] group h-auto translate-x-[-50%] translate-y-[-50%]"
>
<img
src="assets/gallery_hero_img.jpg"
class="group-hover:scale-110 transition-all duration-300"
/>
</span>
</div>
<div
class="gallery-card bg-slate-800 w-full h-full relative overflow-hidden rounded-[1rem] card-shadow"
>
<span
class="absolute top-[50%] left-[50%] w-[670px] group h-auto translate-x-[-75%] translate-y-[-50%]"
>
<img
src="assets/about_hero_img.jpg"
class="group-hover:scale-110 transition-all duration-300 origin-[75%]"
/>
</span>
</div>
<div
class="gallery-card bg-slate-800 w-full h-full relative overflow-hidden rounded-[1rem] card-shadow"
>
<span
class="absolute top-[50%] left-[50%] w-[360px] group h-auto translate-x-[-50%] translate-y-[-50%]"
>
<img
src="assets/gallery-img-2.jpg"
class="group-hover:scale-110 transition-all duration-300"
/>
</span>
</div>
<div
class="gallery-card bg-slate-800 w-full h-full relative overflow-hidden rounded-[1rem] card-shadow"
>
<span
class="absolute top-[50%] left-[50%] w-[360px] group h-auto translate-x-[-50%] translate-y-[-50%]"
>
<img
src="assets/gallery-img-1.jpg"
class="group-hover:scale-110 transition-all duration-300"
/>
</span>
</div>
</span>
</span>
</div>
</div>
<section class="flex justify-center items-center w-full h-auto">
<span class="text-center">
<p class="font-t-semibold font-bold text-lg">
The Wild side of Roppongi comes alive
</p>
<p class="font-t-regular text-md">
Right in the heart of things, old or young people style it
up in Roppongi
</p>
</span>
</section>
</div>
</div>
</div>
</section>
<footer class="bg-[#f0f0f0] flex justify-center items-center">
<p class="font-t-semibold text-md p-10">MIDORI 2022</p>
</footer>
</main>
<script src="./js/index.js" async defer></script>
</body>
</html>