-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
82 lines (73 loc) · 3.23 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
<!DOCTYPE html>
<html>
<head>
<title>GDM Settings | Customize your login screen</title>
<link rel="icon" type="image/svg+xml"
href="favicon.svg">
<link rel="stylesheet" href="base.css">
<link rel="stylesheet" href="colors.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<img id="app-icon"
src="https://github.com/gdm-settings/gdm-settings/raw/main/data/icons/io.github.realmazharhussain.GdmSettings.svg" />
<h1>GDM Settings</h1>
<p id="description"><strong>Customize your login screen</strong></p>
<p>
<a href="https://github.com/gdm-settings/gdm-settings/releases/latest"><img alt="Downloads"
src="https://img.shields.io/github/downloads/gdm-settings/gdm-settings/total"></a>
<a href="https://github.com/gdm-settings/gdm-settings/wiki/Install"><img alt="Flatpak Installs"
src="https://img.shields.io/flathub/downloads/io.github.realmazharhussain.GdmSettings"></a>
<a href="https://github.com/gdm-settings/gdm-settings"><img alt="Code Size"
src="https://img.shields.io/github/languages/code-size/gdm-settings/gdm-settings"></a>
<a href="https://hosted.weblate.org/projects/gdm-settings/#languages"><img alt="Translation Status"
src="https://hosted.weblate.org/widgets/gdm-settings/-/svg-badge.svg"></a>
</p>
<div id="buttons">
<a class="button" href="https://github.com/gdm-settings/gdm-settings/releases/latest/download/GDM_Settings.AppImage">Download</a>
<a class="button" href="https://github.com/gdm-settings/gdm-settings/wiki/Install">Install</a>
<a class="button" href="https://github.com/gdm-settings/gdm-settings">View on GitHub</a>
</div>
<div id="buttons">
<a class="button prominent" href="appstream://io.github.realmazharhussain.GdmSettings">Show in App Store</a>
</div>
</header>
<a href="https://github.com/gdm-settings/gdm-settings/wiki/Screenshots">
<picture id="screenshot">
<source srcset="https://github.com/gdm-settings/screenshots/raw/v4.0/dark/default.png"
media="(prefers-color-scheme: dark)">
<img src="https://github.com/gdm-settings/screenshots/raw/v4.0/light/default.png">
</picture>
</a>
<h2>
<a href="https://github.com/gdm-settings/gdm-settings/wiki/Screenshots">Screenshots</a>
<span> | </span>
<a href="https://github.com/gdm-settings/gdm-settings/wiki">Wiki</a>
</h2>
<p>
<a href="https://hosted.weblate.org/engage/gdm-settings">Translate</a>
<span> | </span>
<a
href="https://github.com/gdm-settings/gdm-settings/issues/new?assignees=&labels=bug&template=bug_report.yml">Report
Bugs</a>
<span> | </span>
<a href="/donate">Donate</a>
</p>
<br>
<div class="developer-info">
<h2>Developer/Maintainer</h2>
<div class="info">
<p id="name">Mazhar Hussain</p>
<p>
<a href="https://github.com/realmazharhussain">GitHub Profile</a>
<span> | </span>
<a href="https://realmazharhussain.github.io">Website</a>
<span> | </span>
<a href="https://mazhartechtips.netlify.app">Blog</a>
</p>
</div>
</div>
<p><a href="https://github.com/gdm-settings/gdm-settings.github.io">Website Source Code</a></p>
</body>
</html>