-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
349 lines (307 loc) · 14.5 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
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
<!DOCTYPE html>
<head>
<title>Mayank Rajput</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Custom Fonts -->
<script src="https://use.fontawesome.com/a10c7a379a.js"></script>
<!-- Theme CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
jQuery(document).ready(function(){
jQuery('.skillbar').each(function(){
jQuery(this).find('.skillbar-bar').animate({
width:jQuery(this).attr('data-percent')
},4000);
});
});
</script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="typed.js"></script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="#maincontent"> >>> Mayank Rajput <<< </a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#Projects">Projects</a>
</li>
<li class="page-scroll">
<a href="#Myskills">My Skills</a>
</li>
<li class="page-scroll">
<a href="#about">About</a>
</li>
<li class="page-scroll">
<a href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header id="particles-js">
<div class="container" id="maincontent" tabindex="-1">
<div class="row">
<div class="col-lg-12 text-center profile_img">
<img class="img-responsive img-circle portrait" src="images/profile.jpg" alt="">
<div class="intro-text">
<h1 class="name">Mayank Rajput</h1>
<hr class="star-light">
<span class="skills"></span>
</div>
</div>
</div>
</div>
<script src="particles.js"></script>
<script src="app.js"></script>
</header>
<script type="text/javascript">
var typed = new Typed(".skills", {
strings:["I'm more Passionate about new Technologies, new Ideas and new ways of Thinking. Enthusiastic to work with Multiple Technology. and willing to learn anything and everything :) "],
startDelay: 1000,
typeSpeed: 80,
backSpeed: 10,
backDelay: 3000,
loop: true
});
</script>
<!-- Projects Grid Section -->
<section id="Projects">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Here are some of my projects.</h2>
<hr>
</div>
</div>
<span class="row">
<div class="col-sm-4 Projects-item">
<div class="thumbnail">
<h4 class="text-center">YouTube Video Downloader Bot</h4>
<img src="images/youtube-realtime.jpg" class="img-responsive" alt="Cabin">
<div class="caption text-center">
<a target="_blank" href="https://github.com/hackelite01/youtubedownloaderbot">
<button class="btn btn-outlinee"> Source </button>
</a>
</div>
</div>
</div>
<div class="col-sm-4 Projects-item">
<div class="thumbnail">
<h4 class="text-center">IP Tracker</h4>
<img src="images/ip.png" class="img-responsive" alt="Cabin">
<div class="caption text-center">
<a target="_blank" href="https://github.com/hackelite01/IP-Track">
<button class="btn btn-outlinee"> Source </button>
</a>
</div>
</div>
</div>
<div class="col-sm-4 Projects-item">
<div class="thumbnail">
<h4 class="text-center">Birthday Wishing</h4>
<img src="images/bday.png" class="img-responsive" alt="Cabin">
<div class="caption text-center">
<a target="_blank" href="https://github.com/hackelite01/birthday">
<button class="btn btn-outlinee"> Source </button>
</a>
</div>
</div>
</div>
</span>
<span>
<div class="col-sm-4 Projects-item">
<div class="thumbnail">
<h4 class="text-center">Website Host Finder</h4>
<img src="images/host.png" class="img-responsive" alt="Cabin">
<div class="caption text-center">
<a target="_blank" href="https://github.com/hackelite01/Host-Ip-Of-Website">
<button class="btn btn-outlinee"> Source </button>
</a>
</div>
</div>
</div>
<div class="col-sm-4 Projects-item">
<div class="thumbnail">
<h4 class="text-center">Vaccine Booking</h4>
<img src="images/vaccine.png" class="img-responsive" alt="Cabin">
<div class="caption text-center">
<a target="_blank" href="https://github.com/hackelite01/cowin-vaccine-booking">
<button class="btn btn-outlinee"> Source </button>
</a>
</div>
</div>
</div>
<div class="col-sm-4 Projects-item">
<div class="thumbnail">
<h4 class="text-center">Other Basic Programs & Projects</h4>
<img src="images/github-logo.png" class="img-responsive" alt="Cabin">
<div class="caption text-center">
</a>
<a target="_blank" href="https://github.com/hackelite01">
<button class="btn btn-outlinee"> Source </button>
</a>
</div>
</div>
</div>
</span>
</div>
</div>
</section>
<!-- My Skills -->
<section id="Myskills">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>My Skills</h2>
<hr>
<div class="col-sm-6 stats_grid_right">
<div class="skillbar clearfix" data-percent="85.09%">
<div class="skillbar-title" style="background: #4d2600;"><span>Python</span></div>
<div class="skillbar-bar python" style="background: #994d00;">85.09%</div>
</div>
<!-- End Skill Bar -->
<div class="skillbar clearfix" data-percent="63%">
<div class="skillbar-title" style="background: #cc0066;"><span>JS</span></div>
<div class="skillbar-bar java" style="background: #ff1a8c;">63%</div>
</div>
<div class="skillbar clearfix" data-percent="30.33%">
<span class="skillbar-title" style="background: #005c99;">Go</span>
<p class="skillbar-bar go" style="background: #0099ff;">30.33%</p>
</div>
<div class="skillbar clearfix" data-percent="36.85%">
<span class="skillbar-title" style="background: #2d8659;">Kotlin</span>
<p class="skillbar-bar kotlin" style="background: #40bf80;">36.85%</p>
</div>
<!-- End Skill Bar -->
</div>
<div class="col-sm-6 stats_grid_right">
<div class="skillbar clearfix" data-percent="70%">
<span class="skillbar-title" style="background: #cc6600;">HTML</span>
<p class="skillbar-bar html" style="background: #ff9933;">70%</p>
</div>
<div class="skillbar clearfix" data-percent="69.78%">
<span class="skillbar-title" style="background: #0086b3;">CSS</span>
<p class="skillbar-bar css" style="background: #4dd2ff;">69.78%</p>
</div>
<div class="skillbar clearfix" data-percent="40.01%">
<span class="skillbar-title" style="background: #cc0000;">Shell</span>
<p class="skillbar-bar shell" style="background: #ff1a1a;">40.01%</p>
</div>
<div class="skillbar clearfix" data-percent="96%">
<span class="skillbar-title" style="background: #009900;">C</span>
<p class="skillbar-bar others" style="background: #4dff4d;">96%</p>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="about" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>About</h2>
<hr background-color: red;>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h3>Hello Welcome To My World == Coding World;</h3>
<p>It's my pleasure to introduce my self..well, My name is Mayank Rajput. I'm studying B.Tech(CE) at Saffrony, Gujarat.</p>
<p> A self-taught developer, learning new technologies every day.A well-organized person, problem solver, and a guy with acute attention to detail and creativity. Fan of Indian Army, outdoor activities, painting are some of my hobbies.Interested in the entire front-end and back-end spectrum on ambitious projects with a great team.</p>
<p> Currently I am learning some new technology and hacking at Udemy and other platforms. Want to ask me anonymously?? <a href="http://m.qooh.me/Mayank1Rajput">Click here </a> .There is a Contact Section is avaliable where you can directly contact to me. Also you can follow me on social media also by clicking on them.</p>
</div>
<div class="col-lg-8 col-lg-offset-2 text-center">
</div>
</div>
</div>
</section>
<!-- Goals Section -->
<section class="about" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>My Goals</h2>
<hr background-color: blue;>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p>🔸 To do things which will make me proud.<br>
🔸 Share my ideas to help others.<br>
🔸 To do things that make me a better person.<br>
🔸 To work in an organization where I can utilize and apply my knowledge, skills which would enable me to grow while fulfilling organizational goals</p>
</div>
<div class="col-lg-8 col-lg-offset-2 text-center">
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<footer id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Contact</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<ul class="list-inline">
<li>
<a target="_blank" href="https://github.com/hackelite01" class="btn-social btn-outline">
<i class="fa fa-fw fa-github"></i></a>
</li>
<li>
<a target="_blank" href="https://www.t.me/NonRootedInsaan" class="btn-social btn-outline">
<i class="fa fa-paper-plane"></i></a>
</li>
<li>
<a target="_blank" target="_blank" href="https://www.instagram.com/mayankrajput.ml" class="btn-social btn-outline">
<i class="fa fa-instagram"></i></a>
</li>
</ul>
<br>
<div class="col-lg-8 col-lg-offset-2 text-center">
<a href="mailto:mayankrajput2110@gmail.com" class="btn btn-lg btn-outline">
<i class="fa fa-envelope"></i> Message Me!
</a>
</div>
</div>
</div>
<div class="copy-right">
<br>
<p> copyright © 2021 | All Rights Reserved | Design by <a href="https://linktr.ee/hackelite01"> Mayank Rajput </a></p>
</div>
</div>
</footer>
</body>
</html>