-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 3.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="assets/images/squiggle/logomark/favicon.png">
<!-- Social Media Previews -->
<meta name="theme-color" content="#FFD400">
<meta name="Description" content="Say hello to Squiggle, an upcoming messaging app with all of the features you love with none of the unnecessary paywalls you.">
<meta property="og:image" content="https://www.squiggleapp.com/assets/images/actii_socialpreview.png">
<meta property="og:title" content="The Future of Messaging">
<meta property="og:description" content="Say hello to Squiggle, an upcoming messaging app with all of the features you love with none of the unnecessary paywalls.">
<meta property="og:url" content="https://www.squiggleapp.com/">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Squiggle">
<meta property="og:type" content="website">
<meta name="twitter:site" content="@squigglechat">
<meta name="twitter:card" content="summary_large_image">
<!-- Inter by Rasmus Andersson -->
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<!-- Bodymovin CDN for animations -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.12.2/lottie.min.js" integrity="sha512-jEnuDt6jfecCjthQAJ+ed0MTVA++5ZKmlUcmDGBv2vUI/REn6FuIdixLNnQT+vKusE2hhTk2is3cFvv5wA+Sgg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!------------------------------->
<script src="assets/scripts/soon.js" type="text/javascript" defer="true"></script>
<title>Squiggle</title>
</head>
<body class="theme-night bg-squiggleid">
<div class="centered-landing-wrapper">
<img id="landingSquiggleLogomark" class="landing-mark" src="assets/images/squiggle/logomark/squiggle.png" alt="Squiggle" width="72">
<div id="soonAnimWrapper"></div>
<div class="landing-content-trailing">
<p>We’re hard at work building something amazing.
Follow our progress and support us at <a href="https://twitter.com/squigglechat" target="_blank">@squigglechat</a>.</p>
<div class="landing-button-wrapper">
<a href="https://twitter.com/squigglechat" target="_blank">
<button class="landing-button">
<svg width="24" height="24" viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M200.519 78.6911C200.642 80.4763 200.642 82.2615 200.642 84.0632C200.642 138.96 158.851 202.272 82.4328 202.272V202.24C59.8588 202.272 37.7537 195.806 18.75 183.614C22.0324 184.009 25.3314 184.207 28.6385 184.215C47.346 184.231 65.5187 177.954 80.2363 166.396C62.4584 166.059 46.8688 154.467 41.4228 137.545C47.6504 138.746 54.0672 138.499 60.1796 136.829C40.7975 132.913 26.8533 115.884 26.8533 96.107C26.8533 95.926 26.8533 95.7533 26.8533 95.5805C32.6284 98.7972 39.0946 100.582 45.7089 100.78C27.4538 88.5796 21.8268 64.2944 32.8505 45.3072C53.9438 71.2624 85.0654 87.0412 118.474 88.7112C115.126 74.2816 119.7 59.161 130.493 49.0175C147.226 33.288 173.543 34.0942 189.273 50.8191C198.577 48.9845 207.495 45.5705 215.656 40.7332C212.554 50.3502 206.064 58.5193 197.393 63.7103C205.628 62.7396 213.673 60.5348 221.25 57.1701C215.672 65.5284 208.647 72.809 200.519 78.6911Z" fill="#141D40"/>
</svg>
<p>@squigglechat</p>
</button>
</a>
</div>
</div>
</div>
</body>
</html>