-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
336 lines (326 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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description"
content="Sarvesh Kadam Web Developer from India.Currently specializing in JavaScript technologies which includes JavaScript, NodeJS, and Express.Quality Engineer by Industry Experience.">
<meta name="keywords"
content="Sarvesh Kadam,Developer,HTML, CSS, JavaScript, Node, SASS, Express.js, MongoDB, mongoose,Blogger,Technical writer">
<meta name="author" content="Sarvesh Kadam">
<meta property='og:image' content='./images/linkedinimg.png' />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./images/myfavicon.png" style="width: auto;">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Marcellus&display=swap" rel="stylesheet" type="text/css">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<title>Sarvesh Kadam - Full Stack Developer</title>
</head>
<body>
<header class="header" id="header">
<nav class="header--main">
<ul class="header--main-nav">
<li class="nav-opt"><a href="#header">Home</a></li>
<li class="nav-opt"><a href="#about">About</a></li>
<li class="nav-opt"><a href="#projects">Projects</a></li>
<li class="nav-opt"><a href="#blog">Blog</a></li>
<li class="nav-opt"><a href="#contact">Contact</a></li>
</ul>
<ul class="header--main-social">
<li><a href="https://github.com/SarveshKadam" class="git" target="_blank">
<ion-icon name="logo-github" class="small-icon"></ion-icon>
</a></li>
<li><a href="https://www.linkedin.com/in/sarvesh-kadam/" target="_blank">
<ion-icon name="logo-linkedin" class="small-icon"></ion-icon>
</ion-icon>
</a></li>
<li><a href="https://twitter.com/kadamsarvesh10" target="_blank">
<ion-icon name="logo-twitter" class="small-icon"></ion-icon>
</ion-icon>
</a></li>
</ul>
<a>
<ion-icon name="reorder-three-outline" class="toggle-btn"></ion-icon>
</a>
</nav>
<div class="header__text-box">
<h1 class="heading-primary">
<span class="heading-primary--main">SARVESH KADAM</span>
<span class="heading-primary--sub">SOFTWARE DEVELOPER</span>
</h1>
<a href="#projects" class="btn btn--full head-btn">MY WORK<ion-icon name="arrow-forward-outline"></ion-icon></a>
</div>
</header>
<section class="section-about" id="about">
<div class="u-center-text u-margin-bottom-big">
<h2 class="heading-secondary">About</h2>
</div>
<div class="row">
<div class="col-1-of-2 ">
<div class="myimage">
<img src="images/profilephoto.jpg" alt="Profile-photo">
</div>
</div>
<div class="col-1-of-2 intro">
<h3 class="heading-tertiary" style="color:#a8890d;">WHO AM I? </h3>
<p class="myinfo"> I am a Fullstack Software Developer from Mumbai,India. <br>
Proficient in JavaScript related technologies which includes React JS, Next JS, NodeJS, and Express.<br>
<br>
Worked on MongoDB, Firebase and PostgresSQL. <br>
Writing Technical content on <a href="https://sarveshkadam.hashnode.dev/" class="blog-link" target="_blank">my
blog</a>
</p>
<hr>
</div>
</div>
</section>
<section class="section-project" id="projects">
<div class="u-center-text u-margin-bottom-big">
<h2 class="heading-secondary">Projects</h2>
</div>
<div class="row">
<div class="col-1-of-3">
<div class="section-project__text">
<h3 class="section-project__text--title heading-tertiary">Bug Tracker</h3>
<div>
<p class="section-project__text--desc">
A full-stack test management application to maintain and manage defects
built using Node, Express and MongoDB for the backend and HTML/CSS,BootStrap for the frontend
</p>
</div>
<a target="_blank" class="btn btn--black" href="https://sarvesh-bugtracker.herokuapp.com/">
See Live
</a>
<a target="_blank" class="btn btn--black" href="https://github.com/SarveshKadam/Bug-Tracker">
Source Code
</a>
</div>
</div>
<div class="col-2-of-3">
<div class="section-project__image card">
<div class="card__side card__side--front">
<a href="#!" target="_blank">
<img class="img-fluid"
src="https://user-images.githubusercontent.com/66166738/102771477-f98a6f80-43ab-11eb-902a-b8242c666ae7.gif"
alt="bug-tracker-app"> <!-- size 768*432 -->
</a>
</div>
<div class="card__side card__side--back">
<div class="card__cta">
<div class="card__tech">
<p>
NodeJS + Express + MongoDB + BootStrap
</p>
</div>
<a href="https://github.com/SarveshKadam/Bug-Tracker" target="_blank" class="btn btn--full">More info</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-1-of-3">
<div class="section-project__text">
<h3 class="section-project__text--title heading-tertiary">Node CLI Budget App</h3>
<div>
<p class="section-project__text--desc">
A Simple Budget Calculator with Command Line Interface using NodeJS with the help
of few NPM modules such as "yargs" for parsing command-line arguments and "chalk" for styling terminal
string.
</p>
</div>
<a target="_blank" class="btn btn--black" href="https://github.com/SarveshKadam/Budget_Calculator">
Source Code
</a>
</div>
</div>
<div class="col-2-of-3">
<div class="section-project__image card">
<div class="card__side card__side--front">
<a href="#!" target="_blank">
<img class="img-fluid " src="./images/budgetcli.gif" alt="budget-cli-Project-demo"> <!-- size 768*432 -->
</a>
</div>
<div class="card__side card__side--back">
<div class="card__cta">
<div class="card__tech">
<p>
NodeJS
</p>
</div>
<a href="https://github.com/SarveshKadam/Budget_Calculator" target="_blank" class="btn btn--full">More
info</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-1-of-3">
<div class="section-project__text">
<h3 class="section-project__text--title heading-tertiary">Portfolio Website</h3>
<div>
<p class="section-project__text--desc">
A Simple Portfolio built using HTML, CSS, SASS as the CSS pre-processor, Tailwind CSS, JavaScript and
deployed on Netlify.
</p>
</div>
<a target="_blank" class="btn btn--black" href="https://www.sarveshkadam.com/">
See Live
</a>
<a target="_blank" class="btn btn--black" href="https://github.com/SarveshKadam/portfolio">
Source Code
</a>
</div>
</div>
<div class="col-2-of-3">
<div class="section-project__image card">
<div class="card__side card__side--front">
<a href="#!" target="_blank">
<img class="img-fluid " src="./images/portfolioproject.gif" alt="Portfolio-Project-demo">
<!-- size 768*432 -->
</a>
</div>
<div class="card__side card__side--back">
<div class="card__cta">
<div class="card__tech">
<p>
CSS + JavaScript + SCSS + Tailwind
</p>
</div>
<a href="https://github.com/SarveshKadam/portfolio" target="_blank" class="btn btn--full">More info</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-blog" id="blog">
<div class="u-center-text u-margin-bottom-big">
<h2 class="heading-secondary">Blog</h2>
<h5 class="heading-quarter"><a href="https://sarveshkadam.hashnode.dev/" target="_blank">View All<ion-icon
name="arrow-forward-outline" class="xtra-small-icon"></ion-icon></a></h5>
</div>
<div class="blog-container">
<div class="blog-box">
<div class="max-w-sm rounded overflow-hidden shadow-lg">
<img class="w-full" src="/images/blog/Blog by Sarvesh Kadam.png" alt="Blog-picture" style="width: auto;">
<div class="px-6 py-4">
<div class="font-bold text-2xl mb-2">var vs const vs let in javascript
</div>
<p class="text-gray-800 text-xl">
If you have started learning JavaScript and even if you are in the early stages you must have come across
var, const, and let variable declaration.
Let us understand, the main differences between these ways of declaring variables
</p>
</div>
<div class="px-6 pt-4 pb-2">
<a href="https://sarveshkadam.hashnode.dev/var-vs-const-vs-let-in-javascript" target="_blank"
class="btn btn--gold">Read More</a>
</div>
</div>
</div>
<div class="blog-box">
<div class="max-w-sm rounded overflow-hidden shadow-lg">
<img class="w-full" src="/images/blog/Function blog.png" alt="Blo- picture" style="width: auto;">
<div class="px-6 py-4">
<div class="font-bold text-2xl mb-2">How to use Functions in JavaScript?
</div>
<p class="text-gray-800 text-xl">Functions are the fundamental part of JavaScript programming language. It
is a block of code that is reusable, i.e. the function can be called anywhere in the code and perform the
required task as many times as you need it.
</p>
</div>
<div class="px-6 pt-4 pb-2">
<a href="https://sarveshkadam.hashnode.dev/how-to-use-functions-in-javascript" target="_blank"
class="btn btn--gold">Read More</a>
</div>
</div>
</div>
<div class="blog-box">
<div class="max-w-sm rounded overflow-hidden shadow-lg">
<img class="w-full" src="/images/blog/npm blog.png" alt="Blog-picture" style="width: auto;">
<div class="px-6 py-4">
<div class="font-bold text-2xl mb-2">Getting started with NPM(Node Package Manager)</div>
<p class="text-gray-800 text-xl">
So what exactly is Node Package Manager?
The package is a piece of code that is managed by the Package Manager which is nothing but software that
manages the installation and updating of packages.
</p>
</div>
<div class="px-6 pt-4 pb-2">
<a href="https://sarveshkadam.hashnode.dev/npmnode-package-manager-packages" target="_blank"
class="btn btn--gold">Read More</a>
</div>
</div>
</div>
<div class="blog-box">
<div class="max-w-sm rounded overflow-hidden shadow-lg">
<img class="w-full" src="/images/blog/NodeCoreBlog.png" alt="Blog-picture" style="width: auto;">
<div class="px-6 py-4">
<div class="font-bold text-2xl mb-2">How to use the NodeJS Core (Native) modules?</div>
<p class="text-gray-800 text-xl">
Rather than creating our own custom modules every time, Node provides a set of modules to make our lives
easier.
It is similar to that of importing your own modules we use the same require() function.
</p>
</div>
<div class="px-6 pt-4 pb-2">
<a href="https://sarveshkadam.hashnode.dev/how-to-use-the-nodejs-core-native-modules" target="_blank"
class="btn btn--gold">Read More</a>
</div>
</div>
</div>
</div>
</section>
<section class="section-form" id="contact">
<div class="u-center-text ">
<h2 class="heading-secondary" style="padding-top: 17px;">Contact Me</h2>
<p class="heading-tertiary">I would like to hear from you</p>
</div>
<div class="row">
<form method="post" data-netlify="true" class="contact-form" name="contact">
<div class="row u-center-text">
<input type="text" name="name" id="name" placeholder="Name" required>
</div>
<div class="row u-center-text">
<input type="email" name="email" id="email" placeholder="Email" required>
</div>
<div class="row u-center-text">
<textarea name="message" placeholder="Drop me a line"></textarea>
</div>
<div class="row u-center-text">
<input type="submit" value="Send it!">
</div>
</form>
</section>
<footer>
<div class="row footer-content">
<div class="u-center-text">
<ul class="footer--main-social">
<li><a href="https://github.com/SarveshKadam" target="_blank">
<ion-icon name="logo-github" class="small-icon"></ion-icon>
</a></li>
<li><a href="https://www.linkedin.com/in/sarvesh-kadam/" target="_blank">
<ion-icon name="logo-linkedin" class="small-icon"></ion-icon>
</ion-icon>
</a></li>
<li><a href="https://twitter.com/kadamsarvesh10" target="_blank">
<ion-icon name="logo-twitter" class="small-icon"></ion-icon>
</ion-icon>
</a></li>
</ul>
</div>
<div class="u-center-text">
<p>
Copyright © 2020 by Sarvesh Kadam. All rights reserved.
</p>
</div>
</div>
</footer>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
<script src="js/zenscroll-min.js"></script>
<script src="js/script.js"></script>
</body>
</html>