Skip to content

Commit

Permalink
Issue #1180: Add new images to app root page (#1305)
Browse files Browse the repository at this point in the history
* initial commit

* correcting a whole bunch of silly mistakes

* removing outer divs
  • Loading branch information
jasonwang7517 authored Dec 29, 2024
1 parent 5481581 commit f6ff60d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
Binary file added app/assets/images/adoption_applications.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_fosterers.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.
18 changes: 4 additions & 14 deletions app/views/root/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@
</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.png", alt: "screen_1", class: "img-fluid w-100 h-75"%>
</div>
</div>
</div>
</div>
Expand All @@ -126,9 +124,7 @@
</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>
<%= image_tag "layout_graphic_2.png", alt: "screen_2", class: "img-fluid w-100 h-75"%>
</div>
<div class = "col-lg-6 col-md-12 col-12 mt-4 mt-lg-0 d-none d-md-block">
<div class = "pe-lg-6 ps-lg-6" >
Expand Down Expand Up @@ -193,9 +189,7 @@
</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>
<%= image_tag "invite_fosterers.png", alt: "screen_3", class: "img-fluid w-100 h-75 rounded shadow-sm p-2"%>
</div>
</div>
</div>
Expand All @@ -211,9 +205,7 @@
</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>
<%= image_tag "invite_staff.png", alt: "screen_3", class: "img-fluid w-100 h-75 rounded shadow-sm p-4"%>
</div>
<div class = "col-lg-6 col-md-12 col-12 mt-4 mt-lg-0 d-none d-md-block">
<div class = "pe-lg-6 ps-lg-6" >
Expand Down Expand Up @@ -277,9 +269,7 @@
</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>
<%= image_tag "adoption_applications.png", alt: "hero", class: "img-fluid w-100 h-75 rounded shadow-sm p-4"%>
</div>
</div>
</div>
Expand Down

0 comments on commit f6ff60d

Please sign in to comment.