@@ -4,85 +4,80 @@ import LogoCiac from "../assets/images/Ciac.png";
44import Huella from " ../assets/images/huella.svg" ;
55import LogoNuevoMiHuella from " ../assets/images/miHuellaNuevo.png" ;
66import GoogleBtn from " ../assets/images/GooglePlay Button.png" ;
7- import HuellaHidricaBtn from " ../assets/images/huella-hidrica.png" ;
87import AppStoreBtn from " ../assets/images/AppStore Button.png" ;
98---
109
1110<section
1211 id =" nosotros"
13- class =" min-h-[75vh] min-w-[100%] bg-huella-text-gray-ligth "
12+ class =" relative flex flex-col items-center justify-center min-h-[80vh] w-full bg-[#F5F5F5] py-16 px-4 overflow-hidden "
1413>
14+
1515 <img
1616 src ={ Huella .src }
17- alt =" Imagen Huella "
18- class =" absolute top -0 left -0 - translate-x-[70 %] scale-50 md:scale-75 rotate-90 w-full h-auto max-w-[400px] "
17+ alt =" Fondo decorativo huella "
18+ class =" absolute bottom -0 right -0 translate-x-[30 %] translate-y-[30%] w-[80%] md:w-[40%] max-w-[600px] opacity-10 md:opacity-20 pointer-events-none z-0 "
1919 />
20- <!-- <img
21- src={Huella.src}
22- alt="Imagen Huella"
23- class="absolute bottom-0 right-0 translate-x-[50%] sm:translate-x-[70%] translate-y-[20%] scale-50 md:scale-75 -rotate-12 w-full h-auto max-w-[400px]"
24- /> -->
25- <article
26- class =" flex flex-col items-center justify-center gap-8 py-4 sm:h-full px-4 md:px-[150px] mx-auto my-auto max-w-[1440px]"
27- >
28- <h2 class =" text-center text-xl md:text-6xl font-bold mt-10" >
20+
21+ <article class =" relative z-10 flex flex-col items-center text-center max-w-4xl mx-auto gap-8" >
22+
23+ <h2 class =" text-4xl md:text-6xl font-bold text-black" >
2924 Sobre nosotros
3025 </h2 >
31- <div class =" p-9 bg-[transparent] rounded-xl max-w-[1050px]" >
32- <p
33- class =" text-huella-text-gray text-center text-base md:text-3xl text-pretty"
34- >
35- Creemos en el poder de las <span style =" color: #3BB273;"
36- >pequeñas acciones para generar un gran impacto</span
37- >. Nuestro equipo está formado por apasionados por el medio ambiente y
38- la tecnología, comprometidos con la <span style =" color: #3BB273;"
39- >misión de hacer del mundo un lugar más sostenible</span
40- >.
41- </p >
42- </div >
43- <div class =" flex flex-row md:gap-10" >
26+
27+ <p class =" text-base md:text-2xl text-black leading-relaxed max-w-3xl px-2" >
28+ Creemos en el poder de las
29+ <span class =" text-[#3BB273] font-medium" >pequeñas acciones para generar un gran impacto</span >.
30+ Nuestro equipo está formado por profesionales en ingeniería ambiental, apasionados por el medio ambiente y la tecnología, comprometidos con la
31+ <span class =" text-[#3BB273] font-medium" >misión de hacer del mundo un lugar más sostenible</span >.
32+ </p >
33+
34+ <div class =" flex flex-row gap-4 md:gap-6 mt-4" >
4435 <a
4536 href =" https://play.google.com/store/apps/details?id=org.labtecnosocial.mihuella"
46- class =" transition-transform transform hover:scale-110 hover:bg-transparent ease-in-out duration-300"
37+ target =" _blank"
38+ class =" transition-transform transform hover:scale-105"
4739 >
4840 <img
4941 src ={ GoogleBtn .src }
50- alt =" Google play button"
51- width ={ 250 }
52- height ={ 40 }
42+ alt =" Disponible en Google Play"
43+ class =" h-10 md:h-20 w-auto"
5344 loading =" lazy"
5445 />
5546 </a >
5647 <a
5748 href =" https://apps.apple.com/us/app/mi-huella-en-el-planeta/id6748420106"
58- class =" transition-transform transform hover:scale-110 hover:bg-transparent ease-in-out duration-300"
49+ target =" _blank"
50+ class =" transition-transform transform hover:scale-105"
5951 >
6052 <img
6153 src ={ AppStoreBtn .src }
62- alt =" Apple Store button"
63- width ={ 225 }
64- height ={ 20 }
54+ alt =" Consíguelo en el App Store"
55+ class =" h-10 md:h-20 w-auto"
6556 loading =" lazy"
6657 />
6758 </a >
6859 </div >
6960
70- <img src ={ LogoNuevoMiHuella .src } alt =" Nuevo Logo MiHuella" width =' 250px"' />
71- <div class =" flex gap-20" >
72- <img src ={ LogoCiac .src } alt =" Imagen logo Ciac" class =" max-w-28 h-auto" />
61+ <div class =" mt-4" >
62+ <img
63+ src ={ LogoNuevoMiHuella .src }
64+ alt =" Logo Mi Huella"
65+ class =" w-48 md:w-60 h-auto"
66+ />
67+ </div >
68+
69+ <div class =" flex flex-row items-center gap-8 md:gap-12 mt-2" >
70+ <img
71+ src ={ LogoCiac .src }
72+ alt =" Logo CIAC"
73+ class =" h-20 w-auto"
74+ />
7375 <img
7476 src ={ LogoLab .src }
75- alt =" Imagen logo Laboratorio Tenologías Sociales"
76- class =" max-w-24 h -auto"
77+ alt =" Logo Laboratorio Tecnologías Sociales"
78+ class =" h-20 w -auto"
7779 />
7880 </div >
79- </article >
80- <!-- <a href="/feature/calculadora-huella-hidrica" >
81- <img
82- src={HuellaHidricaBtn.src}
83- alt="Botón de la Huella Hídrica"
84- class="absolute opacity-80 hover:opacity-100 bottom-5 right-20 w-20 sm:w-24 md:w-28 lg:w-32"
85- />
86- </a> -->
8781
82+ </article >
8883</section >
0 commit comments