Skip to content

Commit

Permalink
Merge pull request #170 from loftwah/dl/close-waiting-list
Browse files Browse the repository at this point in the history
remove waiting list
  • Loading branch information
loftwah authored Sep 17, 2024
2 parents 51e5285 + 94e7739 commit 6086384
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
13 changes: 6 additions & 7 deletions app/views/pages/home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@
</div>
</section>

<!-- Waiting List Form Section -->
<!-- Sign Up Now Section -->
<section class="py-16 text-white w-full">
<div class="text-center">
<h2 class="text-3xl font-bold mb-4">Join Our Waiting List</h2>
<h2 class="text-3xl font-bold mb-4">Hop On In!</h2>
<p class="text-lg mb-8">
Be the first to know when Linkarooie is available. Enter your email to join our waiting list!
No more waiting—Linkarooie is live and ready to bounce! Use invite code <strong>hunter2</strong> and sign up to start linking your world today!
</p>
<%= form_with model: WaitingList.new, url: waiting_lists_path, local: true, class: "flex flex-col items-center w-full max-w-md mx-auto" do |form| %>
<%= form.email_field :email, placeholder: "Enter your email", class: "p-2 w-full rounded bg-gray-700 text-white focus:outline-none focus:ring-2 focus:ring-lime-400 mb-4" %>
<%= form.submit "Join Now", class: "w-full bg-lime-500 hover:bg-lime-600 text-white font-bold py-2 px-4 rounded cursor-pointer transition duration-300" %>
<% end %>
<a href="https://linkarooie.com/users/sign_up" class="w-full max-w-md mx-auto bg-lime-500 hover:bg-lime-600 text-white font-bold py-2 px-4 rounded cursor-pointer transition duration-300 inline-block">
Sign Up Now
</a>
</div>
</section>

Expand Down
4 changes: 0 additions & 4 deletions config/sidekiq_scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ aggregate_metrics:
backup_database:
cron: '0 2 * * *' # Runs daily at 2 AM
class: BackupDatabaseJob

send_waiting_list_report:
cron: '0 3 * * *' # Runs daily at 3 AM
class: SendWaitingListReportJob

0 comments on commit 6086384

Please sign in to comment.