-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfoliyo.html
363 lines (348 loc) · 21.1 KB
/
Portfoliyo.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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!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 Website | Deepak Bhardwaj</title>
<!-- bootstrap CDN -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<!-- FontAwesome Cdn -->
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.2.0/css/all.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.2.0/css/sharp-solid.css">
<!--Custom CSS only -->
<link rel="stylesheet" href="assets/CSS/style.css">
</head>
<body>
<nav class="navbar navbar-light bg-light fixed-top shadow-sm">
<div class="container-lg">
<a href="#" class="navbar-brand text-danger fw-bold fs-4">Portfolio</a>
<div class="dropdown">
<button class="btn btn-secondary btn-danger px-3" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fas fa-bars"></i>
</button>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="dropdownMenuButton">
<li><a href="#Home" class="dropdown-item">Profile</a></li>
<li><a href="#about" class="dropdown-item">About</a></li>
<li><a href="#resume" class="dropdown-item">Resume</a></li>
<li><a href="#services" class="dropdown-item">Services</a></li>
<li><a href="#Projects" class="dropdown-item">Projects</a></li>
<!-- <li><a href="#works" class="dropdown-item">Recent Works</a></li> -->
<li><a href="#contact" class="dropdown-item">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- navbar end -->
<!-- home section -->
<section class="home py-3" id="Home">
<div class="container-lg">
<div class="row min-vh-100 align-items-center align-content-center">
<div class="col-md-6 mt-5 mt-md-0">
<div class="home-img text-center">
<img src="deepakbhardwaj.jpg" class="rounded-circle mw-100" alt="Profile Img">
</div>
</div>
<div class="col-md-6 mt-5 mt-md-0 order-md-first">
<div class="home-text">
<p class="text-muted mb-1">Hello I'm</p>
<h1 class="text-danger text-uppercase fs-1 fw-bold"> Software & Web Developer </h1>
<h2 class="fs-4 ">Deepak Bhardwaj</h2>
<p class="mt-3 text-muted">I'm looking for an internship or Placement opportunity to enhance my career as a software engineer where I would have chance to prove myself as software engineer and work in the benefit of the company. </p>
<a href="#contact" class="btn btn-lg btn-danger px-3 mt-3">Contact Me</a>
</div>
</div>
</div>
</div>
</section>
<!-- home section end -->
<!-- about section start -->
<section class="about py-3" id="about">
<div class="container-lg py-4">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center">
<h2 class="fw-bold mb-5">About Me</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="about-text" id="resume">
<h3 class="fs-3 mb-3">
A Little About Myself</h3>
<p style="text-indent:20px;" class="text-muted"> I am a Software engineer with robust problem-solving skills and proven experience <br> in creating and designing websites and few Android Applications.Master In Computer Application . Ability to work with C++,Data Sturctures & Algorithms, Python,Html,Css,<br> JavaScript And Also good knowledge Git-Hub & DBMS.I Can work well under pressure and make the best of any situation . Passionate individual with great interpersonal and communication skills.</p>
</div>
<div class="row text-center text-uppercase">
<div class="col-sm-4 mb-4">
<div class="fact-item">
<h4 class="fs-1 fw-bold">7</h4>
<p class="text-muted">Total<br> Projects</p>
</div>
</div>
<div class="col-sm-4">
<div class="fact-item">
<h4 class="fs-1 fw-bold">6</h4>
<p class="text-muted">Programming Language</p>
</div>
</div>
<div class="col-sm-4">
<div class="fact-item">
<h4 class="fs-1 fw-bold">2</h4>
<p class="text-muted">Proficient<br> Language</p>
</div>
</div>
</div>
<div class="row d-flex align-content-center">
<div class="col-lg-12 d-flex align-content-center ">
<a href="https://drive.google.com/file/d/1ve8TWVq6L5PKSrvAgS1zutqM-GlUU_TJ/view?usp=sharing" target=_blank class="btn btn-lg btn-danger me-5">Download Resume</a>
<div class="social-links">
<a href="https://github.com/iamdeepak199" target="_blank" class="text-dark me-3"><i class="fa fa-database" style="font-size:20px;color:mediumvioletred"></i></a>
<a href="https://leetcode.com/Deepakbhardwaj/" target="_blank" class="text-dark me-3"><i class="fa fa-code" style="font-size:20px;color:black"></i></a>
<a href="https://twitter.com/Deepak96437622/media" target="_blank" class="text-dark me-3"><i class="fa-brands fa-twitter" style="font-size:20px;color:aqua"></i></a>
<a href="https://www.linkedin.com/in/deepak-bhardwaj-3b433b220/" target="_blank" class="text-dark me-3"><i class="fa-brands fa-linkedin" style="font-size:20px;color:blue"></i></a>
<a href="https://[email protected]"class="right"> <i class="fa fa-envelope-square" style="font-size:20px;color:red"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-6 mt-5 mt-md-0">
<div class="skill-item mb-4">
<h3 class="fs-6">C++</h3>
<div class="progress" style="height: 5px" ;>
<div class="progress-bar bg-danger" role="progressbar" style="width:95%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<br>
<div class="skill-item mb-4">
<h3 class="fs-6">DSA</h3>
<div class="progress" style="height: 5px" ;>
<div class="progress-bar bg-danger" role="progressbar" style="width:70%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<br>
<div class="skill-item mb-4">
<h3 class="fs-6">HTML</h3>
<div class="progress" style="height: 5px" ;>
<div class="progress-bar bg-danger" role="progressbar" style="width:80%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<br>
<div class="skill-item mb-4">
<h3 class="fs-6">CSS</h3>
<div class="progress" style="height: 5px" ;>
<div class="progress-bar bg-danger" role="progressbar" style="width: 75%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<br>
<div class="skill-item mb-4">
<h3 class="fs-6">JavaScript</h3>
<div class="progress" style="height: 5px" ;>
<div class="progress-bar bg-danger" role="progressbar" style="width:60%;" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<br>
<div class="skill-item">
<h3 class="fs-6">Python</h3>
<div class="progress" style="height: 5px" ;>
<div class="progress-bar bg-danger" role="progressbar" style="width:50%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<br>
<div class="skill-item">
<h3 class="fs-6">DBMS</h3>
<div class="progress" style="height: 5px" ;>
<div class="progress-bar bg-danger" role="progressbar" style="width:60%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<br>
</div>
</div>
</div>
</div>
</section>
<!-- about section end -->
<!-- services section start -->
<section class="services py-3" id="services">
<div class="container-lg py-4">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center">
<h2 class="fw-bold mb-5">What I Do</h2>
</div>
</div>
</div>
<div class="row text-center">
<div id="box4" class="col-md-2 col-lg-3 shadow-md mb-4">
<div class="services-item shadow-sm p-4 rounded bg-white">
<div class="icon my-3 text-danger fs-2">
<i class="fas fa-code"></i>
</div>
<h3 class="fs-5 py-2">Web Designing</h3>
<p class="text-muted">Web Pages, Web Apps using HTML, CSS, JavaScript.</p>
</div>
</div>
<div id="box4" class="col-md-2 col-lg-3 shadow-md mb-4">
<div class="services-item shadow-sm p-4 rounded bg-white">
<div class="icon my-3 text-danger fs-2">
<i class="fa-solid fa-laptop-mobile"></i>
</div>
<h3 class="fs-5 py-2">Responsive Web Pages </h3>
<p class="text-muted">Responsive Web Pages & Apps that looks great on any devices.</p>
</div>
</div>
<div id="box4" class="col-md-2 col-lg-3 shadow-md mb-4">
<div class="services-item shadow-sm p-4 rounded bg-white">
<div class="icon my-3 text-danger fs-2">
<i class="fa-solid fa-window-restore"></i>
</div>
<h3 class="fs-5 py-2">Android Applications</h3>
<p class="text-muted">Android Applications using Kotlin & Python Programming Language</p>
</div>
</div>
<div id="box4" class="col-md-2 col-lg-3 shadow-md mb-4">
<div class="services-item shadow-sm p-4 rounded bg-white">
<div class="icon my-3 text-danger fs-2">
<i class="fas fa-image"></i>
</div>
<h3 class="fs-5 py-2">Software Developer</h3>
<p class="text-muted">Language : C ,C++ , Core Java (Basic), Python</p>
</div>
</div>
</div>
</div>
</section>
<!-- services section end -->
<!-- Project Section start -->
<section class="portfolio py-3" id="Projects">
<div class="container-lg py-4">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center">
<h2 class="fw-bold mb-5">Projects</h2>
</div>
</div>
</div>
<div class="row my-2 x-2">
<div class="col-md-6 col-lg-4 ">
<div class="project-item"><a target="_blank" href="https://electronicvilla2201.000webhostapp.com/website/index.html"><img src="website.png" class="w-100 h-100 img-thumbnail" alt="eCommerce Shopping WebPage"></a>
<h3 class="text-capitalize fs-5 my-2">E Commerce Shopping Webpage</h2>
<p class="mb-4"><a class="text-danger text-decoration-none" target="_blank" href="https://electronicvilla2201.000webhostapp.com/website/index.html">Live Demo</a></p>
</div>
</div>
<div class="col-md-6 col-lg-4 ">
<div class="project-item"><a target="_blank" href="https://github.com/iamdeepak199/face-recognition-attendance-system"><img src="attendance.png" class="w-100 h-100 img-thumbnail" alt="News Fetching Website using APIs"></a>
<h3 class="text-capitalize fs-5 my-2">Attendance Management System</h2>
<p class="mb-4"><a class="text-danger text-decoration-none" target="_blank" href="https://github.com/iamdeepak199/face-recognition-attendance-system">Live Demo</a></p>
</div>
</div>
<div class="col-md-6 col-lg-4 ">
<div class="project-item"><a target="_blank" href="https://github.com/iamdeepak199/Digital-Clock"><img src="clock.png" class="w-100 h-65 img-thumbnail" alt="Netflix Page"></a>
<h3 class="text-capitalize fs-5 my-2">Digital Clock</h2>
<p class="mb-4"><a class="text-danger text-decoration-none" target="_blank" href="https://github.com/iamdeepak199/Digital-Clock">Live Demo</a></p>
</div>
</div>
<div class="col-md-6 col-lg-4 ">
<div class="project-item"><a target="_blank" href="https://github.com/iamdeepak199/Notemaking_App"><img src="LoginPage.jpg" class="w-100 h-100 img-thumbnail" alt="Pricing Table"></a>
<h3 class="text-capitalize fs-5 my-2">App LoginPage</h2>
<p class="mb-4"><a class="text-danger text-decoration-none" target="_blank" href="https://github.com/iamdeepak199/Notemaking_App">Live Demo</a></p>
</div>
</div>
<div class="col-md-6 col-lg-4 ">
<div class="project-item"><a target="_blank" href="https://github.com/iamdeepak199/Notemaking_App/blob/main/main.py"><img src="images.png" class="w-100 h-100 img-thumbnail" alt="Project Digital Clock"></a>
<h3 class="text-capitalize fs-5 my-2">Notemaking App</h2>
<p class="mb-4"><a class="text-danger text-decoration-none" target="_blank" href="https://github.com/iamdeepak199/Notemaking_App/blob/main/main.py">Live Demo</a></p>
</div>
</div>
<div class="col-md-6 col-lg-4 ">
<div class="project-item"><a target="_blank" href="https://github.com/iamdeepak199/ATM-Management-system"><img src="ATM.png" class="w-100 img-thumbnail" alt="Weather App"></a>
<h3 class="text-capitalize fs-5 my-2">ATM-Management system</h2>
<p class="mb-4"><a class="text-danger text-decoration-none" target="_blank" href="https://github.com/iamdeepak199/ATM-Management-system">Live Demo</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section Start -->
<section class="contact py-3" id="contact">
<div class="container-lg py-4 ">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center">
<h2 class="fw-bold mb-5">Contact Me</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-5">
<div class="contact-item d-flex mb-3">
<div class="icon fs-4 text-danger">
<i class="fas fa-envelope"style="font-size:25px;color:red"></i>
</div>
<div class="text ms-3">
<h3 class="fs-5">Email</h3>
<p class="text-muted">[email protected]</p>
</div>
</div>
<div class="contact-item d-flex mb-3">
<div class="icon fs-4 text-danger">
<i class="fas fa-phone"style="font-size:25px;color:red"></i>
</div>
<div class="text ms-3">
<h3 class="fs-5">Phone</h3>
<p class="text-muted">+91 9643762201</p>
</div>
</div>
<div class="contact-item d-flex mb-3">
<div class="icon fs-4 text-danger">
<i class="fa fa-home" style="font-size:25px;color:red"></i>
</div>
<div class="text ms-3">
<h3 class="fs-5">Address</h3>
<p class="text-muted">A-3/213,Sector-17 Rohini Delhi 110089</p>
</div>
</div>
</div> <br>
<div class="col-md-7">
<div class="contact-form">
<form name="submit-to-google-sheet" class="needs-validation" novalidate>
<div class="row">
<div class="col-lg-5 mb-4">
<input type="text" name="Name" placeholder="Your Name" class="form-control form-control-lg fs-6 border-1 shadow-sm">
</div>
<div class="col-lg-5 mb-4">
<input type="email" name="Email" placeholder="Your Email" class="form-control form-control-lg fs-6 border-1 shadow-sm">
</div>
<div class="row">
<div class="col-lg-12 mb-4">
<input type="text" name="Subject" placeholder="Subject" class="form-control form-control-lg fs-6 border-1 shadow-sm">
</div>
</div>
<div class="row">
<div class="col-lg-12 mb-4">
<textarea rows="5" name="Message" placeholder="Your Message" class="form-control form-control-lg fs-6 border-1 shadow-sm"></textarea>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<button type="submit" class="btn btn-danger px-3 submitMsg" class="button1">Send Message</button>
</div>
</div>
</div>
</form>
<span class="msg"></span>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section End -->
<!-- Footer start -->
<footer class="footer border-top py-3">
<div class="container-lg">
<div class="row">
<div class="col-lg-12">
<p class="m-0 text-center text-muted"> © 2023 Deepak Bhardwaj</p>
</div>
</div>
</div>
</footer>
<!-- Footer End -->
<script src="assets/JS/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
</body>
</html>