-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPortfolio.html
More file actions
341 lines (280 loc) · 16.2 KB
/
Portfolio.html
File metadata and controls
341 lines (280 loc) · 16.2 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
<!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>portfolio (Nishit)</title>
<link rel="stylesheet" href="./assets/css/bootstrap.min.css">
<link rel="stylesheet" href="./assets/css/aos.css">
<link rel="stylesheet" href="./assets/css/line-awesome.min.css">
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body data-bs-spy="scroll" data-bs-target=".navbar">
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container flex-lg-column">
<a class="navbar-brand mx-lg-auto mb-lg-4" href="#">
<span class="h3 fw-bold d-block d-lg-none">Nishit Kashyap</span>
<img src="./assets/images/person.jpg" class="d-none d-lg-block rounded-circle" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto flex-lg-column text-lg-center">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#work">Work</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- //NAVBAR -->
<!-- CONTENT WRAPPER -->
<div id="content-wrapper">
<!-- HOME -->
<section id="home" class="full-height px-lg-5">
<div class="container">
<div class="row">
<div class="col-lg-10">
<h1 class="display-4 fw-bold" data-aos="fade-up">I'M A <span class="text-brand">Software
Developer</span> </h1>
<p class="lead mt-2 mb-4" data-aos="fade-up" data-aos-delay="300">I am Nishit Kashyap, And I am a Python , Java developer and on the way to learn
Artificial Intelligence and web development.</p>
<div data-aos="fade-up" data-aos-delay="600">
<a href="https://drive.google.com/file/d/1AHgvu7W1Osgf1POZd1eA7zT84EWbrNVP/view?usp=share_link" class="btn btn-brand me-3">RESUME</a>
<a href="#" class="link-custom">Call: +91 7876008590</a>
</div>
</div>
</div>
</div>
</section>
<!-- //HOME -->
<!-- SERVICES -->
<section id="services" class="full-height px-lg-5">
<div class="container">
<div class="row pb-4" data-aos="fade-up">
<div class="col-lg-8">
<h6 class="text-brand">SERVICES</h6>
<h1>Services That I Provide</h1>
</div>
</div>
<div class="row gy-4">
<div class="col-md-4" data-aos="fade-up">
<div class="service p-4 bg-base rounded-4 shadow-effect">
<div class="iconbox rounded-4">
<i class="las la-feather"></i>
</div>
<h5 class="mt-4 mb-2">Python Software Development</h5>
<p>I develop high-end and efficient programes within time and as per requirement.</p>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="300">
<div class="service p-4 bg-base rounded-4 shadow-effect">
<div class="iconbox rounded-4">
<i class="las la-pencil-ruler"></i>
</div>
<h5 class="mt-4 mb-2">Java Software Development</h5>
<p>I develop high-end and efficient programes within time and as per requirement.</p>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="600">
<div class="service p-4 bg-base rounded-4 shadow-effect">
<div class="iconbox rounded-4">
<i class="las la-laptop-code"></i>
</div>
<h5 class="mt-4 mb-2">IOT Development</h5>
<p>Has an rich experiance working with iot and associated technologies. Had done major projects.</p>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES -->
<!-- WORK -->
<section id="work" class="full-height px-lg-5">
<div class="container">
<div class="row pb-4" data-aos="fade-up">
<div class="col-lg-8">
<h6 class="text-brand">WORK</h6>
<h1>My Recent Projects</h1>
</div>
</div>
<div class="row gy-4">
<div class="col-md-6" data-aos="fade-up">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/project-1.jpg" alt="">
</div>
<div class="card-custom-content p-4">
<h4>Hotel Management System </h4>
<p>The project Hotel Management system includes registration of customers, storing their details into thesystem. The software has the facility to give a unique id for every customer and stores the details ofevery customer.</p>
<a href="https://github.com/vaibhav8964/Projects-using-C-" class="link-custom">Read More</a>
</div>
</div>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/project-2.png" alt="">
</div>
<div class="card-custom-content p-4">
<h4>Gaming Library (Java)</h4>
<p>Its a console based 10 mins small games played in teams. This project include 7 small games and 2 Big games to play for mood refreshing and fun. Had used java swing and basic oops concept to build this game. </p>
<a href="https://github.com/vaibhav8964/PROJECTS-USING-JAVA/tree/main/game" class="link-custom">Read More</a>
</div>
</div>
</div>
<div class="col-md-6" data-aos="fade-up" >
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/project-4.png" alt="">
</div>
<div class="card-custom-content p-4">
<h4>Portfolio website (Bootstrap)</h4>
<p>I tried to develop my own portfolio website so that it can work as my resume and can best depict my work. I had included every info related to me in this website.</p>
<a href="https://github.com/vaibhav8964/web-development.git" class="link-custom">Read More</a>
</div>
</div>
</div>
<div class="col-md-6" data-aos="fade-up"data-aos-delay="300">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/project-3.jpg" alt="">
</div>
<div class="card-custom-content p-4">
<h4>Smart Home (IOT)</h4>
<p>It is a IOT based hardware project where we had depicted how we can make a home smart by using sensors and a microcontroller (Arduino uno) to control various other equipment to activate and deactivate based on sensor data.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //WORK -->
<!-- ABOUT -->
<section id="about" class="full-height px-lg-5">
<div class="container">
<div class="row pb-4" data-aos="fade-up">
<div class="col-lg-8">
<h6 class="text-brand">ABOUT</h6>
<h1>My Education & Experiance</h1>
</div>
</div>
<div class="row gy-5">
<div class="col-lg-6">
<h3 class="mb-4" data-aos="fade-up" data-aos-delay="300">Education</h3>
<div class="row gy-4">
<div class="col-12" data-aos="fade-up" data-aos-delay="600">
<div class="bg-base p-4 rounded-4 shadow-effect">
<h4>Bachelor of Technology (CSE)</h4>
<p class="text-brand mb-2">Punjab Technical University (2019-2023)</p>
<p class="mb-0">My branch is Computer Science Engineering. My current cgpa is 8.15.</p>
</div>
</div>
<div class="col-12" data-aos="fade-up" data-aos-delay="600">
<div class="bg-base p-4 rounded-4 shadow-effect">
<h4>Senior secondary (10+2)</h4>
<p class="text-brand mb-2">Dalhousie Public School , Dalhousie. </p>
<p class="mb-0">I was a non medical student. My perentage was 75%.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<h3 class="mb-4" data-aos="fade-up" data-aos-delay="300">Training</h3>
<div class="row gy-4">
<div class="col-12" data-aos="fade-up" data-aos-delay="600">
<div class="bg-base p-4 rounded-4 shadow-effect">
<h4>JAVA - Basics to Advance</h4>
<p class="text-brand mb-2">ViproTech Mohali (Feb 22 - May 22)</p>
<p class="mb-0">I got an training of 4 months where i had learned core Python with project development.</p>
<a href="https://drive.google.com/file/d/14Jd_pfMsmAqIEP_o7YL4F3e3IljDNMk-/view?usp=share_link" class="link-custom">Read More</a>
</div>
</div>
<div class="col-12" data-aos="fade-up" data-aos-delay="600">
<div class="bg-base p-4 rounded-4 shadow-effect">
<h4>C++ - OOPs</h4>
<p class="text-brand mb-2">MyCaptain (feb 2020 - may2020)</p>
<p class="mb-0">I got an training of 4 months where i had learned core C++ and oops concept of C++ with project development.</p>
<a href="https://drive.google.com/file/d/122P0Mb6IhxfDDNLqiUr3941_XLPeX60J/view?usp=share_link" class="link-custom">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //ABOUT -->
<!-- CONTACT -->
<section id="contact" class="full-height px-lg-5">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-8 pb-4" data-aos="fade-up">
<h6 class="text-brand">CONTACT</h6>
<h1>Interested in working together? Let's talk
</h1>
</div>
<div class="col-lg-8" data-aos="fade-up" data-aos-delay="300">
<form action="#" class="row g-lg-3 gy-3">
<div class="form-group col-md-6">
<input type="text" class="form-control" placeholder="Enter your name">
</div>
<div class="form-group col-md-6">
<input type="email" class="form-control" placeholder="Enter your email">
</div>
<div class="form-group col-12">
<input type="text" class="form-control" placeholder="Enter subject">
</div>
<div class="form-group col-12">
<textarea name="" rows="4" class="form-control" placeholder="Enter your message"></textarea>
</div>
<div class="form-group col-12 d-grid">
<button type="submit" class="btn btn-brand">Contact me</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- //CONTACT -->
<!-- FOOTER -->
<footer class="py-5 px-lg-5">
<div class="container">
<div class="row gy-4 justify-content-between">
<div class="col-auto">
<p class="mb-0">Designed by <a href="#" class="fw-bold">Nishit Kashyap</a></p>
</div>
<div class="col-auto">
<div class="social-icons">
<a href="https://twitter.com/_iam_kashyap"><i class="lab la-twitter"></i></a>
<a href="https://www.instagram.com/13_nishit/"><i class="lab la-instagram"></i></a>
<a href="https://www.linkedin.com/in/vaibhav-kumar-tiwari-187979234"><i class="lab la-linkedin"></i></a>
<a href="https://github.com/Nishit123-git"><i class="lab la-github"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- //FOOTER -->
</div>
<!-- //CONTENT WRAPPER -->
<script src="./assets/js/bootstrap.bundle.min.js"></script>
<script src="./assets/js/aos.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>