-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
394 lines (384 loc) · 23.4 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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Jeevan" />
<meta name="keywords" content="portfolio" />
<link rel="icon" href="./images/favicon.png" type="image/jpg" />
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>portfolio</title>
</head>
<body>
<header>
<!-- navigation bar -->
<nav class="navbar">
<div class="logo">
<a href="#" class="logoprofile"><img src="./images/logo.png" alt="logo"></a>
<div class="toggle">
<input type="checkbox" id="darkmode"/>
<label></label>
</div>
</div>
<input type="checkbox" id="menu-toggle" class="menu-toggle">
<label for="menu-toggle" class="burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</label>
<ul class="nav-links">
<li><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#certifications">Certifications</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a>
</li>
</ul>
</nav>
</header>
<main>
<!-- hero section -->
<section id="home">
<section class="hero-section">
<div class="hero-container">
<div class="hero-row-container">
<div class="hero-content">
<h3>Hello!</h3>
<h1>I'M Jeevan</h1>
<h2>web developer</h2>
<p>Crafting innovative and responsive websites that bring ideas to life. Passionate about clean code, seamless user experiences, and modern web design</p>
<div class="actions">
<a href="./files/CVjeevan.pdf" class="primary-btn" download>Download CV</a>
<a href="#contact" class="primary-btn" data-type="inverted-btn">contact me</a>
</div>
<div class="social-login-icons">
<div class="socialcontainer">
<div class="icon social-icon-1-1">
<svg
viewBox="0 0 512 512"
height="1.7em"
xmlns="http://www.w3.org/2000/svg"
class="svgIcontwit"
fill="white"
>
<path
d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"
></path>
</svg>
</div>
<div class="social-icon-1">
<svg
viewBox="0 0 512 512"
height="1.7em"
xmlns="http://www.w3.org/2000/svg"
class="svgIcontwit"
fill="white"
>
<path
d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"
></path>
</svg>
</div>
</div>
<div class="socialcontainer">
<div class="icon social-icon-2-2">
<svg
fill="white"
class="svgIcon"
viewBox="0 0 448 512"
height="1.5em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"
></path>
</svg>
</div>
<div class="social-icon-2">
<svg
fill="white"
class="svgIcon"
viewBox="0 0 448 512"
height="1.5em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"
></path>
</svg>
</div>
</div>
<div class="socialcontainer">
<div class="icon social-icon-3-3">
<svg
viewBox="0 0 384 512"
fill="white"
height="1.6em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"
></path>
</svg>
</div>
<div class="social-icon-3">
<svg
viewBox="0 0 384 512"
fill="white"
height="1.6em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"
></path>
</svg>
</div>
</div>
<div class="socialcontainer">
<div class="icon social-icon-4-4">
<svg fill="white" viewBox="0 0 496 512" height="1.6em">
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"
></path>
</svg>
</div>
<div class="social-icon-4">
<svg fill="white" viewBox="0 0 496 512" height="1.6em">
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"
></path>
</svg>
</div>
</div>
</div>
<!-- <div class="socialicon">
<a href="https://facebook.com"><i class="fa-brands fa-facebook"></i></a>
<a href="https://github.com"><i class="fa-brands fa-github"></i></a>
<a href="https://twitter.com"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.fa-instagram.com"><i class="fa-brands fa-instagram"></i></a>
</div> -->
</div>
<div class="cube-main">
<!-- cube container -->
<div class="cube-container">
<div class="cube">
<div class="face front"><span>Hello</span></div>
<div class="face back"><img src="./images/aboutme.jpeg" alt="display piocture"></div>
<div class="face right"><img src="./images/aboutme.jpeg" alt="display piocture"></div>
<div class="face left"><img src="./images/aboutme.jpeg" alt="display piocture"></div>
<div class="face top">jeevan</div>
<div class="face bottom">I'm</div>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- aboutme -->
<section id="about" class="aboutme-section ">
<div class="aboutme-container border-aboutme">
<div class="aboutme-row-container ">
<div class="about-img">
<img src="images/aboutme.jpeg" alt="dp">
</div>
<div class="aboutme-content">
<h1 id="about-heading">About me</h1>
<h3>My introduction</h3>
<p>Creative web developer specializing in building responsive, user-friendly websites. Skilled in HTML, CSS, JavaScript, and crafting modern web solutions.</p>
<ul class="information">
<li class="detail">
<i class="fa-solid fa-user "></i>
Name : jeevan kumar
</li>
<li class="detail">
<i class="fa-solid fa-phone "></i>
Phone : 8095114306
</li>
<li class="detail">
<i class="fa-solid fa-envelope "></i>
Email : [email protected]
</li>
</li>
</ul>
<a href="#skills" class="primary-btn" >Read more</a>
</div>
</div>
</div>
</section>
<!-- -----skill----- -->
<section id="skills" class="skills-section ">
<div class="skills-container ">
<div class="skills-column-container border-aboutme">
<div class="skills-content">
<h1>My Skills</h1>
</div>
<div class="skill-container">
<div class="skill-bar-container">
<div class="info">
<small>HTML</small>
<small>70%</small>
</div>
<div class="skill-level">
<div class="skill-bar html"></div>
</div>
</div>
<div class="skill-bar-container">
<div class="info">
<small>bootstrap</small>
<small>60%</small>
</div>
<div class="skill-level">
<div class="skill-bar bootstrap"></div>
</div>
</div>
<div class="skill-bar-container">
<div class="info">
<small>CSS</small>
<small>60%</small>
</div>
<div class="skill-level">
<div class="skill-bar css"></div>
</div>
</div>
<div class="skill-bar-container">
<div class="info">
<small>react</small>
<small>30%</small>
</div>
<div class="skill-level">
<div class="skill-bar react"></div>
</div>
</div>
<div class="skill-bar-container">
<div class="info">
<small>javascript</small>
<small>30%</small>
</div>
<div class="skill-level">
<div class="skill-bar javascript"></div>
</div>
</div>
<div class="skill-bar-container">
<div class="info">
<small>c++</small>
<small>80%</small>
</div>
<div class="skill-level">
<div class="skill-bar cplusplus"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- certificates -->
<section id="certifications" class="certificate-section bg-grey">
<div class="certificate-container">
<div class="certificate-column-container border-aboutme padding">
<div class="certificate-content">
<h1>Certificates</h1>
</div>
<div class="grid-card-container">
<div class="card">
<i class="fa-brands fa-html5 fill-white" data-type="card-icons"></i>
<h4 > HTML</h4>
<p class="para">Certified in HTML, skilled in structuring web content using semantic elements, ensuring clean, accessible, and well-organized websites for all devices.</p>
<a href="https://drive.google.com/file/d/1g-D97gbgQkASE95PR7Evh3gDiKsVfd-1/view?usp=drive_link" target="_blank">
<button class="primary-btn">View Certification</button>
</a>
</div>
<div class="card">
<i class="fa-brands fa-css3 fill-white" data-type="card-icons"></i>
<h4>CSS</h4>
<p class="para">Certified in CSS, showcasing expertise in styling websites with layouts, animations, and responsive designs for a visually appealing user experience across devices.</p>
<a href="https://drive.google.com/file/d/1g-D97gbgQkASE95PR7Evh3gDiKsVfd-1/view?usp=drive_link" target="_blank">
<button class="primary-btn">View Certification</button>
</a>
</div>
<div class="card">
<i class="fa-brands fa-js fill-white" data-type="card-icons"></i>
<h4>JAVASCRIPT</h4>
<p class="para">Certified in JavaScript, proficient in creating dynamic, interactive web features and handling events, DOM manipulation, and API integrations for enhanced user experiences.</p>
<a href="https://drive.google.com/file/d/1g-D97gbgQkASE95PR7Evh3gDiKsVfd-1/view?usp=drive_link" target="_blank">
<button class="primary-btn">View Certification</button>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- -----portfolio----- -->
<section id="projects" class="portfolio-section">
<div class="portfolio-container">
<div class="portfolio-column-container border-aboutme ">
<div class="portfolio-content ">
<h3>Projects</h3>
<h1 id="project">Recent projects</h1>
</div>
<div class="grid-card-container">
<div class="portfolio-card">
<a href="#" class="primary-btn demo">view project</a>
</div>
<div class="portfolio-card">
<a href="#" class="primary-btn demo">view project</a>
</div>
<div class="portfolio-card">
<a href="#" class="primary-btn demo">view project</a>
</div>
<div class="portfolio-card">
<a href="#" class="primary-btn demo">view project</a>
</div>
<div class="portfolio-card">
<a href="#" class="primary-btn demo">view project</a>
</div>
<div class="portfolio-card">
<a href="#" class="primary-btn demo">view project</a>
</div>
</div>
</div>
</div>
</section>
<!-- work together section -->
<section class="project-section">
<div class="project-container border-work-together">
<div class="project-content">
<h2 >lets work together</h2>
<p class="para">Looking for a passionate web developer to bring your project to life? I specialize in creating responsive, user-friendly websites tailored to your needs. Let’s collaborate and turn your ideas into functional, stunning digital experiences!</p>
<a href="#contact" class="primary-btn">contact</a>
</div>
</div>
</section>
<!-- contact section -->
<section id="contact" class="contact-section">
<div class="contact-container">
<div class="contact-column-container">
<div class="contact-content">
<h3>contact</h3>
<h1>Get In Touch</h1>
</div>
<form action="" class="form">
<input type="text" placeholder="username" required>
<input type="text" placeholder="Phone number" required>
<input type="email" placeholder="Email Address" required>
<textarea placeholder="Type your message here" rows="6" required></textarea>
<input type="submit" value="send messege" class="primary-btn">
</form>
</div>
</div>
</section>
</main>
<!-- footer -->
<footer class="footer-section">
<div class="buttons">
<a href="#" class="primary-btn" ><i class="fa-solid fa-phone "></i>CALL</a>
<a href="#" class="primary-btn" ><i class="fa-solid fa-envelope "></i>EMAIL</a>
</div>
<div class="footer-container">
<p class="para fill-white">copyright ©2024 jeevan all rights reserved</p>
</div>
</footer>
</body>
</html>