-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
288 lines (279 loc) · 11.9 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet" />
<script src="https://kit.fontawesome.com/f2015fd586.js" crossorigin="anonymous"></script>
<script src="../js/jquery.js"></script>
<script src="../js/bootstrap.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="../css/bootstrap.css" crossorigin="anonymous" />
<link rel="stylesheet" href="../css/superslides.css" />
<script src="../js/jquery.superslides.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../css/style.css" />
<link rel="icon" type="image/gif" href="../assets/icon.gif" />
<title>TH3-MA3STRO</title>
</head>
<body data-spy="scroll" data-target="#navigate" data-offset="20">
<div id="slides">
<div class="slides-container">
<div id="particles-js"></div>
</div>
<div class="animated-typer justify-content-center">
<div style="
-webkit-user-select: none;
-khtml-user-select: none;
-webkit-touch-callout : none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;" class="head">
<h1 id="intro-name">Satyam Jha</h1>
<p id="intro-typed">
<span id="typed"></span><span class="cursor">|</span>
</p>
</div>
</div>
</div>
<nav id="navigate" class="navbar sticky-top navbar-dark bg-dark justify-content-center">
<ul class="nav nav-pills">
<li class="nav-item">
<a class="nav-link" id="home" href="#slides">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" id="about-me" href="#a">About Me</a>
</li>
<li class="nav-item skill-nav">
<a class="nav-link" id="about-me" href="#c">Skills</a>
</li>
<li class="nav-item">
<a href="#b" id="projects" class="nav-link">Projects</a>
</li>
</ul>
</nav>
<div>
<div class="about-me" id="a">
<div style="
text-align: center;
position: relative;
margin-bottom: 6rem;
overflow: hidden;
">
<h1 class="section-header">About Me</h1>
<div class="animated-underline"></div>
</div>
<div class="card mb-3 mx-auto" style="max-width: 70%;">
<div class="row no-gutters">
<div class="col-sm-12 col-md-12 col-lg-12" id="card">
<img src="../assets/IMG_20231116_002353_272.jpg" class="card-img" alt="..." />
<div class="card-body">
<h1 class="card-title">Hey there!</h1>
<p id="intro-text" class="card-text">
I am <span class="highlight">Satyam Jha</span>, currently
pursuing a <span class="highlight">Bachelor of Technology (B.Tech)</span> degree in <span class="highlight">Computer Science and Engineering</span> at
<span class="highlight">Vellore Institute of Technology</span>. I love
coding, and therefore I spend an ample amount of my time coding. I excel in
fields like <span class="highlight">Web Development</span>,
<span class="highlight">Automation</span>, <span class="highlight">Scripting</span> & <span class="highlight">Differential Calculus</span>
</p>
<!-- -->
<div class="socials">
<a target="_blank" title="@th3_ma3stro" href="https://www.twitter.com/th3_ma3stro/"><i
class="fab fa-twitter fa-2x icon"></i></a>
<a target="_blank" title="@TH3-MA3STRO" href="https://www.github.com/TH3-MA3STRO"><i
class="fab fa-github fa-2x icon"></i></a>
<a target="_blank" title="@maestro__xd" href="https://www.instagram.com/maestro__xd"><i
class="fab fa-instagram fa-2x icon"></i></a>
<a target="_blank" title="@maestro__xp" href="https://www.snapchat.com/add/maestro_xp"><i
class="fab fa-snapchat fa-2x icon"></i></a>
<a target="_blank" title="@maestro__xp" href="https://www.hackerrank.com/maestro__xp"><i
class="fab fa-hackerrank fa-2x icon"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="skills container" id="c">
<div style="
text-align: center;
position: relative;
margin-bottom: 6rem;
overflow: hidden;
">
<h1 class="section-header header-skill">Skills
</h1>
<div class="animated-underline"></div>
</div>
<div class="row justify-content-center">
<div class="card col col-lg-1 col-xl-3 col-md-4 col-sm-5 col-11" style="width: 100em;">
<div class="card-body">
<h3 style="text-decoration: underline;
text-decoration-color: gold;
" class="card-title"> <i class="head-icon fa-solid fa-code"></i> <br> Scripting</h3>
<p style="text-align: left;" class="card-text">
<i class="fa-solid fa-arrow-right"></i> Have concocted various magical scripts in various languages like:<br>
<br>
<i class="fab fa-python"></i> Python <br>
<i class="fab fa-node"></i> Nodejs <br>
<i class="fa-solid fa-dollar-sign"></i> Bash <br>
<img style="width: 16px; filter: invert(100%) sepia(47%) saturate(0%) hue-rotate(172deg) brightness(112%) contrast(101%);" src="./assets/icon.svg" alt="" srcset=""> Bunjs <br>
</p>
</div>
</div>
<div class="card col col-lg-1 col-xl-3 col-md-4 col-sm-5 col-11" style="width: 100em;">
<div class="card-body">
<h3 style="text-decoration: underline;
text-decoration-color: gold;
" class="card-title"><i class="head-icon fa-solid fa-globe"></i> <br> Web-Dev</h3>
<p style="text-align: left;" class="card-text">
<i class="fa-solid fa-arrow-right"></i> Can create robust but flexible, industry level websites from scratch using technologies like: <br>
<br>
<i class="fab fa-css3"></i> CSS <br>
<i class="fab fa-html5"></i> HTML5 <br>
<i class="fab fa-js"></i> Javascript <br>
<i class="fab fa-node-js"></i> Nodejs <br>
<i class="fa-solid fa-leaf"></i> MongoDB <br>
</p>
</div>
</div>
<div class="card col col-lg-1 col-xl-3 col-md-4 col-sm-5 col-11" style="width: 100em;">
<div class="card-body">
<h3 style="text-decoration: underline;
text-decoration-color: gold;
" class="card-title"><i class="head-icon fa-solid fa-wrench"></i><br>Tools</h3>
<p style="text-align: left;" class="card-text">
<i class="fa-solid fa-arrow-right"></i> Can perform various tasks very efficiently using powerful tools like: <br>
<br>
<i class="fa-solid fa-dollar-sign"></i> Emacs <br>
<i class="fa-solid fa-dollar-sign"></i> Vim <br>
<i class="fab fa-linux"></i> Linux <br>
</p>
</div>
</div>
</div>
<div class="projects container" id="b">
<div style="
text-align: center;
position: relative;
margin-bottom: 6rem;
overflow: hidden;
">
<h1 class="section-header">Projects</h1>
<div class="animated-underline"></div>
</div>
<div class="row justify-content-center">
<div class="card col col-lg-1 col-xl-3 col-md-4 col-sm-5 col-11" style="width: 100em;">
<div class="card-body">
<h5 class="card-title">IG DLER(cli)</h5>
<p class="card-text">
A cli version of the ig-dler project, which works on android
too!
</p>
</div>
<div class="card-footer">
<a href="https://github.com/TH3-MA3STRO/ig-dler_cli" class="btn btn-primary btn-top">Github</a>
</div>
</div>
<div class="card col col-lg-1 col-xl-3 col-md-4 col-sm-5 col-11" style="width: 100em;">
<div class="card-body">
<h5 class="card-title">TerminalTalk</h5>
<p class="card-text">
TerminalTalk is a command-line decentralized chat application that allows users to host their own server and communicate with friends.
</p>
</div>
<div class="card-footer">
<a href="https://github.com/TH3-MA3STRO/terminaltalk" class="btn btn-primary btn-bottom">Github</a>
</div>
</div>
<div class="card col col-lg-1 col-xl-3 col-md-4 col-sm-5 col-11" style="width: 100em;">
<div class="card-body">
<h5 class="card-title">Chatapp</h5>
<p class="card-text">
A chat app built with nodejs, socket.io, express and mongodb, with authentication using passportjs
</p>
</div>
<div class="card-footer">
<a href="https://www.github.com/TH3-MA3STRO/chatapp" class="btn btn-primary btn-top">Github</a>
</div>
</div>
<div class="card col col-lg-1 col-xl-3 col-md-4 col-sm-5 col-11" style="width: 100em;">
<div class="card-body">
<h5 class="card-title">IG DLER</h5>
<p class="card-text">
Download stories, highlights, posts of an instagram account,
without using any API
</p>
</div>
<div class="card-footer">
<a href="https://www.github.com/TH3-MA3STRO/ig-dler" class="btn btn-primary btn-bottom">Github</a>
</div>
</div>
<div class="card col col-lg-1 col-xl-3 col-md-4 col-sm-5 col-11" style="width: 100em;">
<div class="card-body">
<h5 class="card-title">Messenger Spammer</h5>
<p class="card-text">
Spam your friends on messenger with this easy to use tool :P
</p>
</div>
<div class="card-footer">
<a href="https://www.github.com/TH3-MA3STRO/messenger-spammer" class="btn btn-primary btn-top">Github</a>
</div>
</div>
<div class="card col col-lg-1 col-xl-3 col-md-4 col-sm-5 col-11" style="width: 100em;">
<div class="card-body">
<h5 class="card-title">Whatsapp Spammer</h5>
<p class="card-text">
Spam your WhatsApp groups and contacts with hundreds of messages
</p>
</div>
<div class="card-footer">
<a href="https://github.com/TH3-MA3STRO/whatsapp-spammer" class="btn btn-primary btn-bottom">Github</a>
</div>
</div>
<div class="card col col-lg-1 col-md-4 col-xl-3 col-sm-5 col-11" style="width: 100em;">
<div class="card-body">
<h5 class="card-title">IG Tools</h5>
<p class="card-text">
Spam your friends' Instagram profile or #tags easily
</p>
</div>
<div class="card-footer">
<a href="https://github.com/TH3-MA3STRO/ig-tools" class="btn btn-primary btn-top">Github</a>
</div>
</div>
<div class="card col col-lg-1 col-md-4 col-xl-3 col-sm-5 col-11" style="width: 100em;">
<div class="card-body" style="position: relative;">
<h5 class="card-title">Portfolio</h5>
<p class="card-text">My portfolio website!</p>
</div>
<div class="card-footer">
<a href="https://github.com/TH3-MA3STRO/th3-ma3stro.github.io"
class="btn mt-auto btn-primary btn-bottom">Github</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="outro">
<h1>
Designed & Developed by <span class="highlight">Satyam Jha</span> ©
2024
</h1>
<h1>
Special Thanks to
<a href="https://vipuljha.com/"
class="highlight">Vipul Jha</a>,
<span class="highlight">Shubham Jha</span> for helping and for design
inspirations.
</h1>
</div>
</div>
</body>
<script src="../js/particles.js"></script>
<script src="../js/app.js"></script>
<script src="../js/animator.js"></script>
</html>