-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomingsoon.html
44 lines (41 loc) · 2.08 KB
/
comingsoon.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shortify | Opps..</title>
<meta name="googlebot" content="noindex">
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
<!-- Tailwind -->
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<!-- Alpine -->
<script type="module" src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js"></script>
<script nomodule src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine-ie11.min.js" defer></script>
<!-- Motion CSS -->
<link rel="stylesheet" href="css/mujcent2.css" />
<!-- Custom style -->
<link rel="stylesheet" href="css/mujcent.css" />
<!-- Poppins font -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body class="antialiased" bgcolor="black">
<!-- HERO SECTION -->
<div>
<div class="flex justify-center items-center bg-cover bg-center"
style="height:80vh; background-image: linear-gradient(rgb(0 0 0 / 100%), rgb(0 0 0 / 50%), rgb(0 0 0 / 50%), rgb(0 0 0 / 50%), rgb(0 0 0 / 100%)), url('https://images.unsplash.com/photo-1550745165-9bc0b252726f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80')">
<div class="space-y-5 p-5 pt-24 pb-24 md:pr-14 md:pl-14 mr-4 ml-4" style="/* From https://css.glass */
background: rgba(255, 255, 255, 0.01);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.6px);
-webkit-backdrop-filter: blur(7.6px);
border: 1px solid rgba(255, 255, 255, 0.25);">
<p class="text-white font-bold md:text-5xl text-4xl flex flex-col items-center">
<span>This Page is Under<br /></span>
<span>Construction ⚠️</span>
</p>
</div>
</div>
</body>
</html>