Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding anchor on options header #8

Merged
merged 1 commit into from
Jun 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,21 @@
<ul class="flex items-center mr-10">
<li
class="text-lg text-white transition duration-500 ease-in-out delay-150 font-heading mr-9 hover:-translate-y-1 hover:scale-110">
<a href="#">Nossa
<a href="#out-campaign">Nossa
Campanha</a>
</li>
<li
class="text-lg text-white transition duration-500 ease-in-out delay-150 font-heading mr-9 hover:-translate-y-1 hover:scale-110">
<a href="#">Como
<a href="#donation">Como
Doar</a>
</li>
<li
class="text-lg text-white transition duration-500 ease-in-out delay-150 font-heading mr-9 hover:-translate-y-1 hover:scale-110">
<a href="#">Doadores</a>
<a href="#donors">Doadores</a>
</li>
<li
class="text-lg text-white transition duration-500 ease-in-out delay-150 font-heading hover:-translate-y-1 hover:scale-110">
<a href="#">Parceiros</a>
<a href="#partners">Parceiros</a>
danielhe4rt marked this conversation as resolved.
Show resolved Hide resolved
</li>
</ul>
</div>
Expand Down Expand Up @@ -409,7 +409,7 @@ class="flex items-center justify-center px-2 py-1 bg-purple-100 rounded-full ">
</div>
</section>

<section class="relative pt-24 overflow-hidden pb-28">
<section id="out-campaign" class="relative pt-24 overflow-hidden pb-28">
<div class="container px-4 mx-auto">
<div class="max-w-xl mx-auto mb-20">
<h2 class="mb-5 text-5xl font-semibold text-center text-gray-900 font-heading sm:text-6xl"
Expand Down Expand Up @@ -455,7 +455,7 @@ class="mb-3 font-bold text-center text-transparent bg-red-500 font-heading text-
</div>
</section>

<section class="relative pt-20 overflow-hidden bg-purple-800">
<section id="donation" class="relative pt-20 overflow-hidden bg-purple-800">
<div class="container px-4 mx-auto">
<div class="flex flex-wrap mb-12 -m-6">
<div class="w-full p-6">
Expand Down Expand Up @@ -549,7 +549,7 @@ class="absolute top-0 left-0 w-full h-full transition duration-500 ease-in-out t
</div>
</section>

<section class="relative pt-24 pb-32 overflow-hidden bg-gray-100">
<section id="donors" class="relative pt-24 pb-32 overflow-hidden bg-gray-100">
<div class="container px-4 mx-auto">
<h2 class="max-w-2xl mx-auto mb-5 text-6xl font-bold text-center text-gray-900 font-heading sm:text-7xl">
Doadores da campanha
Expand Down