Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# assignment_html_resume
Build an HTML5 resume to jump start your job search
Hi! This is Lakshmi Maduri.
Here's the link to my HTML Resume :)

https://lakshmi2812.github.io/assignment_html_resume/

130 changes: 130 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<header><h1>Lakshmi Maduri | Software Engineer</h1></header>
<h5><i>40255 Bonica Rose<br>
Fremont, CA - 94538</i><br>
<a href = "mailto:lakshmi.nishthala@gmail.com">lakshmi.nishthala@gmail.com</a></h5>
<hr>

<section><h2>Career Goals</h2>
To be a successful Full Stack web developer.</section>
<section><h2>Skills</h2>
<h3>Programming Languages</h3>
<ol>
<li>Javascript</li>
<li>Ruby</li>
<li>Python</li>
<li>HTML5</li>
<li>CSS</li>
</ol>

<h3>Databases</h3>
<ol>
<li>MySQL</li>
</ol>

<h3>Platforms</h3>
<ol>
<li>Heroku</li>
</ol>

<h3>Version Control</h3>
<ol>
<li>GitHub</li>
</ol>

<h3>Operating Systems</h3>
<ol>
<li>Linux</li>
<li>MAC OSX</li>
<li>Windows 10</li>
</ol>

<h3>Other Tools</h3>
<ol>
<li>LabView</li>
</ol>

<h3>Soft Skills</h3>
<ol>
<li>Good Communication Skills</li>
</ol>
</section>

<section>
<h3>Work Experience</h3>
<table border = "1">
<thead>
<th>Name</th>
<th>Position Title</th>
<th>Location</th>
<th>Responsibilities</th>
<th>Time</th>
<th>Contact Info</th>
</thead>
<tbody>
<td>Lakshmi Kameswari Maduri</td>
<td>Associate Software Engineer</td>
<td>Hyderabad, Telangana, India</td>
<td>Testing SAP Business Intelligence solutions</td>
<td>Aug 2013 - Oct 2014</td>
<td>Building No 1A nd 1B, Raheja Mind Space, HUDA Techno Enclave, HITEC City, Madhapur 040 6692 6000</td>
</tbody>
</table>
</section>

<section>
<h3>Education</h3>
<table border = "1">
<thead>
<th>Time</th>
<th>School</th>
<th>Location</th>
<th>Major/Degree Earned</th>
</thead>
<tbody>
<td>2007-2011</td>
<td>Jawaharlal Nehru Technological University</td>
<td>Hyderabad, India</td>
<td>Bachelors in Technology (Electronics and Instrumentation)</td>
<td>2011-2013</td>
<td>Vellore Institute Of Technology</td>
<td>Tamil Nadu, India</td>
<td>Masters in Electronics Engineering</td>
</tbody>
</table>
</section>

<section>
<h3>Achievements</h3>
<table border = "1">
<thead>
<th>Achievement</th>
<th>Year</th>
</thead>
<tbody>
<td>Secured third rank in Fifth semester during Undergraduate Studies</td>
<td>2010</td>
</tbody>
</table>
</section>

<section>
<h3>Hobbies and Interests</h3>
<ul>
<li>Trained in Indian classical dance</li>
</ul>
</section>

<section>
<h3>References</h3>
---
</section>

<footer><strong><a href = "mailto:lakshmi.nishthala@gmail.com">lakshmi.nishthala@gmail.com</a></strong></footer>
</body>
</html>