Skip to content

Commit

Permalink
add some cat pics
Browse files Browse the repository at this point in the history
  • Loading branch information
markottaviani committed Jan 9, 2025
1 parent e4dcb75 commit 49bfce1
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 2 deletions.
Binary file added app/assets/images/donate-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/images/guide-2.jpg
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/sponsor-2.jpg
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/volunteer-3.jpg
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/volunteer-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/views/pages/donate.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%= image_tag 'donate-1.png', width: 350, class: 'img-fluid rounded' %>
</div>
<div class="my-sm-5 d-none d-sm-block">
<%= image_tag 'donate-2.png', width: 350, class: 'img-fluid rounded' %>
<%= image_tag 'donate-2.jpg', width: 350, class: 'img-fluid rounded' %>
</div>
<div class="my-sm-5 d-none d-sm-block">
<%= image_tag 'donate-3.png', width: 350, class: 'img-fluid rounded' %>
Expand Down
8 changes: 7 additions & 1 deletion app/views/pages/sponsor.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@

<div class="row">
<div class="col-md-4 col-lg-4 d-none d-md-block eventphoto">
<%= image_tag "sponsor-1.jpg", class: "side img-fluid"%>
<div class="my-sm-5">
<%= image_tag "sponsor-1.jpg", class: "side img-fluid"%>
</div>

<div class="my-sm-5">
<%= image_tag "sponsor-2.jpg", class: "side img-fluid"%>
</div>
</div>
<div class="col-sm-10 col-md-8 col-lg-8">
<div class="article pages ml-2">
Expand Down
6 changes: 6 additions & 0 deletions app/views/pages/volunteer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
<div class="left">
<%= image_tag "volunteer-2.jpg", class: "rounded side img-fluid" %>
</div>
<div class="left">
<%= image_tag "volunteer-3.jpg", class: "rounded side img-fluid" %>
</div>
<div class="left">
<%= image_tag "volunteer-4.jpg", class: "rounded side img-fluid" %>
</div>
</div>

<div class="col-sm-8 col-md-8 col-lg-8">
Expand Down

0 comments on commit 49bfce1

Please sign in to comment.