Image Reorganization

- Created "Assets" folder for images and files
- Update About page to use new image paths
This commit is contained in:
Sravan Balaji
2020-01-05 00:20:23 -05:00
parent d6c2939005
commit b5ad6bb932
5 changed files with 5 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 152 KiB

View File

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -28,7 +28,7 @@
<nav>
<div class="navbar">
<a href="index.html"><b>Home</b></a>
<a href="index.html"><img src="../Assets/logo.png" height="20px"></a>
<div class="subnav">
<button class="subnavbtn-active"><b>About &#9660;</b></button>
<div class="subnav-content">
@@ -64,7 +64,7 @@
<h1><a name="bio">Bio</a></h1>
<table id="bio_table">
<tr>
<td><img src="../Images/Profile Picture.jpg"></td>
<td><img src="../Assets/About/Profile Picture.jpg"></td>
<td>
I'm a Senior at the <a href="https://umich.edu" target="_blank">University of Michigan</a> pursuing dual B.S.E's in
<a href="https://me.engin.umich.edu/" target="_blank">Mechanical Engineering</a> and
@@ -98,9 +98,9 @@
</p>
<table id="contact_table">
<tr>
<td><a href="mailto:balajsra@umich.edu" target="_blank"><img alt="Email" src="../Images/email.png"></a></td>
<td><a href="https://www.linkedin.com/in/sravan-balaji/" target="_blank"><img alt="LinkedIn" src="../Images/linkedin.png"></a></td>
<td><a href="https://github.com/balajsra" target="_blank"><img alt="GitHub" src="../Images/github.png"></a></td>
<td><a href="mailto:balajsra@umich.edu" target="_blank"><img alt="Email" src="../Assets/About/email.png"></a></td>
<td><a href="https://www.linkedin.com/in/sravan-balaji/" target="_blank"><img alt="LinkedIn" src="../Assets/About/linkedin.png"></a></td>
<td><a href="https://github.com/balajsra" target="_blank"><img alt="GitHub" src="../Assets/About/github.png"></a></td>
</tr>
<tr>
<td><b>Email:</b> balajsra@umich.edu</td>