Skip to content

Commit

Permalink
correcting a whole bunch of silly mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwang7517 committed Dec 28, 2024
1 parent e7810c8 commit 07debd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified app/assets/images/invite_staff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions app/views/root/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</div>
<div class = "col-lg-6 col-md-12 col-12">
<div class = "mb-4 mb-lg-0 rounded-4 p-4 shadow-lg">
<%= image_tag "invite_fosterers.png", alt: "screen_1", class: "img-fluid w-100 h-75"%>
<%= image_tag "layout_graphic.png", alt: "screen_1", class: "img-fluid w-100 h-75"%>
</div>
</div>
</div>
Expand All @@ -127,7 +127,7 @@
</div>
<div class = "col-lg-6 col-md-12 col-12">
<div class = "mb-4 mb-lg-0 rounded-4 p-4 shadow-lg">
<%= image_tag "adoption_applications.png", alt: "screen_2", class: "img-fluid w-100 h-75"%>
<%= image_tag "layout_graphic_2.png", alt: "screen_2", class: "img-fluid w-100 h-75"%>
</div>
</div>
<div class = "col-lg-6 col-md-12 col-12 mt-4 mt-lg-0 d-none d-md-block">
Expand Down Expand Up @@ -194,7 +194,7 @@
</div>
<div class = "col-lg-6 col-md-12 col-12">
<div class = "mb-4 mb-lg-0 rounded-4 p-4 shadow-lg">
<%= image_tag "layout_graphic_3.png", alt: "screen_3", class: "img-fluid w-100 h-75"%>
<%= image_tag "invite_fosterers.png", alt: "screen_3", class: "img-fluid w-100 h-75"%>
</div>
</div>
</div>
Expand Down Expand Up @@ -278,7 +278,7 @@
</div>
<div class = "col-lg-6 col-md-12 col-12">
<div class = "mb-4 mb-lg-0 rounded-4 p-4 shadow-lg">
<%= image_tag "layout_graphic_2.png", alt: "hero", class: "img-fluid w-100 h-75"%>
<%= image_tag "adoption_applications.png", alt: "hero", class: "img-fluid w-100 h-75"%>
</div>
</div>
</div>
Expand Down

0 comments on commit 07debd7

Please sign in to comment.