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 pathaboutOtto.html
226 lines (219 loc) · 7.54 KB
/
aboutOtto.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<!-- Head -->
<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>
<title>About Otto Launcher | The Blaze Catalyst Launcher</title>
<!--- EXPERIMENTAL FEATURES -->
<!--- EXPERIMENTAL SIDEBAR -->
<script
type="text/javascript"
src="./src/assets/partials/sidebarDrag.js"
defer
></script>
<!--- -------------------- -->
<!-- Meta -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<script src="./src/assets/js/modules/blaze.js"></script>
<script src="./src/assets/js/aboutOtto.js" defer></script>
<script src="./src/assets/js/navConfig.js" defer></script>
<script src="./src/assets/js/themeswitcher.js" defer></script>
<!-- StandardUI CSS -->
<link rel="stylesheet" href="./src/assets/css/standardUI.css" />
<link rel="stylesheet" href="./dist/css/tailwind.css" />
<script src="./src/assets/js/include.js"></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"
/>
<style>
body {
font-family: "Manrope", sans-serif;
}
.preview_img_dk {
width: 50vw;
}
</style>
</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>
<header
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"
></header>
<div
id="main"
class="main-div bg-gray-200 text-gray-900 flex-1 px-80 py-10"
>
<div
class="settings-header"
style="font-size: 2.5vw; padding-bottom: 1vh"
>
<b>About Otto Launcher</b>
</div>
<div class="settings-header" style="font-size: 1.5vw">
backend:
<b><div id="bac-ver">##bac-ver</div></b>
</div>
<div class="settings-header" style="font-size: 1.5vw">
backend type:
<b><div id="bac-type">##bac-type</div></b>
</div>
<div class="settings-header" style="font-size: 1.5vw">
boot:
<code
><div
id="boot"
style="
text-transform: none;
background: #000000;
color: green;
margin-right: 600px;
"
>
##boot
</div></code
>
</div>
<div class="settings-header" style="font-size: 1.5vw">
client_version:
<b><div id="cli-ver">##cli-ver</div></b>
</div>
<div class="settings-header" style="font-size: 1.5vw">
os_type:
<b><div id="os-type">##os-type</div></b>
</div>
<div class="settings-header" style="font-size: 1.5vw">
client_type:
<b><div id="chrome-version">##chrome-version</div></b>
<b><div id="node-version">##node-version</div></b>
<b><div id="electron-version">##electron-version</div></b>
</div>
<div class="settings-header" style="font-size: 1.5vw">
Total Plugins Installed:
<b> <div id="tot-plugins">##tot-plugins</div></b>
</div>
<div class="settings-header" style="font-size: 1.5vw">
Total Plugins Available on Repository:
<b> <div id="rep-tot-able">##rep-tot-able</div></b>
</div>
<br />
<br />
<div class="settings-header" style="font-size: 1.85vw">
Made with ❤️ by BlazeOrg
</div>
<div class="settings-header" style="font-size: 1.5vw">
©
<script>
document.write(new Date().getFullYear());
</script>
The TrailBlaze Authors
</div>
<div class="settings-header" style="font-size: 1.5vw">
All Rights Reserved.
</div>
</div>
<script>
Include();
</script>
<!-- End Body -->
</main>
</body>
</html>