-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
355 lines (350 loc) · 12.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="favicon.png"type="image/png">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="about.css" />
<link rel="stylesheet" href="skill.css" />
<link rel="stylesheet" href="project.css" />
<link rel="stylesheet" href="contact.css" />
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<script src="index.js" defer></script>
</head>
<body>
<header id="header">
<nav class="navbar">
<a href="#" class="nav-logo">PORTFOLIO</a>
<ul class="nav-menu">
<li class="nav-item">
<a href="#header" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#skill" class="nav-link">skill</a>
</li>
<li class="nav-item">
<a href="#project" class="nav-link">Project</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</header>
<!-- intro-section -->
<div class="main">
<div class="greeting"></div>
<div class="container">
<div class="hero">
<div class="intro">
<h2 class="hello">Hello I'm</h2>
<h1 class="name">Paritosh kuswaha</h1>
<p class="about">
I'm a web developer with expertise in full stack web development.
</p>
<p class="about">
I create fully functional and responsive modern website.
</p>
</div>
<img src="pk.jpg" class="pic" alt="my-image" />
</div>
<div class="logo">
<a href="#"><i class="bx bxl-facebook"></i></a>
<a
href="https://instagram.com/itsparitoshkuswaha?igshid=dWV2bWRyZDU0NXZ1"
><i class="bx bxl-instagram"></i
></a>
<a href="#"><i class="bx bxl-twitter"></i></a>
<a
href="https://www.linkedin.com/in/paritosh-kumar-a07766287?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"
><i class="bx bxl-linkedin-square"></i
></a>
</div>
</div>
</div>
<!-- about section -->
<section id="about">
<div class="contain">
<div class="about-content">
<div class="bio">
<h2 class="h2">About Me</h2>
<h3 id="h3">Hi, I'm Paritosh Kumar</h3>
<p class="description">
I am a passionate web developer with a strong focus on full stack web
development. I love creating elegant and responsive websites that
provide great user experiences.
</p>
<h3 class="h3">Education</h3>
<ul class="education-list">
<li>
Pursuing Bachelor of Technology in Computer Science from Vidya
Vihar Institiute of technology,Purnea affilated to Bihar
engineering university,Patna. (2022-present)
</li>
<li>
I did intermediate from S.N.S.Y inter college Rambagh Purnea
,Bihar (2020-2022) (BSEB).
</li>
<li>
I did my Matriculation from Mount Carmel English School Purnea
,Bihar (2019-2020). (CBSE).
</li>
</ul>
<h3 class="h3">Hobby</h3>
<ul class="hobby-list">
<li>Aside from coding I play cricket,listening song</li>
<li>Waching movie and reading books like novel and comic.</li>
</ul>
<a href="#contact" class="btn1">Contact Me</a>
<a href="Paritosh1semresult.pdf" download>
<button class="btn1" id="btn">Download resume</button></a
>
<p id="downloadMessage" class="download-message"></p>
</div>
</div>
</div>
</section>
<section id="skill">
<h2 class="h2">My Skill</h2>
<div class="skill-section">
<div class="tech-skill">
<h1 class="technical-skill">Technical-skill</h1>
<h2>HTML</h2>
<div class="progress-bar">
<div class="Html"><span>95%</span></div>
</div>
<h2>CSS</h2>
<div class="progress-bar">
<div class="CSS"><span>90%</span></div>
</div>
<h2>Javascript</h2>
<div class="progress-bar">
<div class="Js"><span>86%</span></div>
</div>
<h2>React</h2>
<div class="progress-bar">
<div class="React"><span>50%</span></div>
</div>
<h2>Git</h2>
<div class="progress-bar">
<div class="Git"><span>70%</span></div>
</div>
<h2>Git-hub</h2>
<div class="progress-bar">
<div class="Git-hub"><span>80%</span></div>
</div>
<!-- add as you have skill -->
</div>
<div class="prof-skill">
<h1 class="professional-skill">Professional-skill</h1>
<ul>
<li class="c1">Communication-skill</li>
<li class="c2">Leadership</li>
<li class="c3">Team work</li>
<li class="c4">Presentation</li>
<li class="c5">Technical writing</li>
<li class="c6">Project management</li>
</ul>
</div>
</div>
</section>
<section id="project">
<h2 class="h2">My Project</h2>
<div class="project-container">
<div class="project-card">
<img src="my portfolio.jpeg" alt="Project 1" />
<h2>Project 1</h2>
<p>
In this project i have created my portfolio website using
HTML,CSS,and Js.
</p>
<a href="#" class="btn">Learn More</a>
</div>
<div class="project-card">
<img src="calce.jpeg" alt="Project 2" />
<h2>Project 2</h2>
<p>Working on it</p>
<a href="#" class="btn">Learn More</a>
</div>
<div class="project-card">
<img src="restarunt.jpeg" alt="Project 3" />
<h2>Project 3</h2>
<p>working on it</p>
<a href="#" class="btn">Learn More</a>
</div>
<div class="project-card">
<img src="ecommerce.jpeg" alt="Project 4" />
<h2>Project 4</h2>
<p>working on it</p>
<a href="#" class="btn">Learn More</a>
</div>
<div class="project-card">
<img src="null.jpeg" alt="Project 5" />
<h2>Project 5</h2>
<p>NULL</p>
<a href="#" class="btn">Learn More</a>
</div>
<div class="project-card">
<img src="null.jpeg" alt="Project 6" />
<h2>Project 6</h2>
<p>NULL</p>
<a href="#" class="btn">Learn More</a>
</div>
<div class="project-card">
<img src="null.jpeg" alt="Project 7" />
<h2>Project 7</h2>
<p>NULL</p>
<a href="#" class="btn">Learn More</a>
</div>
<div class="project-card">
<img src="null.jpeg" alt="Project 8" />
<h2>Project 8</h2>
<p>NULL</p>
<a href="#" class="btn">Learn More</a>
</div>
</div>
</section>
<section id="contact">
<div class="contact-container">
<h1>Contact-me</h1>
<p>
Any question in your mind just fill the section below.I will reach you
soon.
</p>
</div>
<div class="contact-me">
<div class="address-section">
<div class="address">
<h2>Address</h2>
<i class="bx bx-map"></i>
<p>Rambagh,Purnea Bihar</p>
</div>
<div class="phone">
<h2>Phone</h2>
<i class="bx bxs-phone-call"></i>
<p>9709674889</p>
</div>
<div class="email">
<h2>Email</h2>
<i class="bx bxl-gmail"></i>
<p>[email protected]</p>
</div>
</div>
<form
id="contact-form"
method="post"
action="https://script.google.com/macros/s/AKfycbzZBYc6wFPqs5jIbaMvb56pas6_yA91pwCu277ZwT_lanXd7T-sGLfGWjeCfUxmExBR/exec"
>
<div class="form-group">
<label for="first-name">First Name:</label>
<input
type="text"
id="first-name"
placeholder="enter your first name"
name="firstname"
required
/>
</div>
<div class="form-group">
<label for="last-name">Last Name:</label>
<input
type="text"
id="last-name"
placeholder="enter your last name "
name="lastname"
required
/>
</div>
<div class="form-group">
<label for="email">Email:</label>
<input
type="email"
id="email"
placeholder="enter your email"
name="email"
required
/>
</div>
<div class="form-group">
<label for="Message">Message:</label>
<textarea
id="Message"
placeholder="enter your Message"
name="message"
></textarea>
</div>
<div class="form-group">
<button type="submit" value="Submit">Submit</button>
</div>
</form>
</div>
</section>
<footer id="footer">
<div class="footer-cointainer">
<div class="footer-content-right">
<h2>Useful link</h2>
<ul class="footer-menu">
<li class="footer-item">
<a href="#header" class="footer-list">Home</a>
</li>
<li class="footer-item">
<a href="#about" class="footer-list">About</a>
</li>
<li class="footer">
<a href="#skill" class="footer-list">skill</a>
</li>
<li class="footer-item">
<a href="#project" class="footer-list">Project</a>
</li>
<li class="footer-item">
<a href="#contact" class="footer-list">Contact</a>
</li>
</ul>
</div>
<div class="footer-content-left">
<div class="disclaimer">
<h2 class="head-disclaimer">Disclaimer:-</h2>
<p>
This website is primarily intended for showcasing my portfolio and
creative works. All the content displayed here, including designs,
projects, and artworks, is my original creation. Please note that
any resemblance to real businesses, products, or individuals is
purely coincidental. The information provided on this website may
not always be up-to-date or complete.For further information
contact me.
</p>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="footer-logo">
<h2>visit my social media:-</h2>
<a href="#"><i class="bx bxl-facebook"></i></a>
<a href="#"><i class="bx bxl-instagram"></i></a>
<a href="#"><i class="bx bxl-twitter"></i></a>
<a href="#"><i class="bx bxl-linkedin-square"></i></a>
</div>
<div class="footer-copyright">
<p>©:2023 All right resevered by Paritosh Kumar.</p>
</div>
</div>
</footer>
</body>
</html>