Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Updated carousel to point to new image, replacing old image that was removed.
  • Loading branch information
kylek14 authored Mar 14, 2022
1 parent bf04ebb commit 49ff69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2 class="center text-center">Welcome to Cytopia</h2>
</li>
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="images/jimmy2_2.jpg" alt="Image of a pixelated city">
<img class="orbit-image" src="images/jimmy2_2.png" alt="Image of a pixelated city">
<figcaption class="orbit-caption">A city.</figcaption>
</figure>
</li>
Expand Down Expand Up @@ -89,4 +89,4 @@ <h3>Patreon</h3>
<p>Help the project financially by becoming a Patreon today.</p>
<a href="https://www.patreon.com/cytopia" class="button button-style1">Cytopia Patreon</a>
</div>
</div>
</div>

0 comments on commit 49ff69f

Please sign in to comment.