-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (72 loc) · 3.96 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
82
<!doctype html>
<html lang="en" data-new-ui-theme="light">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta content="ie=edge" http-equiv="x-ua-compatible">
<meta name="handheldfriendly" content="true">
<meta name="viewport" content="initial-scale=1, width=device-width">
<title>Coming Soon, Template</title>
<link rel="stylesheet" href="style.css">
<meta name="description" content="A simple coming soon page for better pre-launch conversions.">
<meta name="author" content="@NewDesignFile">
<meta name="copyright" content="Method Black">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta property="og:site_name" content="Coming Soon, Template">
<meta property="og:title" content="Coming Soon, Template">
<meta property="og:description" content="A simple coming soon page for better pre-launch conversions.">
<meta property="og:url" content="https://new-ui.com/templates/coming-soon">
<meta property="og:type" content="website">
<meta name="twitter:title" content="Coming Soon, Template">
<meta name="twitter:description" content="A simple coming soon page for better pre-launch conversions.">
<meta name="twitter:creator" content="@NewDesignFile">
<meta name="twitter:image:alt" content="">
<link rel="canonical" href="https://new-ui.com/templates">
</head>
<body>
<header>
<h1>
<a href="/" aria-label="Coming Soon">
<span>Coming Soon</span>
<img src="logo.svg" alt="Coming Soon Template" width="96" height="48">
</a>
</h1>
</header>
<main>
<p>There’s lots of ways to be, as a person. And some people express their deep appreciation in different ways. But one of the ways that I believe people express their appreciation to the rest of humanity is to make something wonderful and put it out there.</p>
<p>And you never meet the people. You never shake their hands. You never hear their story or tell yours. But somehow, in the act of making something with a great deal of care and love, something’s transmitted there. And it’s a way of expressing to the rest of our species our deep appreciation. So we need to be true to who we are and remember what’s really important to us.</p>
<p>Announcing <strong><a href="https://new-ui.com/templates/coming-soon">coming soon</a></strong> template, a simple coming soon page for better pre-launch conversions.</p>
<ul>
<li>Vanilla HTML, CSS, & Vite.</li>
<li>Effortless customization.</li>
<li>Light & dark themes.</li>
<li>Pay what you want, own forever.</li>
</ul>
<p>We’ll be launching in early 20xx. Stay tuned.</p>
<figure>
<img src="/signature.svg" alt="sign" width="171" height="39">
</figure>
<dl>
<dt>Abhimanyu Rana</dt>
<dd>Creator, New UI</dd>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
</dl>
<p role="complementary" aria-label="P.S.">
<strong>P.S.</strong> Join our waiting list to be notified when we launch. We’ll destroy the list after the announcement, and it won’t be used for anything else.
</p>
<section>
<form name="subscribe-form" target="_self" aria-label="Subscribe">
<aside>
<fieldset>
<input type="email" class="text-input" autocomplete="email" placeholder="Email address" name="EMAIL" tabindex="0">
<button class="button" type="submit" name="subscribe" tabindex="-1"> → </button>
</fieldset>
</aside>
</form>
</section>
</main>
</body>
</html>