wip
This commit is contained in:
|
Before Width: | Height: | Size: 300 KiB After Width: | Height: | Size: 300 KiB |
|
Before Width: | Height: | Size: 256 KiB After Width: | Height: | Size: 256 KiB |
|
Before Width: | Height: | Size: 948 KiB After Width: | Height: | Size: 948 KiB |
@@ -1,10 +1,14 @@
|
|||||||
import { ChevronDownIcon, XMarkIcon } from '@heroicons/react/24/solid'
|
import { ChevronDownIcon } from '@heroicons/react/24/solid'
|
||||||
|
import { clsx } from 'clsx'
|
||||||
import {
|
import {
|
||||||
Popover,
|
Popover,
|
||||||
PopoverButton,
|
PopoverButton,
|
||||||
PopoverPanel,
|
PopoverPanel,
|
||||||
PopoverBackdrop,
|
PopoverBackdrop,
|
||||||
CloseButton,
|
Field,
|
||||||
|
Select,
|
||||||
|
Label,
|
||||||
|
Description,
|
||||||
} from '@headlessui/react'
|
} from '@headlessui/react'
|
||||||
import { Container } from './Container'
|
import { Container } from './Container'
|
||||||
|
|
||||||
@@ -19,20 +23,44 @@ export function Menu() {
|
|||||||
</PopoverButton>
|
</PopoverButton>
|
||||||
|
|
||||||
<PopoverPanel
|
<PopoverPanel
|
||||||
|
// static={true}
|
||||||
anchor="bottom"
|
anchor="bottom"
|
||||||
className="sticky z-20 -mt-11.5 w-full py-6 lg:py-24 bg-lime-400 rounded-b-2xl"
|
className="sticky z-20 -mt-11.5 w-full py-6 lg:py-24 bg-lime-400 rounded-b-2xl"
|
||||||
>
|
>
|
||||||
<Container className="text-black space-y-2.5 lg:space-y-6">
|
<Container className="text-black">
|
||||||
<div className="border-b border-black pb-2.5 lg:pb-6">
|
<div className="border-b border-black pb-6 lg:pb-12 mb-6 lg:mb-12">
|
||||||
<span>Curso de formação</span>
|
<span>Curso de formação</span>
|
||||||
<h1 className="text-2xl/8 lg:text-3xl">
|
<h1 className="text-2xl/8 lg:text-3xl">
|
||||||
NR-18 PEMT Plataforma Elevatória Móvel de Trabalho
|
NR-18 PEMT Plataforma Elevatória Móvel de Trabalho
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h6 className="font-semibold">
|
<div className="flex max-lg:flex-col lg:gap-2.5 justify-between mb-2.5">
|
||||||
Conheça outros cursos da EDUSEG®
|
<h6 className="font-semibold text-lg">
|
||||||
</h6>
|
Conheça outros cursos da EDUSEG®
|
||||||
|
</h6>
|
||||||
|
<Field className="flex gap-1 items-center">
|
||||||
|
<Label>Exibir apenas</Label>
|
||||||
|
<div className="relative flex border items-center justify-between gap-0.5 border-black rounded px-1">
|
||||||
|
<Select className="appearance-none focus:outline-none">
|
||||||
|
<option value="formacao">Formação</option>
|
||||||
|
<option value="reciclagem">Reciclagem</option>
|
||||||
|
</Select>
|
||||||
|
<ChevronDownIcon
|
||||||
|
className="pointer-events-none size-4"
|
||||||
|
aria-hidden="true"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</Field>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Lei Lucas</li>
|
||||||
|
<li>NR-18 PEMT Plataforma Móvel de Trabalho Aéreo</li>
|
||||||
|
<li>NR-35 Trabalho em Altura</li>
|
||||||
|
<li>NR-10 Básico</li>
|
||||||
|
<li>LOTO Lockout Tagout</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
{/* <div class="flex gap-2.5">
|
{/* <div class="flex gap-2.5">
|
||||||
<span class="bg-black text-white py-3 px-4 rounded font-semibold">
|
<span class="bg-black text-white py-3 px-4 rounded font-semibold">
|
||||||
|
|||||||
@@ -14,9 +14,9 @@ import {
|
|||||||
ClockIcon,
|
ClockIcon,
|
||||||
} from '@heroicons/react/24/outline'
|
} from '@heroicons/react/24/outline'
|
||||||
import { CheckBadgeIcon } from '@heroicons/react/24/solid'
|
import { CheckBadgeIcon } from '@heroicons/react/24/solid'
|
||||||
import nr18plataforma from './nr18-plataforma.png'
|
import nr18plataforma from '../assets/nr18-plataforma.png'
|
||||||
import mulherdenegocios from './mulher-de-negocios.png'
|
import mulherdenegocios from '../assets/mulher-de-negocios.png'
|
||||||
import homemdenegocios from './homem-de-negocios.png'
|
import homemdenegocios from '../assets/homem-de-negocios.png'
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout>
|
<Layout>
|
||||||
|
|||||||
Reference in New Issue
Block a user