Skip to content

Commit

Permalink
Redes oficiles agregadas
Browse files Browse the repository at this point in the history
  • Loading branch information
HassamVasquez committed Oct 7, 2024
1 parent bb1d693 commit 07efba1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
16 changes: 9 additions & 7 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ import logoImage from "../images/logo_pch_blanco.png";
</p>
</div>
<div>
<h2 class="text-lg font-semibold mb-4 center">Stay in Touch</h2>
<h2 class="text-lg font-semibold mb-4 center">
Mantente en contacto
</h2>
<p class="mb-4">
Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Earum id, iure consectetur et error hic!
Indica tu email para recibir actualizaciones de La Cámara de
la Gente
</p>
<form class="flex flex-col gap-4">
<input
Expand All @@ -54,7 +56,7 @@ import logoImage from "../images/logo_pch_blanco.png";
/>
<button
class="bg-blue p-3 rounded text-white hover:bg-blue-700"
>Subscribe</button
>Suscribirse</button
>
</form>
</div>
Expand All @@ -68,21 +70,21 @@ import logoImage from "../images/logo_pch_blanco.png";
</p>
<div class="mt- md:mt-0 flex space-x-6 items-center">
<a
href="https://instagram.com"
href="https://www.instagram.com/camaradelagente/"
aria-label="Instagram de la camara de la gente"
target="_blank"
>
<InstagramIcon width="3rem" height="3rem" />
</a>
<a
href="https://facebook.com"
href="https://www.facebook.com/CamaraDeLaGente/"
aria-label="Facebook de la camara de la gente"
target="_blank"
>
<FacebookIcon width="3rem" height="3rem" />
</a>
<a
href="https://x.com"
href="https://x.com/CamaraGente"
aria-label="X twitter de la camara de la gente"
target="_blank"
>
Expand Down
6 changes: 3 additions & 3 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,21 @@ import logoImage from "../images/logo_pch_blanco.png";

<div class="flex gap-2">
<a
href="https://instagram.com"
href="https://www.instagram.com/camaradelagente/"
aria-label="Instagram de la camara de la gente"
target="_blank"
>
<InstagramIcon width="1.2rem" height="1.2rem" />
</a>
<a
href="https://facebook.com"
href="https://www.facebook.com/CamaraDeLaGente/"
aria-label="Facebook de la camara de la gente"
target="_blank"
>
<FacebookIcon width="1.2rem" height="1.2rem" />
</a>
<a
href="https://x.com"
href="https://x.com/CamaraGente"
aria-label="X twitter de la camara de la gente"
target="_blank"
>
Expand Down
3 changes: 3 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ header {


footer {
font-family: 'Comfortaa Variable',
sans-serif;
font-weight: bold;
background: rgb(43, 49, 123);
background: linear-gradient(90deg, rgba(43, 49, 123, 1) 0%, rgba(92, 86, 161, 1) 20%, rgba(106, 125, 188, 1) 40%, rgba(106, 125, 188, 1) 60%, rgba(92, 86, 161, 1) 80%, rgba(43, 49, 123, 1) 100%);

Expand Down

0 comments on commit 07efba1

Please sign in to comment.