Skip to content

Commit

Permalink
fix(imgs): rename and update divider 1
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 22, 2024
1 parent a50f4bb commit 9f6eb1d
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added src/images/home-divider-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed src/images/tracks-divider-2.png
Binary file not shown.
12 changes: 6 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ <h1 class="text-center text-lg-start pt-5 pt-lg-0">
<img
id="tracks-0"
class="w-100 mb-md-5 pb-md-3"
src="images/tracks-divider-1.png"
src="images/home-divider-1.png"
alt="Decorative element with dots and dashes, meant to resemble a transit map"
/>
</picture>
<picture class="d-md-none">
<img
id="tracks-0-sm"
class="w-100"
src="images/tracks-divider-1-sm.png"
src="images/home-divider-1-sm.png"
alt="Decorative element with dots and dashes, meant to resemble a transit map"
/>
</picture>
Expand Down Expand Up @@ -112,15 +112,15 @@ <h2 class="text-center text-md-start mb-4">Helping California achieve critical g
<img
class="w-100 my-md-5 py-md-5"
id="tracks-1"
src="images/tracks-divider-2.png"
src="images/home-divider-2.png"
alt="Decorative element with dots and dashes, meant to resemble a transit map"
/>
</picture>
<picture class="d-md-none">
<img
class="w-100 my-5"
id="tracks-0-sm"
src="images/tracks-divider-2-sm.png"
src="images/home-divider-2-sm.png"
alt="Decorative element with dots and dashes, meant to resemble a transit map"
/>
</picture>
Expand All @@ -131,15 +131,15 @@ <h2 class="text-center text-md-start mb-4">Helping California achieve critical g
<img
id="tracks-2"
class="w-100 my-5"
src="images/tracks-divider-3.png"
src="images/home-divider-3.png"
alt="Another decorative element with dots and dashes, meant to resemble a transit map"
/>
</picture>
<picture class="d-md-none">
<img
class="w-100 my-5"
id="tracks-2-sm"
src="images/tracks-divider-3-sm.png"
src="images/home-divider-3-sm.png"
alt="Another decorative element with dots and dashes, meant to resemble a transit map"
/>
</picture>
Expand Down

0 comments on commit 9f6eb1d

Please sign in to comment.