From e1270c6b71df5e49b53e05ea932a33d42729c3db Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 31 Oct 2023 00:06:31 -0400 Subject: Art and design --- app/assets/images/oddish.png | Bin 0 -> 85712 bytes app/assets/images/poke_ball_original_small.png | Bin 0 -> 30411 bytes .../images/pokemon_classic_watercolor_small.png | Bin 0 -> 487602 bytes app/views/home/index.html.erb | 26 +++++++++++++-------- app/views/layouts/application.html.erb | 17 ++++++++++---- 5 files changed, 29 insertions(+), 14 deletions(-) create mode 100644 app/assets/images/oddish.png create mode 100644 app/assets/images/poke_ball_original_small.png create mode 100644 app/assets/images/pokemon_classic_watercolor_small.png diff --git a/app/assets/images/oddish.png b/app/assets/images/oddish.png new file mode 100644 index 0000000..ed34c0a Binary files /dev/null and b/app/assets/images/oddish.png differ diff --git a/app/assets/images/poke_ball_original_small.png b/app/assets/images/poke_ball_original_small.png new file mode 100644 index 0000000..3974bff Binary files /dev/null and b/app/assets/images/poke_ball_original_small.png differ diff --git a/app/assets/images/pokemon_classic_watercolor_small.png b/app/assets/images/pokemon_classic_watercolor_small.png new file mode 100644 index 0000000..4405a8c Binary files /dev/null and b/app/assets/images/pokemon_classic_watercolor_small.png differ diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 10be138..0d693f1 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,15 +1,21 @@

Welcome to the Cable Club!

-
-

Latest checkpoints

-
    - <% @latest_checkpoints.each do |checkpoint| %> -
  • At <%= checkpoint.created_at %> - <%= checkpoint.user.email %> checked in a save for - <%= link_to checkpoint.run.title, run_path(checkpoint.run) %> (<%= checkpoint.run.game.title %>) - <%= link_to "[save file]", rails_blob_path(checkpoint.save_file, disposition: "attachment") %>
  • - <% end %> -
+
+
+

Latest checkpoints

+
    + <% @latest_checkpoints.each do |checkpoint| %> +
  • At <%= checkpoint.created_at %> + <%= checkpoint.user.email %> checked in a save for + <%= link_to checkpoint.run.title, run_path(checkpoint.run) %> (<%= checkpoint.run.game.title %>) + <%= link_to "[save file]", rails_blob_path(checkpoint.save_file, disposition: "attachment") %>
  • + <% end %> +
+
+
+ <%= image_tag "pokemon_classic_watercolor_small.png" %> +
+
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index d956145..db94682 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -11,11 +11,14 @@ <%= javascript_importmap_tags %> - +