Skip to content

Commit

Permalink
oh my god... (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedsoupe committed Aug 25, 2024
1 parent bb7bcdf commit eefe4e7
Show file tree
Hide file tree
Showing 21 changed files with 369 additions and 167 deletions.
8 changes: 8 additions & 0 deletions lib/pescarte_web/controllers/noti4_controller.ex
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
defmodule PescarteWeb.Noti4Controller do
use PescarteWeb, :controller

def show(conn, _params) do
current_path = conn.request_path
render(conn, :show, current_path: current_path, error_message: nil)
end
end
8 changes: 8 additions & 0 deletions lib/pescarte_web/controllers/pgtr_controller.ex
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
defmodule PescarteWeb.PGTRController do
use PescarteWeb, :controller

def show(conn, _params) do
current_path = conn.request_path
render(conn, :show, current_path: current_path, error_message: nil)
end
end
8 changes: 8 additions & 0 deletions lib/pescarte_web/controllers/sedes_controller.ex
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
defmodule PescarteWeb.SedesController do
use PescarteWeb, :controller

def show(conn, _params) do
current_path = conn.request_path
render(conn, :show, current_path: current_path, error_message: nil)
end
end
4 changes: 3 additions & 1 deletion lib/pescarte_web/design_system/navbar.ex
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ defmodule PescarteWeb.DesignSystem.Navbar do
</DesignSystem.link>
<ul class="nav-menu">
<.navlink label="Sobre" navigate={~p"/sobre"} current_path={@current_path} />
<.navlink label="Equipes e Sedes" navigate={~p"/equipes"} current_path={@current_path} />
<.navlink label="Equipes" navigate={~p"/equipes"} current_path={@current_path} />
<.navlink label="Sedes" navigate={~p"/sedes"} current_path={@current_path} />
<.navlink label="Cooperativas" navigate={~p"/cooperativas"} current_path={@current_path} />
<.navlink label="Contato" navigate={~p"/contato"} current_path={@current_path} />
</ul>
<PescarteWeb.DesignSystem.link navigate={~p"/acessar"} styless>
<.button style="primary" class="login-button">
Expand Down
4 changes: 4 additions & 0 deletions lib/pescarte_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ defmodule PescarteWeb.Router do
get "/publicacoes", JournalController, :show
get "/censo", CensoController, :show
get "/confirmar", TokenController, :confirm
get "/noticias", NoticiasController, :show
get "/pgtrs", PGTRController, :show
get "/sedes", SedesController, :show

delete "/acessar", LoginController, :delete

Expand All @@ -47,6 +50,7 @@ defmodule PescarteWeb.Router do
get "/noti1", Noti1Controller, :show
get "/noti2", Noti2Controller, :show
get "/noti3", Noti3Controller, :show
get "/noti4", Noti4Controller, :show
end

scope "/publicacoes" do
Expand Down
46 changes: 38 additions & 8 deletions lib/pescarte_web/templates/aboutus_html/show.html.heex
Original file line number Diff line number Diff line change
@@ -1,12 +1,42 @@
<main class="aboutus-wrapper">
<div class="get-to-know">
<img src={~p"/images/img_slide4.svg"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/sobre/sobre_1.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL3NvYnJlL3NvYnJlXzEucG5nIiwiaWF0IjoxNzI0MzQ2OTE1LCJleHAiOjIwMzk3MDY5MTV9.J7I7kUsYTdVVseCs6QcGXHAAXIdrSPo-vEEurvrF2Kw&t=2024-08-22T17%3A15%3A15.147Z" />
<div class="know-content">
<.text size="h2" color="text-blue-100">
Conheça o PEA Pescarte: Empoderando Pescadores Artesanais na Bacia de Campos
</.text>
<.text size="lg" color="text-black-80">
O PEA Pescarte é um farol de esperança para os pescadores artesanais da Bacia de Campos, uma comunidade impactada pelas atividades de exploração de petróleo e gás. Nosso projeto visa não apenas proteger, mas, também, fortalecer e emancipar economicamente esses guardiões do mar por meio de um programa estruturado em seis fases cuidadosamente planejadas ao longo de 14 anos.
O projeto de educação ambiental Pescarte (PEA Pescarte) trabalha junto às comunidades de pesca artesanal de Arraial do Cabo, Búzios, Cabo Frio, Campos, Carapebus, Macaé, Rio das Ostras, Quissamã, São Francisco de Itabapoana e São João da Barra. Desde 2014, atua juntamente aos pescadores artesanais e seus familiares, por meio de processos educativos, promovendo, fortalecendo e aperfeiçoando a organização comunitária e a sua qualificação profissional, bem como o seu envolvimento na construção participativa e na implementação de projetos de geração de trabalho e renda.
</.text>
<.text size="lg" color="text-black-80">
O processo educativo é realizado nos 10 municípios e se dá através de oficinas com temas diversos, entre eles: economia solidária, cooperativismo, políticas públicas, licenciamento ambiental, letramento digital e gestão participativa. O projeto promove, também, articulações entre os pescadores e pescadoras, com reuniões do Grupo de Trabalho, Grupo Gestor, Grupo de Acompanhamento de Obras e assembleias municipais.
</.text>
<.text size="lg" color="text-black-80">
O PEA Pescarte é uma medida de mitigação exigida pelo licenciamento ambiental federal, coordenado pela Universidade Estadual do Norte Fluminense Darcy Ribeiro (UENF), conduzido pelo IBAMA e financiado pela Petrobras
</.text>
</div>
</div>

<div class="get-to-know">
<div class="know-content">
<.text size="h2" color="text-blue-100">
Licenciamento Ambiental Federal
</.text>
<.text size="lg" color="text-black-80">
O Licenciamento Ambiental Federal é um processo administrativo realizado pelo Instituto Brasileiro do Meio Ambiente e dos Recursos Naturais Renováveis (Ibama). Este processo visa assegurar que atividades e empreendimentos potencialmente poluidores atendam à s normas ambientais, minimizando impactos ao meio ambiente.
</.text>
</div>
<img src={~p"/images/img_slide4.svg"} />
</div>

<div class="get-to-know">
<img src={~p"/images/img_slide4.svg"} />
<div class="know-content">
<.text size="h2" color="text-blue-100">
IBAMA
</.text>
<.text size="lg" color="text-black-80">
O Ibama é responsável pela execução, supervisção e controle do Licenciamento Ambiental Federal. Sua função é garantir que empreendimentos e atividades sejam conduzidos de acordo com a legislação ambiental, protegendo os recursos naturais e promovendo o desenvolvimento sustentável.
</.text>
</div>
</div>
Expand Down Expand Up @@ -78,11 +108,11 @@
</div>
</div>
</div>
<img src={~p"/images/quem-somos/rede1.jpeg"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/sobre/sobre_2.JPG?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL3NvYnJlL3NvYnJlXzIuSlBHIiwiaWF0IjoxNzI0MzQ3MDgxLCJleHAiOjIwMzk3MDcwODF9.19GdW-Pb-A5J4vF79dE9OQkI5rKLGCa4cAVkSySj4jo&t=2024-08-22T17%3A18%3A01.216Z" />
</div>

<div class="phases">
<img src={~p"/images/quem-somos/pescador2.jpeg"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/sobre/sobre_3.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL3NvYnJlL3NvYnJlXzMucG5nIiwiaWF0IjoxNzI0MzQ3MjMxLCJleHAiOjIwMzk3MDcyMzF9.nYcnc1kVVHJc0yXtFfjXOfhkXBgK5MdnotAr9MDcqK0&t=2024-08-22T17%3A20%3A31.146Z" />

<div class="phase-content">
<.text size="h2" color="text-blue-100">
Expand Down Expand Up @@ -234,11 +264,11 @@
</div>
</div>

<img src={~p"/images/quem-somos/rede2.jpeg"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/sobre/sobre_4.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL3NvYnJlL3NvYnJlXzQucG5nIiwiaWF0IjoxNzI0MzQ3Mzc1LCJleHAiOjIwMzk3MDczNzV9.RY38Q0fN6zxqvTkmrr_4PBROf_AHSfNHOGFWtj_o0sc&t=2024-08-22T17%3A22%3A55.770Z" />
</div>

<div class="phases">
<img src={~p"/images/quem-somos/pescador1.jpeg"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/sobre/sobre_5.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL3NvYnJlL3NvYnJlXzUucG5nIiwiaWF0IjoxNzI0MzQ3NDg5LCJleHAiOjIwMzk3MDc0ODl9.6ML7AHK1LCuTT4mlk-FBryGYPyRxc2eUGrqpvPbK-Ns&t=2024-08-22T17%3A24%3A49.348Z" />

<div class="phase-content">
<.text size="h2" color="text-blue-100">
Expand Down Expand Up @@ -376,11 +406,11 @@
</div>
</div>

<img src={~p"/images/quem-somos/rede3.jpeg"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/sobre/sobre_6.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL3NvYnJlL3NvYnJlXzYucG5nIiwiaWF0IjoxNzI0MzQ3NjQwLCJleHAiOjIwMzk3MDc2NDB9.7ip_mUIuHYygKXsRHj1bhaER9Mba3TOPTvGbQKCZU4M&t=2024-08-22T17%3A27%3A20.608Z" />
</div>

<div class="phases">
<img src={~p"/images/quem-somos/pescador2.jpeg"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/sobre/sobre_7.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL3NvYnJlL3NvYnJlXzcucG5nIiwiaWF0IjoxNzI0MzQ3NjY3LCJleHAiOjIwMzk3MDc2Njd9.cllrH0Qlirwol3t8lAipBcGxxA2xi5w6eOU6HhJz3VY&t=2024-08-22T17%3A27%3A47.217Z" />
<div class="phase-content">
<.text size="h2" color="text-blue-100">
6ª Fase
Expand Down
2 changes: 1 addition & 1 deletion lib/pescarte_web/templates/agenda_html/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</div>

<div class="atividades">
<%= for {index, rows} <- @mapa do %>
<%= for {_, rows} <- @mapa do %>
<%= table_render(rows) %>
<% end %>
</div>
Expand Down
24 changes: 7 additions & 17 deletions lib/pescarte_web/templates/boletin_html/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- criando os cards das publicações -->
<div class="links-landing">
<div class="links-item">
<img src={~p"/images/journal/boletin/14.png"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/publicacoes/boletins/boletim%201/Boletim%201-Capa.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL3B1YmxpY2Fjb2VzL2JvbGV0aW5zL2JvbGV0aW0gMS9Cb2xldGltIDEtQ2FwYS5wbmciLCJpYXQiOjE3MjQ0MjIxNzQsImV4cCI6MjAzOTc4MjE3NH0.2_CSCLy04DPWbCIOgsDifVd4KbCqhnng4i02leUwSqM&t=2024-08-23T14%3A09%3A35.182Z" />
<DesignSystem.link
href="https://drive.google.com/file/d/1OGhlg7EwZ8EmiphLcoLNI2jthdX6klLf/view?usp=drive_link"
class="text-sm font-semibold"
Expand All @@ -23,7 +23,7 @@
</DesignSystem.link>
</div>
<div class="links-item">
<img src={~p"/images/journal/boletin/9.png"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/publicacoes/boletins/boletim%202/Boletim-2-Capa.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL3B1YmxpY2Fjb2VzL2JvbGV0aW5zL2JvbGV0aW0gMi9Cb2xldGltLTItQ2FwYS5wbmciLCJpYXQiOjE3MjQ0MjI0MjAsImV4cCI6MjAzOTc4MjQyMH0.APtsqe16bjhphF_HC_zF5J6Z-mtgTeXW3h7q_8dLshA&t=2024-08-23T14%3A13%3A40.707Z" />
<DesignSystem.link
href="https://drive.google.com/file/d/1gC5BiqhpyrQS36iAKaZeUk-rRHy0wNiU/view?usp=drive_link"
class="text-sm font-semibold"
Expand All @@ -38,7 +38,7 @@
</DesignSystem.link>
</div>
<div class="links-item">
<img src={~p"/images/journal/boletin/12.png"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/publicacoes/boletins/boletim%203/Boletim-3-Capa.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL3B1YmxpY2Fjb2VzL2JvbGV0aW5zL2JvbGV0aW0gMy9Cb2xldGltLTMtQ2FwYS5wbmciLCJpYXQiOjE3MjQ0MjIzNjIsImV4cCI6MjAzOTc4MjM2Mn0.O4tfiUrXuLDuELp0uOFFvB3vlTZmRlgiQMAWb2q68Xo&t=2024-08-23T14%3A12%3A42.553Z" />
<DesignSystem.link
href="https://drive.google.com/file/d/14Gs3owWOdSQqNWK0PLnEwLTZar8KE2W5/view?usp=drive_link"
class="text-sm font-semibold"
Expand All @@ -53,7 +53,7 @@
</DesignSystem.link>
</div>
<div class="links-item">
<img src={~p"/images/journal/boletin/37.png"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/publicacoes/boletins/boletim%204/Boletim-4-Capa.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL3B1YmxpY2Fjb2VzL2JvbGV0aW5zL2JvbGV0aW0gNC9Cb2xldGltLTQtQ2FwYS5wbmciLCJpYXQiOjE3MjQ0MjI1NTQsImV4cCI6MjAzOTc4MjU1NH0.U6w0ZffBcGZRBBj-p-hpcBhNOKVIq9VSUSPbhTO4skY&t=2024-08-23T14%3A15%3A54.261Z" />
<DesignSystem.link
href="https://drive.google.com/file/d/11MHhwGitzC4aJlwHbHOqT7dgHLdmud4A/view?usp=drive_link"
class="text-sm font-semibold"
Expand All @@ -68,7 +68,7 @@
</DesignSystem.link>
</div>
<div class="links-item">
<img src={~p"/images/journal/boletin/7.png"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/publicacoes/boletins/boletim%205/Boletim-5-Capa.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL3B1YmxpY2Fjb2VzL2JvbGV0aW5zL2JvbGV0aW0gNS9Cb2xldGltLTUtQ2FwYS5wbmciLCJpYXQiOjE3MjQ0MjI2MDgsImV4cCI6MjAzOTc4MjYwOH0.pKeENVheJlvDyq_zrqTlXPUkEa9CAnHbM-IJQLNuRA0&t=2024-08-23T14%3A16%3A48.300Z" />
<DesignSystem.link
href="https://drive.google.com/file/d/1BwgrdKq2ue4dMbzU3VfUguT4QXRxFiGf/view?usp=drive_link"
class="text-sm font-semibold"
Expand All @@ -83,7 +83,7 @@
</DesignSystem.link>
</div>
<div class="links-item">
<img src={~p"/images/journal/boletin/16.png"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/publicacoes/boletins/boletim%206/Boletim-6-Capa.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL3B1YmxpY2Fjb2VzL2JvbGV0aW5zL2JvbGV0aW0gNi9Cb2xldGltLTYtQ2FwYS5wbmciLCJpYXQiOjE3MjQ0MjI2NjgsImV4cCI6MjAzOTc4MjY2OH0.zS2vsuvBNjg2fTXIcEtP-qNlIMLie7yXz82zG2TB6w4&t=2024-08-23T14%3A17%3A48.382Z" />
<DesignSystem.link
href="https://drive.google.com/file/d/1mOZpt1yLwnNo5rfpNPswMqC_aO6BoHTw/view?usp=drive_link"
class="text-sm font-semibold"
Expand All @@ -98,7 +98,7 @@
</DesignSystem.link>
</div>
<div class="links-item">
<img src={~p"/images/noticias/TECNOLOGIA_SOCIAL/capa_noti1.JPG"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/publicacoes/boletins/boletim%207/Boletim-7-Capa.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL3B1YmxpY2Fjb2VzL2JvbGV0aW5zL2JvbGV0aW0gNy9Cb2xldGltLTctQ2FwYS5wbmciLCJpYXQiOjE3MjQ0MjI3MzcsImV4cCI6MjAzOTc4MjczN30.nd56Npp7AZ-5o3jGf5XitVNei3bfcLUjnDaYwwVngi8&t=2024-08-23T14%3A18%3A57.750Z" />
<DesignSystem.link
href="https://drive.google.com/file/d/1L0bjc-k8qLUCtceCNGLaYSwLpBHWHGlq/view?usp=drive_link"
class="text-sm font-semibold"
Expand All @@ -125,16 +125,6 @@
</DesignSystem.link>
</div>
</div>
<!--
<DesignSystem.link
href="https://drive.google.com/drive/folders/13m7ePo1-3ShtUd1plEndrMbEkIxfOyMs?usp=sharing"
class="text-sm font-semibold"
target-blank
>
<.button style="primary" click="hello">
<.text size="base" color="text-white-100">Acesse Nossas Memórias</.text>
</.button>
</DesignSystem.link> -->
</section>
</div>
<!-- ONDE NOS ENCONTRAR -->
Expand Down
6 changes: 3 additions & 3 deletions lib/pescarte_web/templates/cooperativas_html/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
</.text>

<.text size="lg" color="text-blue-100">
<a href="/not-found" class="font-bold">
<a href="https://somoscooperativismo.coop.br/institucional/ocb" class="font-bold">
Visite também Organização das Cooperativas do Brasil (OCB)
</a>
</.text>
</section>
<img src={~p"/images/landing/rede_pesca_horizonte.png"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/cooperativas/cooperativas_1.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL2Nvb3BlcmF0aXZhcy9jb29wZXJhdGl2YXNfMS5wbmciLCJpYXQiOjE3MjQzNDc5NTAsImV4cCI6MjAzOTcwNzk1MH0.aypgmecYR3yFQVDFbP6E9AEqbjZOiVtvpJWfc1z7aDM&t=2024-08-22T17%3A32%3A30.186Z" />
</div>

<div class="quem-somos">
<img src={~p"/images/landing/rede_pesca_horizonte.png"} />
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/cooperativas/cooperativas_2.jpeg?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL2Nvb3BlcmF0aXZhcy9jb29wZXJhdGl2YXNfMi5qcGVnIiwiaWF0IjoxNzI0MzQ3OTkxLCJleHAiOjIwMzk3MDc5OTF9.3yy6j3-yQycuAp_8Er6QUrqR2zYL9gXcQfImN5uV0PI&t=2024-08-22T17%3A33%3A11.535Z" />
<section class="quem-somos-text quem-somos-text-right">
<span>
<.text size="h1" color="text-blue-100">
Expand Down
88 changes: 0 additions & 88 deletions lib/pescarte_web/templates/equipes_html/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -3,94 +3,6 @@
<div class="mapa-wrapper">
<img src="https://rrosgcmviafnxjshljoq.supabase.co/storage/v1/object/sign/static/images/equipes/mapa.jpeg?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJzdGF0aWMvaW1hZ2VzL2VxdWlwZXMvbWFwYS5qcGVnIiwiaWF0IjoxNzI0MTU2NjYwLCJleHAiOjE3NTU2OTI2NjB9.cpDBGFmH-HhwRjZ27FUpBLZ_tsulytz7MlcngJLlyyI&t=2024-08-20T12%3A24%3A20.597Z" />
</div>
<!-- NOSSAS SEDES MUNICIPAIS -->
<div class="nossas-sedes-wrapper">
<.text size="h2" color="text-blue-100">Nossas Sedes Municipais</.text>
<div class="nossas-sedes-container">
<div class="sede-detail">
<Lucideicons.fish />
<div class="sede-text">
<.text size="h5">Arraial do Cabo</.text>
<.text size="h5">Praça da Independência 3B, Centro</.text>
<.text size="h5">CEP: 28930-000</.text>
</div>
</div>
<div class="sede-detail">
<Lucideicons.fish />
<div class="sede-text">
<.text size="h5">Macaé</.text>
<.text size="h5">Rua Teixeira de Gouveia, Nº 732, ramal, 301, sala 201</.text>
<.text size="h5">CEP: 27910-110</.text>
</div>
</div>
<div class="sede-detail">
<Lucideicons.fish />
<div class="sede-text">
<.text size="h5">Armação dos Búzios</.text>
<.text size="h5">Avenida José Bento Ribeiro Dantas, Nº 2935 - Manguinhos</.text>
<.text size="h5">CEP: 28950-000</.text>
</div>
</div>
<div class="sede-detail">
<Lucideicons.fish />
<div class="sede-text">
<.text size="h5">Sede Municipal do PEA Pescarte</.text>
<.text size="h5">Avenida Amílcar Pereira da Silva, Nº 482 – Mato de Pipa</.text>
<.text size="h5">Quissamã – RJ</.text>
</div>
</div>
<div class="sede-detail">
<Lucideicons.fish />
<div class="sede-text">
<.text size="h5">Cabo Frio</.text>
<.text size="h5">Avenida Nilo Peçanha, Nº 73 loja 11, Centro.</.text>
<.text size="h5">CEP: 28907-000</.text>
</div>
</div>
<div class="sede-detail">
<Lucideicons.fish />
<div class="sede-text">
<.text size="h5">Rio das Ostras</.text>
<.text size="h5">Avenida Linda, Nº 25, Nova Esperança</.text>
<.text size="h5">CEP: 28890-000</.text>
</div>
</div>
<div class="sede-detail">
<Lucideicons.fish />
<div class="sede-text">
<.text size="h5">Campos dos Goytacazes</.text>
<.text size="h5">Rua Marechal Deodoro, Nº 55. Centro</.text>
<.text size="h5">CEP: 28010-280</.text>
</div>
</div>
<div class="sede-detail">
<Lucideicons.fish />
<div class="sede-text">
<.text size="h5">São Francisco de Itabapoana</.text>
<.text size="h5">
Avenida Vereador Edenites da Silva Viana Nº 107 – Loja 07 – Centro
</.text>
<.text size="h5">CEP: 28230-000</.text>
</div>
</div>
<div class="sede-detail">
<Lucideicons.fish />
<div class="sede-text">
<.text size="h5">Carapebus</.text>
<.text size="h5">Rua João Pedro Sobrinho, Nº 130, Centro</.text>
<.text size="h5">CEP: 27998-000</.text>
</div>
</div>
<div class="sede-detail">
<Lucideicons.fish />
<div class="sede-text">
<.text size="h5">São João da Barra</.text>
<.text size="h5">Rua Sr dos passos, Nº 243, Centro</.text>
<.text size="h5">CEP: 28200-000</.text>
</div>
</div>
</div>
</div>
<!-- NOSSAS EQUIPES DE TRABALHO -->
<div class="nossas-equipes-wrapper">
<.text size="h2" color="text-blue-100">Nossas Equipes de Trabalho</.text>
Expand Down
Loading

0 comments on commit eefe4e7

Please sign in to comment.