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
/
boot.html
364 lines (361 loc) · 12.3 KB
/
boot.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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Titlebar -->
<link rel="stylesheet" href="./src/assets/css/titlebar.css" />
<script src="./src/assets/js/titlebar.js"></script>
<!-- End titlebar -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-HGW0P5HTEX"
></script>
<script src="src/assets/js/tracking.js" defer></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blaze Launcher | Boot</title>
<link rel="stylesheet" href="./dist/css/tailwind.css" />
<link rel="stylesheet" href="./src/assets/css/edit.css" />
<script src="./src/assets/js/modules/blaze.js"></script>
<script src="./src/assets/js/edit.js" defer></script>
<script src="./src/assets/js/include.js"></script>
<script src="./src/assets/js/boot.js" defer></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css"
/>
<!-- CSS -->
<link
rel="stylesheet"
href="https://unpkg.com/flickity@2/dist/flickity.min.css"
/>
<style>
body {
font-family: "Manrope", sans-serif;
}
.banner-test {
background: #14ce4228;
background: url("./src/assets/jpg/discover1.jpg");
background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
}
.carousel-cell {
width: 100%;
border-radius: 5px;
}
</style>
<script src="./src/assets/js/navConfig.js" defer></script>
<script src="./src/assets/js/themeswitcher.js" defer></script>
</head>
<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>
<div
includefile="./src/assets/partials/html/sidebar.html"
id="sidebar"
class="select-none fit-content bg-gray-800 text-white border-r border-blackblack fixed min-h-screen pt-8"
></div>
<div
id="main"
class="main-div bg-gray-200 text-gray-900 flex-1 px-20 pt-10"
style="height: 125vh"
>
<div
class="carousel"
data-flickity='{ "wrapAround": true, "prevNextButtons": true,
"pageDots": false }'
>
<div
class="carousel-cell"
id="announcementBanner"
includefile="https://raw.githubusercontent.com/Trail-Blaze/marketplace/main/featuredContent/announcements/partials/announcement.html"
></div>
</div>
<div
class="bg-blue-500 w-40 px-5 py-3 rounded-lg hover:bg-blue-600 text-white cursor-pointer"
style="width: 20vh"
onclick="document.location.href = 'firststartup.html'"
>
Add Install +
</div>
<!--- <div class="border-b border-gray-900 pb-30"></div> --->
<div id="entryListAll" class="flex flex-wrap pt-10">
<div
class="text-xl text-center select-none"
style="margin: auto; margin-top: 15%"
>
<b>Syncing Changes...</b>
<p class="text-base text-center">
Taking too long? Try
<a
class="text-blue-500 cursor-pointer"
onclick="window.location.reload();"
>refreshing</a
>
</p>
</div>
</div>
</div>
</main>
</body>
<script>
Include();
</script>
<script id="entryTemplate" class="hidden" type="text/html">
<div class="card-div w-full">
<div
onclick="changeBanner()"
class="bg-white hover:bg-gray-100 cursor-pointer rounded-tl-xl sm:rounded-t-xl p-4 pb-6 sm:p-8 lg:p-4 lg:pb-6 xl:p-8 space-y-6 sm:space-y-8 lg:space-y-6 xl:space-y-8"
>
<div
class="flex items-center space-x-3.5 sm:space-x-5 lg:space-x-3.5 xl:space-x-5"
>
<img
id="templateIcon"
src="src/assets/png/fortnite_lettermark_logo.png"
alt=""
width="160"
height="160"
class="flex-none w-20 h-20 rounded-lg bg-gray-100"
/>
<div class="min-w-0 flex-auto space-y-0.5">
<p
id="entry"
class="text-gray-600 dark:text-gray-400 text-sm sm:text-base lg:text-sm xl:text-base font-semibold uppercase"
>
ENTRY
</p>
<h2
id="templateTitle"
class="skeleton text-black dark:text-white text-base sm:text-xl lg:text-base xl:text-xl font-semibold truncate"
>
APPLICATION_TEMPLATE
</h2>
<p
id="templateD_container"
class="skeleton text-gray-500 dark:text-gray-400 text-base sm:text-lg lg:text-base xl:text-lg font-medium block"
>
Login As: <b id="templateDesc">TEMPLATE_DESCRIPTION</b>
</p>
<button
id="TEMPLATE_GETID"
onclick="sendID(this.id)"
class="text-gray-900 rounded border-black pr-5 pl-5 pt-2 pb-2 bg-yellow-300 font-semibold hover:opacity-70"
>
Let's Go!
</button>
</div>
<div class="edit" id="edit">
<i class="fad fa-pen-circle" style="color: #335975;"></i>
</div>
<div
class="edit"
onclick="dropInstall(this.id)"
id="remove"
style="font-size: 30px;"
>
<i class="fad fa-trash-can" style="color: #943636;"></i>
</div>
</div>
</div>
<div
id="dropdown_cont"
class="bg-white lg:rounded-b-xl py-4 px-1 mb-5 sm:px-3 lg:px-1 xl:px-3"
style="transition: height 1s ease; height: 1px;"
>
<div class="hidden" id="dropdown">
<div
class="containUser"
style="
display: flex;
padding-left: 2vw;
margin-bottom: 10px;
"
>
<i
class="fa-solid fa-user-pen"
style="
font-size: 3.5vh;
color: #242e3e;
margin-right: 1vw;
"
></i
><input
type="text"
id="selectLogin"
style="
all: inherit;
display: initial;
position: relative;
bottom: 1vh;
cursor: initial;
height: 2.5rem;
background: #0000000c;
border-radius: 2.5px;
border-bottom: 2.3px solid #006eff;
font-size: 1.5rem;
font-weight: 800;
color: #0c0c0c;
"
placeholder="Username"
/>
</div>
<div
class="containEntry"
style="
display: flex;
padding-left: 2vw;
margin-bottom: 10px;
"
>
<i
class="fa-solid fa-input-text"
style="
font-size: 3.5vh;
color: #242e3e;
margin-right: 1vw;
"
></i
><input
type="text"
id="selectLogin"
style="
all: inherit;
display: initial;
position: relative;
bottom: 1vh;
cursor: initial;
height: 2.5rem;
background: #0000000c;
border-radius: 2.5px;
border-bottom: 2.3px solid #006eff;
font-size: 1.5rem;
font-weight: 800;
color: #0c0c0c;
"
placeholder="Entry Name"
/>
</div>
<div
class="containLocation"
style="
display: flex;
padding-left: 2vw;
margin-bottom: 10px;
"
>
<i
class="fa-solid fa-folder"
style="
font-size: 3.5vh;
color: #242e3e;
margin-right: 1.5vw;
"
></i
><input
type="text"
id="selectLogin"
style="
all: inherit;
display: initial;
position: relative;
bottom: 1vh;
cursor: initial;
height: 2.5rem;
background: #0000000c;
border-radius: 2.5px;
border-bottom: 2.3px solid #006eff;
font-size: 1.5rem;
font-weight: 800;
color: #0c0c0c;
"
placeholder="Fortnite Location"
/>
</div>
</div>
</div>
</div>
</script>
</html>