-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
337 lines (287 loc) · 10 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dharshini L</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="#home" class="logo">Dharshini
<span>Lakshmanan</span></a>
<i class='bx bx-menu' id="menu-icon"></i>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about" >About</a>
<a href="#education" >Education</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
<a href="#contacts">Contacts</a>
</nav>
</header>
<!-- section home -->
<section class="home" id="home">
<div class="home-content">
<h1>Hi, I'm <span>Dharshini</span></h1>
<h3 class="text-animation">I'm a <span>
</span></h3>
<p></p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/dharshini-lakshmanan"><i class='bx bxl-linkedin'></i> </a>
<a href="https://github.com/DHARSHINI1401"><i class='bx bxl-github' ></i></a>
<a href="#"><i class='bx bxl-twitter' ></i></a>
<a href="#"><i class="bx bxl-facebook"></i></a>
</div>
<div class="btn-group">
<a href="./Dharshini L -resume.pdf" class="btn">Download Resume</a>
</div>
</div>
<div class="home-img">
<img src="" alt="">
</div>
</section>
<!-- biography -->
<section class="about" id="about">
<div class="about-content">
<p> <h1 id="name2"><center>About Me</center></h1> <br>I am a passionate <strong id="name">front-end developer</strong> with a strong proficiency in <strong id="name">HTML and CSS.</strong> My journey in front-end development began with a curiosity to create visually appealing and user-friendly websites. Over time, I have honed my skills to craft responsive and engaging web experiences. I thrive on the challenge of designing and implementing intuitive user interfaces that enhance the overall user experience.
<br>
I am committed to staying updated with the latest trends and best practices in web development. Whether I am working on a new project or improving existing ones, my goal is to continuously grow as a developer. I strive to contribute to innovative and impactful web solutions that make a difference. My dedication to front-end development is driven by a desire to create web experiences that are not only functional but also visually stunning and user-centric.</p>
</div>
<div class="about-img">
<img src="./images/WhatsApp Image 2024-08-07 at 12.05.20_c4521976.jpg" id="img2">
</div>
</section>
<!--Education-->
<section class="education" id="education" >
<h2 class="heading" >Education</h2>
<div class="timeline-items">
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2021-2025</div>
<div class="timeline-content">
<h3>B.E- Computer Science and Engineering</h3>
<p>Nadar Saraswathi College of Engineering and Technology,
Theni ,Tamil Nadu.<br>
CGPA: 8.7 (UpTo 5th semester)</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2023</div>
<div class="timeline-content">
<h3>Hackathon</h3>
<p>Winner of Smart India Hackathon 2023 held at Royal
Global University ,Assam ( 19,20 december-2023)
project on AI-Based Generative design for Hydro PowerPlant.
<br>Participated in Learnathon conducted by Guvi
(16.2.2024)</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2023</div>
<div class="timeline-content">
<h3>Internship</h3>
<p>Web Development Intern at Prasunet<br>(July 15 - august 15 2024)
</p>
<p>Virtual Internship at CodeAlpha<br>(Web development - May 10 to august 10 2024)
</p>
<p>Web developer Intern at Hazzino Technologies<br>(July 10 to august 1 2023)
</p>
</div>
</div>
</div>
</section>
<!--skills-->
<div class="skills" id="skills">
<h2 class="heading" >Skills</h2>
<div class="skill">
<div class="progress-container">
<h1>Technical Skills</h1>
<div class="techskill">
<h3>HTML <span>90%</span></h3>
<div class="progress-bar">
<div class="progress" style="width: 90%;"></div>
</div>
</div>
<div class="techskill">
<h3>CSS <span>75%</span></h3>
<div class="progress-bar">
<div class="progress" style="width: 75%;"></div>
</div>
</div>
<div class="techskill">
<h3>JavaScript <span>65%</span></h3>
<div class="progress-bar">
<div class="progress" style="width: 65%;"></div>
</div>
</div>
<div class="techskill">
<h3>Node JS <span>65%</span></h3>
<div class="progress-bar">
<div class="progress" style="width: 65%;"></div>
</div>
</div>
<div class="techskill">
<h3>Python <span>85%</span></h3>
<div class="progress-bar">
<div class="progress" style="width: 85%;"></div>
</div>
</div>
<div class="techskill">
<h3>MySQL <span>80%</span></h3>
<div class="progress-bar">
<div class="progress" style="width: 80%;"></div>
</div>
</div>
</div>
<div class="nontech">
<h1>Soft skills</h1>
<ul class="skill2">
<li>★ Time Management</li>
<li>★ Communication</li>
<li>★ Decision Making</li>
<li>★ Problem solving</li>
<li>★ Adaptability</li>
<li>★ Active Listening</li>
<li>★ Leadership</li>
</ul>
</div>
</div>
</div>
<!-- projects-->
<section id="projects" class="projects-section">
<h2 class="projects-section-header">My Projects</h2>
<div class="projects-grid">
<a
href="https://github.com/DHARSHINI1401/CodeAlpha_task_TodoList"
target="_blank"
class="project project-tile"
>
<img
class="project-image"
src="./images/To do.jpg"
alt="project"
/>
<p class="project-title">
<span class="code"></span>
To-Do
<span class="code"></span>
</p>
</a>
<a
href="https://dharshini1401.github.io/CodeAlpha_task_MusicPlayer/"
target="_blank"
class="project project-tile"
>
<img
class="project-image"
src="./images/music.jpg"
alt="project"
/>
<p class="project-title">
<span class="code"></span>
Music Player
<span class="code"></span>
</p>
</a>
<a
href="https://dharshini1401.github.io/Prasunet_WD_01/"
target="_blank"
class="project project-tile"
>
<img
class="project-image"
src="./images/voyage.jpg"
alt="project"
/>
<p class="project-title">
<span class="code"></span>
Responsive Landing Page
<span class="code"></span>
</p>
</a>
<a
href=" http://127.0.0.1:5500/Free%20code%20camp/registration%203rd%20project.htmll"
target="_blank"
class="project project-tile"
>
<img
class="project-image"
src="./images/portfolio.jpg"
alt="project"
/>
<p class="project-title">
<span class="code"></span>
My portfolio
<span class="code"></span>
</p>
</a>
<a
href=" https://dharshini1401.github.io/Prasunet_WD_03/"
target="_blank"
class="project project-tile"
>
<img
class="project-image"
src="./images/game.png"
alt="project"
/>
<p class="project-title">
<span class="code"></span>
Tic Tac Toe Game
<span class="code"></span>
</p>
</a>
</div>
</section>
<!-- contact -->
<section class="contact" id="contacts">
<h2 class="heading">Contact <span>Me</span></h2>
<form action="">
<div class="input-group">
<div class="input-box">
<input type="text" placeholder="Full Name">
<input type="email" placeholder="Email">
</div>
<div class="input-box">
<input type="number" placeholder="Phone number">
<input type="text" placeholder="Subject">
</div>
</div>
<div class="input-group-2">
<textarea name="" id="" cols="30" rows="10" placeholder="Your Message"></textarea>
<input type="submit" value="Send Message" class="btn">
</div>
</form>
</section>
<!-- footer -->
<footer class="footer">
<div class="social">
<a href="https://www.linkedin.com/in/dharshini-lakshmanan"><i class='bx bxl-linkedin'></i> </a>
<a href="https://github.com/DHARSHINI1401"><i class='bx bxl-github' ></i></a>
<a href="#"><i class='bx bxl-twitter' ></i></a>
<a href="#"><i class="bx bxl-facebook"></i></a>
</div>
<ul class="list">
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#">About Me</a>
</li>
<li>
<a href="#">Projects</a>
</li>
<li>
<a href="#">Contact Me</a>
</li>
</ul>
<p class="copyright">
@ Dharshini Lakshmanan | <a href="#">dharshinilakshmanan@gmail.com</a>
</p>
</footer>
</body>
</html>