This repository was archived by the owner on Mar 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Create index.html #415
Open
Gaddam-megha
wants to merge
1
commit into
github:main
Choose a base branch
from
Gaddam-megha:patch-3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Create index.html #415
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,75 @@ | ||||||
<!DOCTYPE html> | ||||||
<html lang="en"> | ||||||
<head> | ||||||
<meta charset="UTF-8"> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<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> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.