-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (63 loc) · 3.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./src/output.css" rel="stylesheet">
<title>DevJashele.Tech will be back soon...</title>
</head>
<body>
<main class="bg-white">
<div class="relative isolate overflow-hidden bg-white px-6 py-24 sm:py-32 lg:overflow-visible lg:px-0">
<div class="absolute inset-0 -z-10 overflow-hidden">
<svg class="absolute left-[max(50%,25rem)] top-0 h-[64rem] w-[128rem] -translate-x-1/2 stroke-gray-200 [mask-image:radial-gradient(64rem_64rem_at_top,white,transparent)]"
aria-hidden="true">
<defs>
<pattern id="e813992c-7d03-4cc4-a2bd-151760b470a0" width="200" height="200" x="50%" y="-1"
patternUnits="userSpaceOnUse">
<path d="M100 200V.5M.5 .5H200" fill="none" />
</pattern>
</defs>
<svg x="50%" y="-1" class="overflow-visible fill-gray-50">
<path
d="M-100.5 0h201v201h-201Z M699.5 0h201v201h-201Z M499.5 400h201v201h-201Z M-300.5 600h201v201h-201Z"
stroke-width="0" />
</svg>
<rect width="100%" height="100%" stroke-width="0"
fill="url(#e813992c-7d03-4cc4-a2bd-151760b470a0)" />
</svg>
</div>
<header class="mx-auto max-w-2xl pb-16">
<div class="text-center">
<!--header-->
<h1 class="text-balance text-5xl font-semibold tracking-tight text-gray-900 sm:text-7xl">Down for
Maintenance</h1>
<!--message-->
<div class="mt-8 text-pretty text-lg font-medium text-gray-500 sm:text-xl/8">
Hi! 👋 Thanks for stopping by to view my work!
</div>
<div class="mt-8 text-pretty text-lg font-medium text-gray-500 sm:text-xl/8">
Unfortunately, viewing is unavailable at this time as I'm currently transitioning this site off
of WordPress and performing a complete revamp.
</div>
<div class="mt-8 text-pretty text-lg font-medium text-gray-500 sm:text-xl/8">
For all professional inquiries, please refer to my <a
href="https://www.linkedin.com/in/jashelet/" target="_blank" style="color: blue;">LinkedIn
page</a> at this time.
</div>
<div class="mt-8 text-pretty text-lg font-medium text-gray-500 sm:text-xl/8">
~ <span style="font-weight: bold;" class="text-purple-800">Website Launch ETA:</span> 2/9/2025
~
</div>
</div>
</header>
<div class="absolute inset-x-0 top-[calc(100%-13rem)] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[calc(100%-30rem)]"
aria-hidden="true">
<div class="relative left-[calc(50%+3rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-30 sm:left-[calc(50%+36rem)] sm:w-[72.1875rem]"
style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)">
</div>
</div>
</div>
</main>
</body>
</html>