Skip to content

Commit

Permalink
Home: Update to new dot images (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Jul 24, 2024
2 parents 2a85bb0 + c36abdd commit 2492f2c
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/home-divider-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/home-divider-2-sm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Binary file added src/images/home-divider-3-sm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/home-divider-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/home-divider-4-sm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/home-divider-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/tracks-divider-1.png
Binary file not shown.
Binary file removed src/images/tracks-divider-2-sm.png
Binary file not shown.
Binary file removed src/images/tracks-divider-2.png
Binary file not shown.
Binary file removed src/images/tracks-divider-3-sm.png
Binary file not shown.
Binary file removed src/images/tracks-divider-3.png
Binary file not shown.
Binary file removed src/images/tracks-divider-4-sm.png
Binary file not shown.
Binary file removed src/images/tracks-divider-4.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 @@ -103,15 +103,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 @@ -122,15 +122,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 2492f2c

Please sign in to comment.