-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
437 lines (373 loc) · 17.2 KB
/
resume.html
File metadata and controls
437 lines (373 loc) · 17.2 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
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="./img/logo.png">
<title>Logashree | Front-End Developer Portfolio</title>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- FontAwesome for icons -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<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=Bebas+Neue&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=Changa:wght@200..800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="resume.css">
</head>
<body>
<!-- Particle Background -->
<div id="particles-js"></div>
<!-- Portfolio Content -->
<div class="frame-Container">
<!-- Navigation Section -->
<div class="col-xxl-1 col-xl-1 col-lg-2 col-md-2 col-sm-12 p-4 navbar">
<div class="row g-3">
<nav class="col-xxl-3 col-xl-3 col-lg-3 col-md-3 col-sm-12 d-md-flex ">
<div class="contact">
<div>
<a href="index.html"><i class="fa-solid fa-house" alt="" width="30" height="24"></i></i></a>
</div>
<div>
<a href="about.html"><i class="dropdowns fa-solid fa-user" alt="" width="30" height="24"> </i></a>
</div>
<div>
<a href="resume.html"> <i class="fa-solid fa-user-graduate" alt="" width="30" height="24"> </i></a>
</div>
<div>
<a href="project.html"> <i class="fa-solid fa-images" alt="" width="30" height="24"></i></a>
</div>
<div>
<a href="contact.html"> <i class="fa-solid fa-address-book" alt="" width="30" height="24"></i></a>
</div>
</nav>
</div>
</div>
<div class="col-xxl-3 col-xl-4 col-lg-4 col-md-5 col-sm-12 p-0 profile ">
<div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 left-box ">
<div class="header">
<div> <img src="./img/logo.png" width="100" height="100"></div>
<div>
<button class="hd_button" onclick="window.location.href='./project.html';">
<i class="fa-solid fa-circle"></i> Available for 4 projects
</button>
</div>
</div>
<div class="footer">
<h5>itslogashree03@gmail.com</h5>
<h5>Chennai, TamilNadu</h5>
<p class="copyright">© 2025 Logashree. All Rights Reserved</p>
<div class="contact d-flex align-items-center flex-wrap justify-content-center">
<a href="mailto:itslogashree03@gmail.com"><i class="fa-solid fa-envelope"></i></a>
<a href="https://www.linkedin.com/in/logashree-k-09b252227/" target="_blank"><i
class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/Logashree03" target="_blank"><i class="fa-brands fa-github"></i></a>
</div>
</div>
<!-- <div> <img src="./images/sign.png" alt="signature" width="200" height="150"></div> -->
</div>
</div>
<!--- Next Section --->
<div class="col-xxl-8 col-xl-7 col-lg-7 col-md-6 col-sm-12 details btn main text-start timeline-title">
<div class="col-md-12">
<h1>My Resume </h1>
<span class='random-word'></span>
</div>
<hr>
<div>
<div class="row " data-aos="fade-up" data-aos-delay="300" data-aos-duration="3000" data-aos-offset="200">
<div class="col-xxl-8 col-xl-12 col-lg-12 col-md-12 col-sm-12 resume_title ">
<div class="col-md-8 text-center">
<h2> Education </h2>
</div>
<div class="row-xxl-8 row-xl-7 row-lg-12 row-md-12 row-sm-12 example-split ">
<div class="col-xs-11 col-xs-offset-2 col-sm-12 col-sm-offset-2 p-4">
<ul class="timeline timeline-split ">
<li class="timeline-item ">
<div class="timeline-info">
<span>2022-2024 </span><br>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content mb-2">
<h4 class="timeline-title">MADRAS UNIVERSITY</h4>
<p>MCA/ MASTER OF COMPUTER APPLICATION - (72%) </p>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>2019-2021</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h4 class="timeline-title">
JAYA COLLEGE OF ARTS AND SCIENCE</h4>
<p>BCA/ BACHELOR OF COMPUTER APPLICATION – (78.5%) </p>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>APR 2018</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h4 class="timeline-title">
LITTLE HOLY ANGEL’S MATRICULATION HIGHER SECONDARY SCHOOL</h4>
<p>Higher Secondary Certificate </p>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>APR 2016</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h4 class="timeline-title">
LITTLE HOLY ANGEL’S MATRICULATION HIGHER SECONDARY SCHOOL</h4>
<p>Secondary School Leaving Certificate </p>
</div>
</li>
<li class="timeline-item period">
<div class="timeline-info">
</div>
<div class="timeline-marker"></div>
<div class="timeline-content ">
<h2 class="timeline-title">
Work Experience</h2>
</div>
</li>
<li class="timeline-item ">
<div class="timeline-info">
<span>2024–Present <br> Code99 IT Academy </span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h4 class="timeline-title"> Full Stack Web Development </h4>
<p>Completed 8 months of Full Stack Web Development training at Code 99 IT Academy, building
real-world projects from front-end to back-end.</p>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>2023–2024 <br> Inzpire Design </span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content mb-3">
<h4 class="timeline-title">Web Designer</h4>
<p>Creative New Website Designs, Layouts and Content Using the SubLime Tool Designed New Feature
for Existing websites, Design compelling and intuitive web features. </p>
</div>
</li>
<li class="timeline-item ">
<div class="timeline-info">
<span>2023–2024 <br> Inzpire Design </span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h4 class="timeline-title"> Project Management Executive</h4>
<p>Project Analysis, Planning Project Management, Project Scheduling, Project Forecasting,
Documentation, Strategic Planning, Resource Planning. </p>
</div>
</li>
<li class="timeline-item ">
<div class="timeline-info">
<span>2021-2022 <br> Neverskip </span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h4 class="timeline-title"> Data Co-Ordinator</h4>
<p>Data Management, ERP Management Software, MS Word, MS Excel, MS PowerPoint, Document
Management, Client Handling</p>
</div>
</li>
<li class="timeline-item period">
<div class="timeline-info"></div>
<div class="timeline-marker"></div>
</li>
</ul>
</div>
</div>
</div>
<div class="col-xxl-4 col-xl-12 col-lg-12 col-md-12 col-sm-12 resume_title">
<div class="row-md-4 ">
<div class="row">
<div class=" col-xxl-12 col-xl-6 col-lg-6 col-md-12 col-sm-12 mb-4 resume_title">
<div class="col-md-8 Color">
<h2> Skills </h2>
</div>
<div class=" col-md-12 ">
<strong class="progress-color"> MS Word, MS Excel</strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
<div class=" col-md-12 ">
<strong class="progress-color"> Time Management</strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
<!-- <div class=" col-md-12">
<strong> Photo Editng</strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div> -->
<div class=" col-md-12 ">
<strong> Tamil Typing</strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
<div class="col-md-12 ">
<strong class="progress-color"> Handicafts</strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
<div class="col-md-12 ">
<strong class="progress-color"> Art Work</strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
<!-- <div class="col-md-12 ">
<strong> Drawing, Painting</strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div> -->
</div>
<div class=" col-xxl-12 col-xl-6 col-lg-6 col-md-12 col-sm-12 mb-4 resume_title">
<div class="row">
<div class="row-md-12">
<div class="col-md-12 ">
<div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 Color">
<h2> Code Skills </h2>
</div>
<strong> HTML</strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
<div class="col-md-12 ">
<strong> CSS</strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
<div class="col-md-12">
<strong> Boostrap</strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
<div class="col-md-12">
<strong> React Js</strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
<div class="col-md-12">
<strong> Javascript</strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
<div class="col-md-12">
<strong> Mango Database</strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
</div>
</div>
</div>
<div class=" col-xxl-12 col-xl-6 col-lg-6 col-md-12 col-sm-12 mb-4 resume_title">
<div class="col-md-8 Color">
<h2> Tools & Technologies </h2>
</div>
<div class=" col-md-12 ">
<strong> WordPress Front-End Developer </strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
<div class=" col-md-12 ">
<strong> GitHub </strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
<div class=" col-md-12 ">
<strong> Netlify </strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
</div>
<div class=" col-xxl-12 col-xl-6 col-lg-6 col-md-12 col-sm-12 mb-4 resume_title">
<div class="col-md-8 Color">
<h2> Languages</h2>
</div>
<div class=" col-md-12 ">
<strong> English </strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
<div class=" col-md-12 ">
<strong> Tamil </strong>
<div class="progress2 progress-moved">
<div class="progress-bar2">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="btn-button">
<a href="Logashree_MERNDeveloper_CV.pdf" download>
<button class="download-btn">
<i class="fa fa-download"></i> Download
</button>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Particles.js Script -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="index.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>