Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Create index.html #415

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 75 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<!DOCTYPE html>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<!DOCTYPE html>
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<meta charset="UTF-8">
<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<header>
<h1>GADDAM MEGHANA</h1>
<br>
<br>
<hr class="line">
<p class="title">RESUME</p>
<hr class="line">
</header>

<div class="main-content">
<div class="left-column">
<section class="contact">
<h2>CONTACT</h2>
<ul>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="https://github.com/Gaddam-megha/" target="_blank">Gh-Gaddam-meghana</a></li>
<li><a href="https://www.linkedin.com/in/gaddam-meghana-5a6a28310/" target="_blank">linkedin-Gaddam Meghana</a></li>
</ul>
</section>

<section class="skills">
<h2>SKILLS</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
<li>React.js</li>
<li>Python</li>
<li>C</li>
<li>GitHub</li>
<li>VS Code</li>
</ul>
</section>

<section class="education">
<h2>EDUCATION</h2>
<p><strong>YOUR MAJOR</strong></p>
<p>Teegala Krishna Reddy Engineering College</p>
<p>2022-2026</p>
</section>
</div>

<div class="right-column">
<section class="about">
<h2>ABOUT</h2>
<p>I am a driven and adaptable professional with a passion for continuous learning and collaboration. I thrive in dynamic environments where innovation, teamwork, and a shared commitment to excellence are valued. I'm looking to contribute to a forward-thinking company that fosters growth, encourages creativity, and aligns with my values of integrity and impact. An ideal workplace is one where diversity is valued, employees are important investments, and the organization strives to make a positive difference in the industry and community.</p>
</section>

<section class="work-experience">
<h2>WORK EXPERIENCE</h2>
<div class="job">
<h3>Internship</h3>
<p>Next Gen Employability Program – MongoDB</p>
<ul>
<li>Completed an intensive off-campus training programme in MongoDB technologies..</li>
<li>Built strong skills in design, querying, and performance tuning of databases with MongoDB.</li>
<li>Provided practical exercises and collaborative projects where important concepts are applied for solving real-world data challenges.</li>
</ul>
</div>
</section>
</div>
</div>
</div>
</body>
</html>