-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (34 loc) · 1.77 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="ARRLUXE">
<title>arrluxe</title>
<link rel="stylesheet" href="./output.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="container mx-auto xl:py-[67px] py-[92px]">
<nav class="mb-[33px] xl:mb-0">
<a href="./index.html" class="flex xl:justify-start justify-center">
<img src="./images/logo.svg" class="w-[111px] h-[111px]" alt="Logo">
</a>
</nav>
<div class="flex xl:flex-row flex-col items-center justify-center gap-[92px]">
<div class="flex flex-col items-center xl:order-1 order-2">
<h1 class="text-[#000000] xl:text-5xl md:text-[41.43px] text-[32px] font-semibold leading-[88.7%]">Something Amazing</h1>
<h1 class="text-[#000000] xl:text-8xl md:text-[82.86px] text-[64px] font-semibold leading-[88.7%] text-center">Coming <br> Soon</h1>
</div>
<img src="./images/cuate.webp" class="xl:order-2 order-1 xl:w-[701.52px] xl:h-[713.02px] md:w-[464.94px] md:h-[472.56px] w-[359.1px] h-[364.98px]" alt="Image">
</div>
<div class="flex items-center xl:justify-start justify-center gap-5 xl:ltr:pl-52 xl:rtl:pr-52 xl:mt-0 mt-28">
<a href="https://www.instagram.com/aarluxe/">
<img src="./images/line-md_instagram.svg" class="w-[53px] h-[53px]" alt="Instagram">
</a>
<div class="flex flex-col items-center gap-1">
<h2 class="text-[#000000] text-[32px] font-semibold leading-[100%]">Stay Tuned</h2>
<p class="text-[#000000] text-[20px] font-semibold leading-[100%]">Follow Us On Instagram</p>
</div>
</div>
</body>
</html>