-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
269 lines (222 loc) · 11.9 KB
/
about.html
File metadata and controls
269 lines (222 loc) · 11.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
<!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="stylesheet" href="style.css">
<link rel="stylesheet" href="about.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-12 col-md-12 col-sm-12 details btn main text-start timeline-title p-4">
<h1> About Me </h1>
<span class='random-word'></span>
<hr>
<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-8 col-lg-12 col-md-12 col-sm-12 timeline-title pb-5">
<p> Since
beginning my journey as a Web Designer one year ago, I’ve
developed a strong passion for creating websites that are simple, functional, and engaging.
My curiosity pushed me to explore further, so I joined a Full Stack Web Development course,
where I built my own website and worked on multiple projects.
<br>
Along the way, I also took on freelance work, collaborating with clients and gaining
real-world experience. I’m quietly confident, naturally curious, and always working to
improve—one design and one project at a time.
</p>
</div>
<div class="col-xxl-4 col-xl-4 col-lg-12 col-md-12 col-sm-12 ">
<div class="col-md-12" id="exp-container">
<div id="exp-circle">
<svg viewBox="0 0 300 300">
<defs>
<!-- Proper circle path -->
<path id="circlePath" d="M150,150
m -120,0
a 120,120 0 1,1 240,0
a 120,120 0 1,1 -240,0" />
</defs>
<!-- Optional debug circle (invisible now) -->
<circle cx="150" cy="150" r="120" fill="none" stroke="none" />
<g>
<use xlink:href="#circlePath" fill="none" />
<text dy="-5">
<textPath xlink:href="#circlePath" startOffset="0%">
★ WORDPRESS FRONT-END DEVELOPER ★ WED DEVELOPER ★
</textPath>
</text>
</g>
</svg>
<div class="exp-number">
<img src="./img/logo.png" width="400" height="400" />
</div>
</div>
</div>
</div>
<script>
function countUp(elementId, target, duration) {
let element = document.getElementById(elementId);
let count = 0;
let step = target / (duration / 50);
let counter = setInterval(() => {
count += step;
if (count >= target) {
count = target;
clearInterval(counter);
}
element.innerText = Math.floor(count);
}, 50);
}
window.onload = function () {
countUp("expYears", 2, 1500); // 2 years in 1.5s
};
</script>
<!-- <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 bdycolor">
<ul class="list-unstyled">
<li> <span> Address : </span> Chennai, TamilNadu, India. </li>
<li> <span> Email : </span> itslogashree03@gmail.com </li>
<li> <span> Phone :</span> +91 91235 54901 </li>
</ul>
</div> -->
</div>
<div class="col-md-12 container text-start timeline-title py-5">
<div>
<h1 class="row-md-12 pb-4"> Technical Skills </h1>
</div>
<div>
<div Class="row">
<div class="skill_box">
<div class=" row types">
<div class="col list_types">
<span> HTML </span>
</div>
<div class=" col list_types">
<span> CSS </span>
</div>
<div class="col list_types">
<span> JavaScript </span>
</div>
<div class=" col list_types">
<span> Bootstrap </span>
</div>
<div class=" col list_types">
<span> React.Js </span>
</div>
<div class=" col list_types">
<span> Node js </span>
</div>
<div class=" col list_types">
<span> MongoDB </span>
</div>
</div>
<div class=" row type_box">
<div class=" col list_types">
<span> Github </span>
</div>
<div class=" col list_types">
<span> WordPress </span>
</div>
<div class="col list_types">
<span> Netlify </span>
</div>
<div class=" col list_types">
<span> Canva </span>
</div>
<div class=" col list_types">
<span> Photopea </span>
</div>
<div class=" col list_types">
<span> Github </span>
</div>
<div class=" col list_types">
<span> WordPress </span>
</div>
<div class="col list_types">
<span> Netlify </span>
</div>
<div class=" col list_types">
<span> Canva </span>
</div>
</div>
</div>
</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>