Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated screenshot in root page
  • Loading branch information
Aaryanpal committed Nov 30, 2024
1 parent 6366f9d commit 47cac4f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file added app/assets/images/adopter_application.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 app/assets/images/foster_application.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 app/assets/images/invite_foster.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 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.
16 changes: 8 additions & 8 deletions app/views/root/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
</div>
</div>
<div class = "col-lg-6 col-md-12 col-12">
<div class = "mb-4 mb-lg-0 bg-gray-200 rounded-4">
<%= image_tag "layout_graphic_2.png", alt: "screen_2", class: "img-fluid w-100 h-75"%>
<div class = "mb-4 mb-lg-0 bg-gray-200 rounded-4 overflow-hidden">
<%= image_tag "adopter_application.png", alt: "adopter application screen", 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,8 +194,8 @@
</div>
</div>
<div class = "col-lg-6 col-md-12 col-12">
<div class = "mb-4 mb-lg-0 bg-gray-200 rounded-4">
<%= image_tag "layout_graphic_3.png", alt: "screen_3", class: "img-fluid w-100 h-75"%>
<div class = "mb-4 mb-lg-0 bg-gray-200 rounded-4 overflow-hidden">
<%= image_tag "invite_foster.png", alt: "foster invite screen", class: "img-fluid w-100 h-75"%>
</div>
</div>
</div>
Expand All @@ -212,8 +212,8 @@
</div>
</div>
<div class = "col-lg-6 col-md-12 col-12">
<div class = "mb-4 mb-lg-0 bg-gray-200 rounded-4">
<%= image_tag "layout_graphic_3.png", alt: "screen_3", class: "img-fluid w-100 h-75"%>
<div class = "mb-4 mb-lg-0 bg-gray-200 rounded-4 overflow-hidden">
<%= image_tag "invite_staff.png", alt: "staff invite screen", 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 @@ -278,8 +278,8 @@
</div>
</div>
<div class = "col-lg-6 col-md-12 col-12">
<div class = "mb-4 mb-lg-0 bg-gray-200 rounded-4">
<%= image_tag "layout_graphic_2.png", alt: "hero", class: "img-fluid w-100 h-75"%>
<div class = "mb-4 mb-lg-0 bg-gray-200 rounded-4 overflow-hidden">
<%= image_tag "foster_application.png", alt: "hero", class: "img-fluid w-100 h-75"%>
</div>
</div>
</div>
Expand Down

0 comments on commit 47cac4f

Please sign in to comment.