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
2 changes: 1 addition & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body{
background-color: #a6d6d6;
background-color: #a9f0f0;
}
hr{
border-style : none;
Expand Down
22 changes: 17 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<td><img src="ishita.png" alt="ishita profile picture"></td>
<td><h1>Ishita Singhal</h1>
<p><em>Student of <strong><a href="http://www.nsit.ac.in/">Netaji Subash University of Technology</a></strong>.</em></p>
<p>I am pursuing B.Tech from biotechnology branch, currently in my 2nd year.</p></td>
<p>I am currently pursuing my 2nd year in B.tech Bio-Technology</p></td>
</tr>
</table>
<hr>
Expand All @@ -20,7 +20,7 @@ <h3>Education</h3>
<li><a href="http://davsreshtha.com/">Dav Public School Sreshtha Vihar</a></li>
</ul>
<hr>
<h3>Work Experience</h3>
<h3>Work-Experience</h3>
<table cellspacing="10">
<thead>
<tr>
Expand All @@ -30,7 +30,7 @@ <h3>Work Experience</h3>
</thead>
<tbody>
<tr>
<td>2021-currently</td>
<td>June/2021 - Present</td>
<td>Ninja Entrepreneur at Coding Ninjas</td>
</tr>
</tbody>
Expand All @@ -48,7 +48,19 @@ <h3>Skills</h3>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a><br>
<a href="contact me.html">Contact Me</a>
<h3>Other Information</h3>
<table cellspacing="10">
<tr>
<td>
<a href="hobbies.html">My Hobbies</a>
</td>
</tr>
<tr>
<td>
<a href="contact me.html">Contact Me</a>
</td>
</tr>

</table>
</body>
</html>