-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
276 lines (237 loc) · 11 KB
/
index.html
File metadata and controls
276 lines (237 loc) · 11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ChaoticNebula</title>
<!-- Favicon -->
<link rel="shortcut icon" href="/discord.gif" type="image/gif">
<!-- Open graph -->
<meta name="description" content="Hey there 👋 I'm ChaoticNebula and this is my portfolio." />
<meta content="#9affe1" name="theme-color">
<!-- Particles js and Typed js -->
<script src="particles.js"></script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<!-- Styles -->
<link rel="stylesheet" href="./styles.css">
<!--ThreeJS-->
<script src="https://cdn.jsdelivr.net/npm/three@0.121.1/build/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.121.1/examples/js/controls/OrbitControls.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/simplex-noise/2.4.0/simplex-noise.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<!--Preloader-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.3/TweenMax.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/MorphSVGPlugin.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r124/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/cannon.js/0.6.2/cannon.min.js"></script>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<!-- Animate.css -->
<!-- <link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/> -->
<!-- Icons -->
<!-- <link rel="icon" href="./favicon.ico"> -->
<src="https: //code.iconify.design/1/1.0.7/iconify.min.js">
</script>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.12.0/devicon.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
</head>
<body>
<!-- Navbar -->
<nav class="navbar">
<div class="navbar__container">
<a href="#home" id="navbar__logo">ChaoticNebula</a>
<div class="navbar__toggle" id="mobile-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="navbar__menu">
<li class="navbar__item">
<a href="#home" class="navbar__links" id="home-page">Home</a>
</li>
<li class="navbar__item">
<a href="#about" class="navbar__links" id="about-page">About</a>
</li>
<li class="navbar__item">
<a href="#resume" class="navbar__links" id="resume-page">Projects</a>
</li>
<li class="navbar__item">
<a href="#stack" class="navbar__links" id="stack-page">Tech Stack</a>
</li>
</ul>
</div>
</nav>
<!-- Landing -->
<div class="container">
<div id="particles-js"></div>
<section class="home__section" id="home">
<h1 id="main-name">
Hi! I'm ChaoticNebula
</h1>
<p>
I'm a <span class='typing'></span>
</p>
<div class="social__icons">
<a href=https://github.com/chaoticnebula5 class="icons" target="_blank"> <i
class="fab fa-github fa-3x"></i></a>
<a href=https://www.youtube.com/channel/UCVuMqCmXSvsUdIaJugzeQHA class="icons" target="_blank"> <i
class="fab fa-youtube fa-3x"></i></a>
<a href=https://stackoverflow.com/users/15057858/chaoticnebula class="icons" target="_blank"><i
class="fab fa-stack-overflow fa-3x"></i></a>
<a href=https://discordapp.com/users/430637658826604544/ class="icons" target="_blank"> <i
class="fab fa-discord fa-3x"></i></a>
</div>
</section>
</div>
<!-- About -->
<section class="about__section" id="about">
<div class="about__container">
<div class="about__card">
<h1>
<i class="fab fa-phoenix-framework"></i>
About Me
</h1>
<br>
<p> 👋 Hi, I'm ChaoticNebula! You can call me Chaotic or Nebula 👋
<p> <br>
<p>
I am a self-taught developer. I mainly do back-end development but sometimes I like to do front-end
development as it unleashes the creativity out of me.<br><br>
</p>
<p>My passion towards Python inspired me to make a discord bot. The <a
href='https://top.gg/bot/804345383110836234' target='_blank'>Unoffical Tom and Jerry Bot</a>, a
verified discord bot focussed around the Legendary Duo. <br>
<br>
</p>
<p>
I really like to play games and do Trigonometry (dont ask me why). I aspire to be a Data Scientist
and an Artificial Intelligence and Machine Learning Engineer.
</p>
<br>
</div>
</div>
</section>
<!-- Projects -->
<section class="resume__section" id="resume">
<div class="toggle__bar">
<button class="toggle__btn active__btn" id="prj__btn">
<h1>Projects</h1>
</button>
<button class="toggle__btn" id="exp__btn">
<h1>My Journey</h1>
</button>
</div>
<div class="resume__container">
<div class="timeline" id="projects">
<ul>
<li>
<div class="timeline__content">
<h3 class="date">Mid 2021</h3>
<h1><a href='https://github.com/ChaoticNebula5/ObjectDetection' target="_blank">Real-Time
Object Detection</a></h1>
<p> A simple algorithm to detect objects in real time using Open-CV, YOLO v3 and Mobile Net
SSD Models.</p>
</div>
</li>
<li>
<div class="timeline__content">
<h3 class="date">Early 2021</h3>
<h1><a href='https://github.com/ChaoticNebula5/VaccineFinder' target="_blank">Co-Win Vaccine
Finder</a></h1>
<p> A Vaccine Finder using python and the CoWIN API.</p>
</div>
</li>
<li>
<div class="timeline__content">
<h3 class="date">Late 2020</h3>
<h1><a href='https://top.gg/bot/804345383110836234' target="_blank">Unoffical Tom and Jerry
Bot</a></h1>
<p>The Only Verified Discord Bot focussed around the Legendary Duo Tom and Jerry!</p>
</div>
</li>
</ul>
</div>
<div class="timeline noshow" id="experience">
<ul>
<li>
<div class="timeline__content">
<h3 class="date">Late 2020</h3>
<h1>Started Building Projects</h1>
<p>Including Discord Bot Devlopment and Full Stack Projects</p>
</div>
</li>
<li>
<div class="timeline__content">
<h3 class="date">2020</h3>
<h1>Learnt More Programming Languages</h1>
<p>Java, Kotlin, MySQL</p>
</div>
</li>
<li>
<div class="timeline__content">
<h3 class="date">2018 - 2019</h3>
<h1>Started with Python</h1>
<p>Mastered Python in early 2019</p>
</div>
</li>
<li>
<div class="timeline__content">
<h3 class="date">2017</h3>
<h1>Started my programming journey.</h1>
<p>Started learning JavaScript</p>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Stack -->
<section class="tech__section" id="stack">
<div class="tech__container">
<h1>Languages</h1>
<ul class="tech__icons">
<li class="icon__item"><i class="devicon-python-plain-wordmark"></i></li>
<li class="icon__item"><i class="devicon-java-plain-wordmark"></i></i></li>
<li class="icon__item"><i class="devicon-kotlin-plain-wordmark"></i></li>
<br>
<li class="icon__item"><i class="devicon-javascript-plain"></i></li>
</ul>
</div>
<div class="tech__container">
<h1>Tools and Technologies</h1>
<ul class="tech__icons">
<li class="icon__item"><i class="devicon-mysql-plain-wordmark"></i></li>
<li class="icon__item"><i class="devicon-mongodb-plain-wordmark"></i></li>
<li class="icon__item"><i class="devicon-git-plain-wordmark"></i></li>
<li class="icon__item"><i class="devicon-github-original-wordmark"></i></li>
<li class="icon__item"><i class="devicon-vscode-plain"></i></li>
<li class="icon__item"><i class="devicon-intellij-plain"></i></li>
</ul>
</div>
</section>
<!--Button-->
<div class="button-wrapper">
<a href="/threejs/index.html">
<input class="button1" type="button" name="button1" value="Click me to play a game!"/>
</a>
</div>
<!-- Footer -->
<footer class="sticky__footer">
<p>Made with <span class="heart">❤</span> by ChaoticNebula </p>
</footer>
<div id="particles-js"></div>
<script>
particlesJS.load('particles-js', 'particles.json', function () {
console.log('particles.js config loaded...');
});
</script>
<script src="./main.js"></script>
</body>
</html>