-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
397 lines (378 loc) · 18.9 KB
/
Copy pathindex.html
File metadata and controls
397 lines (378 loc) · 18.9 KB
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
395
396
397
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Manrope font-->
<link
href="https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700&display=swap"
rel="stylesheet"
/>
<!--Font Awesome CDN-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!--Custom CSS-->
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="preload" href="assets/images/ProfileImg.jpg" as="image">
<link rel="preload" href="assets/images/image-mask.svg" as="image">
<title>Divya - Frontend Developer</title>
</head>
<body class="black-theme">
<!--Header Section-->
<header class="header">
<div class="container">
<a href="#" class="logo">Divya</a>
<nav class="navbar" data-navbar>
<div class="navbar-top">
<a href="#" class="logo">Divya</a>
<button class="navbar-close-btn" data-nav-toggler>
<i class="fa-solid fa-xmark fa-2x" style="color: #fdff00"></i>
</button>
</div>
<ul class="navbar-list">
<li><a href="" class="navbar-link">Home</a></li>
<li><a href="" class="navbar-link">About</a></li>
<li><a href="" class="navbar-link">Projects</a></li>
<li><a href="" class="navbar-link">Contact</a></li>
</ul>
<div class="theme-wrapper">
<button id="theme-btn" class="btn theme">Change Theme</button>
</div>
</nav>
<button class="navbar-toggler nav-open-btn" data-nav-toggler>
<i class="fa-solid fa-bars"></i>
</button>
<div class="overlay" data-nav-toggler data-overlay></div>
</div>
</header>
<!--Hero Section-->
<main>
<article>
<section class="hero">
<div class="container">
<div class="hero-content">
<h1 class="h1 title">Hi, I'm Divya. Front End Web Developer</h1>
<p class="section-text">I’m a frontend web developer with a love for clean code, creativity, and
intuitive user experiences. I’m currently building projects to sharpen my
skills and grow my portfolio.</p>
<div class="social-icons-wrapper">
<a href="https://github.com/coderdivya18" class="social-icon" style="color: #02e9cf">
<i class="fab fa-github"></i>
</a>
<a href="#" class="social-icon" style="color: #f3b500">
<i class="fab fa-linkedin"></i>
</a>
<a href="#" class="social-icon" style="color: #ea07b9">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="social-icon" style="color: #ef7816">
<i class="fab fa-facebook"></i>
</a>
</div>
<div class="btn-wrapper">
<button class="btn">Explore My Works</button>
<button class="btn">Contact Me</button>
</div>
</div>
<figure class="hero-banner">
<img src="assets/images/girl.jpg" alt="Divya's_photo" width="360" height="360" class="w-100">
</figure>
</div>
</section>
<div class="divider" style="margin-top: 80px"></div>
<!-- About Section-->
<section class="section about">
<div class="container">
<div class="wrapper">
<div class="left">
<h2 class="h2 section-title">
My Skills
</h2>
<p class="section-text">
I'm skilled in building responsive and user-friendly web interfaces using HTML5, CSS3, and JavaScript.
I’ve worked with tools and libraries like React.js, Chakra UI for creating interactive and accessible UIs.
I'm comfortable using Git and GitHub for version control, and I follow clean code practices
with a strong focus on design, responsiveness, and usability.
I'm continuously learning and enjoy turning ideas into clean, functional web experiences.
</p>
</div>
<ul class="progress-list">
<li class="progress-item">
<div class="label-wrapper">
<p>Web Development</p>
<span class="span">100%</span>
</div>
<div class="progress">
<div class="progress-fill" style="width: 100%; background-color:#f3b500"></div>
</div>
</li>
<li class="progress-item">
<div class="label-wrapper">
<p>HTML</p>
<span class="span">90%</span>
</div>
<div class="progress">
<div class="progress-fill" style="width: 100%; background-color:#02e9cf"></div>
</div>
</li>
<li class="progress-item">
<div class="label-wrapper">
<p>CSS</p>
<span class="span">85%</span>
</div>
<div class="progress">
<div class="progress-fill" style="width: 100%; background-color:#ef7816"></div>
</div>
</li>
<li class="progress-item">
<div class="label-wrapper">
<p>Javascript</p>
<span class="span">80%</span>
</div>
<div class="progress">
<div class="progress-fill" style="width: 100%; background-color:#ea07b9"></div>
</div>
</li>
<li class="progress-item">
<div class="label-wrapper">
<p>ReactJS</p>
<span class="span">85%</span>
</div>
<div class="progress">
<div class="progress-fill" style="width: 100%; background-color:#02e9cf"></div>
</div>
</li>
</ul>
</div>
<ul class="grid-list skills-list">
<li>
<div class="about-card">
<div class="card-icon">
<i class="fa-solid fa-code" style="color: #f3b500"></i>
</div>
<h3 class="h4 card-title">Web Design</h3>
<p class="card-text">
I have a keen eye for clean and modern web design, focusing on layout, color harmony, and typography.
I strive to create interfaces that are not only visually appealing but also intuitive and user-friendly.
</p>
</div>
</li>
<li>
<div class="about-card">
<div class="card-icon">
<i class="fa-solid fa-database" style="color: #ea07b9"></i>
</div>
<h3 class="h4 card-title">Mobile Design</h3>
<p class="card-text">
I prioritize mobile-first design to ensure seamless user experiences across all screen sizes.
By using responsive layouts and touch-friendly elements,
I create interfaces that look and feel great on smartphones and tablets.
</p>
</div>
</li>
<li>
<div class="about-card">
<div class="card-icon">
<i class="fa-solid fa-file-code" style="color: #02e9cf"></i>
</div>
<h3 class="h4 card-title">SEO</h3>
<p class="card-text">
I follow basic SEO best practices like using semantic HTML, proper heading structures, alt attributes for images,
and optimized meta tags to help improve website visibility and accessibility.
</p>
</div>
</li>
<li>
<div class="about-card">
<div class="card-icon">
<i class="fa-brands fa-codepen" style="color: #ef7816"></i>
</div>
<h3 class="h4 card-title">Accessibility</h3>
<p class="card-text">
I aim to build accessible websites by using semantic HTML, ensuring keyboard navigation,
and maintaining good color contrast to create inclusive experiences for all users.
</p>
</div>
</li>
</ul>
</div>
</section>
<div class="divider"></div>
<!-- Projects Section-->
<section class="section projects">
<div class="container">
<div class="title-wrapper">
<div>
<h2 class="h2 section-title">Latest Projects</h2>
<p class="section-text">
I have worked on a number of projects in the past.
Here are some of my favorite projects.
</p>
<button class="btn">See All Projects</button>
</div>
</div>
<ul class="grid-list">
<li>
<div class="project-card project-card-one">
<div class="card-content">
<p class="card-type">Web Design</p>
<h3 class="h3 card-title">Youtube Theme</h3>
<p class="card-text">
I have created a responsive Youtube theme using HTML5, CSS3, and JavaScript.
I have used Chakra UI for creating interactive and accessible UIs.
I have used React.js for creating a responsive and interactive UI.
</p>
<a href="#" class="btn-text" style="color: #a07cc5">
<span class="span">See Project</span>
</a>
</div>
<figure class="card-banner">
<img src="assets/images/project-1.png"
alt="Youtube_theme"
class="w-100"
width="650"
height="370"
>
</figure>
</div>
</li>
<li>
<div class="project-card project-card-two">
<div class="card-content">
<p class="card-type">Mobile Design</p>
<h3 class="h3 card-title">Twitter App</h3>
<p class="card-text">
I have created a responsive Twitter app using HTML5, CSS3, and JavaScript.
I have used Chakra UI for creating interactive and accessible UIs.
I have used React.js for creating a responsive and interactive UI.
</p>
<a href="#" class="btn-text" style="color: #3f78e0">
<span class="span">See Project</span>
</a>
</div>
<figure class="card-banner">
<img src="assets/images/project-2.png"
alt="Youtube_theme"
class="w-100"
width="650"
height="370"
>
</figure>
</div>
</li>
<li>
<div class="project-card project-card-three">
<div class="card-content">
<p class="card-type">Mobile Design</p>
<h3 class="h3 card-title">Facebook App</h3>
<p class="card-text">
I have created a responsive Facebook app using HTML5, CSS3, and JavaScript.
I have used Chakra UI for creating interactive and accessible UIs.
I have used React.js for creating a responsive and interactive UI.
</p>
<a href="#" class="btn-text" style="color: #7cb798">
<span class="span">See Project</span>
</a>
</div>
<figure class="card-banner">
<img src="assets/images/project-3.png"
alt="Youtube_theme"
class="w-100"
width="650"
height="370"
>
</figure>
</div>
</li>
<li>
<div class="project-card project-card-four">
<div class="card-content">
<p class="card-type">Mobile Design</p>
<h3 class="h3 card-title">Github Design</h3>
<p class="card-text">
I have created a responsive Github design using HTML5, CSS3, and JavaScript.
I have used Chakra UI for creating interactive and accessible UIs.
I have used React.js for creating a responsive and interactive UI.
</p>
<a href="#" class="btn-text" style="color: #d16b86">
<span class="span">See Project</span>
</a>
</div>
<figure class="card-banner">
<img src="assets/images/project-4.png"
alt="Youtube_theme"
class="w-100"
width="650"
height="370"
>
</figure>
</div>
</li>
</ul>
</div>
</section>
<div class="divider"></div>
<!-- Contact Section-->
<section class="section contact">
<div class="container">
<div class="contact-card">
<div class="contact-content">
<div class="card-icon">
<i class="fa-solid fa-envelope" style="font-size: 50px"></i>
</div>
<h2 class="section-title">Let's Connect and Explore</h2>
<p class="section-text">
I'm always open to new opportunities and excited to work with you.
If you have any questions or would like to connect, please feel free to reach out.
</p>
</div>
<form action="#" class="contact-form" method="post">
<div class="input-wrapper">
<input type="text" name="name" placeholder="Name" required class="input-field">
<input type="email" name="email" placeholder="Email" required class="input-field">
</div>
<textarea name="message" placeholder="Message" required class="input-field"></textarea>
<button class="btn" type="submit">Send Message</button>
</form>
</div>
</div>
</section>
<div class="divider"></div>
<footer class="footer">
<div class="container">
<div class="footer-inner-container">
<p class="copyright">
© 2025 Divya. All rights reserved.
</p>
<ul class="social-icons-wrapper">
<li>
<a href="https://github.com/coderdivya18" class="social-link" style="color: #02e9cf">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="#" class="social-link" style="color: #f3b500">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="#" class="social-link" style="color: #ea07b9">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="#" class="social-link" style="color: #ef7816">
<i class="fab fa-facebook"></i>
</a>
</li>
</ul>
</div>
</div>
</footer>
</article>
</main>
<script src="assets/js/scripts.js"></script>
</body>
</html>