-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (61 loc) · 3.36 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
<!DOCTYPE html>
<html>
<head>
<title>divya's portfolio</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<header>
<marquee>
<h1><p style="font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color: rgb(56, 90, 5);">!!Hey People!!</p></h1>
</marquee>
<h1><i><big>I'M DIVYA SAAHITHYA</big></i></h1>
<h2><small>Join me as I embark on this exciting journey, where every line of code paves the way for smarter technology. Whether it's optimizing algorithms, enhancing user experiences, or creating innovative solutions, I'm here to embrace the challenges and celebrate the victories.</small></h2>
</header>
<section id="about">
<h2><i>ABOUT ME</i></h2>
<img src="por2.jpg" alt="my Image" width="1500">
<h3>I'm a passionate second-year student pursuing a degree in Computer Science Engineering-Artificial Intelligence and Machine Learning(CSE-AIML).</h3>
<h3>My journey in this world of technology has been exciting and extremely challenging, but I'm loving every bit of it. I've always been captivated by the endless possibilities that the field of AI and ML presents, and I'm eager to explore its applications and make a positive impact.</h3>
</section>
<section id="skills">
<h2><i>SKILLS</i></h2>
<ul>
<h3><li>Web Development</li>
<li>HTML, CSS, JavaScript</li>
<li>Python programming</li>
<li>C programming</li></h3>
</ul>
</section>
<section id="projects">
<h2><i>PROJECTS</i></h2>
<div class="project">
<h2><u>Project 1 Description</u></h2>
<h3>This Python program simulates a honey bee breeding scenario, with a graphical user interface (GUI) using Tkinter. The program allows users to calculate the shortest distance between two bee cells and visualize the path taken by the bees.</h3>
<h3>This project combines mathematical calculations and visual representation to provide insights into honey bee breeding behavior and distances within their hive.</h3>
<img src="col.jpg" alt="Project1">
</div>
<div class="project">
<h2><u>Project 2 Description</u></h2>
<h3>The Simple To-Do List Web Application is a beginner-friendly project that allows users to create, manage, edit, and delete tasks on a web-based to-do list. The application is built using HTML, CSS, and JavaScript for the front-end.</h3>
<h3>It utilizes local storage to store and manage tasks. It's designed for users who want a straightforward and user-friendly way to keep track of their tasks and to-dos.</h3>
<img src="pro2.jpg" alt="Project2">
</div>
</section>
<section id="resume">
<h2><i>RESUME</i></h2>
<p>Download my Resume: <a href="res.pdf" target="_blank">Resume</a></p>
</section>
<section id="contact">
<h2><i>CONTACT ME</i></h2>
<p>Email :<a href="mailto:[email protected]">[email protected]</a></p>
<p>Phone :<a href="tel:+919876543210">+91 9876543210</a></p>
<p>Linkedin:<a href="https://www.linkedin.com/in/divya-saahithya-001453259" target="_blank">LinkedIn Profile</a></p>
</section>
<footer>
<div class="container">
<p>© 2023 Divya</p>
</div>
</footer>
</body>
</html>