website/index.html
2024-04-07 18:26:22 +03:30

191 lines
No EOL
6.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<base href="/" target="_blank" />
<link rel="apple-touch-icon" type="image/png" sizes="180x180"
href="https://parchlinux.com/img/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="https://parchlinux.com/img/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="https://parchlinux.com/img/favicon-16x16.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/assets/css/index.css" />
<title>Parch Linux</title>
<meta name="description"
content="Parch Linux is an open-source, Arch-based Linux distribution, that tried to be pretty, easy to use, light, fast and stable." />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/entry-client.ts"></script>
<script type="text/javascript">
//some default pre init
var Countly = Countly || {};
Countly.q = Countly.q || [];
//provide countly initialization parameters
Countly.app_key = "64c2cde69562414b8325d911";
Countly.url = "https://analytics.fabricators.ltd";
Countly.require_consent = true;
Countly.q.push([
"group_features",
{
activity: ["sessions", "events", "views"],
interaction: ["scrolls", "clicks", "forms"],
},
]);
Countly.q.push(["track_sessions"]);
Countly.q.push(["track_pageview"]);
Countly.q.push(["track_clicks"]);
Countly.q.push(["track_scrolls"]);
Countly.q.push(["track_errors"]);
Countly.q.push(["track_links"]);
Countly.q.push(["track_forms"]);
Countly.q.push(["collect_from_forms"]);
//load countly script asynchronously
(function () {
var cly = document.createElement("script");
cly.type = "text/javascript";
cly.async = true;
//enter url of script here
cly.src = "https://analytics.fabricators.ltd/sdk/web/countly.min.js";
cly.onload = function () {
Countly.init();
};
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(cly, s);
})();
function ctlStart() {
var consents = localStorage.getItem("consents");
if (consents) {
Countly.q.push(["add_consent", JSON.parse(consents)]);
} else {
var response = ["activity", "interaction", "crashes"];
Countly.q.push(["add_consent", response]);
localStorage.setItem("consents", JSON.stringify(response));
}
}
function ctlStop() {
var consents = localStorage.getItem("consents");
if (consents) {
localStorage.removeItem("consents");
}
Countly.q.push(["opt_out"]);
}
</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: ctlStart, onConsentRejected: ctlStop },
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>Parch Linux</h1>
<p>
Parch Linux is an open-source, Arch-based Linux distribution, that
tried to be pretty, easy to use, light, fast and stable.
</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/parchlinux/parch-iso-plasma/releases/" target="_blank">Download Parch Linux
PLASMA</a>
</li>
<li>
<a href="https://github.com/parchlinux/Parch-iso-gnome/releases/" target="_blank">Download Parch Linux GNOME
</a>
</li>
</ul>
<h3>Support and Community</h3>
<ul class="list">
<li>
<a href="https://github.com/parchlinux" target="_blank">Support</a>
</li>
<li>
<a href="https://twitter.com/bssfoss" target="_blank">Twitter</a>
</li>
<li>
<a href="https://mas.to/@bssfoss" target="_blank">Mastodon</a>
</li>
<li>
<a href="https://discord.gg/9RW5cRByAM" target="_blank">Discord</a>
</li>
</ul>
<h3>Contributing and pre-release</h3>
<ul class="list">
<li>
<a href="https://github.com/parchlinux/roadmap" target="_blank">Parch Linux Orchid Roadmap</a>
</li>
<li>
<a href="https://daramet.com/parchlinux" target="_blank">Donate</a>
</li>
<li>
<a href="https://github.com/parchlinux/.github/blob/1766307035e3b191d0bc897e2c7a65696a03555f/CONTRIBUTING.md"
target="_blank">Contributing</a>
</li>
<li>
<a href="https://github.com/parchlinux" 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.
</p>
</div>
</div>
<br />
</noscript>
</body>
</html>