-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
339 lines (308 loc) · 13.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="./images/favicon.png" />
<title>
Keshav Sharma | Portfolio
</title>
<meta name="description" content="Hi!, I'm Keshav a Software Developer">
<meta name="keywords" content="Keshav Sharma, sharmakeshav0101, HTML, CSS, Java, C, Android, Software Developer" />
<link rel="stylesheet" href="index.css" />
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"> -->
</head>
<body>
<!-- ***** Header ***** -->
<header class="header" role="banner" id="top">
<div class="row">
<nav class="nav" role="navigation">
<ul class="nav__items">
<li class="nav__item"><a href="#about" class="nav__link">About Me</a></li>
<li class="nav__item"><a href="#skills" class="nav__link">My Skills</a></li>
<li class="nav__item"><a href="#education" class="nav__link">Education</a></li>
<li class="nav__item"><a href="#work" class="nav__link">My Projects</a></li>
</ul>
</nav>
</div>
<div class="header__text-box row">
<div class="header__text">
<h1 class="heading-primary">
<span>I'm Keshav</span>
</h1>
<p>A Software Developer.</p>
<a href="#contact" class="btn btn--pink">Get in touch</a>
</div>
</div>
</header>
<main role="main">
<!-- ***** About ***** -->
<section class="about" id="about">
<div class="row">
<h2>About Me</h2>
<div class="about__content">
<div class="about__text">
<p>
<h3>Hi.</h3>
I'm a software developer who likes to build great softwares using
the best tools available. I love to create web, desktop and mobile
applications.
</p>
<p>
I like to keep things simple. My goals are to focus on finding the
best way out to solve problems. I develop and design softwares and
believe that I help others in conveying the message they want with
the best tools and technologies available.
</p>
<a href="https://drive.google.com/file/d/1G0zpLKrntDpXgPpmMPd1N62K3r_FFpg9/view?usp=sharing" class="btn">My Resume</a>
</div>
<div class="about__photo-container">
<img class="about__photo" src="./images/Kesh.jpg" alt="" width="800" height="600" />
</div>
</div>
</div>
</section>
<!-- ***** Skills ***** -->
<section class="skill" id="skills">
<div class="row">
<h2>My Skills</h2>
<div class="card">
<img class="img11" src="./images/java.png" alt="">
<h6>Java</h6>
<div class="overlay">
<p class="desc">OOP's Concepts, Data Structures & Algorithms, Dynamic Programming</p>
</div>
</div>
<div class="card">
<img class="img11" src="./images/android.png" alt="">
<h6>Android</h6>
<div class="overlay">
<p class="desc">Proficient in Android Application Devlopment using Java, XML or in Flutter.</p>
</div>
</div>
<div class="card">
<img class="img11" src="./images/databases.png" alt="">
<h6>Databases</h6>
<div class="overlay">
<p class="desc">Managing Databases like MySQL or MongoDB.</p>
</div>
</div>
<div class="card">
<img class="img11" src="./images/html.png" alt="">
<h6>HTML</h6>
<div class="overlay">
<p class="desc">Web UI Development using HTML5.</p>
</div>
</div>
<div class="card">
<img class="img11" src="./images/css.png" alt="">
<h6>CSS</h6>
<div class="overlay">
<p class="desc">Interactive Web UI which engages more users using CSS3.</p>
</div>
</div>
<div class="card">
<img class="img11" src="./images/javascript.png" alt="">
<h6>Javascript</h6>
<div class="overlay">
<p class="desc">Adding up functionalities to website and making it to work using Javascript.</p>
</div>
</div>
<div class="card">
<img class="img11" src="./images/python.png" alt="">
<h6>Python</h6>
<div class="overlay">
<p class="desc">OOP's Concepts, Data Structures & Algorithms using Python.</p>
</div>
</div>
<div class="card">
<img class="img11" src="./images/testing.png" alt="">
<h6>Testing</h6>
<div class="overlay">
<p class="desc">Software Testing by creating JUnit test cases and using platforms like MantisBT, JIRA etc.</p>
</div>
</div>
</div>
</section>
<!-- ***** Education ***** -->
<section class="education" id="education">
<div class="row">
<h2>Education</h2>
<div class="edu__item" align="center">
<h4 class="heading-tertiary" style="text-decoration: underline">Maharishi Markandeshwar Deemed to be University, Mullana</h4>
<h5>BACHELOR OF TECHNOLOGY (CSE) • Specialization in SOFTWARE DEVELOPMENT (2017 - Present)<h5>
<p align="justify">
<i>I'm currently pusuing my degree and I have studied about major things comes under Software Development.
I have gained knowledge in various programming languages, data structures, networking. Along with these
coding subjects I also learnt about professionalism which comes under software industry. Besides technical
knowledge and professionalism I learnt about various soft skills and ethical values.</i>
</p>
<div class="edu__links">
<a href="https://www.mmumullana.org/" target="_blank" class="link__text">
Visit Site <span>→</span>
</a>
</div>
</div>
<hr>
<div class="edu__item" align="center">
<h4 class="heading-tertiary" style="text-decoration: underline">Sahibzada Ajit Singh Academy, Ropar</h4>
<h5>XII(CBSE) - Science (2015 - 2017)<h5>
<p align="justify">
<i>I had main subjects as Maths, Physics and Chemistry. I scored 80% in the academics.</i>
</p>
<div class="edu__links">
<a href="https://www.sasacademy.com/" target="_blank" class="link__text">
Visit Site <span>→</span>
</a>
</div>
</div>
</div>
</section>
<!-- ***** Work ***** -->
<section class="work" id="work">
<div class="row">
<h2>My Work</h2>
<div class="work__boxes">
<div class="work__box">
<div class="work__text">
<h3>Mobile Diagnostic Tool</h3>
<p align="justify">
An android application used to diagnose your mobile and check the major functionality of the phone and get the current status of
them(like camera, hardware, connectivity, sensors, etc.) and also
get reports generated.
</p>
<ul class="work__list">
<li>Java</li>
<li>XML</li>
<li>MySQLite</li>
</ul>
<div class="work__links">
<a href="https://github.com/sharmakeshav1030/MobileDiagnosticTool-Mobile-Doc-" target="_blank" class="link__text">
View Source Code <span>→</span>
</a>
<a href="https://github.com/sharmakeshav1030/MobileDiagnosticTool-Mobile-Doc-" title="View Source Code" target="_blank">
<img src="./images/github.svg" class="work__code" alt="GitHub">
</a>
</div>
</div>
<div class="work__image-box">
<img src="./images/MDT.jpg" class="work__image" alt="Project 1" />
</div>
</div>
<div class="work__box">
<div class="work__text">
<h3>Science and Engineering Calculator</h3>
<p align="justify">
This application basically calculates complex mathematical and
scientific problems and allows the feature of unit manipulation.
</p>
<ul class="work__list">
<li>Java</li>
<li>Java FX</li>
</ul>
<div class="work__links">
<a href="https://github.com/sharmakeshav1030/ScienceAndEngineeringCalculator" class="link__text">
View Source Code <span>→</span>
</a>
<a href="https://github.com/sharmakeshav1030/ScienceAndEngineeringCalculator">
<img src="./images/github.svg" class="work__code" title="View Source Code" alt="GitHub">
</a>
</div>
</div>
<div class="work__image-box">
<img src="./images/Calculator.png" class="work__image" alt="Science And Science And Engineering Calculator" />
</div>
</div>
<div class="work__box">
<div class="work__text">
<h3>Event Management Website</h3>
<p align="justify">
An event management website made for college which includes various features like creating events, registering for events, QR
code generation, payment gateways, etc.
</p>
<ul class="work__list">
<li>HTML</li>
<li>CSS & Bootstrap</li>
<li>PHP</li>
<li>MySQL</li>
</ul>
<div class="work__links">
<a href="http://eventmanagement2315.000webhostapp.com/" class="link__text">
Visit Site <span>→</span>
</a>
<a href="https://github.com/sharmakeshav1030/EventManagementWebsite">
<img src="./images/github.svg" class="work__code" title="View Source Code" alt="GitHub">
</a>
</div>
</div>
<div class="work__image-box">
<img src="./images/Website.png" class="work__image" alt="Project 3" />
</div>
</div>
</div>
</div>
</section>
</main>
<!-- ***** Contact ***** -->
<section class="contact" id="contact">
<div class="row">
<h2>Get in Touch</h2>
<div class="contact__info">
<p align="justify">
Are you looking for a fast-performing and user-friendly application to
represent your product or business (web/mobile/desktop)? or looking for any kind of
consultation? or want to ask questions? or have some advice for me
or just want to say "Hi 👋" in any case feel free to Let me know. I
will do my best to respond back. 😊 The quickest way to reach out to
me is via an email.
</p>
<a href="mailto:sharmakeshav0101@gmail.com" class="btn">sharmakeshav0101@gmail.com</a>
</div>
</div>
</section>
<!-- ***** Footer ***** -->
<footer role="contentinfo" class="footer">
<div class="row">
<ul class="footer__social-links">
<li class="footer__social-link-item">
<a href="https://twitter.com/keshav30101999" title="Link to Twitter Profile">
<img src="./images/twitter.svg" class="footer__social-image" alt="Twitter">
</a>
</li>
<li class="footer__social-link-item">
<a href="https://github.com/sharmakeshav1030" title="Link to Github Profile">
<img src="./images/github.svg" class="footer__social-image" alt="Github">
</a>
</li>
<li class="footer__social-link-item">
<a href="https://www.linkedin.com/in/keshav-sharma-729716153/">
<img src="./images/linkedin.svg" title="Link to Linkedin Profile" class="footer__social-image" alt="Linkedin">
</a>
</li>
<li class="footer__social-link-item">
<a href="https://stackoverflow.com/users/13731505/keshav-sharma" title="Link to StackOverflow Profile">
<img src="./images/stack-overflow.svg" class="footer__social-image" alt="Stack Overflow">
</a>
</li>
<li class="footer__social-link-item">
<a href="https://www.instagram.com/sharmakeshav0101" title="Link to Instagram Profile">
<img src="./images/instagram.svg" class="footer__social-image" alt="Instagram">
</a>
</li>
<li class="footer__social-link-item">
<a href="https://www.facebook.com/keshav.sharma.0101" title="Link to Facebook Profile">
<img src="./images/facebook.svg" class="footer__social-image" alt="Facebook">
</a>
</li>
</ul>
<p>
Made with ❤ | © 2020 Keshav Sharma.
</p>
</div>
</footer>
<a href="#top" class="back-to-top" title="Back to Top">
<img src="./images/arrow-up.svg" alt="Back to Top" class="back-to-top__image" />
</a>
<script src="./index.js"></script>
</body>
</html>