-
Notifications
You must be signed in to change notification settings - Fork 2
/
Projects.html
383 lines (377 loc) · 9.78 KB
/
Projects.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
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<!DOCTYPE html>
<html>
<head>
<meta
name="description"
content="Dragonizedpizza's website, including their about me, current projects and more."
/>
<!-- Embed construction. -->
<meta property="og:title" content="Projects | Dragonizedpizza" />
<meta
property="og:description"
content="Dragonizedpizza's website, including their about me, current projects and more."
/>
<meta property="og:site_name" content="Dragonizedpizza.com" />
<link
rel="shortcut icon"
href="https://raw.githubusercontent.com/Dragonizedpizza/Dragonizedpizza/main/assets/Banner.jpg"
type="image/x-icon"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/Dragonizedpizza/Dragonizedpizza/main/assets/Banner.jpg"
/>
<meta property="og:image:width" content="3507" />
<meta property="og:image:height" content="947" />
<meta property="og:url" content="https://dragonizedpizza.com" />
<meta name="theme-color" content="#9d00ff" />
<!-- Over. -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="generator"
content="Dragonizedpizza.com, built by Dragonizedpizza."
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1"
/>
<link
rel="shortcut icon"
href="assets/images/logo.png"
type="image/x-icon"
/>
<meta name="description" content="" />
<title>Projects</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" />
<link
rel="stylesheet"
href="assets/bootstrap/css/bootstrap-grid.min.css"
/>
<link
rel="stylesheet"
href="assets/bootstrap/css/bootstrap-reboot.min.css"
/>
<link rel="stylesheet" href="assets/dropdown/css/style.css" />
<link rel="stylesheet" href="assets/socicon/css/styles.css" />
<link rel="stylesheet" href="assets/theme/css/style.css" />
<link
rel="preload"
href="https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript
><link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap"
/></noscript>
<link rel="preload" as="style" href="assets/theme/css/additional.css" />
<link
rel="stylesheet"
href="assets/theme/css/additional.css"
type="text/css"
/>
</head>
<body>
<section
data-bs-version="5.1"
class="menu menu2 cid-sIigfOzFpe"
once="menu"
id="menu2-2"
>
<nav
class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg"
>
<div class="container-fluid">
<div class="navbar-brand">
<span class="navbar-caption-wrap"
><a
class="navbar-caption text-white display-7"
href="https://dragonizedpizza.com"
>Dragonizedpizza</a
></span
>
</div>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-bs-toggle="collapse"
data-target="#navbarSupportedContent"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation"
>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div
class="collapse navbar-collapse"
id="navbarSupportedContent"
>
<ul
class="navbar-nav nav-dropdown"
data-app-modern-menu="true"
>
<li class="nav-item">
<a
class="
nav-link
link
text-white text-primary
display-4
"
href="About.html"
>
About Me</a
>
</li>
<li class="nav-item">
<a
class="
nav-link
link
text-white text-primary
display-4
"
href="Projects.html"
>Projects</a
>
</li>
<li class="nav-item">
<a
class="
nav-link
link
text-white text-primary
display-4
"
href="Contact.html"
>Contact Me</a
>
</li>
</ul>
<div class="navbar-buttons mbr-section-btn">
<a
class="btn btn-primary display-4"
href="index.html"
>Home</a
>
</div>
</div>
</div>
</nav>
</section>
<section
data-bs-version="5.1"
class="features4 cid-sIia7vjKFx"
id="features4-1"
>
<div class="container">
<div class="mbr-section-head">
<h4
class="
mbr-section-title mbr-fonts-style
align-center
mb-0
display-2
"
>
<strong>Projects.</strong>
</h4>
</div>
<div class="row mt-4">
<div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<a href="index.html"
><img
src="assets/images/img-20210907.jpg"
alt="Dragonizedpizza.com"
title=""
/></a>
</div>
<div class="item-content">
<h5
class="item-title mbr-fonts-style display-5"
>
<strong>Dragonizedpizza.com</strong>
</h5>
<h6
class="
item-subtitle
mbr-fonts-style
mt-1
display-7
"
>
Website.
</h6>
<p
class="
mbr-text mbr-fonts-style
mt-3
display-7
"
>
My personal website, the one you're looking
at right now.<br /><br />Built with love,
HTML, CSS and JavaScript.
<a href="index.html" class="text-primary"
>View it here.</a
>
</p>
</div>
<div class="mbr-section-btn item-footer mt-2">
<a
href="index.html"
class="btn item-btn btn-black display-7"
target="_blank"
>View.</a
>
</div>
</div>
</div>
<div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<a
href="https://discord.com/oauth2/authorize?client_id=803169312827113483&scope=bot&permissions=8589934591&scope=applications.commands%20bot"
target="_blank"
><img
src="assets/images/22b3e62e6a5127c60dd8ebf7cb858af3.png"
alt="Hurricano™"
title=""
/></a>
</div>
<div class="item-content">
<h5
class="item-title mbr-fonts-style display-5"
>
<strong>Hurricano™</strong>
</h5>
<h6
class="
item-subtitle
mbr-fonts-style
mt-1
display-7
"
>
Discord Bot.
</h6>
<p
class="
mbr-text mbr-fonts-style
mt-3
display-7
"
>
Hurricano™ is the perfect bot for you! With
more than 8 categories of commands, its
suited for all your needs! Its currently
written in JavaScript and uses MongoDB as
its database, but is being rewritten in
TypeScript.
<a
href="https://discord.com/oauth2/authorize?client_id=803169312827113483&scope=bot&permissions=8589934591&scope=applications.commands%20bot"
class="text-primary"
target="_blank"
>Invite it now.</a
><br />
</p>
</div>
<div class="mbr-section-btn item-footer mt-2">
<a
href="https://discord.com/oauth2/authorize?client_id=803169312827113483&scope=bot&permissions=8589934591&scope=applications.commands%20bot"
class="btn item-btn btn-black display-7"
target="_blank"
>Invite.</a
>
</div>
</div>
</div>
<div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<a
href="https://youtube.com/c/ZeroSync"
target="_blank"
><img
src="assets/images/1603357176920.png"
alt="ZeroSync"
title=""
/></a>
</div>
<div class="item-content">
<h5
class="item-title mbr-fonts-style display-5"
>
<strong>ZeroSync</strong>
</h5>
<h6
class="
item-subtitle
mbr-fonts-style
mt-1
display-7
"
>
Developer for YouTuber.
</h6>
<p
class="
mbr-text mbr-fonts-style
mt-3
display-7
"
>
I develop projects for the YouTuber
ZeroSync, and am a manager at his server.
View him
<a
href="https://youtube.com/c/ZeroSync"
class="text-primary"
target="_blank"
>here</a
>.<br />
</p>
</div>
<div class="mbr-section-btn item-footer mt-2">
<a
href="https://youtube.com/c/ZeroSync"
class="btn item-btn btn-black display-7"
target="_blank"
>View.</a
>
</div>
</div>
</div>
</div>
</div>
</section>
<section
style="
background-color: #fff;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI',
'Roboto', 'Helvetica Neue', Arial, sans-serif;
color: #aaa;
font-size: 12px;
padding: 0;
align-items: center;
display: flex;
"
></section>
<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/ytplayer/index.js"></script>
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
<script src="assets/theme/js/script.js"></script>
</body>
</html>