-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
321 lines (300 loc) · 16.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<body>
<!-------------------------- Header Area -------------------------->
<header class="header-area">
<div class="container">
<div class="header">
<div class="sign">
<p class="sign-text">< <img src="signature.png"
alt="signature">/></p>
</div>
<div id="mySidenav" class="side-nav">
<a href="javascript:void(0)" class="close-btn" onclick="closeNav()">×</a>
<a href="#home">home</a>
<a href="#about" >About</a>
<a href="#education" >Education & Internships</a>
<a href="#projects">Projects</a>
<a href="#contact" >Contact Me</a>
<a href="#footer">Footer</a>
</div>
<div style="font-size:30px;cursor:pointer" onclick="openNav()">☰ click</div>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
</script>
<div class="images">
<div class="portfolio-1">
</div>
<div class="portfolio-2">
</div>
<div class="portfolio-3">
</div>
<div class="portfolio-4">
</div>
</div>
<div class="bg-text">
<h1>hi, I am Daisy</h1><br>
<h2> I am a web developer!!</h2>
</div>
</div>
</header>
<!-------------------------- Home Page -------------------------->
<section class="FirstElement" id="home">
<div class="profile-photo">
<img src="https://img.freepik.com/premium-photo/black-white-photograph-person-dressed-1920s-fashion-generative-by-ai_997071-11615.jpg?w=360" alt="profile picture">
</div>
<div class="profile-text">
<h3>Hi I'm </h3><br>
<h1>Daisy</h1><br>
<p>Welcome to my portfolio website! I'm a passionate and aspiring software engineer with a strong desire to create innovative solutions and push the boundaries of technology.
With a deep love for coding and problem-solving, I am constantly seeking opportunities to learn and grow in this ever-evolving field</p>
<br>
<div class="btn-group">
<button type="button">Download resume</button>
<button type="button">Contact me</button>
</div>
<br>
<div class="social">
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a href="https://github.com/daisynewbie"><i class="fa-brands fa-github"></i></a>
<a href="https://leetcode.com/daisynewbie/"><i class="fa fa-code"></i></a>
<a href="https://www.linkedin.com/in/daisy/"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
</section>
<!-------------------------- About Section -------------------------->
<section class="about-area" id="about">
<div class="container">
<div class="about">
<div class="about-image">
<img src="https://imgs.search.brave.com/BHNlcQgdXDTgHZqJyPPfHhWYzyN7nC9elN3vx8BxUXQ/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9pbWFn/ZXMuZ2V0aW1nLmFp/L3Jlc2l6ZT91cmw9/aHR0cHM6Ly9pbWcu/Z2V0aW1nLmFpL2dl/bmVyYXRlZC9pbWct/bHdlSXBzRlBvQnlI/MWRycWxqNGdWLmpw/ZWcmdHlwZT1hdXRv/JndpZHRoPTEwODAm/c3BlZWQ9NQ" alt="myphoto"
loading="lazy">
</div>
<div class="about-content">
<h4>About Me</h4>
<ul>
<li><i class="fa-solid fa-arrow-right"></i>
I am currently pursuing my final year Bachelor's Degree in Computer Science and Engineering.I have built a solid foundation in software development, particularly in areas such as Java, SQL, Git, and GitHub.</li>
<img src="https://seeklogo.com/images/J/java-logo-7F8B35BAB3-seeklogo.com.png" alt="java">
<img src="https://seeklogo.com/images/J/javascript-js-logo-2949701702-seeklogo.com.png" alt="js">
<img src="https://seeklogo.com/images/G/github-logo-5F384D0265-seeklogo.com.png" alt="github logo">
<img src="https://seeklogo.com/images/G/github-logo-45146A3FBE-seeklogo.com.png" alt="git">
<img src="https://seeklogo.com/images/S/sql-logo-C370DEA066-seeklogo.com.png" alt="sql">
<li> <i class="fa-solid fa-arrow-right"></i>
My expertise in these areas allows me to approach projects with confidence and deliver high-quality results.I have a strong belief in the value of continuous learning and staying adaptable in the ever-evolving world of software engineering.</li>
<li><i class="fa-solid fa-arrow-right"></i>
I actively seek out opportunities to expand my knowledge and skills, embracing new technologies and approaches.Feel free to explore my work and get in touch if you have any questions or opportunities to collaborate. </li>
</ul>
</div>
<br><br>
</div>
</div>
</section>
<!-------------- Education & Internship -------------->
<section class="education-content" id="education">
<div class="container">
<div class="row">
<div class="education">
<h3 class="title">Education...</h3>
<div class="row">
<div class="timeline-box">
<div class="timeline">
<!-- Timeline-item -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-title">
B.E cse-86%
</h3>
<h4 class="timeline-title">Vellore Institute of Engineering and Technology</h4>
<h4 class="timeline-title">
<i class="fa fa-calendar"></i> 2020-2024
</h4>
</div>
<!-- Timeline-item -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-title">HSC-73%</h3>
<h4 class="timeline-title">Shree vidyalaya Matric Higher Secondary school</h4>
<h4 class="timeline-title">
<i class="fa fa-calendar"></i> 2019-2020
</h4>
</div>
<!-- Timeline-item -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-title">
SSLC-86%
</h3>
<h4 class="timeline-title"> Shree vidyalaya Matric Higher Secondary school</h4>
<h4 class="timeline-title">
<i class="fa fa-calendar"></i> 2017-2018
</h4>
</div>
</div>
</div>
</div>
</div>
<div class="proficiency">
<h3 class="title">Proficiency</h3><br>
<div class="row">
<div class="timeline-box">
<div class="timeline"><br>
<div class="skill-item">
<h6><i class="fa-solid fa-star"></i>frontened development 60%</h6>
<div class="skill-bar b60"></div>
</div>
<div class="skill-item"><br>
<h6><i class="fa-solid fa-star"></i>problem-solving 75%</h6>
<div class="skill-bar b75"></div>
</div>
<div class="skill-item"><br>
<h6><i class="fa-solid fa-star"></i>backend development 50%</h6>
<div class="skill-bar b50"></div>
</div>
</div>
</div>
</div>
</div>
<div class="internship">
<h3 class="title">Internship</h3>
<div class="row">
<div class="timeline-box">
<div class="timeline">
<!-- Timeline-item -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-title"><br>
ANDROID APPLICATION DEVELOPMENT
</h3>
<h4 class="timeline-title">FLARIAL TECHNOLOGY</h4>
<h4 class="timeline-title">
<i class="fa fa-calendar"></i> JUNE-2022
</h4>
<li class="timeline-text">Proficient in Android app development, with keen interest in web development
with expertise in Java and building basic applications. Experienced in creating intuitive design and layout files. Completed a two-week internship, gaining practical skills and knowledge in the field.
Currently I am the holder of position of web learner;;
</li>
</div>
<!-- Timeline-item -->
<div class="timeline-item"><br>
<div class="circle-dot"></div>
<h3 class="timeline-title">Ai technology</h3>
<h4 class="timeline-title">ChatBot</h4>
<h4 class="timeline-title">
<i class="fa fa-calendar"></i> DEC-2021
</h4>
<li class="timeline-text">Experienced in AI/ML with excitement of learning new Advanced technology and completed a Two-week internship in the field, gaining hands-on experience and enhancing skills.</li>
</div>
<div class="timeline-item">
<div class="circle-dot"></div><br>
<h3 class="timeline-title">frontened development</h3>
<h4 class="timeline-title">web hosted website</h4>
<h4 class="timeline-title">
<i class="fa fa-calendar"></i> Jan-2024
</h4>
<li class="timeline-text">I am the web learner and currently doing internship in this field and excited for upcoming opportunity</li>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------------------------- Projects -------------------------->
<section class="project-content" id="projects">
<div class="container">
<div class="project-title">
<h4>My Projects</h4>
<p>Discover my projects, where creativity meets innovation</p>
</div>
<div class="projects">
<!-- 1st Project -->
<div class="project">
<img src="https://i.ytimg.com/vi/S4lPjokjHWs/maxresdefault.jpg" alt="snakegame" loading="lazy"><br>
<i class="fa fa-coffee"></i>
<h4>SnakeGame Using Java</h4>
<p>This is a simple implementation of the classic Snake game using Java and Swing. This project showcases my understanding of Java Swing and the Java programming language.</p>
<button>view more..</button>
</div>
<!-- 2nd Project -->
<div class="project">
<img src="https://fiverr-res.cloudinary.com/images/q_auto,f_auto/gigs/264250088/original/76a3bd1d334326eb49968af11f6c1b41516f9dc4/develop-weather-app-using-java-and-kotlin.png"
alt="weatherapp" loading="lazy"><br>
<i class="fa fa-car"></i>
<h4>Weather App</h4>
<p>Creating a comprehensive weather app involves multiple steps, including fetching data from a weather API, designing the user interface, and handling user interactions.</p>
<button>view more..</button>
</div>
<!-- 3rd Project -->
<div class="project">
<img src="https://www.hostinger.com/tutorials/wp-content/uploads/sites/2/2023/03/image-49-1024x510.webp" alt="portfolio" loading="lazy"> <br>
<i class="fa fa-desktop"></i>
<h4>Portfolio Website</h4>
<p>Created a portfolio website using HTML, CSS, and JavaScript, It serves as a platform to introduce myself, share my projects, and provide information about my education and internship.</p>
<button>view more..</button>
</div>
</div>
</div>
</section>
<!-------------------------- Contact Me -------------------------->
<section class="contact-content" id="contact">
<div class="container">
<div class="contact-title">
<h4>Contact Me</h4>
<p>Get In Touch</p>
</div>
<div class="contact">
<form name="submitToGoogleSheet">
<input type="text" name="NAME" placeholder="Name" size="70" row="2" required><br>
<input type="email" name="EMAIL" placeholder="Email" size="70"required><br>
<input type="text" name="SUBJECT" placeholder="Subject" size="70"><br>
<textarea name="MESSAGE" placeholder="Message" row="20" cols="75"></textarea><br>
<input class="submit"type="submit" value="Send Message" class="submit">
</form>
</div>
<div class="social">
<div class="title" ><h1>REACH OUT TO ME</h1><br><br></div>
<DIV class="ICON ICON-1">
<i class="fa-brands fa-square-facebook"></i>
</DIV>
<DIV class="ICON ICON-2">
<i class="fa-brands fa-square-instagram"></i>
</DIV>
<DIV class="ICON ICON-3">
<i class="fa-brands fa-square-whatsapp"></i>
</DIV>
<DIV class="ICON ICON-4">
<i class="fa-brands fa-linkedin"></i>
</DIV>
<DIV class="ICON ICON-5">
<i class="fa-brands fa-square-x-twitter"></i>
</DIV>
</div>
</div>
</section>
<!-------------------------- Footer section -------------------------->
<footer class="footer" id=footer>
<small class="message">Thanks for visiting and happy coding '😀'!</small><br>
<small class="copyright">© Copyright 2023. All rights reserved.</small><br>
<div class="footer-item">
<h5>Links</h5>
<a href="#">terms and condition</a><br>
<a href="#">privacy Policy</a><br>
<a href="#">Copyright</a>
</div>
</footer>
<script src="https://kit.fontawesome.com/ef682f479d.js" crossorigin="anonymous"></script>
</body>
</html>