-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
119 lines (105 loc) · 5.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sumana-Portfolio</title>
<link rel="shortcut icon" href="pictures/letter-s.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body class="body">
<header class="header">
<a href="#" class="logo">A.Sumana Sree</a>
<nav class="navbar">
<a href="#" class="active">Home</a>
<a href="#education">Education</a>
<a href="#experience">Experience</a>
<a href="projects.html">Projects</a>
</nav>
<a href="contact-me.html" class="contact">Contact Me</a>
</header>
<section class="home">
<div class="home-content">
<h3>Hi</h3>
<h1>I'm<span> A.Sumana Sree<br></span></h1>
<p>A dedicated Machine Learning Engineer with a strong background in data science and artificial intelligence. My expertise lies in natural language processing, computer vision, and deep learning.</p>
<div class="btn-box">
<button class="btn-1">Hire Me</button>
<button class="btn-2">Experience</button>
</div>
</div>
<div class="img-box">
<img src="pictures/image.jpg" alt="image">
</div>
</section>
<section id="education" class="education">
<div class="img-box-2">
<img src="pictures/image.jpg" alt="">
</div>
<div class="education-content">
<h2 class="heading">Education</h2>
<p>
My educational journey began at Jawahar Navodaya Vidyalaya, Lepakshi, where I was honored to be among the top 80 students selected from nearly 4,000 applicants through a competitive entrance exam (JNVST) at the age of 10. This early achievement set the foundation for my academic excellence. I went on to complete my higher secondary education at Narayana Junior College, where I further honed my skills and deepened my knowledge.
</p>
<p>
Currently, I am in the 4th year of my Integrated Dual Degree program at the prestigious IIT (BHU), Varanasi, one of India's top 10 engineering colleges. I earned my place here by successfully clearing the JEE Advanced, one of the toughest exams in India, showcasing my dedication and perseverance.
</p>
<a href="Sumana-DS-resume.pdf" class="btn-2" target="_blank">Resume</a>
</div>
</section>
<section id ="experience" class="experience">
<div class="experience-heading"><h2>Experience</h2></div>
<div class="timeline">
<div class="role">
<div class="period">
2024 (Aug)
</div>
<div class="dot"></div>
<div class="experience-content">
<h3>Research Scholar [current]</h3>
<h4>IIT (BHU)</h4>
<p>
Working on a project titled "Identifying Crime Prone Roads in Hyderabad using Telecom and Nightlight Data" under the guidance of Dr. Agnivesh Pani. This project involves analyzing data to enhance urban safety and security.
</p>
</div>
</div>
<div class="role">
<div class="period">
2024 (Oct)
</div>
<div class="dot"></div>
<div class="experience-content">
<h3>Open-Source Contributor</h3>
<h4>Hacktoberfest</h4>
<p>
Participated in Hacktoberfest, collaborating with global developers to enhance repository functionalities and tackle machine learning challenges. Successfully completed the event with 4+ meaningful pull requests, earning recognition and badges for impactful open-source contributions.
</p>
</div>
</div>
<div class="role">
<div class="period">2024 (June)</div>
<div class="dot"></div>
<div class="experience-content">
<h3>Internship</h3>
<h4>Inland Waterways Authority of India</h4>
<p>
Worked as an intern at IWAI (Vijayawada), contributing to the development of India’s National Waterway 4. Gained insights into shipping and tourism transformations along the Krishna and Godavari Rivers.
</p>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="connect">
<p>Let's Connect across Platforms!</p>
</div>
<div class="social">
<a href="https://github.com/sumana-2705"><i class='bx bxl-github'></i></a>
<a href="https://www.linkedin.com/in/angajala-sumana-sree-1646a1243/"><i class='bx bxl-linkedin-square' ></i></a>
<a href="https://x.com/sumana_2705"><i class='bx bxl-twitter' ></i></a>
<a href="mailto:[email protected]"><i class='bx bxl-gmail' ></i></a>
</div>
</footer>
</body>
</html>