-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (85 loc) · 3.8 KB
/
index.html
File metadata and controls
101 lines (85 loc) · 3.8 KB
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
<!DOCTYPE html>
<html lang="en-US">
<!--
Created by @RemiThe4ndroid for Vanillo
© Copyright 2022-2023 CosmicMedia, LLC.
-->
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Vanillo</title>
<meta name="title" content="Vanillo">
<meta name="description" content="Vanillo is a new way to share your creations.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://vanillo.tv/">
<meta property="og:title" content="Vanillo">
<meta property="og:description" content="Vanillo is a new way to share your creations.">
<meta property="og:image" content="/assets/img/vanillo.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://vanillo.tv/">
<meta property="twitter:title" content="Vanillo">
<meta property="twitter:description" content="Vanillo is a new way to share your creations.">
<meta property="twitter:image" content="/assets/img/vanillo.png">
<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=Inter:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/main.css"/>
</head>
<body>
<div id="viewport">
<div class="hero">
<span class="title">
Vanillo is launching soon!
</span>
<span class="desc">We're working on rolling out the site. Come back later and you should see the site up and running!</span>
<div class="learn-more">
<span>Learn more</span>
<a href="#more"><img class="arrow" src="/assets/img/arrow.svg" alt="Click to learn more below."/></a>
</div>
</div>
<div class="wrapper" id="more">
<div class="content">
<div class="item left">
<img src="/assets/img/1.png" alt="Vanillo's channel page."/>
<div>
<div class="title">Sleek and unique.</div>
<span>Our simple interface puts you front and center. You're free to use it how you want to. It's a breeze to find everything you're looking for.</span>
</div>
</div>
<div class="item right">
<img src="/assets/img/2.png" alt="Vanillo's home page."/>
<div>
<div class="title">One in a million.</div>
<span>Share your creations or enjoy someone else's. Our recommendation system will promote your creations to your audience and help you find what you want to see.</span>
</div>
</div>
<div class="item left">
<img src="/assets/img/3.png" alt="Vanillo's dark theme."/>
<div>
<div class="title">Lights out.</div>
<span>Don’t worry; our dark mode is as meticulously crafted as our light mode. Our interface automatically syncs with your system, too! From midnight to daylight, we've got something whipped up for you!</span>
</div>
</div>
<div class="item right">
<img src="/assets/img/4.png" alt="Vanillo's dark theme."/>
<div>
<div class="title">Just one click.</div>
<span>That's all you need. Whether it's video or music, simply drag your masterpiece into our streamlined uploader and worry about what matters most - you and your creation.</span>
</div>
</div>
</div>
</div>
<div class="footer">
<span>© <script type="text/javascript">document.write(new Date().getFullYear());</script> CosmicMedia, LLC.</span>
<span>
<a href="javascript:toggleJazz()">Toggle Jazz</a> |
<a href="https://discord.vanillo.tv/">Discord</a> |
<a href="https://twitter.com/VanilloPR">Twitter</a> |
<a href="https://instagram.com/VanilloPR">Instagram</a>
</span>
</div>
</div>
<audio id="jazz" src="https://jazzradio.neat8.workers.dev/stream/1/"></audio>
<script type="text/javascript" src="/assets/js/main.js"></script>
</body>
</html>