-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
400 lines (390 loc) · 18.3 KB
/
index.html
File metadata and controls
400 lines (390 loc) · 18.3 KB
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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Portfolio</title>
<link href="assets/css/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="assets/css/util.css">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<link rel="stylesheet" href="assets/css/navbar.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v6.0.0-beta2/css/all.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/scrollreveal@4.0.0/dist/scrollreveal.min.js"></script>
<!-- Website Meta Data -->
<meta name="theme-color" content="#36393e">
<meta name="msapplication-TileColor" content="#36393e">
<meta name="title" content="Zero Two">
<meta name="description"
content="The official portfolio of Zero Two#7177, showcasing my skills and projects that i've made">
<meta name="keywords"
content="developer, zero two, freelance developer, programming, pop cat, pop cat api, pop cat discord bot">
<meta name="language" content="English">
<meta name="author" content="Zero Two">
<meta property="og:type" content="website">
<meta property="og:url" content="https://zero.is-a.dev">
<meta property="og:title" content="Zero Two">
<meta property="og:description"
content="The official portfolio of Zero Two#7177, showcasing my skills and projects that i've made">
<meta property="og:image" content="https://zero.is-a.dev/assets/img/website.png">
<meta property="twitter:card" content="summary_large_image">
<script src="https://cdn.tailwindcss.com"></script>
<!-- Website Meta Data End -->
</head>
<body>
<nav id='nav' style="width: 100vw; backdrop-filter: blur(5px); box-shadow: inset 0 -1px 0 0 hsla(0,0%,100%,0.1)">
<div class="nav-container-custom nav-wrapper">
<div class="brand">
<span>
<strong class="shine" style="color: white; font-family: monospace; font-size: 30px">Portfolio</strong>
</span>
</div>
<div class="hamburger" style="padding-left: 23px;">
<span></span>
<span></span>
<span></span>
</div>
<ul class="nav-list">
<li><a class="nav-link" data-scroll="#content-home">Home</a></li>
<li><a class="nav-link" data-scroll="#about">About</a></li>
<li><a class="nav-link" target="_blank" data-scroll="#projects">Projects</a> </li>
<li><a class="nav-link" target="_blank" style="color: #007CF0" href="https://ko-fi.com/popcatdev">Donate</a>
</li>
</ul>
</div>
</nav>
<div class="content" id="content-home">
<div class="social">
<a href="https://popcat.xyz/server" id="discord" target="_blank" class="icon">
<i class="fab fa-discord"></i>
</a>
<a href="https://www.instagram.com/sharanpreet._.s" id="instagram" target="_blank" class="icon">
<i class="fab fa-instagram"></i>
</a>
<a href="https://github.com/CoderPopCat" id="github" target="_blank" class="icon">
<i class="fab fa-github"></i>
</a>
</div>
<div class="text">
<h1 class="shine head">Zero Two.</h1>
<p class="paragraph">Frontend & Backend Developer.</p>
<button class="hero-button nav-link" data-scroll="#projects">Projects</button>
</div>
</div>
<section id="about" class="about">
<!-- <span class="line"></span> -->
<div>
<!-- <div class="section-label">
<div class="label-number project-label">1</div>
</div> -->
<div class="w-[100vw] flex justify-center items-center">
<div class="about-content d-flex align-center space-between row">
<div class="about-text">
<h4 class="c-white">About Me <span class="slash purple">/</span></h4>
<p class="grey">I am a Full Stack Developer and a computer enthusiast.<br> I have a good
knowledge
of HTML, CSS, Javascript, Nodejs, Reactjs, MongoDB, Git, and more.</p>
</div>
<div class="about-img">
<canvas id="canvas"></canvas>
</div>
</div>
</div>
</section>
<div class="stats">
<section class="statistics">
<div class="stats-container">
<div class="stats-item">
<p data-purecounter-start="0" data-purecounter-end="12" class="highlight purecounter">12</p><span
class="stats-description">Completed Commissions</span>
</div>
<div class="stats-item">
<p class="highlight">$<span data-purecounter-start="0" data-purecounter-end="816"
class="highlight purecounter">816</span></p><span class="stats-description">Donations received</span>
</div>
<div class="stats-item">
<p data-purecounter-start="0" data-purecounter-end="7" class="highlight purecounter">7</p><span
class="stats-description">Areas of Knowledge</span>
</div>
<div class="stats-item" style="border: none;">
<p data-purecounter-start="0" data-purecounter-end="" class="highlight purecounter" id="views-count"></p><span
class="stats-description">Portfolio Visits</span>
</div>
</div>
</section>
</div>
<section id="projects" class="projects">
<!-- <span class="line" style="background: linear-gradient(-45deg, #007CF0, #000)"></span>
<div class="section-label">
<div class="label-number">2</div>
</div> -->
<h4 class="c-white">Projects <span class="slash cyan">/</span></h4>
<p class="about-description grey" style="font-size: 18px;">Projects I've Made :)</p>
<section class="right">
<div
class="gap-8 items-center py-8 px-4 mx-auto max-w-screen-xl xl:gap-16 md:grid md:grid-cols-2 sm:py-16 lg:px-6 relative">
<img class="w-full rounded-[5px] project-image" style="cursor:pointer;" src="/assets/img/1cawOf2VHMHs.png"
alt="project image">
<div class="mt-4 md:mt-0 flex justify-end flex-col text-right project-content items-end">
<div class="project-overline flex justify-end gap-[71px]">
<div class="divider">
<div class="divider-line" data-collapsed="false"></div>
<div class="divider-notch"></div>
</div>
<div class="number text-white">01</div>
</div>
<div class="project-title text-white">
Pop Cat Bot
</div>
<div class="project-description max-w-[84%]">
<p>A cool multipurpose <a href="https://discord.com" class="text-[#7289da]">Discord</a> bot with a lot of
commands and functionality.</p>
</div>
<a class="project-button mt-[14px] hover:scale-105"
href="https://discord.com/oauth2/authorize?client_id=804341143092985886&permissions=2483341366&scope=bot%20applications.commands"
rel="noopener noreferrer" target="_blank"><span class="project-button-text"><i class="fab fa-discord"></i>
Invite</span></a>
</div>
</div>
</section>
<section class="left">
<div
class="gap-8 items-center py-8 px-4 mx-auto max-w-screen-xl xl:gap-16 md:grid md:grid-cols-2 sm:py-16 lg:px-6 relative">
<div class="mt-4 md:mt-0 flex justify-end flex-col text-left project-content items-start">
<div class="project-overline flex justify-end gap-[71px]">
<div class="divider">
<div class="divider-line" data-collapsed="false"></div>
<div class="divider-notch"></div>
</div>
<div class="number text-white">02</div>
</div>
<div class="project-title text-white">
Pop Cat API
</div>
<div class="project-description max-w-[68%]">
<p>
The Only API You'll Ever Need! Has Tons of Image Manipulation and Utility Endpoints!
</p>
</div>
<a class="project-button mt-[14px] hover:scale-105" href="https://popcat.xyz/api" rel="noopener noreferrer"
target="_blank"><span class="project-button-text"><i class="fa-solid fa-arrow-up-right-from-square"></i>
View</span></a>
</div>
<img class="w-full rounded-[5px] project-image lsc" style="cursor:pointer;" src="/assets/img/apibig.png"
alt="project image">
</div>
</section>
<section class="right">
<div
class="gap-8 items-center py-8 px-4 mx-auto max-w-screen-xl xl:gap-16 md:grid md:grid-cols-2 sm:py-16 lg:px-6 relative">
<img class="w-full rounded-[5px] project-image country-image" style="cursor:pointer;"
src="/assets/img/country1.png" alt="project image">
<div class="mt-4 md:mt-0 flex justify-end flex-col text-right project-content items-end">
<div class="project-overline flex justify-end gap-[71px]">
<div class="divider">
<div class="divider-line" data-collapsed="false"></div>
<div class="divider-notch"></div>
</div>
<div class="number text-white">03</div>
</div>
<div class="project-title text-white">
Country Searcher
</div>
<div class="project-description max-w-[40%]">
<p>A website with a list of countries, offering detailed information on selected nations and the ability to
calculate distances between any two countries.</p>
</div>
<a class="project-button mt-[14px] hover:scale-105" href="https://countries.popcat.xyz"
rel="noopener noreferrer" target="_blank"><span class="project-button-text"><i
class="fa-solid fa-arrow-up-right-from-square"></i>
View</span></a>
</div>
</div>
</section>
<section class="left">
<div
class="gap-8 items-center py-8 px-4 mx-auto max-w-screen-xl xl:gap-16 md:grid md:grid-cols-2 sm:py-16 lg:px-6 relative">
<div class="mt-4 md:mt-0 flex justify-end flex-col text-left project-content items-start">
<div class="project-overline flex justify-end gap-[71px]">
<div class="divider">
<div class="divider-line" data-collapsed="false"></div>
<div class="divider-notch"></div>
</div>
<div class="number text-white">04</div>
</div>
<div class="project-title text-white">
InstaWrapped
</div>
<div class="project-description max-w-[70%]">
<p>
Easy to use, open source Instagram data package explorer with a beautiful UI.
</p>
</div>
<a class="project-button mt-[14px] hover:scale-105" href="https://instawrapped.popcat.xyz"
rel="noopener noreferrer" target="_blank"><span class="project-button-text"><i
class="fa-solid fa-arrow-up-right-from-square"></i>
View</span></a>
</div>
<img class="w-full rounded-[5px] project-image lsc" style="cursor:pointer;" src="/assets/img/instawrapped.png"
alt="project image">
</div>
</section>
<section class="right">
<div
class="gap-8 items-center py-8 px-4 mx-auto max-w-screen-xl xl:gap-16 md:grid md:grid-cols-2 sm:py-16 lg:px-6 relative">
<img class="w-full rounded-[5px] project-image" style="cursor:pointer;" src="/assets/img/chat.PNG"
alt="project image">
<div class="mt-4 md:mt-0 flex justify-end flex-col text-right project-content items-end">
<div class="project-overline flex justify-end gap-[71px]">
<div class="divider">
<div class="divider-line" data-collapsed="false"></div>
<div class="divider-notch"></div>
</div>
<div class="number text-white">05</div>
</div>
<div class="project-title text-white">
Pop Chat
</div>
<div class="project-description max-w-[48%]">
<p>An online chatting website with a beautiful UI and the ability to create your own chat rooms! Made
originally for a hackathon.</p>
</div>
<a class="project-button mt-[14px] hover:scale-105" href="https://chat.popcat.xyz" rel="noopener noreferrer"
target="_blank"><span class="project-button-text"><i class="fa-solid fa-arrow-up-right-from-square"></i>
View</span></a>
</div>
</div>
</section>
<section class="left">
<div
class="gap-8 items-center py-8 px-4 mx-auto max-w-screen-xl xl:gap-16 md:grid md:grid-cols-2 sm:py-16 lg:px-6 relative">
<div class="mt-4 md:mt-0 flex justify-end flex-col text-left project-content items-start">
<div class="project-overline flex justify-end gap-[71px]">
<div class="divider">
<div class="divider-line" data-collapsed="false"></div>
<div class="divider-notch"></div>
</div>
<div class="number text-white">06</div>
</div>
<div class="project-title text-white">
URL Shortener
</div>
<div class="project-description max-w-[59%]">
<p>
A simple, easy to use URL shortener with statistics on the number of clicks on your endpoint
</p>
</div>
<a class="project-button mt-[14px] hover:scale-105" href="https://url.popcat.xyz" rel="noopener noreferrer"
target="_blank"><span class="project-button-text"><i class="fa-solid fa-arrow-up-right-from-square"></i>
View</span></a>
</div>
<img class="w-full rounded-[5px] project-image lsc" style="cursor:pointer;" src="/assets/img/url.PNG"
alt="project image">
</div>
</section>
</div>
<h4 class="c-white">Other Projects <span class="slash gold">/</span></h4>
<div class="other-projects block m-auto max-w-[71%]">
<div class="flex flex-col lg:flex-row">
<div class="flex flex-col ftcontent">
<div class="flex flex-col lg:flex-row justify-between items-center">
<div class="pj-card lg:w-[65%]" style="visibility: visible;">
<div class="pj-card-content flex-col lg:flex-row justify-between items-start lg:items-center">
<div>
<h3 class="pj-card-heading">Pop Cat Wrapper</h3>
<p class="pj-card-description">An NPM Package To Make Your Life Easier While Using
The
Pop Cat API!</p>
</div>
<div class="buttons mt-[1rem] lg:mt-0">
<button onclick="window.open('https://npmjs.com/popcat-wrapper', '_blank')"
class="pj-card-button">Visit <i class="fa-solid fa-arrow-up-right-from-square"></i></button>
</div>
</div>
</div>
<div class="pj-card lg:w-[35%]" style="visibility: visible;">
<div class="pj-card-content flex-col">
<h3 class="pj-card-heading">Code Bin</h3>
<p class="pj-card-description">Pastebin with custom themes and syntax highlighting options!</p>
<div class="buttons mt-[1rem]">
<button onclick="window.open('https://code.popcat.xyz', '_blank')"
class="pj-card-button">Visit <i class="fa-solid fa-arrow-up-right-from-square"></i></button>
</div>
</div>
</div>
</div>
<div class="flex flex-col lg:flex-row">
<div class="pj-card lg:w-[35%]" style="visibility: visible;">
<div class="pj-card-content flex-col">
<h3 class="pj-card-heading">TODO List</h3>
<p class="pj-card-description">An Online Todo List with option to save your tasks on one
device only, and a
Login
system to save them globally!</p>
<div class="buttons mt-[1rem]">
<button onclick="window.open('https://popcat.xyz/todo', '_blank')"
class="pj-card-button">Visit <i class="fa-solid fa-arrow-up-right-from-square"></i></button>
</div>
</div>
</div>
<div class="pj-card lg:w-[65%]" style="visibility: visible;">
<div class="pj-card-content flex-col">
<h3 class="pj-card-heading text-[1.7rem] lg:text-[3rem]">Mystiq Dashboard</h3>
<p class="pj-card-description">A fully functional and easy to use Discord Bot Dashboard
with a beautiful UI!
</p>
<div class="buttons mt-[1rem]">
<button onclick="window.open('https://dashboard.mystiq.fun', '_blank')"
class="pj-card-button">Visit <i class="fa-solid fa-arrow-up-right-from-square"></i></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-content">
<h2 class="text-4xl m-[0] p-0" style="font-family: PowerGrotesk">Zero <span class="shine">Two</span></h2>
<p>Created and Managed by zerotwo._02</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@srexi/purecounterjs/dist/purecounter_vanilla.js"></script>
<script>
if (window.innerWidth > 600) {
new PureCounter({
selector: '.purecounter',
start: 0,
end: 100,
duration: 2,
delay: 10,
once: true,
repeat: false,
decimals: 0,
legacy: true,
filesizing: false,
currency: false,
separator: false,
});
};
const updateViews = async () => {
const response = await fetch('https://cdn.popcat.xyz/update');
const res = await response.json();
const { count } = res;
const viewsCount = document.getElementById('views-count');
viewsCount.setAttribute('data-purecounter-end', count);
viewsCount.innerHTML = count;
}
updateViews();
</script>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r98/three.js"></script>
<script src="assets/js/perlin.js"></script>
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
<script src="assets/js/projects.js"></script>
<script src="assets/js/particles.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>