-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
index.html
123 lines (112 loc) · 4.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<base href="/" target="_blank">
<link rel="icon" href="/favicon.ico">
<link rel="me" href="https://fosstodon.org/@vanillaos">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/css/index.css">
<title>Vanilla OS</title>
<meta name="description"
content="Vanilla OS is an operating system built with simplicity in mind. It's fast, lightweight, beautiful and ready for all your daily tasks." />
<meta name="og:title" content="Vanilla OS - is your next Operating System." />
<meta name="og:image" content="https://vanillaos.org/assets/images/brand/vanillaos-cover.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/entry-client.ts"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q1Y6VDX4V7"></script>
<script type='text/javascript'>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-Q1Y6VDX4V7', { 'anonymize_ip': true });
function gaStart() {
console.log('Analytics enabled due to user consent');
gtag('consent', 'update', {
'analytics_storage': 'granted'
});
}
function gaStop() {
console.log('Analytics disabled due to user choice');
gtag('consent', 'update', {
'analytics_storage': 'denied'
});
}
</script>
<script type="text/javascript">
var _iub = _iub || [];
_iub.csConfiguration = {
"adPersonalization": false,
"askConsentAtCookiePolicyUpdate": true,
"cookiePolicyInOtherWindow": true,
"countryDetection": true,
"enableLgpd": true,
"enableUspr": true,
"lang": "en",
"lgpdAppliesGlobally": false,
"perPurposeConsent": true,
"siteId": 3247819,
"cookiePolicyId": 64799216,
"cookiePolicyUrl": "https://vanillaos.org/cookies-policy",
"privacyPolicyUrl": "https://vanillaos.org/privacy-policy",
"privacyPolicyNoticeAtCollectionUrl": "https://vanillaos.org/privacy-policy",
"callback": {
"onConsentGiven": gaStart,
"onConsentRejected": gaStop
},
"banner": {
"acceptButtonDisplay": true,
"closeButtonRejects": true,
"customizeButtonDisplay": true,
"explicitWithdrawal": true,
"listPurposes": true,
"position": "float-bottom-center",
"rejectButtonDisplay": true,
"showPurposesToggles": true
}
};
</script>
<script type="text/javascript" src="https://cs.iubenda.com/autoblocking/3247819.js"></script>
<script type="text/javascript" src="//cdn.iubenda.com/cs/gpp/stub.js"></script>
<script type="text/javascript" src="//cdn.iubenda.com/cs/iubenda_cs.js" charset="UTF-8" async></script>
<noscript>
<br />
<div class="container">
<div class="text text--rich">
<h1>Vanilla OS</h1>
<p>Vanilla OS is an operating system built with simplicity in mind. It's fast, lightweight, solid and ready
for all your daily tasks.</p>
<blockquote>
<p><b>This website requires JavaScript to run.</b> Please enable it to continue.</p>
<p>If you can't or don't want to, please use the following links to get more informations about Vanilla OS.
</p>
</blockquote>
<h3>Download</h3>
<ul class="list">
<li><a href="https://github.com/Vanilla-OS/live-iso/releases" target="_blank">Download the latest version of Vanilla OS</a></li>
</ul>
<h3>Support and Community</h3>
<ul class="list">
<li><a href="https://github.com/Vanilla-OS" target="_blank">Support</a></li>
<li><a href="https://twitter.com/VanillaOSLinux" target="_blank">Twitter</a></li>
<li><a href="https://fosstodon.org/@vanillaos" target="_blank" rel="me">Mastodon</a></li>
<li><a href="https://discord.gg/vanilla-os-1023243680829681704" target="_blank">Discord</a></li>
</ul>
<h3>Contributing</h3>
<ul class="list">
<li><a href="https://vanillaos.org/get-involved/funding" target="_blank">Funding</a></li>
<li><a href="https://github.com/Vanilla-OS/.github/blob/main/CONTRIBUTING.md" target="_blank">Contributing</a>
</li>
<li><a href="https://github.com/Vanilla-OS" target="_blank">Source Code</a></li>
</ul>
<p>Please note that we have plans to make our website work without JavaScript in the future, but it's not a
priority right now. Please <a href="https://github.com/Vanilla-OS/website/issues/159#issuecomment-1891049369"
target="_blank">read this comment</a> for more informations.</p>
</div>
</div>
<br />
</noscript>
</body>
</html>