-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmacos.html
55 lines (51 loc) · 3.19 KB
/
macos.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MacOS | Soulin MAIKADUA</title>
<meta name="description" content="I was born on 06.08.1998 in Luangprabang and I am in the process of making the web more beautiful and faster." />
<!-- Canonical URL -->
<link rel="canonical" href="https://soulinmaikadua.github.io" />
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Soulin MAIKADUA" />
<meta property="og:description" content="I was born on 06.08.1998 in Luangprabang and I am in the process of making the web more beautiful and faster." />
<meta property="og:url" content="https://soulinmaikadua.github.io/" />
<meta property="og:image" content="https://soulinmaikadua.github.io/soulinmaikadua.jpeg" />
<meta property="og:image:secure_url" content="https://soulinmaikadua.github.io/soulinmaikadua.jpeg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" />
<meta property="og:image:alt" content="A most handsome profile" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://soulinmaikadua.github.io/" />
<meta property="twitter:title" content="Soulin MAIKADUA" />
<meta property="twitter:description" content="I was born on 06.08.1998 in Luangprabang and I am in the process of making the web more beautiful and faster." />
<meta property="twitter:image" content="https://soulinmaikadua.github.io/soulinmaikadua.jpeg" />
<script src="https://cdn.tailwindcss.com"></script>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="/macos/css/styles.css" />
</head>
<body class="macos-background">
<div class="w-64 text-center absolute left-1/2 top-1/2">
<h1 class="text-white text-2xl">Coming soon</h1>
<form class="group relative mt-2">
<input class="focus:ring-2 focus:ring-gray-500 focus:outline-none appearance-none w-full text-sm leading-6 text-slate-900 placeholder-slate-400 rounded-full py-1 pl-2 pr-10 ring-1 ring-slate-200 shadow-sm" type="text" aria-label="Search ..." placeholder="Search..." />
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="absolute right-3 top-1/2 -mt-2.5 text-slate-400 pointer-events-none group-focus-within:text-gray-500">
<path fill-rule="evenodd" d="M2 8c0 .414.336.75.75.75h8.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06l1.22 1.22H2.75A.75.75 0 0 0 2 8Z" clip-rule="evenodd" />
</svg>
</form>
</div>
<div class="absolute bottom-2 left-1/2 w-64">
<div class="text-center cursor-pointer">
<a href="index.html">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6 mx-auto text-white">
<path stroke-linecap="round" stroke-linejoin="round" d="m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
</svg>
<p class="text-white">Cancel</p>
</a>
</div>
</div>
</body>
</html>