-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
270 lines (212 loc) · 13.9 KB
/
project.html
File metadata and controls
270 lines (212 loc) · 13.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
<!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>
<!-- bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" 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 href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="project.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-9 col-xl-7 col-lg-12 col-md-12 col-sm-12 details btn main text-start timeline-title">
<div class="mains">
<h1>My Projects </h1>
<span class='random-word'></span>
<hr>
<div data-aos="fade-up" data-aos-delay="300" data-aos-duration="3000" data-aos-offset="200">
<div class="project_title">
<h2>Daily Tasks</h2>
<p>This section highlights my everyday learning and practice activities, where I focused on
improving coding efficiency, experimenting with designs, and gaining hands-on experience
with
different tools and technologies.</p>
</div>
<section class="row projects">
<a href="https://your-link.com" target="_blank" class="col-md-6 card_info">
<h3>Recommended Articles Section</h3>
<p>Responsive card layout with ratings, location, and “Read” button using HTML & CSS with
responsive.</p>
<button class="project-btn" onclick="openImage('./img/task1.jpg')">View Image</button>
</a>
<a href="https://your-link.com" target="_blank" class="col-md-6 card_info">
<h3> Creative design</h3>
<p>An interactive page with dynamic button navigation and a colorful, nature-inspired
design.</p>
<button class="project-btn" onclick="openImage('./img/task6.jpg')">View Image</button>
</a>
<a href="https://your-link.com" target="_blank" class="col-md-6 card_info">
<h3>Signup Form</h3>
<p>Modern form UI with inputs, radio buttons, and styled register button.</p>
<button class="project-btn" onclick="openImage('./img/task2.jpg')">View Image</button>
</a>
<a href="https://your-link.com" target="_blank" class="col-md-6 card_info">
<h3>ATM Card Design</h3>
<p>Creative ATM card front & back design with linked input fields.</p>
<button class="project-btn" onclick="openImage('./img/task3.jpg')">View Image</button>
</a>
<a href="https://your-link.com" target="_blank" class="col-md-6 card_info">
<h3 class="project-title"> Luxury Cars Landing Page (React) </h3>
<p>A modern, responsive landing page built with React.js featuring premium car visuals,
quick
highlights, and clean navigation for an elegant user experience.</p>
<button class="project-btn" onclick="openImage('./img/task4.jpg')">View Image</button>
</a>
<a href="https://logashree03.github.io/Screen-Width-Detector-UI/" target="_blank"
class="col-md-6 card_info">
<h3>Responsive Screen Width Viewer</h3>
<p>
A responsive web design using HTML, CSS, and JavaScript that adapts to any screen size
and
interactively displays the screen width while resizing.
</p>
<button class="project-btn" onclick="openImage('./img/task5.jpg')">
View Image
</button>
</a>
</section>
<div class="mains py-3">
<div class="project_title">
<h2>Projects</h2>
<p> Here are some of the projects I have worked on, ranging from personal experiments to
professional work. These projects reflect my ability to apply technical knowledge in
real-world
scenarios, delivering creative and functional solutions.</p>
</div>
</div>
<section class="projects row">
<a href="https://logashree03.github.io/logashree.dev/" target="_blank" class="card_info col-md-6">
<h3 lass="project-title">Portfolio Website</h3>
<p class="project-desc ">A personal portfolio website built with HTML, CSS, and JavaScript
showcasing
my
skills and projects with responsive.</p>
<button class="project-btn" onclick="openImage('./img/proj4.png')">View Image</button>
</a>
<a href="https://your-link.com" target="_blank" class="card_info col-md-6">
<h3>Creative Crafts </h3>
<p class="project-desc">Showcasing my handmade crafts with interactive animations using
React.js. Each piece is presented with smooth transitions to highlight creativity and
design.</p>
<button class="project-btn" onclick="openImage('./img/proj3.png')">View Image</button>
</a>
<a href="https://logashree03.github.io/code99-it-academy-website/" target="_blank"
class="card_info col-md-6">
<h3>Code 99 IT Academy</h3>
<p class="project-desc">Built a responsive website from given UI design with modern sections
(Navbar, Courses, Timeline, FAQs, Footer) and interactive features like Accordion,
Slider, and
Video cards.</p>
<button class="project-btn" onclick="openImage('./img/proj1.png')">View Image</button>
</a>
<a href="https://api-integration-color-palette.netlify.app/" target="_blank" class="card_info col-md-6">
<h3>Dynamic API Color Pallete</h3>
<p class="project-desc">Built a dynamic color palette navigator with Next/Previous controls,
API
integration, and smooth state-managed navigation</p>
<button class="project-btn" onclick="openImage('./img/proj2.png')">View Image</button>
</a>
<a href="https://pixelforgeprj.netlify.app/" target="_blank" class="card_info col-md-6">
<h3>Pixel Forge</h3>
<p class="project-desc">Created a fully responsive landscape website featuring Home, Services, Portfolio, and Contact sections using React.js and Bootstrap 5. Focused on clean design,
smooth navigation, and device adaptability to deliver an engaging and user-friendly experience.</p>
<button class="project-btn" onclick="openImage('./img/proj5.png')">View Image</button>
</a>
<a href="https://logashree03.github.io/Gundwork-Project/" target="_blank" class="card_info col-md-6">
<h3>Gundwork Assignment</h3>
<p class="project-desc">Gundwork is a modern web application designed to streamline assignment interaction through a clean interface, responsive design, and dynamic components. Built using React.js and Bootstrap,
it focuses on usability, performance, and structured content presentation.</p>
<button class="project-btn" onclick="openImage('./img/proj6.png')">View Image</button>
</a>
</section>
</div>
</div>
</div>
<!-- Modal HTML (required) -->
<div id="imageModal" aria-hidden="true" role="dialog">
<button class="modal-close" aria-label="Close" onclick="closeImage()">Close ✕</button>
<div class="modal-content" onclick="event.stopPropagation()">
<img id="modalImg" src="" alt="Preview image">
</div>
</div>
<!-- Particles.js Script -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.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>