Skip to content

Commit

Permalink
Initial Commit - Version 0.00
Browse files Browse the repository at this point in the history
Initial Commit - Version 0.00
  • Loading branch information
kiran-gondi authored Dec 30, 2023
1 parent af9d1fa commit 98f705f
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 0 deletions.
Binary file added assets/images/Kiran.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
<link rel="stylesheet" href="./public/main.css"/>
</head>
<body>

<h2>Kiran M Gondi</h2>
<img src="./assets/images/Kiran.jpg" alt="kiran gondi image"
height="100px"/>
<h3>Summary:<h3>
<p>Software developer with 12+ Years of Experience in software development.</p>
<hr/>
<h3>Education:</h3>
<ul>
<li>BE in Computer Science</li>
</ul>
<hr/>

<h3>Work Experience:</h3>
<ul>
<li>Plaview</li>
<li>Volvo</li>
<li>Infogain</li>
<li>Bluestar Infotech Limited</li>
</ul>
<hr/>

<h3>Skills:</h3>
<ul>
<li>.NET Full Stack</li>
<li>JavaScript</li>
<li>HTML + CSS</li>
</ul>
<hr/>

<h3>Certifications</h3>
<ul>
<li>AZ-900 Azure Fundamentals</li>
<li>AZ-201 Azure Developer</li>
<li>AZ-400 Azure DevOps Engineer</li>
</ul>
<hr/>
<h3>Other's</h3>
<ul>
<li><a href="./public/Hobbies.html">My Hobbies</a></li>
<li><a href="./public/Contact.html">Contact KG</a></li>
</ul>
</body>
<footer>
<p>Copyright © 2024 kiran gondi. All Rights Reserved.</p>
</footer>
</html>
4 changes: 4 additions & 0 deletions public/Contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<h1>Contact KG</h1>
<p>Tel: +9742913218</p>
<p>Email: kiran.gondi@gmail.com</p>
<p>Github: https://github.com/kiran-gondi</p>
2 changes: 2 additions & 0 deletions public/Hobbies.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<h1>Hobbies</h1>
<p>Playing outdoor games, martial arts, swimming, skating etc..</p>
6 changes: 6 additions & 0 deletions public/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
footer {
text-align: center;
background-color: #676e67;
color: #e3e4f1;
}

0 comments on commit 98f705f

Please sign in to comment.