Skip to content

Commit

Permalink
Update images.html
Browse files Browse the repository at this point in the history
  • Loading branch information
angelajyzhang authored Mar 17, 2024
1 parent 2b31d07 commit 8b1d65d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hw3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2 align="middle">Website URL: <a href="https://cal-cs184-student.github.io/hw-
<table style="width=100%">
<tr>
<td align="middle">
<img src="images/example_image.png" width="480px" />
<img src="example_image.png" width="480px" />
<figcaption align="middle">Results Caption: my bunny is the bounciest bunny</figcaption>
</tr>
</table>
Expand Down Expand Up @@ -130,21 +130,21 @@ <h3>
<table style="width:100%">
<tr align="center">
<td>
<img src="images/cube.png" align="middle" width="400px"/>
<img src="cube.png" align="middle" width="400px"/>
<figcaption>cube.dae</figcaption>
</td>
<td>
<img src="images/plane.png" align="middle" width="400px"/>
<img src="plane.png" align="middle" width="400px"/>
<figcaption>plane.dae</figcaption>
</td>
</tr>
<tr align="center">
<td>
<img src="images/CBgems.png" align="middle" width="400px"/>
<img src="CBgems.png" align="middle" width="400px"/>
<figcaption>CBgems.dae</figcaption>
</td>
<td>
<img src="images/CBcoil.png" align="middle" width="400px"/>
<img src="CBcoil.png" align="middle" width="400px"/>
<figcaption>CBcoil.dae</figcaption>
</td>
</tr>
Expand Down

0 comments on commit 8b1d65d

Please sign in to comment.