Skip to content

Commit

Permalink
mudando os botões da landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
GZaranza committed Jul 15, 2024
1 parent a1a5c92 commit 169648e
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions docs/landing_pages/landing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="pl-4 flex items-center">
<a class="toggleColour text-white no-underline hover:no-underline text-2xl lg:text-5xl align-center" href="#" style="font-family: 'Cocobiker';">
<img id="nav-icon" class="h-12 inline" src="../images/logo_branco.png" alt="Logo" style="margin-right: 10;" >
Zephir Boilerplate
Zephyr Boilerplate
</a>
</div>
<div class="block lg:hidden pr-4">
Expand All @@ -52,16 +52,16 @@
<div class="w-full flex-grow lg:flex lg:items-center lg:w-auto hidden mt-2 lg:mt-0 bg-white lg:bg-transparent text-black p-4 lg:p-0 z-20" id="nav-content">
<ul class="list-reset lg:flex justify-end flex-1 items-center">
<li class="mr-3">
<a class="inline-block py-2 px-4 text-black font-bold no-underline" href="#features">ccccccc</a>
<a class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4" href="#about">Como fazer um bot</a>
</li>
<li class="mr-3">
<a class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4" href="#about">aaaaa</a>
<a class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4" href="#contact">Como contribuir</a>
</li>
<li class="mr-3">
<a class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4" href="#contact">bbbbbbb</a>
</li>
<a class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4" href="#contact">Sobre</a>
</li>
</ul>
<a href="https://residenciaticbrisa.github.io/T2G2-Chatbot-Participacao-Social/">
<a href="https://residenciaticbrisa.github.io/T2G2-Chatbot-Participacao-Social/home">
<button id="navAction" class="mx-auto lg:mx-0 hover:underline bg-white text-gray-800 font-bold rounded-full mt-4 lg:mt-0 py-4 px-8 shadow opacity-75 focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out">
Get started
</button>
Expand All @@ -76,17 +76,18 @@
<!--Left Col-->
<div class="flex flex-col w-full md:w-2/5 justify-center items-start text-center md:text-left">

<h1 class="my-4 text-5xl font-bold leading-tight">
Crie o seu próprio chatbot
<h1 class="my-4 text-4xl font-bold leading-tight text-center">
Construa chatbots inovadores com facilidade usando o Zephyr
</h1>
<p class="leading-normal text-2xl mb-8">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi quis luctus metus. Etiam faucibus viverra imperdiet. Nam vitae justo id ante pellentesque semper. Suspendisse hendrerit felis felis, et feugiat nibh varius quis. In convallis mi tellus. Sed vitae porta est. Maecenas vel vehicula dui. Maecenas congue tristique mi. Integer id fringilla quam.
<p class="leading-normal text-2xl mb-8 " style="text-align: justify;">
O Zephyr é um boilerplate inovador para a criação de chatbots, projetado para aproveitar ao máximo a plataforma Botpress. Com ele, você pode iniciar rapidamente o desenvolvimento de chatbots robustos e personalizáveis, otimizando seu tempo e recursos. Ideal para desenvolvedores que buscam uma solução eficiente e elegante, o Zephyr oferece uma estrutura sólida, permitindo a criação de bots interativos e inteligentes com facilidade.
</p>
<a href="https://lappis-unb.gitlab.io/fga-pi2/semestre-2024-1/grupo-03/docs/home/">
<button class="mx-auto z-700 lg:mx-0 hover:underline bg-white text-gray-800 font-bold rounded-full my-6 py-4 px-8 shadow-lg focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out " >
Saiba mais
</button>
</a>
<a href="https://residenciaticbrisa.github.io/T2G2-Chatbot-Participacao-Social/">
<button class="mx-auto lg:mx-0 hover:underline bg-white text-gray-800 font-bold rounded-full my-6 py-4 px-8 shadow-lg focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out" href="https://residenciaticbrisa.github.io/T2G2-Chatbot-Participacao-Social/">
Saber mais
</button>
</a>

</div>
<!--Right Col-->
<div class="w-full md:w-3/5 py-6 text-center">
Expand Down

0 comments on commit 169648e

Please sign in to comment.