-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
117 lines (111 loc) · 6.36 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
<!DOCTYPE html>
<html dir="auto" lang="en">
<head>
<meta charset="UTF-8" />
<title>Dark theme</title>
<meta name="description" content="Dark theme" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/icon.png?raw=true" />
<meta property="og:title" content="Dark theme" />
<meta property="og:description" content="Dark theme" />
<meta property="og:image" content="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/icon.png?raw=true" />
<link rel="stylesheet" href="assets/tobi.css" />
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<main>
<header class="app__header container">
<div class="app__logo-wrapper"> <img class="app__logo" src="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/icon.png?raw=true" alt="Dark theme"></div>
<div class="app__infos">
<h1 class="app__name">Dark theme</h1>
<p class="app__description">Activate dark theme on your device.</p>
<div class="app__buttons app__buttons--desktop">
<a href="https://play.google.com/store/apps/details?id=com.phstudio.darktheme" class="app__button-play" target="_blank" title="Get it on Google Play">
<img src="https://github.com/phstudio2/images/blob/main/stores/googleplay.png?raw=true" alt="Get it on Google Play">
</a>
<a href="https://galaxystore.samsung.com/detail/com.phstudio.darktheme" class="app__button-ios" target="_blank" title="Available on Galaxy store">
<img src="https://github.com/phstudio2/images/blob/main/stores/galaxystore.png?raw=true" alt="Available on Galaxy store">
</a>
</div>
</div>
</header>
<div class="app__buttons app__buttons--mobile container">
<a href="https://play.google.com/store/apps/details?id=com.phstudio.darktheme" class="app__button-play" target="_blank" title="Get it on Google Play">
<img src="https://github.com/phstudio2/images/blob/main/stores/googleplay.png?raw=true" alt="Get it on Google Play">
</a>
<a href="https://galaxystore.samsung.com/detail/com.phstudio.darktheme" class="app__button-ios" target="_blank" title="Available on Galaxy store">
<img src="https://github.com/phstudio2/images/blob/main/stores/galaxystore.png?raw=true" alt="Available on Galaxy store">
</a>
</div>
<section class="app__screenshots app__section">
<div class="container">
<h2 class="app__section-title">Screenshots</h2>
</div>
<div class="app__screenshots-wrapper container-desktop">
<div class="app__screenshots-list">
<a href="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_01.png?raw=true" class="lightbox">
<img src="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_01.png?raw=true" class="app__screenshot" alt="" />
</a>
<a href="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_02.png?raw=true" class="lightbox">
<img src="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_02.png?raw=true" class="app__screenshot" alt="" />
</a>
<a href="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_03.png?raw=true" class="lightbox">
<img src="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_03.png?raw=true" class="app__screenshot" alt="" />
</a>
<a href="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_04.png?raw=true" class="lightbox">
<img src="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_04.png?raw=true" class="app__screenshot" alt="" />
</a>
<a href="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_05.png?raw=true" class="lightbox">
<img src="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_05.png?raw=true" class="app__screenshot" alt="" />
</a>
<a href="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_06.png?raw=true" class="lightbox">
<img src="https://github.com/phstudio2/Darktheme/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_06.png?raw=true" class="app__screenshot" alt="" />
</a>
</div>
</div>
</section>
<section class="app__fulldescription app__section container">
<h2 class="app__section-title">Description</h2>
<div class="app__fulldescription-content">
<p>This app helps to activate night theme on devices that don't provide this option in the system settings.</p>
<p>Dark theme conserves battery power, thereby enabling device usage for longer periods without charging.!</p>
<p>After click on the button will change the system theme of your phone.</p>
<p>How it work?</p>
<li>Android 10+ => Prompts the user to set it manually in settings.</li>
<li>Android 9.0 - 6.0 => Turns on UI system theme</li>
<li>Android 5.1 - 4.1 => Turns on Car Mode</li>
<p>New wallpapers, timed toggles, and even display filters are available!</p>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer__container">
<p class="footer__love">
<a href="https://phstudio2.github.io/" targe="_blank">Created by PH studio</a>
</p>
<ul class="footer__links">
<li class="footer__link">
<a href="http://paypal.me/PHstudio2" targe="_blank">Donate ❤️</a>
</li>
<li class="footer__link">
<a href="https://github.com/phstudio2/Darktheme" targe="_blank">Source code</a>
</li>
<li class="footer__link">
<a href="https://raw.githubusercontent.com/phstudio2/Darktheme/master/LICENSE" targe="_blank">License</a>
</li>
<li class="footer__link">
<a href="https://phstudio2.github.io/privacy-policy" targe="_blank">Privacy Policy</a>
</li>
</ul>
</div>
</div>
</footer>
<script type="text/javascript" src="assets/tobi.min.js" /></script>
<script>
window.onload = function () {
var tobi = new Tobi();
};
</script>
</body>
</html>