Files
weddingplan/app/views/home/index.html.erb
Adam Mohammed 967460a720 Layout ready
2024-11-16 22:39:01 -05:00

104 lines
4.6 KiB
Plaintext

<!-- options: #a99dab #dfebde -->
<div class="bg-[#a99dab] w-screen">
<!--- HERO START --->
<div class="hero-bg h-3/4">
<!-- Nav START -->
<div class="relative h-12 z-30">
<div id="burger-menu" class="absolute right-0 pr-4 pt-4 block lg:hidden">
<button class="flex items-center px-3 py-2 border rounded hover:text-white hover:border-white">
<svg class="fill-current text-slate-300 h-3 w-3" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><title>Menu</title><path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"/></svg>
</button>
</div>
<nav class="flex items-center justify-between flex-wrap pt-12 z-30">
<div class="bg-[#a99dab] w-full block flex-grow lg:hidden">
<div id="nav-links" class="text-xl max-md:hidden flex flex-col pl-4 lg:flex-row lg:mr-4">
<a href="#ceremony" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">Ceremony & Reception</a>
<a href="#accommodations" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">Accommodations</a>
<a href="#dress" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">Dress</a>
<a href="#registry" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">Registry</a>
<a href="#rsvp" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white pb-4">RSVP</a>
</div>
</div>
</nav>
</div>
<!-- Nav END -->
<div class="container mx-auto">
<div class="pt-24 pb-8 flex flex-col items-center">
<div class="fleur-de-leah-regular text-8xl basis-1/3">Jillian</div>
<div class="fleur-de-leah-regular text-6xl basis-1/3">and</div>
<div class="fleur-de-leah-regular text-8xl basis-1/3">Adam</div>
</div>
</div>
<div class="container mx-auto flex flex-col items-center py-4">
<button class="text-3xl rounded-lg bg-emerald-700 px-4 py-4 text-slate-300 hover:bg-emerald-600">RSVP</button>
</div>
<div class="container mx-auto flex flex-col items-center py-4">
<div class="text-2xl">June 7, 2025 • West Chester, PA</div>
</div>
<!-- <div class="mx-auto items-center w-fit"> -->
<!-- <div class="text-3xl py-4">June 7, 2025</div> -->
<!-- </div> -->
<!-- <div class="mx-auto items-center w-fit"> -->
<!-- <div class="text-3xl py-4">207 DAYS TO GO!</div> -->
<!-- </div> -->
<div class="w-full block flex-grow max-md:hidden lg:flex lg:w-auto lg:justify-center">
<div id="nav-links-lg" class="text-xl flex flex-col lg:flex-row lg:mr-4">
<a href="#ceremony" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">Ceremony & Reception</a>
<a href="#accommodations" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">Accommodations</a>
<a href="#dress" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">Dress</a>
<a href="#registry" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">Registry</a>
<a href="#rsvp" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white">RSVP</a>
</div>
</div>
</div>
</div>
<div id="ceremony" class="w-screen bg-[#a99dab]">
<div class="container mx-auto ">
<div class="bg-[#ddd3be] text-slate-900">
<div class="flex flex-col">
<div class="basis-1/3">
<h1 class="text-3xl px-4 py-8">Ceremony & Reception</h1>
<p class="text-xl px-4 py-8">We will be celebrating our wedding at Penn Oaks Golf Club in West Chester, Pennsylvania
</div>
<div class="basis-2/3 h-[400px] overflow-hidden mx-auto">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6120.924192987885!2d-75.56311592187585!3d39.908673971526014!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6f042ac27b4e9%3A0xc4a8ba245e1ee29d!2sPenn%20Oaks%20Golf%20Club!5e0!3m2!1sen!2sus!4v1731812607168!5m2!1sen!2sus" width="370" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
</div>
<div id="accommodations" class="w-screen bg-[#9d8ca4] text-slate-200">
<div class="container mx-auto">
<div class="h-36">
<h1 class="text-3xl py-8">Accommodations</h1>
</div>
</div>
</div>
<div id="dress" class="w-screen bg-[#92a084] text-slate-200">
<div class="container mx-auto ">
<div class="h-36">
<h1 class="text-3xl">Dress</h1>
</div>
</div>
</div>
<div id="Registry" class="w-screen bg-[#9d8ca4] text-slate-200">
<div class="container mx-auto ">
<div class="h-36">
<h1 class="text-3xl">Registry</h1>
</div>
</div>
</div>
<div id="rsvp" class="w-screen bg-[#92a084] text-slate-200">
<div class="container mx-auto ">
<div class="h-36">
<h1 class="text-3xl">RSVP</h1>
</div>
</div>
</div>