Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-roshni committed Dec 13, 2023
1 parent 29f5814 commit 53abb86
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
44 changes: 44 additions & 0 deletions capstone-project-1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Resume</title>
</head>
<body>
<h1>Roshni M S</h1>
<img src = "./resumepic.png" height ="200"/>
<h2>Summary:</h2>
<p>I am a passionate about website development and have previous
coding experience of Data Structures and Algorithms in Java </p>
<hr />
<h2>Education</h2>
<p><ul><li>School - (2010 to 2020) : St.Joseph's Cental School, Mysore</li>
<li>College (2020-2022) : IMSC Institute, Mysore</li>
<li>(2023-2027) - Currently pursuing a Bachelor of Technology (B.Tech) degree in
Information Science (IS) at Global Academy of Technology, Bangalore</li>

</ul>
</p>
<hr />
<h2>Skills</h2>
<p><ul>
<li>Java programming language</li>
<li>html</li>
<li>CSS</li>
<li>JavaScript</li>
</ul></p>
<h3>Awards and Certificates</h3>
<ul>
<li>Academic excellence in the year 2018-2019</li>
</ul>
<hr />
<h2>Other</h2>
<ul>
<li><a href = "./hobbies.html">My Hobbies</a></li>
<li><a href = "./contact.html">Contact me</a></li>
</ul>
<footer>

</footer>
</body>
</html>
6 changes: 6 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<h1>You can contact me through : </h1>
<ol>
<li> My Fictional Address</li>
<li> Ph. Number - 1234567890</li>
<li>email address - me@gmail.com</li>
</ol>
8 changes: 8 additions & 0 deletions hobbies.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<h1>My Hobbies -</h1>
<p><ul>
<li>Reading novels</li>
<li>Learning something new</li>
<li>Cooking</li>
<li>Watching movies</li>
<li>Exercising</li>
</ul></p>
Binary file added resumepic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53abb86

Please sign in to comment.