-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
357 lines (353 loc) · 24 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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="./img/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description"
content="Welcome to my developer portfolio! Explore a collection of my projects and web applications showcasing my expertise in building dynamic and interactive user interfaces. With a passion for clean code and innovative solutions, I strive to create seamless user experiences that blend functionality with stunning designs.">
<meta name="theme-color" content="#000000">
<meta name="My personal portfolio." content="Front-end developer portfolio">
<link rel="apple-touch-icon" href="./porticon.png">
<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=Poppins:wght@400;500;600;700&display=swap"
rel="stylesheet">
<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=Mulish:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/styles.css">
<title>Suraj Sonkar | Front-end Developer</title>
</head>
<body>
<div id="root">
<nav>
<h3 class="logo">
< surajvsonkar />
</h3>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
<li><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="mobile-menu">
<path d="M4 6l16 0"></path>
<path d="M4 12l16 0"></path>
<path d="M4 18l16 0"></path>
</svg></li>
</ul>
</nav>
<div class="mobile-nav closed-menu"><span><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="tabler-icon tabler-icon-x">
<path d="M18 6l-12 12"></path>
<path d="M6 6l12 12"></path>
</svg></span>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<section id="home" class="hero">
<div class="container">
<div class="content">
<div class="hero-main">
<div class="hero-text">
<h1>Front-End Developer</h1><img src="./img/waving.1bae5fcfb51082b5c2b4.png"
alt="waving_hand">
<p>Hi, I'm Suraj Sonkar. A passionate Front-end Developer based in Mumbai, India. 📍</p>
<span><a aria-label="linkedin" rel="noreferrer" target="_blank"
href="https://www.linkedin.com/in/surajvsonkar/"><svg
xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="tabler-icon tabler-icon-brand-linkedin">
<path
d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z">
</path>
<path d="M8 11l0 5"></path>
<path d="M8 8l0 .01"></path>
<path d="M12 16l0 -5"></path>
<path d="M16 16v-3a2 2 0 0 0 -4 0"></path>
</svg></a><a aria-label="github" rel="noreferrer" target="_blank"
href="https://github.com/surajvsonkar"><svg xmlns="http://www.w3.org/2000/svg"
width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="tabler-icon tabler-icon-brand-github">
<path
d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5">
</path>
</svg></a></span>
</div>
<div class="hero-img"></div>
</div>
<div class="skills">
<p>Tech Stack</p>
<div class="logos">
<ul>
<li><img src="https://skillicons.dev/icons?i=html,css" alt="skill-icon"></li>
<li><img src="https://skillicons.dev/icons?i=js,jquery" alt="skill-icon"></li>
<li><img src="https://skillicons.dev/icons?i=bootstrap,git" alt="skill-icon"></li>
<li><img src="https://skillicons.dev/icons?i=nodejs,express" alt="skill-icon"></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="about" id="about">
<div class="container">
<div class="about-content">
<div class="img-side">
<div class="img-side">
<img src="./img/man-developing-website-on-desk.svg" alt="">
</div>
</div>
<div class="text-side">
<h3>About me</h3>
<h4>A dedicated Front-end Developer <br> based in Mumbai, India 📍</h4>
<p>I am a professional and passionate programmer in my daily life. A quick learner with a
self-learning attitude. I love to learn and explore new technologies and am Passionate about
Problem Solving. Love almost all the stacks of Software Engineering. My current tech stack
includes HTML, CSS, JAVASCRIPT, BOOTSTRAP, JQUERY etc.</p>
</div>
</div>
</div>
</section>
<section id="projects" class="project">
<div class="container">
<div class="project-content">
<p>portfolio</p>
<h3>Some Things I've Built 🧩 You can find more on <a href="https://github.com/surajvsonkar"
target="_blank">Github</a></h3>
<div class=" projects-grid">
<div class="pro pro__1 undefined">
<div class="pro__img"><a target="_blank" href="https://todolist-maker.netlify.app/"
rel="noreferrer"><img src="./img/todolist.png" alt="website"
style="transform: translateY(0%); transition: transform 10s ease-in-out 0s;"></a>
</div>
<div class="pro__text">
<h3>To Do List Maker</h3>
<p>A to-do list maker website is an online platform that allows users to create
and
manage their tasks and to-do lists. The website ensures that important tasks
are not
forgotten.</p>
<div class="stack">
<p>JAVASCRIPT</p>
<p>FIREBASE</p>
</div>
<div class="links"><a target="_blank" href="https://github.com/surajvsonkar/TODOLIST-Maker" rel="noreferrer">Code <svg
xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="tabler-icon tabler-icon-brand-github">
<path
d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5">
</path>
</svg></a><a target="_blank" href="https://todolist-maker.netlify.app/"
rel="noreferrer">Live Demo<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="tabler-icon tabler-icon-external-link">
<path d="M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6">
</path>
<path d="M11 13l9 -9"></path>
<path d="M15 4h5v5"></path>
</svg></a>
</div>
</div>
</div>
<div class="pro pro__1 reversed-proj">
<div class="pro__img drumkit"><a target="_blank" href="https://bestdrumkit.netlify.app/"
rel="noreferrer"><img src="./img/drumkit.png" alt="website"
style="transform: translateY(0%); transition: transform 10s ease-in-out 0s;"></a>
</div>
<div class="pro__text">
<h3>Drum Kit</h3>
<p>A drum kit website is an interactive online platform that allows users to
simulate
playing drums by simply clicking on virtual drum pads. When the user clicks
on a
drum pad, the website generates the corresponding drum sound, providing a
realistic
drumming experience.</p>
<div class="stack">
<p>HTML</p>
<p>CSS</p>
<p>JAVASCRIPT</p>
</div>
<div class="links"><a target="_blank" href="https://github.com/surajvsonkar/drum-kit"
rel="noreferrer">Code <svg xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="tabler-icon tabler-icon-brand-github">
<path
d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5">
</path>
</svg></i></a><a target="_blank" href="https://bestdrumkit.netlify.app/"
rel="noreferrer">Live
Demo<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="tabler-icon tabler-icon-external-link">
<path d="M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6">
</path>
<path d="M11 13l9 -9"></path>
<path d="M15 4h5v5"></path>
</svg></a>
</div>
</div>
</div>
<div class="pro pro__1 undefined">
<div class="pro__img"><a target="_blank"
href="https://netflix-clone-7q6qty5ec-surajvsonkar.vercel.app/"
rel="noreferrer"><img src="./img/netflix.png" alt="website"
style="transform: translateY(0%); transition: transform 10s ease-in-out 0s;"></a>
</div>
<div class="pro__text">
<h3>Netflix Clone</h3>
<p>A Netflix clone website created using HTML and CSS is a visually appealing
and
user-friendly platform that emulates the popular streaming service, Netflix.
It
offers a similar layout and design.</p>
<div class="stack">
<p>HTML</p>
<p>CSS</p>
</div>
<div class="links"><a target="_blank"
href="https://github.com/surajvsonkar/netflix_clone" rel="noreferrer">Code <i
class="fa-brands fa-github"></i></a><a target="_blank"
href="https://netflix-clone-7q6qty5ec-surajvsonkar.vercel.app/"
rel="noreferrer">Live
Demo<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="tabler-icon tabler-icon-external-link">
<path d="M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6">
</path>
<path d="M11 13l9 -9"></path>
<path d="M15 4h5v5"></path>
</svg></a>
</div>
</div>
</div>
<div class="pro pro__1 reversed-proj">
<div class="pro__img"><a target="_blank" href="https://surajvsonkar.github.io/Dogdekho/"
rel="noreferrer"><img src="./img/dogdekho.png" alt="website"
style="transform: translateY(0%); transition: transform 10s ease-in-out 0s;"></a>
</div>
<div class="pro__text">
<h3>Dogdekho</h3>
<p>Dogdekho is created using HTML, CSS, and Bootstrap is a captivating
introduction to a
dog-centric social networking platform inspired by the popular dating app,
Tinder.
</p>
<div class="stack">
<p>HTML</p>
<p>CSS</p>
<p>BOOTSTRAP</p>
</div>
<div class="links"><a target="_blank" href="https://github.com/surajvsonkar/Dogdekho"
rel="noreferrer">Code <svg xmlns="http://www.w3.org/2000/svg" width="24"
height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="tabler-icon tabler-icon-brand-github">
<path
d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5">
</path>
</svg></i></a><a target="_blank" href="https://surajvsonkar.github.io/Dogdekho/"
rel="noreferrer">Live
Demo<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="tabler-icon tabler-icon-external-link">
<path d="M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6">
</path>
<path d="M11 13l9 -9"></path>
<path d="M15 4h5v5"></path>
</svg></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="container">
<div class="contact__content">
<div class="contact__title">
<p>contact</p>
<h3>Don't be shy! Hit me up! 👇</h3>
</div>
<div class="contact__icons">
<div class="contact__icon-box"><span><svg xmlns="http://www.w3.org/2000/svg" width="30"
height="30" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="tabler-icon tabler-icon-map-search">
<path d="M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v7.5"></path>
<path d="M9 4v13"></path>
<path d="M15 7v5"></path>
<path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"></path>
<path d="M20.2 20.2l1.8 1.8"></path>
</svg></span>
<div class="contact__info">
<h3>Location</h3>
<p>Mumbai, India</p>
</div>
</div>
<div class="contact__icon-box"><span><svg xmlns="http://www.w3.org/2000/svg" width="30"
height="30" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" class="tabler-icon tabler-icon-mail">
<path
d="M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z">
</path>
<path d="M3 7l9 6l9 -6"></path>
</svg></span>
<div class="contact__info">
<h3>Mail</h3><a
href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footerc">
<h3>Copyright © 2024. All rights are reserved</h3>
<div class="footerc__socials"><a aria-label="linkedin" target="_blank" rel="noreferrer"
href="https://www.linkedin.com/in/surajvsonkar/"><svg
xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="tabler-icon tabler-icon-brand-linkedin">
<path
d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z">
</path>
<path d="M8 11l0 5"></path>
<path d="M8 8l0 .01"></path>
<path d="M12 16l0 -5"></path>
<path d="M16 16v-3a2 2 0 0 0 -4 0"></path>
</svg></a><a aria-label="github" target="_blank" rel="noreferrer"
href="https://github.com/surajvsonkar"><svg xmlns="http://www.w3.org/2000/svg" width="30"
height="30" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="tabler-icon tabler-icon-brand-github">
<path
d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5">
</path>
</svg></a></div>
</div>
</div>
</footer>
</div>
<script src="index.js"></script>
</body>
</html>