Skip to content

Commit 6a685d5

Browse files
committed
Completed adding Experience Section
1 parent 4dafa56 commit 6a685d5

File tree

4 files changed

+121
-16
lines changed

4 files changed

+121
-16
lines changed

contact-me.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<nav class="navbar">
1313
<a href="index.html" class="active">Home</a>
1414
<a href="index.html#education">Education</a>
15-
<a href="#">Experience</a>
15+
<a href="index.html#experience">Experience</a>
1616
<a href="projects.html">Projects</a>
1717
</nav>
1818
<a href="contact-me.html" class="contact">Contact Me</a>

index.html

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h1>I'm<span> A.Sumana Sree<br></span></h1>
4646
<h2 class="heading">Education</h2>
4747

4848
<p>
49-
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 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.
49+
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.
5050
</p>
5151
<p>
5252
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.
@@ -57,9 +57,48 @@ <h2 class="heading">Education</h2>
5757
</section>
5858

5959
<section id ="experience" class="experience">
60-
<div class="experience-content">
61-
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam quis enim est dicta et laudantium repellat reprehenderit tempora. Quam accusantium ab tempora reiciendis modi et laboriosam ipsa voluptate inventore vero.
62-
</div>
60+
<div class="experience-heading"><h2>Experience</h2></div>
61+
<div class="timeline">
62+
<div class="role">
63+
<div class="period">
64+
2024 (Aug)
65+
</div>
66+
<div class="dot"></div>
67+
<div class="experience-content">
68+
<h3>Research Scholar [current]</h3>
69+
<h4>IIT (BHU)</h4>
70+
<p>
71+
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.
72+
</p>
73+
</div>
74+
</div>
75+
<div class="role">
76+
<div class="period">
77+
2024 (Oct)
78+
</div>
79+
<div class="dot"></div>
80+
<div class="experience-content">
81+
<h3>Open-Source Contributor</h3>
82+
<h4>Hacktoberfest</h4>
83+
<p>
84+
85+
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.
86+
</p>
87+
</div>
88+
</div>
89+
<div class="role">
90+
<div class="period">2024 (June)</div>
91+
<div class="dot"></div>
92+
<div class="experience-content">
93+
<h3>Internship</h3>
94+
<h4>Inland Waterways Authority of India</h4>
95+
<p>
96+
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.
97+
</p>
98+
</div>
99+
</div>
100+
</div>
101+
63102
</section>
64103

65104

projects.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<nav class="navbar">
1414
<a href="index.html" class="active">Home</a>
1515
<a href="index.html#education">Education</a>
16-
<a href="#">Experience</a>
16+
<a href="index.html#experience">Experience</a>
1717
<a href="projects.html">Projects</a>
1818
</nav>
19-
<a href="index.html#contact-me" class="contact">Contact Me</a>
19+
<a href="contact-me.html" class="contact">Contact Me</a>
2020
</header>
2121

2222
<section class = "projects">

style.css

Lines changed: 75 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
top: 0;
1515
left: 0;
1616
width: 100%;
17+
height: 90px;
1718
padding: 35px 12%;
1819
background: rgba(0,0,0,0.8);
1920
backdrop-filter:blur(10px) ;
@@ -295,19 +296,84 @@ span{
295296
resize: none;
296297
}
297298

298-
.experience h2{
299+
.experience-heading h2{
300+
color: orangered;
299301
text-align: center;
300-
font-size: 32px;
301-
color: black;
302+
font-size: 36px;
303+
padding-top: 3%;
304+
padding-bottom: 4%;
302305
}
303-
.experience-content{
304-
display:flex;
305-
height: 100vh;
306-
justify-content: center;
307-
padding: 12% 8%;
306+
307+
.timeline{
308+
width: 100%;
308309
align-items: center;
309-
background-color: whitesmoke;
310+
display: flex;
311+
flex-direction: column;
312+
position:relative;
313+
padding-left: 20%;
314+
padding-bottom: 3.5%;
315+
}
316+
.role{
317+
display: flex;
318+
position: relative;
319+
margin-bottom: 40px;
320+
width: 100%;
321+
}
322+
.period{
323+
font-weight: bold;
324+
font-size: 20px;
325+
color: #302f2f;
326+
width: 150px;
327+
text-align: right;
328+
margin-right: 30px;
329+
}
330+
.month{
331+
font-weight:bold;
332+
font-size: 17px;
333+
color:#302f2f;
334+
line-height: 1.5;
335+
}
336+
.timeline::before {
337+
content: "";
338+
position: absolute;
339+
left: 29.06%;
340+
top: 10px;
341+
bottom: 70px;
342+
width: 2px;
343+
background-color: #ccc;
344+
}
345+
.dot{
346+
position: absolute;
347+
left: 135px;
348+
top: 4px;
349+
width: 8px;
350+
height: 8px;
351+
background-color:#1a1a1a;
352+
border-radius: 50%;
353+
}
354+
.experience-content{
355+
width: 100%;
356+
padding-right: 20%;
357+
310358
}
359+
.experience-content h3{
360+
font-size: 20px;
361+
color: orangered;
362+
margin: 0;
363+
margin-bottom: 5px;
364+
}
365+
.experience-content h4{
366+
font-size: 17px;
367+
color: #555;
368+
margin: 0;
369+
margin-bottom: 10px;
370+
}
371+
.experience-content p{
372+
font-size: 17px;
373+
color: #666;
374+
line-height: 1.5;
375+
}
376+
311377
.footer{
312378
position: relative;
313379
bottom: 0;

0 commit comments

Comments
 (0)