Skip to content

Commit

Permalink
images: Use proper University logos
Browse files Browse the repository at this point in the history
html: Update University logo size
  • Loading branch information
stevezhengshiqi committed Jan 5, 2024
1 parent a19ff77 commit 50a83ed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified images/brown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/uf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/unc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,19 +212,19 @@ <h2>Education</h2>
<table style="width: 100%; margin: 0 auto;">
<tbody>
<tr>
<td style="padding: 20px; width: 25%; vertical-align: middle;"><img height="100" alt="Brown Image" src="images/brown.png"></td>
<td style="padding: 20px; width: 25%; vertical-align: middle;"><img width="177" alt="Brown Image" src="images/brown.png"></td>
<td style="width: 75%; vertical-align: middle;">
<p><a href="https://www.brown.edu" target="_blank" rel="noopener noreferrer">Brown University</a>, M.S. in Data-Enabled Computational Engineering and Science, 2023 - Present</p>
</td>
</tr>
<tr>
<td style="padding: 20px; width: 25%; vertical-align: middle;"><img height="100" alt="UNC Chapel Hill Image" src="images/unc.png"></td>
<td style="padding: 20px; width: 25%; vertical-align: middle;"><img width="177" alt="UNC Chapel Hill Image" src="images/unc.png"></td>
<td style="width: 75%; vertical-align: middle;">
<p><a href="https://www.unc.edu" target="_blank" rel="noopener noreferrer">UNC Chapel Hill</a>, B.S. in Computer Science and Physics, 2021 - 2023</p>
</td>
</tr>
<tr>
<td style="padding: 20px; width: 25%; vertical-align: middle;"><img height="100" alt = "UF Image" src="images/uf.png"></td>
<td style="padding: 20px; width: 25%; vertical-align: middle;"><img width="177" alt = "UF Image" src="images/uf.png"></td>
<td style="width: 75%; vertical-align: middle;">
<p><a href="https://www.ufl.edu" target="_blank" rel="noopener noreferrer">University of Florida</a>, Transfer Out, B.S. in Computer Science, 2019 - 2021</p>
</td>
Expand Down

0 comments on commit 50a83ed

Please sign in to comment.