-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (179 loc) · 6.85 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Description" content="Match, Chat, Make Friends." />
<meta name="keywords" content="owlchat, free random chat" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Owlchat" />
<meta name="twitter:description" content="Match, Chat, Make Friends." />
<meta property="og:title" content="Owlchat" />
<meta property="og:description" content="Match, Chat, Make Friends." />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/public/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/public/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/public/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="/public/favicon/site.webmanifest" />
<link
rel="mask-icon"
href="/public/favicon/safari-pinned-tab.svg"
color="#111111"
/>
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#ffffff" />
<meta name="apple-mobile-web-app-title" content="Owlchat" />
<meta name="application-name" content="Owlchat" />
<title>Owlchat | Match, Chat, Make Friends</title>
<link rel="stylesheet" href="/public/css/style.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap"
rel="stylesheet"
/>
</head>
<body
class="leading-normal tracking-normal text-white"
style="font-family: 'Montserrat', sans-serif"
>
<div class="h-full pb-14 bg-dark">
<!--Nav-->
<div class="w-full container mx-auto p-6">
<div class="w-full flex items-center justify-between">
<div class="flex space-x-4">
<img
src="/public/icons/owl.svg"
alt="Owlchat"
height="50"
width="50"
/>
<a
class="no-underline hover:no-underline font-bold text-2xl lg:text-4xl"
href="#"
>
Owlchat
</a>
</div>
<div class="flex w-1/2 justify-end content-center">
<a
class="inline-block text-disabled no-underline hover:text-white hover:text-underline text-center h-10 p-2 md:h-auto md:p-4"
data-tippy-content="@owl_chat"
href="#"
>
<svg
class="fill-current h-6"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 32 32"
>
<path
d="M30.063 7.313c-.813 1.125-1.75 2.125-2.875 2.938v.75c0 1.563-.188 3.125-.688 4.625a15.088 15.088 0 0 1-2.063 4.438c-.875 1.438-2 2.688-3.25 3.813a15.015 15.015 0 0 1-4.625 2.563c-1.813.688-3.75 1-5.75 1-3.25 0-6.188-.875-8.875-2.625.438.063.875.125 1.375.125 2.688 0 5.063-.875 7.188-2.5-1.25 0-2.375-.375-3.375-1.125s-1.688-1.688-2.063-2.875c.438.063.813.125 1.125.125.5 0 1-.063 1.5-.25-1.313-.25-2.438-.938-3.313-1.938a5.673 5.673 0 0 1-1.313-3.688v-.063c.813.438 1.688.688 2.625.688a5.228 5.228 0 0 1-1.875-2c-.5-.875-.688-1.813-.688-2.75 0-1.063.25-2.063.75-2.938 1.438 1.75 3.188 3.188 5.25 4.25s4.313 1.688 6.688 1.813a5.579 5.579 0 0 1 1.5-5.438c1.125-1.125 2.5-1.688 4.125-1.688s3.063.625 4.188 1.813a11.48 11.48 0 0 0 3.688-1.375c-.438 1.375-1.313 2.438-2.563 3.188 1.125-.125 2.188-.438 3.313-.875z"
></path>
</svg>
</a>
</div>
</div>
</div>
<!--Main-->
<div
class="container pt-5 md:pt-6 px-6 mx-auto flex flex-wrap flex-col md:flex-row items-center"
>
<!--Left Col-->
<div
class="flex flex-col w-full xl:w-2/5 justify-center lg:items-start overflow-y-hidden"
>
<h1
class="my-4 text-3xl md:text-5xl font-bold leading-tight text-center md:text-left slide-in-bottom-h1"
>
Match, Chat, Make Friends!
</h1>
<p
class="leading-normal text-base md:text-2xl mb-8 text-center md:text-left slide-in-bottom-subtitle"
>
Owlchat is a fully anonymous, metadata-free, and secure chat app
that lets you match with people that are like you, from all over the
world.
</p>
<p
class="text-disabled font-normal pb-8 lg:pb-6 text-center md:text-left fade-in"
>
Our app is now in a closed beta. Join our discord server to get an
early access.
</p>
<!-- TODO: Add Links here for app -->
<!--
<div
class="flex w-full justify-center md:justify-start pb-24 lg:pb-0 fade-in"
>
<a href="#"
><img
alt="Get it on Google Play"
width="120"
src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"
/></a>
</div>
-->
</div>
<!--Right Col-->
<div class="w-full xl:w-3/5 py-6 overflow-y-hidden">
<img
class="w-3/6 mx-auto lg:mr-0 slide-in-bottom drop-shadow-md hover:drop-shadow-xl"
src="/public/screenshot.png"
/>
</div>
<!--Footer-->
<div class="w-full flex flex-row items-start">
<div
class="w-full pt-16 pb-6 text-sm text-center md:text-left fade-in"
>
<a class="text-disabled no-underline hover:no-underline" href="#"
>© owlchat 2022</a
>
</div>
<div
class="w-full pt-16 pb-6 text-sm text-center md:text-left fade-in"
>
<a
class="text-disabled no-underline hover:text-white"
href="/privacy-policy.html"
>Privacy Policy</a
>
</div>
<div
class="w-full pt-16 pb-6 text-sm text-center md:text-left fade-in"
>
<a
class="text-disabled no-underline hover:text-white"
href="/tos.html"
>Terms and Conditions</a
>
</div>
<div
class="w-full pt-16 pb-6 text-sm text-center md:text-left fade-in"
>
<a
class="text-disabled no-underline hover:text-white"
href="https://github.com/owlchat"
>Github</a
>
</div>
</div>
</div>
</div>
</body>
</html>