This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
342 lines (324 loc) · 11.3 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html>
<html>
<head>
<!-- Titlebar -->
<link rel="stylesheet" href="./src/assets/css/titlebar.css" />
<script src="./src/assets/js/titlebar.js"></script>
<!-- End titlebar -->
<script src="./src/assets/js/modules/blaze.js"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-HGW0P5HTEX"
></script>
<script src="src/assets/js/tracking.js" defer></script>
<!--- EXPERIMENTAL FEATURES -->
<!--- EXPERIMENTAL SIDEBAR DRAG -->
<script
type="text/javascript"
src="./src/assets/partials/sidebarDrag.js"
defer
></script>
<!--- -------------------- -->
<meta charset="UTF-8" />
<title>Blaze Launcher | Home</title>
<link rel="stylesheet" href="./dist/css/tailwind.css" />
<!-- CSS -->
<link
rel="stylesheet"
href="https://unpkg.com/flickity@2/dist/flickity.min.css"
/>
<link
rel="stylesheet"
href="https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css"
/>
<script src="./src/assets/js/include.js"></script>
<script src="./src/assets/js/index.js" defer></script>
<link
href="https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;500;600;700&display=swap"
rel="stylesheet"
/>
<script src="./src/assets/js/navConfig.js" defer></script>
</head>
<style>
body {
font-family: "Manrope", sans-serif;
}
.discover-banner {
/* background: url("./src/assets/jpg/discover1.jpg");*/
/* background: #14ce4228; */
background: transparent;
background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
}
.carousel-cell {
width: 100%;
border-radius: 5px;
}
</style>
<body>
<header id="titlebar" class="bg-gray-800">
<div id="drag-region">
<div id="window-title">
<span id="_titlebar">Blaze</span>
</div>
<div id="window-controls">
<div class="button" id="min-button">
<img
class="icon"
srcset="
./src/assets/icons/min-w-10.png 1x,
./src/assets/icons/min-w-12.png 1.25x,
./src/assets/icons/min-w-15.png 1.5x,
./src/assets/icons/min-w-15.png 1.75x,
./src/assets/icons/min-w-20.png 2x,
./src/assets/icons/min-w-20.png 2.25x,
./src/assets/icons/min-w-24.png 2.5x,
./src/assets/icons/min-w-30.png 3x,
./src/assets/icons/min-w-30.png 3.5x
"
draggable="false"
/>
</div>
<div class="button" id="max-button">
<img
class="icon"
srcset="
./src/assets/icons/max-w-10.png 1x,
./src/assets/icons/max-w-12.png 1.25x,
./src/assets/icons/max-w-15.png 1.5x,
./src/assets/icons/max-w-15.png 1.75x,
./src/assets/icons/max-w-20.png 2x,
./src/assets/icons/max-w-20.png 2.25x,
./src/assets/icons/max-w-24.png 2.5x,
./src/assets/icons/max-w-30.png 3x,
./src/assets/icons/max-w-30.png 3.5x
"
draggable="false"
/>
</div>
<div class="button" id="restore-button">
<img
class="icon"
srcset="
./src/assets/icons/restore-w-10.png 1x,
./src/assets/icons/restore-w-12.png 1.25x,
./src/assets/icons/restore-w-15.png 1.5x,
./src/assets/icons/restore-w-15.png 1.75x,
./src/assets/icons/restore-w-20.png 2x,
./src/assets/icons/restore-w-20.png 2.25x,
./src/assets/icons/restore-w-24.png 2.5x,
./src/assets/icons/restore-w-30.png 3x,
./src/assets/icons/restore-w-30.png 3.5x
"
draggable="false"
/>
</div>
<div class="button" id="close-button">
<img
class="icon"
srcset="
./src/assets/icons/close-w-10.png 1x,
./src/assets/icons/close-w-12.png 1.25x,
./src/assets/icons/close-w-15.png 1.5x,
./src/assets/icons/close-w-15.png 1.75x,
./src/assets/icons/close-w-20.png 2x,
./src/assets/icons/close-w-20.png 2.25x,
./src/assets/icons/close-w-24.png 2.5x,
./src/assets/icons/close-w-30.png 3x,
./src/assets/icons/close-w-30.png 3.5x
"
draggable="false"
/>
</div>
</div>
</div>
</header>
<main id="main" class="bg-black">
<div
includefile="./src/assets/partials/html/sidebar.html"
id="drag0"
class="select-none w-fit bg-gray-800 text-white border-r border-blackblack fixed min-h-screen pt-8"
></div>
<div class="bg-black text-white flex-1 ml-20">
<div
class="carousel"
data-flickity='{ "wrapAround": true, "prevNextButtons": true,
"pageDots": false }'
>
<div class="carousel-cell">
<div
id="1"
class="w-full vignette discover-banner max-w-full text-white px-8 rounded-b-lg pt-12 mb-10"
>
<div id="t1" class="uppercase mb-4"></div>
<h1 id="c1" class="font-normal mb-4"></h1>
<p id="c1-2" class="w-64 leading-normal text-gray-lighter"></p>
</div>
</div>
<div class="carousel-cell">
<div
id="2"
class="w-full vignette discover-banner max-w-full text-white px-8 rounded-b-lg pt-12 mb-10"
>
<div id="t2" class="mb-4"></div>
<h1 id="c2" class="font-normal mb-4"></h1>
<p id="c2-2" class="w-64 leading-normal text-gray-lighter"></p>
</div>
</div>
<div class="carousel-cell">
<div
id="3"
class="w-full vignette discover-banner max-w-full text-white px-8 rounded-b-lg pt-12 mb-10"
>
<div id="t3" class="uppercase mb-4"></div>
<h1 id="c3" class="font-normal mb-4"></h1>
<p id="c3-2" class="w-64 leading-normal text-gray-lighter"></p>
</div>
</div>
<div class="carousel-cell">
<div
id="4"
class="w-full vignette discover-banner max-w-full text-white px-8 rounded-b-lg pt-12 mb-10"
>
<div id="t4" class="uppercase mb-4"></div>
<h1 id="c4" class="font-normal mb-4"></h1>
<p id="c4-2" class="w-64 leading-normal text-gray-lighter"></p>
</div>
</div>
</div>
<div class="flex mb-10 px-10">
<div class="w-1/2 mr-4 bg-gray-darkest rounded-lg flex px-8 py-6">
<div class="flex-1">
<div
id="featured-app"
class="uppercase text-gray-light text-xs mb-1"
></div>
<h1
id="featured-app__title"
class="font-normal text-2xl mb-4"
></h1>
<p
id="featured-app__desc"
class="text-gray-light text-xs leading-normal"
></p>
</div>
<div class="text-right">
<img
id="featured-app__icon"
src=""
alt="image"
class="rounded-full w-40"
/>
</div>
</div>
<div class="w-1/2 ml-4 bg-gray-darkest rounded-lg px-8 py-6 hidden">
<div
id="collection"
class="uppercase text-gray-light text-xs mb-1"
></div>
<h1
id="collection__subtitle"
class="font-normal text-2xl mb-4"
></h1>
<p
id="collection__subtitle2"
class="text-gray-light text-xs leading-normal mb-4"
></p>
<img id="collection__subtitle__icon" src="" alt="icons" />
</div>
</div>
<div class="border-b border-gray-600 mb-10 mx-10"></div>
<div class="apps-games-we-love text-white px-10">
<div class="flex justify-between">
<h2 id="sectionOneTitle" class="font-normal mb-8"></h2>
<a href="#" id="viewAll" class="text-blue-400 no-underline"
>See All</a
>
</div>
<div id="sectionOne" class="flex flex-wrap mb-4"></div>
</div>
<!-- end apps-games-we-love -->
<div class="border-b border-gray-600 mb-10 mx-10"></div>
<div class="top-paid text-white px-10">
<div class="flex justify-between">
<h2 id="sectionTwoTitle" class="font-normal mb-8"></h2>
<a href="#" id="viewAll2" class="text-blue-400 no-underline"
>See All</a
>
</div>
<div>
<div id="sectionTwo" class="flex flex-wrap"></div>
</div>
</div>
<!-- end top-paid -->
<div class="border-b border-gray-600 mb-10 mx-10"></div>
<div class="text-gray mb-10 px-10">Terms & Conditions</div>
</div>
</main>
</body>
<script>
Include();
</script>
<script id="entryTemplate" class="hidden" type="text/html">
<div class="w-24">
<img id="templateIcon" alt="icon" />
</div>
<div class="pl-6 flex-1 pr-6">
<div class="mb-1" id="templateTitle">APPLICATION_TEMPLATE</div>
<div class="text-gray text-xs mb-6" id="templateDesc">
TEMPLATE_DESCRIPTION
</div>
<div class="mb-8">
<span
id="TEMPLATE_GETID"
class="bg-white text-blue-400 rounded-full px-3 py-1 text-xs font-bold cursor-pointer select-none hover:bg-gray-300"
onclick="sendID(this.id)"
>
GET
</span>
</div>
<div class="border-b border-gray-700 mb-10"></div>
</div>
</script>
<script id="entryTemplateS2" class="hidden" type="text/html">
<!-- START-->
<div class="flex mb-8">
<div>
<img id="templateIcon" src="" alt="icon" class="w-12" />
</div>
<div id="counterTemplate" class="ml-3">1</div>
<div class="ml-3 flex flex-1 justify-between border-b border-gray-700">
<div>
<div id="templateTitle" class="mb-1">APPLICATION_TEMPLATE</div>
<div id="templateDesc" class="text-gray text-xs mb-6">
TEMPLATE_DESCRIPTION
</div>
</div>
<div>
<span
id="TEMPLATE_GETID"
class="bg-white text-blue-400 rounded-full px-3 py-1 text-xs font-bold cursor-pointer select-none hover:bg-gray-300"
onclick="sendID(this.id)"
>
GET
</span>
</div>
</div>
</div>
<!-- END -->
</script>
<!-- Insert this line above script imports -->
<script>
if (typeof module === "object") {
window.module = module;
module = undefined;
}
</script>
<!-- JavaScript -->
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<!-- Insert this line after script imports -->
<script>
if (window.module) module = window.module;
</script>
</html>