-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
351 lines (318 loc) · 16.5 KB
/
Copy pathindex.html
File metadata and controls
351 lines (318 loc) · 16.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>R I S H A B H K U M A R</title>
<link rel="shortcut icon" href="images/logo.jpg">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/stars.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" crossorigin="anonymous">
<!-- Facebook Open Graph -->
<meta name="og:description" content="User Page">
<meta name="og:title" content="Rishabh Kumar">
<meta name="og:url" content="https://rishabh16.me/">
<meta name="og:type" content="article">
</head>
<body >
<div class="preloader"><span class="preloader-gif"> <img src="https://user-images.githubusercontent.com/61164064/97917606-b7b15580-1d7a-11eb-8ccd-6cd6b8993ae8.gif" /> </span></div>
<section>
<div id="stars"></div>
<div id="stars2"></div>
<div id="stars3"></div>
<div class="title" >
<div class=" header" >
<div class="container text-center">
<div class="intro">
<img src="https://avatars2.githubusercontent.com/u/61164064?s=460&u=4c826521a1637b8eac013ddd9d7bfda9abc19062&v=4" alt="" id="userimg"><br><br>
<h1>R I S H A B H K U M A R <a href="https://dev.to/rishabhkumar16">
<img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" alt="Rishabh Kumar's DEV Profile" height="30" width="30">
</a></h1>
<h2 class="typing">hi</h2><br><br>
<div>
<a href="https://github.com/rishabhkumar16" class="icon" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.facebook.com/profile.php?id=100007658586462" class="icon" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/rishaabh._/" class="icon" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/rishabhkumar16" class="icon" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a href="https://myaccount.google.com/u/1/?utm_source=OGB&tab=wk1&utm_medium=app" target="_blank" class="icon"><i class="fab fa-google-plus"></i></a>
</div>
<br><br><br>
<a href="#about" class="arrow-icon"><i class="fas fa-chevron-circle-down"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- -------------------------Nav bar-------------------------- -->
<div class="nav-bar">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="#"><img src="images/logo.jpg" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars" aria-hidden="true"></i>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#">HOME </a>
</li>
<li class="nav-item">
<a class="nav-link " href="#about" >ABOUT ME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#resume">RESUME</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#contact" >CONTACT</a>
</li>
<li class="nav-item">
<a class="nav-link " href="https://github.com/rishabhkumar16" target="_blank" >GITHUB</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">DONATE</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- ---------------------------About me----------------------- -->
<div class="container about" id="about">
<div class="row">
<div class="col-md-6 text-center">
<img src="images/profile.jpg" alt="Image not loaded" id="profile">
</div>
<div class="col-md-6" >
<h3>WHO AM I ?</h3><hr>
<p>
Hi, I am Rishabh Kumar.A Second year student of B.Tech, Computer Science & Information Technology at
Institute of Technical Education and Research, Bhubaneswar. I am a Java, C developer and
currently learning web development. I am a Tech Enthusiast who loves developing Websites. My hobbies includes gaming and coding.
</p>
<h3>SKILLS</h3><hr>
<div class="skills-bar">
<p>JAVA</p>
<div class="progress">
<div class="progress-bar" style="width: 75%;"></div>
</div>
<p>C</p>
<div class="progress">
<div class="progress-bar" style="width: 60%;"></div>
</div>
<p>PYTHON</p>
<div class="progress">
<div class="progress-bar" style="width: 75%;"></div>
</div>
<p>HTML 5</p>
<div class="progress">
<div class="progress-bar" style="width: 80%;"></div>
</div>
<p>CSS 3</p>
<div class="progress">
<div class="progress-bar" style="width: 80%;"></div>
</div>
<p>JAVA SCRIPT</p>
<div class="progress">
<div class="progress-bar" style="width: 70%;"></div>
</div>
<!-- <p>JQUERY</p>
<div class="progress">
<div class="progress-bar" style="width: 50%;"></div>
</div> -->
<p>BOOTSTRAP</p>
<div class="progress">
<div class="progress-bar" style="width: 75%;"></div>
</div>
</div>
</div>
</div>
</div>
<!-------------social icon--------------------- -- -->
<div class="social-icons">
<ul>
<a href="https://www.facebook.com/profile.php?id=100007658586462" target="_blank"><li><i class="fa fa-facebook"></i></li></a>
<a href="https://www.instagram.com/rishaabh._/" target="_blank"><li><i class="fa fa-instagram"></i></li></a>
<a href="https://www.linkedin.com/in/rishabhkumar16" target="_blank"><li><i class="fa fa-linkedin"></i></li></a>
<a href="https://github.com/rishabhkumar16" target="_blank"><li><i class="fa fa-github"></i></li></a>
<a href="https://myaccount.google.com/u/1/?utm_source=OGB&tab=wk1&utm_medium=app" target="_blank"><li><i class="fa fa-google"></i></li></a>
</ul>
</div>
<!-- ------------------Resume--------------------- -->
<div class="resume" id="resume">
<div class="container">
<div class="row">
<div class="col-md-6">
<h3>My Internships</h3><hr>
<ul class="timeline">
<li>
<h4>2021 - Full Stack Web Development with Python</h4>
<p>
<b>Company</b> - Highradius Pvt. Ltd. <br>
<b>Duration</b> - 18 days [June 2021] <br>
</p>
</li>
<li>
<h4>2020 - Full Stack Web Development</h4>
<p>
<b>Company</b> - Verzeo Edu Tech Pvt. Ltd. <br>
<b>Duration</b> - 2 months [January 2020 to February 2020] <br>
</p>
</li>
<li>
<h4>2019 - Android App Development With Java</h4>
<p>
<b>Company</b> - Kyrion Technologies Pvt. Ltd. <br>
<b>Duration</b> - 1 months [June 2019] <br>
</p>
</li>
</ul>
</div>
<div class="col-md-6">
<h3>My Education</h3><hr>
<ul class="timeline">
<li>
<h4>[2018 - Present] - B.Tech in Computer Science & Information Technology</h4>
<p>
<b>Institution</b> - Institute of Technical Education and Research - Siksha 'O' Anusandhan Deemed to be University<br>
<b>Session</b> - 2018 - 2022 <br>
</p>
</li>
<li>
<h4>2018 - High School (ISC)</h4>
<p>
<b>Institution</b> - Rajendra Vidyalaya <br>
<b>Duration</b> - 2016 - 2018 <br>
</p>
</li>
<li>
<h4>2016 - Intermediate (ICSE)</h4>
<p>
<b>Institution</b> - R.V.S Academy <br>
<b>Duration</b> - 2015 - 2016 <br>
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- --------------certifications and contact details---------------- -->
<div class="resume" style="background-color: white;">
<div class="container">
<div class="row">
<div class="col-md-6">
<h3>Certification</h3> <hr>
<ul class="timeline">
<li>
<h4>Introduction to Programing Using Java</h4>
<p>
<b>Issued By</b> - Microsoft Technology Associate (MTA)<br>
<!-- <b>Issued On</b> - 2019 <br> -->
<a href="https://drive.google.com/open?id=1SN25Eb9sFB5uYpHzunvQyH-jnxFGUkiI" target="_blank">Verify here</a>
</p>
</li>
<li>
<h4>Application Development</h4>
<p>
<b>Issued By</b> - Qwiklabs Google Cloud <br>
<!-- <b>Issued On</b> - 2019<br> -->
<a href="https://www.qwiklabs.com/public_profiles/66e3ef08-6184-4c42-a150-91ad5189df21" target="_blank">Verify here</a>
</p>
</li>
<li>
<h4>Android App Development With Java Training</h4>
<p>
<b>Issued By</b> - What After College (WAC) <br>
<!-- <b>Issued on</b> - 2019 <br> -->
<a href="https://drive.google.com/open?id=1nioD6q33S2YueHYEdiAEaEuiNyqJ4smg" target="_blank">Verify here</a>
</p>
</li>
<li>
<h4>Web Development</h4>
<p>
<b>Issued By</b> - Verzeo Edu Tech Pvt. Ltd.<br>
<!-- <b>Issued On</b> - 2020 <br> -->
<a href="https://drive.google.com/open?id=1NNS0O7xIUI59KQdQ72Ua0XgLJJNXS6zv" target="_blank">Verify here</a>
</p>
</li>
</ul>
</div>
<div class="col-md-6" id="contact">
<h3>CONTACT DETAILS</h3><hr>
<p><i class="fa fa-trophy"></i>
<b>NAME </b> - <span>RISHABH KUMAR</span> <br><i class="fa fa-map-marker"></i>
<b>ADDRESS </b> - <span>Boy's Hostel No. 9,</span><br>
<span>Institute of Technical Education and Research,</span><br>
<span>Bhubaneswar,Odisha-751030, India</span><br><i class="fa fa-phone"></i>
<b>PHONE NO. </b> - <span>+91879787****</span> <br><i class="fa fa-envelope"></i>
<b>EMAIL ID</b> - <span>rishabhkumar.jsrair@gmail.com</span>
</p>
<br><br>
<button type="button" class="btn btn-primary" onclick="window.open('cv.pdf')"><i class="fa fa-download"></i> Download Resume</button> <br>
<button type="button" class="btn btn-primary bg" formtarget="_blank" onclick="window.location.href='https://github.com/rishabhkumar16'" ><i class="fab fa-github"></i> For Projects Visit GITHUB</button>
</div>
</div>
</div> </div> <hr>
<!-- ---------------------Contact Form-------------- -->
<div class="contact-area" id="contact-area" style="background-color: #f9f9f9;">
<div class="">
<div class="contact-title"><br>
<h4>Get In Touch</h4>
<h2>rishabhkumar.jsrair@gmail.com</h2>
</div>
<div class="container cotact-form">
<form action="https://formspree.io/f/mzbkdlde"
method="POST" id="contact-form" class="form">
<!-- <label for=""><b>Name</b></label> -->
<input type="text" name="name" class="form-control" placeholder="Your Full Name" required>
<br>
<input type="email" name="email" class="form-control" placeholder="Your Email Id" required>
<br>
<input type="text" name="subject" class="form-control" placeholder="Subject" required>
<br>
<textarea name="message" class="form-control" cols="30" rows="5" placeholder="Enter Your Message" required></textarea>
<br>
<button type="submit" class=" submit">Send</button>
<br>
</form>
</div>
</div>
</div>
<!-- ----------------------Footer------------------- -->
<hr>
<br>
<div class="footer" style="background-color: rgb(97, 97, 97);">
<div class="container ">
<a href="#" class="arrow" ><i class="fas fa-chevron-circle-up down-arrow "></i></a>
</div>
<div class="container footer-icon">
<a href="https://www.facebook.com/profile.php?id=100007658586462" class="icon" target="_blank"><i class="fab fa-facebook-square"></i></a>
<a href="https://myaccount.google.com/u/1/?utm_source=OGB&tab=wk1&utm_medium=app" class="icon" target="_blank"><i class="fab fa-google"></i></a>
<a href="https://www.linkedin.com/in/rishabhkumar16" class="icon" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://www.instagram.com/rishaabh._/" class="icon" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://github.com/rishabhkumar16" class="icon" target="_blank"><i class="fab fa-github-square"></i></a>
<br><br>
<p class="copyright" style="font-family: Cutive Mono;">Copyright © 2020 by RishabhKumar</p><br>
</div>
</div>
</body>
<script src="js/animation.js"></script>
<script src="https://kit.fontawesome.com/e3ed0e7d15.js" crossorigin="anonymous"></script>
<script src="js/smooth-scroll.js"></script>
<script>
var scroll = new SmoothScroll('a[href*="#"]');
</script>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<!-- <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script> -->
<script>
//Preloader
$(document).ready(function () {
// preloader
$(window).load(function(){
$('.preloader').delay(400).fadeOut(500);
})
})
</script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" crossorigin="anonymous"></script>
</html>