-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
331 lines (311 loc) · 28.6 KB
/
index.html
File metadata and controls
331 lines (311 loc) · 28.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./output.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<!-- <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css"> -->
<title>Document</title>
</head>
<body>
<!-- parent -->
<main class="parent w-[100%] h-[auot] flex ">
<!-- partie 1 sidebar -->
<!-- sidebar -->
<section class="sidebar w-[100%] h-[350vh] flex flex-col justify-start items-center gap-[2rem] bg-slate-100 absolute opacity-0 md:relative md:opacity-[1] md:w-[23.2%] md:h-[400vh] md:gap-[2.8rem] z-[1]">
<!-- search bar -->
<div class="w-[100%] h-[20vh] flex justify-center items-center bg-slate-200 md:h-[14.5vh]">
<form action="" class="w-[85%] h-[2.5rem] rounded-md border-slate-300 border flex justify-end items-center relative">
<input type="search" name="" id="" placeholder="Search..." class="w-[100%] h-[2.4rem] rounded-md pl-[1rem] text-[1.rem]">
<i class="bi bi-search w-[4%] h-[2rem] rounded-md absolute flex justify-center items-center text-[1.1rem] rotate-90 text-slate-400 px-4"></i>
</form>
</div>
<!-- menu -->
<div class="menu border-b-2 border-[#0000001d] w-[85%] h-[85vh] flex flex-col justify-center items-center gap-[1.5rem] md:gap-0 md:h-[104vh]">
<!-- header -->
<span class="w-[100%] h-[5rem]">
<h1 class="text-[1.25rem] font-sans font-bold border-b-4 border-rose-500 w-[25%] h-[2.8rem]">Menu</h1>
</span>
<!-- listes -->
<ul class="listes w-[100%] h-[100vh] flex flex-col justify-start items-start text-[.75rem] font-sans font-medium gap-[1rem]">
<li class="border-b border-[#0000001d] w-[100%] h-[2.4rem] hover:text-rose-500"><a href="./index.html"> HOME PAGE</a></li>
<li class="border-b border-[#0000001d] w-[100%] h-[2.4rem] hover:text-rose-500"><a href="./index1.html"> GENERIC</a></li>
<li class="border-b border-[#0000001d] w-[100%] h-[2.4rem] hover:text-rose-500"><a href="#"> ELEMENTS</a></li>
<li class="border-b border-[#0000001d] w-[100%] h-[2.6rem]">
<span class="w-[100%] h-[2.6rem] flex justify-between items-center hover:text-rose-500 -translate-y-2"><a href="#">SUBMENU</a> <i class="bi bi-chevron-down text-[.7rem]"></i></span>
<ul class="hidden">
<li class="hover:text-rose-500"><a href="#">LOREM DOLORE</a></li>
<li class="hover:text-rose-500"><a href="#">IPSUM ADIPICING</a></li>
<li class="hover:text-rose-500"><a href="#">TAMPUS MANGA</a></li>
<li class="hover:text-rose-500"><a href="#">FEUGIAT VEROS</a></li>
</ul>
</li>
<li class="border-b border-[#0000001d] w-[100%] h-[2.4rem] hover:text-rose-500"><a href="#"> ETIAM DOLORE</a></li>
<li class="border-b border-[#0000001d] w-[100%] h-[2.4rem] hover:text-rose-500"><a href="#"> ADIPICING</a></li>
<li class="border-b border-[#0000001d] w-[100%] h-[2.6rem]">
<span class="hover:text-rose-500 w-[100%] h-[2.6rem] flex justify-between items-center -translate-y-2"><a href="#">ANOTHER SUBMENU</a><i class="bi bi-chevron-down"></i></span>
<ul class="hidden">
<li class="hover:text-rose-500"><a href="#">LOREM DOLORE</a></li>
<li class="hover:text-rose-500"><a href="#">IPSUM ADIPICING</a></li>
<li class="hover:text-rose-500"><a href="#">TAMPUS MANGA</a></li>
<li class="hover:text-rose-500"><a href="#">FEUGIAT VEROS</a></li>
</ul>
</li>
<li class="border-b border-[#0000001d] w-[100%] h-[2.4rem] hover:text-rose-500"><a href="#">MAXIMUS ERAT</a></li>
<li class="border-b border-[#0000001d] w-[100%] h-[2.4rem] hover:text-rose-500"><a href="#">SAPIEN MAURIS</a></li>
<li class="w-[100%] h-[2.4rem] hover:text-rose-500"><a href="#">AMET LACINIA</a></li>
</ul>
</div>
<!-- quelques photo -->
<div class="border-b-2 border-[#0000001d] w-[85%] h-[auto] flex flex-col gap-[2rem]">
<!-- header -->
<span class="w-[100%] h-[3rem] text-[1.2rem] font-semibold">
<h2 class="border-b-4 w-[55%] h-[2.7rem] border-rose-500">Ante interdum</h2>
</span>
<!-- postes images -->
<div class="w-[100%] h-[auto] flex flex-col gap-[2.2rem]">
<!-- post 1 -->
<article class="article border-b border-[#0000001d] w-[100%] h-[40vh] flex flex-col gap-[1.5rem]">
<!-- image -->
<span class="w-[100%] h-[25vh] rounded-lg overflow-hidden">
<img src="./images/pic07.jpg" alt="" class="ima1 w-[100%] h-[25vh] rounded-lg hover:scale-110 cursor-pointer transition">
</span>
<p class="text-[.9rem] text-[#00000091]">Aenean ornare velit lacus, ac varius enim <br> lorem ullamcorper dolore aliquam.</p>
</article>
<!-- post 2 -->
<article class="border-b border-[#0000001d] w-[100%] h-[40vh] flex flex-col gap-[1.5rem]">
<!-- image -->
<span class="w-[100%] h-[25vh] rounded-lg overflow-hidden">
<img src="./images/pic08.jpg" alt="" class="w-[100%] h-[25vh] rounded-lg hover:scale-110 cursor-pointer transition">
</span>
<p class="text-[.9rem] text-[#00000091]">Aenean ornare velit lacus, ac varius enim <br> lorem ullamcorper dolore aliquam.</p>
</article>
<!-- poste 3 -->
<article class="w-[100%] h-[50vh] flex flex-col gap-[1.8rem] md:h-[55vh]">
<!-- image -->
<span class="w-[100%] h-[25vh] rounded-lg overflow-hidden">
<img src="./images/pic09.jpg" alt="" class="w-[100%] h-[25vh] rounded-lg hover:scale-110 cursor-pointer transition">
</span>
<p class="text-[.9rem] text-[#00000091]">Aenean ornare velit lacus, ac varius enim <br> lorem ullamcorper dolore aliquam.</p>
<!-- button more -->
<button class="border-2 border-rose-500 rounded-[.3rem] w-[32%] h-[2.7rem] text-rose-500 hover:bg-[#ffffff42] font-serif text-[.75rem] font-semibold ">MORE</button>
</article>
</div>
</div>
<!-- get in touch -->
<div class="border-b-2 border-[#0000001d] w-[87%] h-[65vh] flex flex-col gap-[2rem] md:h-[70vh]">
<!-- header -->
<span class="w-[100%] h-[3rem] text-[1.2rem] font-semibold">
<h1 class="border-b-4 w-[44%] h-[2.7rem] border-rose-500">Get in touch</h1>
</span>
<p class="text-[.9rem] text-[#00000091] ">Sed varius enim lorem ullamcorper dolore aliquam aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin sed aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.</p>
<!-- coordonnee et adresse -->
<div class="w-[100%] h-[33vh] -mt-[1.2rem]">
<div class="w-[100%] h-[33vh] flex flex-col justify-center items-center">
<span class="border-b border-[#0000001d] w-[100%] h-[11vh] flex justify-start items-center pl-1">
<div class="flex gap-3 justify-start items-center w-[100%] h-[11vh]">
<i class="bi bi-envelope-fill text-[1.5rem] text-rose-400"></i>
<a href="#" class="hover:text-rose-400 leading-3 text-[.9rem] text-[#00000091] ">information@untitled.tld<br>..................................................</a>
</div>
</span>
<span class="border-b border-[#0000001d] w-[100%] h-[11vh] flex justify-start items-center pl-1">
<div class="flex gap-3 justify-start items-center w-[100%] h-[11vh]">
<i class="bi bi-telephone-fill text-[1.5rem] text-rose-400 -rotate-90"></i>
<p class="text-[.9rem] text-[#00000091]">(000) 000-0000</p>
</div>
</span>
<span class="w-[100%] h-[11vh] flex justify-start items-start pl-1 ">
<div class="flex gap-3 justify-start items-center w-[100%] h-[11vh]">
<i class="bi bi-house-fill text-[1.5rem] text-rose-400"></i>
<p class="text-[.9rem] text-[#00000091]" >1234 Somewhere Road #8254 Nashville, TN 00000-0000</p>
</div>
</span>
</div>
</div>
</div>
<!-- footer -->
<footer class="w-[85%] h-[16vh] flex justify-start items-start">
<p class="text-[.9rem] text-[#0000007c] font-medium">©Untitled. All rights reserved. Demo Images: <a href="https://unsplash.com">Unsplash</a> . Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</section>
<!-- partie 2 body of the page or main -->
<!-- main -->
<section class="main w-[100%] min-h-[100vh] flex flex-col gap-[1rem] pt-[3.5rem] md:pt-[1rem] md:relative md:w-[76.8%]">
<!-- listes -->
<span class="w-[3rem] h-[3rem] ml-[.7rem] md:flex justify-center items-center text-rose-500 hidden "><i class="bi bi-list humb text-[2rem]"></i></span>
<div class="relative -top-[2.8rem]"><span class="berg w-[3.5rem] h-[2.5rem] ml-[.7rem] flex justify-center items-center md:hidden rounded-md bg-[#d8d7d7] fixed z-[1]"><i class="bi bi-list text-[2rem]"></i></span></div>
<!-- parent div of main -->
<div class="w-[100%] h-[auto] flex flex-col justify-start items-center">
<!-- header of main -->
<section class="w-[100%] h-[8vh] flex flex-col justify-center items-center md:w-[100%]">
<!-- title and icons -->
<div class="w-[88%] h-[3vh] flex justify-between relative md:h-[8vh]">
<h1 class="text-[1.1rem] font-bold w-[100%] md:text-[1.2rem] md:w-[24%]">Editorial<span class="text-[#00000043]"> by HTML5 UP</span></h1>
<span class="flex justify-end items-start gap-[.8rem] text-[1rem] text-[#0000009f] w-[auto] h-[3rem] absolute -translate-y-[130%] left-[62%] md:relative md:w-[24%] md:text-[1.2rem] md:gap-[1.2rem] md:-translate-y-0 md:left-0">
<a href="#" class="hover:text-red-500"><i class="bi bi-twitter"></i></a>
<a href="#" class="hover:text-red-500"><i class="bi bi-facebook"></i></a>
<a href="#" class="hover:text-red-500"><i class="bi bi-snapchat"></i></a>
<a href="#" class="hover:text-red-500"><i class="bi bi-instagram"></i></a>
<p class="font-[cursive] font-bold hover:text-red-500"><a href="#">AB</a></p>
</span>
</div>
</section>
<!-- body of part main -->
<!-- section parent de ces elements -->
<section class="w-[100%] h-[auto] flex flex-col justify-start items-center gap-[2.5rem]">
<!-- section 1 hi, i'm editorial -->
<section class="border-t-4 border-t-rose-500 border-b-2 border-b-[#0000001d] w-[88%] h-[110vh] flex-col-reverse flex md:flex-wrap justify-center items-center gap-[3.5rem] md:h-[100vh] md:gap-[1.5rem] py-[2.5rem] md:py-[0]">
<!-- div ext -->
<div class="w-[100%] h-[75vh] flex flex-col justify-between items-start gap-[2rem] md:w-[46%] md:h-[75vh] md:gap-[2.5rem]">
<span class="w-[100%] h-[auto] flex flex-col justify-between items-start gap-[.7rem] md:h-[35vh]">
<h1 class="text-[1.7rem] font-serif font-bold leading-tight text-[#000000bb] md:text-[3rem]"> Hi, I'm Editorial <br>by HTML5 UP</h1>
<P class="text-[1.2rem] font-semibold text-[#00000064] md:text-[1.3rem]">A FREE AND FULLY RESPONSIVE SITE TEMPATE</P>
</span>
<P class="text-[.95rem] text-[#00000093]">Aenean ornare velit lacus, ac varius enim ullamcorper eu.
Proin aliquam facilisis ante interdum congue. Integer mollis,
nisl amet convallis, porttitor magna ullamcorper, amet
egestas mauris. Ut magna finibus nisi nec lacinia.
Nam maximus erat id euismod egestas. Pellentesque sapien ac
quam.Lorem ipsum dolor sit nullam.
</P>
<button class="border-2 w-[35%] h-[2.5rem] text-[.8rem] font-medium font-serif rounded-md border-rose-500 text-rose-500 hover:bg-rose-50">LEARN MORE</button>
</div>
<!-- div image -->
<div class="w-[100%] h-[50vh] rounded-md overflow-hidden md:w-[50%] md:h-[75vh]">
<img src="./images/pic10.jpg" alt="" class="w-[100%] h-full object-cover rounded-md md:h-[75vh]">
</div>
</section>
<!-- section 2 erat lacina -->
<section class="border-b-2 w-[88%] h-[auto] flex flex-col gap-[1.5rem] md:gap-[3rem] md:h-[92vh]">
<!-- tilte -->
<span class="w-[100%] h-[8vh]"><h1 class="border-b-4 md:border-b-4 border-rose-500 w-[40%] h-[5.5vh] text-[#000000bb] text-[1.3rem] font-bold font-serif md:w-[20%] md:h-[8.5vh] md:text-[1.6rem] ">Erat lacina</h1></span>
<!-- articles row -->
<div class="w-[100%] h-[auto] flex flex-wrap gap-[2rem] md:gap-[1rem] md:h-[70vh] pb-[2.5rem] md:pb-0">
<!-- icon1 -->
<article class="w-[100%] h-[33.5vh] flex-col justify-start items-start flex md:flex-wrap gap-[1.1rem] md:w-[49.1%] md:-[33.5vh]">
<div class="w-[100%] h-[29vh] flex justify-start md:justify-center items-center px-[1rem] md:w-[33%] md:h-[29vh] md:px-0"><div class="icons border-2 rounded-md w-[19.5%] h-[7.5vh] rotate-45 md:w-[68%] md:h-[16vh]"></div></div>
<div class="w-[100%] h-[30vh] flex flex-col gap-[1rem] md:w-[63%] md:h-[30vh]">
<h1 class="text-[1.08rem] font-semibold font-serif md:text-[1.1rem]">Portiotor ullamcorper</h1>
<p class="text-[.98rem] text-[#0000006c] md:text-[1.1rem]">Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam
facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam</p>
</div>
</article>
<!-- icon2 -->
<article class="w-[100%] h-[33.5vh] flex-col justify-start items-start flex md:flex-wrap gap-[1.1rem] md:w-[49.1%] md:-[33.5vh]">
<div class="w-[100%] h-[29vh] flex justify-start md:justify-center items-center px-[1rem] md:w-[33%] md:h-[29vh] md:px-0"><div class="icons border-2 rounded-md w-[19.5%] h-[7.5vh] rotate-45 md:w-[68%] md:h-[16vh]"></div></div>
<div class="w-[100%] h-[30vh] flex flex-col gap-[1rem] md:w-[63%] md:h-[30vh]">
<h1 class="text-[1.08rem] font-semibold font-serif md:text-[1.1rem]">Sapien veroeros</h1>
<p class="text-[.98rem] text-[#0000006c] md:text-[1.1rem]">Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam
facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam</p>
</div>
</article>
<!-- icon3 -->
<article class="w-[100%] h-[33.5vh] flex-col justify-start items-start flex md:flex-wrap gap-[1.1rem] md:w-[49.1%] md:-[33.5vh]">
<div class="w-[100%] h-[29vh] flex justify-start md:justify-center items-center px-[1rem] md:w-[33%] md:h-[29vh] md:px-0"><div class="icons border-2 rounded-md w-[19.5%] h-[7.5vh] rotate-45 md:w-[68%] md:h-[16vh]"></div></div>
<div class="w-[100%] h-[30vh] flex flex-col gap-[1rem] md:w-[63%] md:h-[30vh]">
<h1 class="text-[1.08rem] font-semibold font-serif md:text-[1.1rem]">Quam lorem ipsum</h1>
<p class="text-[.98rem] text-[#0000006c] md:text-[1.1rem]">Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam
facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam</p>
</div>
</article>
<!-- icon4 -->
<article class="w-[100%] h-[33.5vh] flex-col justify-start items-start flex md:flex-wrap gap-[1.1rem] md:w-[49.1%] md:-[33.5vh]">
<div class="w-[100%] h-[29vh] flex justify-start md:justify-center items-center px-[1rem] md:w-[33%] md:h-[29vh] md:px-0"><div class="icons border-2 rounded-md w-[19.5%] h-[7.5vh] rotate-45 md:w-[68%] md:h-[16vh]"></div></div>
<div class="w-[100%] h-[30vh] flex flex-col gap-[1rem] md:w-[63%] md:h-[30vh]">
<h1 class="text-[1.08rem] font-semibold font-serif md:text-[1.1rem]">Sed magna finibus</h1>
<p class="text-[.98rem] text-[#0000006c] md:text-[1.1rem]">Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam
facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam</p>
</div>
</article>
</div>
</section>
<!-- section 3 ipsum send dolor -->
<!-- parent -->
<section class="w-[100%] h-[auto] flex flex-col justify-start items-center gap-[1rem] md:gap-[3.5rem]">
<!-- title -->
<div class="w-[88%] h-[9vh]"><h1 class="border-b-4 border-red-400 w-[53%] h-[5.5vh] text-[1.2rem] text-[#000000bb] font-bold font-serif md:w-[25%] md:h-[8.5vh] md:text-[1.5rem]">Ipsum sed dolor</h1></div>
<!-- the images and descriptions -->
<section class="w-[88%] h-[auto] flex flex-wrap gap-[2rem] md:gap-[0] pb-[.5rem] md:pb-[4rem]">
<!-- image1 -->
<article class="border-b w-[100%] h-[61vh] flex flex-col gap-[2rem] md:w-[50%] md:h-[82vh] md:border-r">
<!-- span image -->
<div class="w-[100%] h-[26.5vh] rounded-md overflow-hidden md:w-[90.5%] md:h-[39.3vh]"><img src="./images/pic01.jpg" alt="" class="w-[100%] h-[auto] object-cover rounded-md hover:scale-105 transition-[1s] md:h-[39.3vh]"></div>
<!-- text and buttom -->
<div class="w-[100%] h-[auto] flex flex-col gap-[1rem] md:w-[90.5%] md:h-[19vh]">
<h1 class="text-[1.09rem] font-semibold font-serif md:text-[1.1rem]">Interdum aenean</h1>
<p class="text-[.9rem] text-[#0000006c] md:text-[1rem]">Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore.
Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.</p>
</div>
<div class="w-[100%] h-[6vh] flex justify-start items-center md:w-[90.5%] md:h-[7vh]"><button class="border-2 w-[25%] h-[6vh] text-[.8rem] font-serif font-semibold border-rose-500 text-rose-500 rounded-md md:w-[23%] md:h-[7vh]">MORE</button></div>
</article>
<!-- image2 -->
<article class="border-b w-[100%] h-[61vh] flex flex-col gap-[2rem] justify-start md:items-end md:w-[50%] md:h-[82vh]">
<!-- span image -->
<div class="w-[100%] h-[26.5vh] rounded-md overflow-hidden md:w-[90.5%] md:h-[39.3vh]"><img src="./images/pic02.jpg" alt="" class="w-[100%] h-[auto] object-cover rounded-md hover:scale-105 transition-[1s]"></div>
<!-- text and buttom -->
<div class="w-[90.5%] h-[auto] flex flex-col gap-[1rem] md:w-[90.5%] md:h-[19vh]">
<h1 class="text-[1.09rem] font-semibold font-serif md:text-[1.1rem]">Nulla amet dolore</h1>
<p class="text-[.9rem] text-[#0000006c] md:text-[1rem]">Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore.
Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.</p>
</div>
<div class="w-[100%] h-[6vh] flex justify-start items-center md:w-[90.5%] md:h-[7vh]"><button class="border-2 w-[25%] h-[6vh] text-[.8rem] font-serif font-semibold border-rose-500 text-rose-500 rounded-md md:w-[23%] md:h-[7vh]">MORE</button></div>
</article>
<!-- image3 -->
<article class="border-b w-[100%] h-[61vh] flex flex-col gap-[2rem] md:w-[50%] md:pt-[2rem] md:pb-[2rem] md:border-r md:h-[82vh]">
<!-- span image -->
<div class="w-[100%] h-[26.5vh] rounded-md overflow-hidden md:w-[90%] md:h-[39.3vh]"><img src="./images/pic03.jpg" alt="" class="w-[100%] h-[auto] object-cover rounded-md hover:scale-105 transition-[1s] md:h-[39.3vh]"></div>
<!-- text and buttom -->
<div class="w-[100%] h-[auto] flex flex-col gap-[1rem] md:w-[90.5%] md:h-[19vh]">
<h1 class="text-[1.09rem] font-semibold font-serif md:text-[1.1rem]">Tempus ullamcorper</h1>
<p class="text-[.9rem] text-[#0000006c] md:text-[1rem]">Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore.
Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.</p>
</div>
<div class="w-[100%] h-[6vh] flex justify-start items-center md:w-[90.5%] md:h-[7vh]"><button class="border-2 w-[25%] h-[6vh] text-[.8rem] font-serif font-semibold border-rose-500 text-rose-500 rounded-md md:w-[23%] md:h-[7vh]">MORE</button></div>
</article>
<!-- image4 -->
<article class="border-b w-[100%] h-[61vh] flex flex-col gap-[2rem] justify-start md:items-end md:w-[50%] md:pt-[2rem] md:pb-[2rem] md:h-[82vh]">
<!-- span image -->
<div class="w-[100%] h-[26.5vh] rounded-md overflow-hidden md:w-[90%] md:h-[39.3vh]"><img src="./images/pic04.jpg" alt="" class="w-[100%] h-[auto] object-cover rounded-md hover:scale-105 transition-[1s] md:h-[39.3vh]"></div>
<!-- text and buttom -->
<div class="w-[100%] h-[auto] flex flex-col gap-[1rem] md:w-[90.5%] md:h-[19vh]">
<h1 class="text-[1.09rem] font-semibold font-serif md:text-[1.1rem]">Sed etiam facilis</h1>
<p class="text-[.9rem] text-[#0000006c] md:text-[1rem]">Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore.
Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.</p>
</div>
<div class="w-[100%] h-[6vh] flex justify-start items-center md:w-[90.5%] md:h-[7vh]"><button class="border-2 w-[25%] h-[6vh] text-[.8rem] font-serif font-semibold border-rose-500 text-rose-500 rounded-md md:w-[23%] md:h-[7vh]">MORE</button></div>
</article>
<!-- image5 -->
<article class="w-[100%] h-[61vh] flex flex-col gap-[2rem] md:w-[50%] md:pt-[2rem] md:pb-[2rem] md:border-r md:h-[82vh]">
<!-- span image -->
<div class="w-[100%] h-[26.5vh] rounded-md overflow-hidden md:w-[90%] md:h-[39.3vh]"><img src="./images/pic05.jpg" alt="" class="w-[100%] h-[auto] object-cover rounded-md hover:scale-105 transition-[1s] md:h-[39.3vh]"></div>
<!-- text and buttom -->
<div class="w-[100%] h-[auto] flex flex-col gap-[1rem] md:w-[90.5%] md:h-[19vh]">
<h1 class="text-[1.09rem] font-semibold font-serif md:text-[1.1rem]">Feugiat lorem aenean</h1>
<p class="text-[.9rem] text-[#0000006c] md:text-[1rem]">Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore.
Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.</p>
</div>
<div class="w-[100%] h-[6vh] flex justify-start items-center md:w-[90.5%] md:h-[7vh]"><button class="border-2 w-[25%] h-[6vh] text-[.8rem] font-serif font-semibold border-rose-500 text-rose-500 rounded-md md:w-[23%] md:h-[7vh]">MORE</button></div>
</article>
<!-- image6 -->
<article class="w-[100%] h-[61vh] flex flex-col gap-[2rem] justify-start md:items-end md:w-[50%] md:pt-[2rem] md:pb-[2rem] md:h-[82vh]">
<!-- span image -->
<div class="w-[100%] h-[26.5vh] rounded-md overflow-hidden md:w-[90%] md:h-[39.3vh]"><img src="./images/pic06.jpg" alt="" class="w-[100%] h-[auto] object-cover rounded-md hover:scale-105 transition-[1s] md:h-[39.3vh]"></div>
<!-- text and buttom -->
<div class="w-[100%] h-[auto] flex flex-col gap-[1rem] md:w-[90.5%] md:h-[19vh]">
<h1 class="text-[1.09rem] font-semibold font-serif md:text-[1.1rem]">Amet varius aliquam</h1>
<p class="text-[.9rem] text-[#0000006c] md:text-[1rem]">Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore.
Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.</p>
</div>
<div class="w-[100%] h-[6vh] flex justify-start items-center md:w-[90.5%] md:h-[7vh]"><button class="border-2 w-[25%] h-[6vh] text-[.8rem] font-serif font-semibold border-rose-500 text-rose-500 rounded-md md:w-[23%] md:h-[7vh]">MORE</button></div>
</article>
</section>
</section>
</section>
</div>
</section>
</main>
<script src="./index.js"></script>
</body>
</html>