Skip to content

Commit

Permalink
fix webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
loftwah committed Aug 2, 2024
1 parent ad4d0f8 commit 50ec280
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions app/views/pages/home.html.erb
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
<%# app/views/home/index.html.erb %>

<div class="flex flex-col items-center py-12 bg-gray-900 text-white">
<!-- Hero Section -->
<section class="flex flex-col items-center py-16 bg-gray-800 w-full text-white">
<section class="flex flex-col items-center py-16 bg-gray-800 w-full text-white px-4">
<div class="text-center max-w-3xl mx-auto">
<div class="flex items-center justify-center mb-4">
<span class="bg-grey-100 text-grey-800 text-sm font-medium mr-2 px-2.5 py-0.5 rounded dark:bg-lime-200 dark:text-lime-800">New</span>
<p class="underline text-white">Linkarooie is out! See what it is all about.</p>
<span class="bg-gray-100 text-gray-800 text-sm font-medium mr-2 px-2.5 py-0.5 rounded dark:bg-lime-200 dark:text-lime-800">New</span>
<h1 class="text-xl">Linkarooie</h1>
</div>
<div class="pb-8 pt-8 flex justify-center">
<%= image_tag "icon.png", class: "w-16", alt: "Linkarooie" %>
</div>
<h1 class="text-5xl font-bold mb-4">Linkarooie</h1>
<p class="text-lg">
Simplify your online presence with a single link.
</p>
<div class="pb-8 pt-8 flex justify-center">
<%= image_tag "icon.png", class: "w-16", alt: "Linkarooie" %>
</div>
<form class="flex justify-center items-center" action="javascript:void(0);">
<div class="relative">
<input type="email" class="px-4 py-2 w-80 rounded-l-md border-0 focus:ring-2 focus:ring-lime-300 bg-gray-700 cursor-not-allowed" placeholder="Sign-ups coming soon" disabled>
</div>
<button class="bg-gray-500 text-gray-300 font-bold py-2 px-4 rounded-r-md cursor-not-allowed" type="button" disabled>
Sign Up
</button>
</form>
</div>
</section>

Expand Down

0 comments on commit 50ec280

Please sign in to comment.