forked from chetangargnitd/chetangargnitd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
321 lines (288 loc) · 14.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Prakash K</title>
<link rel="shortcut icon" type="image/png" href="img/favicon2.ico"/>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
<!-- Animate -->
<link rel="stylesheet" href="css/animate.css" type="text/css">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-secondary fixed-top text-uppercase" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger animated pulse infinite" href="#page-top"><img src="img/favicon.ico" style="width: 70px"></a>
<button class="navbar-toggler navbar-toggler-right text-uppercase bg-primary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="media/Prakash_K_resume.pdf" target="blank">Resume</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead bg-primary text-white text-center">
<div class="container">
<img class="img-fluid mb-5 d-block mx-auto" src="img/profile.jpg" alt="" style="width: 250px; border-radius: 50%">
<h1 class="text-uppercase mb-0">PRAKASH KAUSHAL</h1>
<hr class="star-light">
<h2 class="font-weight-light mb-0">Developer - Programmer - Coder</h2>
</div>
</header>
<!-- Portfolio Grid Section -->
<section class="portfolio" id="portfolio">
<div class="container">
<h2 class="text-center text-uppercase text-secondary mb-0">Portfolio</h2>
<hr class="star-dark mb-5">
<div class="row">
<div class="col-md-12 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-1">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/ttt_logo.png" alt="">
</a>
<h3 style="text-align: center;">K's TicTacToe</h3><br><br><br>
</div>
<div class="col-md-12 col-lg-4 pic" >
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-2">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/relief_donation.png" alt="">
</a>
<h3 style="text-align: center;">Flood Donation Page</h3><br><br><br>
</div>
<div class="col-md-12 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-3">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/year2020.png" alt="">
</a>
<h3 style="text-align: center;">Survey: year 2020</h3><br><br><br>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="bg-primary text-white mb-0" id="about">
<div class="container">
<h2 class="text-center text-uppercase text-white">About</h2>
<hr class="star-light mb-5">
<div class="row">
<div class="col-lg-4 ml-auto">
<p class="lead">Hey, I am Prakash Kaushal, Computer Science & Engineering student at DCE, Darbhanga. I completed my Intermediate from G D Mother International School, Muzaffarpur which is affiliated to CBSE. </p>
</div>
<div class="col-lg-4 mr-auto">
<p class="lead">I use open source OS, open source tools and would love to contribute to any open source project. I like to know how things work and build new things.</p>
</div>
</div>
<div class="text-center mt-4">
<a class="btn btn-xl btn-outline-light" href="media/Prakash_K_resume.pdf" target="blank" style="background-color: #2C3E50;">
<i class="fa fa-download mr-2"></i>
Download Resume!
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center">
<div class="container">
<div class="row">
<div class="col-md-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4"><i class="fa fa-fw fa-map-marker"></i>Where to find me</h4>
<p class="lead mb-0">
Chanakyapuri, Ahiyapur
<br>Muzaffarpur, Bihar
<br>842002 India
</p>
</div>
<div class="col-md-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Around the Web</h4>
<ul class="list-inline mb-0">
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" target="blank" href="https://www.facebook.com/prakash.kaushal.5832/">
<i class="fa fa-fw fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" target="blank" href="https://sites.google.com/view/prakash-k">
<i class="fa fa-fw fa-google-plus"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" target="blank" href="https://github.com/pkaushal-bharat">
<i class="fa fa-fw fa-github"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" target="blank" href="https://www.linkedin.com/in/prakash-k-a971b51b8/">
<i class="fa fa-fw fa-linkedin"></i>
</a>
</li>
<!-- <li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" target="blank" href="https://pkaushal_bharat.github.io/">
<i class="fa fa-fw fa-dribbble"></i>
</a>
</li> -->
</ul>
</div>
<div class="col-md-4">
<h4 class="text-uppercase mb-4"><i class="fa fa-fw fa-envelope"></i>Reach out</h4>
<p class="lead mb-0"><a href="mailto:pkaushal41119@gmail.com?subject=Reaching out&body=Hello Prakash%2C I visited your portfolio website and ">pkaushal41119@gmail.com</a>
<br><a href="https://wa.me/+919431803564?text=I%20got%20in%20your%20contact%20from%20your%20website%20and%20I'm%20interested%20in%20">+919431803564</a>
</p>
</div>
</div>
</div>
</footer>
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>Copyright © Prakash Kaushal 2021</small>
</div>
</div>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<!-- K's TicTacToe -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-1">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">K's TicTacToe</h2>
<hr class="star-dark mb-5">
<a href="https://github.com/pkaushal-bharat/C-Projects-by-K/tree/main/K_ttt" target="blank">
<img class="img-fluid mb-5" src="img/portfolio/ttt_logo.png" alt="" style="height: 300px;">
</a>
<p class="mb-5">Popular tictactoe game recreated in C as "Kattam Kuttai". it has a colorful UI and greater compatibility because it uses only standard C header files. </p>
<a class="btn btn-primary btn-lg rounded-pill" href="https://github.com/pkaushal-bharat/C-Projects-by-K/tree/main/K_ttt" target="blank">
<i class="fa fa-fw fa-github"></i>
GitHub Link
</a>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close Project</a>
</div>
</div>
</div>
</div>
</div>
<!-- Flood relief donation -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-2">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Flood Relief Donation</h2>
<hr class="star-dark mb-5">
<a href="https://donate-flood2021.web.app/" target="blank">
<img class="img-fluid mb-5" src="img/portfolio/relief_donation.png" alt="" style="height: 300px;">
</a>
<p class="mb-5">A simple and fully functional Flood Relief Donation page integrated with Razorpay payment gateway.</p>
<a class="btn btn-primary btn-lg rounded-pill" href="https://github.com/pkaushal-bharat/GRIP-TSF/tree/main/Payment-Gateway-Integration" target="blank">
<i class="fa fa-fw fa-github"></i>
GitHub Link
</a>
<a class="btn btn-primary btn-lg rounded-pill" href="#">
<i class="fa fa-close"></i>
Close Project</a>
</div>
</div>
</div>
</div>
</div>
<!-- Year2020 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-3">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Survey: Year2020</h2>
<hr class="star-dark mb-5">
<a href="https://pkaushal-bharat.github.io/FCC-projects/responsive-web-design/survey-form/year2020.html" target="blank">
<img class="img-fluid mb-5" src="img/portfolio/year2020.png" alt="" style="height: 300px">
</a>
<p class="mb-5">
A responsive survey form on the experience of year 2020<br>
</p>
<a class="btn btn-primary btn-lg rounded-pill" href="https://github.com/pkaushal-bharat/FCC-projects/tree/main/responsive-web-design/survey-form" target="blank">
<i class="fa fa-fw fa-github"></i>
GitHub Link
</a>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close Project</a>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
</body>
<!--CSS Spinner-->
<div class="spinner-wrapper">
<div class="spinner"></div>
</div>
<script>
$(document).ready(function() {
setTimeout(function() {
$(".spinner-wrapper").css({"display": "none"});
}, 2000);
});
</script>
</html>