Skip to content

Commit

Permalink
Added logo
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed Apr 22, 2024
1 parent fcd36a0 commit 06a0860
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
25 changes: 10 additions & 15 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
Problem
=======
## Context
*Gives the reviewer some context about the work and why this change is being made, the WHY you are doing this. This field goes more into the product perspective.*

<!-- describe what motivated this PR -->
## Description
*Provide a detailed description of how exactly this task will be accomplished. This can be something technical. What specific steps will be taken to achieve the goal? This should include details on service integration, job logic, implementation, etc.*

<!-- link to issue or ticket -->
## Changes in the codebase
*This is where becomes technical. Here is where you can be more focused on the engineering side of your solution. Include information about the functionality they are adding or modifying, as well as any refactoring or improvement of existing code.*

Solution
========
## Changes outside the codebase
*If you have made changes to external services, need to add additional values to the job settings, or need to add something new to the database, explain it here. This may include updates to third-party services, changes to infrastructure configuration, integration with external APIs, etc.*

Steps to verify
---------------

1. step
1. step
1. step

Screenshots
-----------
## Aditional information
*Provide any additional information that might be useful to the reviewer in evaluating this pull request. This could include performance considerations,design choices, etc.*
Binary file added app/frontend/images/logo-sm.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/frontend/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<% provide(:title, "Home") %>
<div class="py-24">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
<h1 class="scroll-m-20 text-4xl font-bold tracking-tight">Shore</h1>
<div class="flex items-center gap-2">
<%= vite_image_tag("images/logo-sm.png", class: "h-12 w-12 rounded-full") %>
<h1 class="scroll-m-20 text-4xl font-bold tracking-tight">Shore</h1>
</div>
<p class=" max-w-2xl text-lg text-gray-600">An opinionated and modern Ruby on Rails template with pragmatic defaults to start your next project 🚀</p>
<p class="text-lg text-gray-600 mt-6">
Stimulus says,
Expand Down

0 comments on commit 06a0860

Please sign in to comment.