add images to website from broken refs

This commit is contained in:
2026-07-01 20:32:38 -04:00
parent a8284b7e19
commit ede23f80ba
4 changed files with 3 additions and 3 deletions

BIN
images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 KiB

BIN
images/photo1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 811 KiB

BIN
images/photo2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 KiB

View File

@@ -536,7 +536,7 @@
<!-- NAV -->
<nav>
<a href="#home" class="logo"><img src="/logo.png" alt="JustGoodCubing"/></a>
<a href="#home" class="logo"><img src="images/logo.png" alt="JustGoodCubing"/></a>
<ul class="nav-links">
<li><a href="#home" data-section="home">Home</a></li>
<li><a href="#about" data-section="about">About</a></li>
@@ -716,11 +716,11 @@
<div class="about-photos reveal">
<div class="about-photo-wrap">
<img src="/photo1.png" alt="Anshveer at a speedcubing competition"/>
<img src="images/photo1.png" alt="Anshveer at a speedcubing competition"/>
<div class="about-photo-label">At a WCA Competition</div>
</div>
<div class="about-photo-wrap">
<img src="/photo2.png" alt="Solving a Rubik's cube"/>
<img src="images/photo2.png" alt="Solving a Rubik's cube"/>
<div class="about-photo-label">In the Zone</div>
</div>
</div>