add images to website from broken refs
This commit is contained in:
BIN
images/logo.png
Normal file
BIN
images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 434 KiB |
BIN
images/photo1.png
Normal file
BIN
images/photo1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 811 KiB |
BIN
images/photo2.png
Normal file
BIN
images/photo2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 794 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user