forked from GradienceTeam/GradienceTeam.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (40 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gradience</title>
<link rel="stylesheet" href="assets/styles/index.css">
<link rel="icon" href="assets/favicons/logo-purple-symbolic.svg">
<script defer data-domain="gradienceteam.github.io" src="https://analytics.projectsegfau.lt/js/script.js"></script>
</head>
<body>
<main>
<div id="center-container">
<div id="splash-panel">
<img src="assets/icons/hicolor/logo-regular.svg" alt="Gradience logo">
<h1>Gradience</h1>
<p>Change the look of Adwaita, with ease</p>
<p>Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 theme</p>
<a class="button" href="https://flathub.org/apps/details/com.github.GradienceTeam.Gradience">Download</a>
<a class="button button-nightly" href="https://nightly.link/GradienceTeam/Gradience/workflows/build/main">Download Nightly</a>
<br><br>
<div id="links-menu">
<a href="https://github.com/GradienceTeam/Gradience" title="GitHub">GitHub</a>
<span class="link-separator"></span>
<a href="https://matrix.to/#/#Gradience:matrix.org" title="Matrix">Matrix</a>
<span class="link-separator"></span>
<a href="https://discord.com/invite/4njFDtfGEZ" title="Discord">Discord</a>
<span class="link-separator"></span>
<a href="https://gradience.rtfd.io" title="Docs">Docs</a>
</div>
</div>
</div>
<footer id="footnote">
The background image was taken from <a href="https://gitlab.gnome.org/GNOME/gnome-backgrounds"
title="gnome-backgrounds">gnome-backgrounds</a> repository and is licensed under the terms of the <a
href="https://creativecommons.org/licenses/by-sa/3.0/" title="CC BY-SA 3.0">CC BY-SA 3.0</a> license.
</footer>
</main>
</body>
</html>