diff --git a/public/assets/team/team-01.png b/public/assets/team/team-01.png deleted file mode 100644 index f12ff51..0000000 Binary files a/public/assets/team/team-01.png and /dev/null differ diff --git a/public/assets/team/team-02.png b/public/assets/team/team-02.png deleted file mode 100644 index 873da2b..0000000 Binary files a/public/assets/team/team-02.png and /dev/null differ diff --git a/public/assets/team/team-03.png b/public/assets/team/team-03.png deleted file mode 100644 index f12ff51..0000000 Binary files a/public/assets/team/team-03.png and /dev/null differ diff --git a/public/assets/team/team-04.png b/public/assets/team/team-04.png deleted file mode 100644 index 2eba5d6..0000000 Binary files a/public/assets/team/team-04.png and /dev/null differ diff --git a/public/assets/team/team01.jpeg b/public/assets/team/team01.jpeg new file mode 100755 index 0000000..77df595 Binary files /dev/null and b/public/assets/team/team01.jpeg differ diff --git a/public/assets/team/team02.jpeg b/public/assets/team/team02.jpeg new file mode 100755 index 0000000..6cbf772 Binary files /dev/null and b/public/assets/team/team02.jpeg differ diff --git a/public/assets/team/team03.jpeg b/public/assets/team/team03.jpeg new file mode 100755 index 0000000..6c4999c Binary files /dev/null and b/public/assets/team/team03.jpeg differ diff --git a/src/components/CTAsection.astro b/src/components/CTAsection.astro index 0deae48..7f4539d 100644 --- a/src/components/CTAsection.astro +++ b/src/components/CTAsection.astro @@ -6,16 +6,22 @@

- What Are You Looking For? - Get Started Now + ¿Quieres conocernos?

- There are many variations of passages of Lorem Ipsum but the - majority have suffered in some form. + Unete al servidor de Discord para hablar.

- - Start using Play + + + + + +discord + + + + ULP Server
diff --git a/src/components/Team.astro b/src/components/Team.astro index d94eb9f..a6dd587 100644 --- a/src/components/Team.astro +++ b/src/components/Team.astro @@ -1,9 +1,8 @@ --- const teams = [ - {name: "Matheus Ferrero", description: "Marketing Expert", image: "/assets/team/team-01.png", facebookLink: "#", twitterLink: "#", instagramLink: "#",}, - {name: "Stuard Ferrel", description: "Digital Marketer", image: "/assets/team/team-02.png", facebookLink: "#", twitterLink: "#", instagramLink: "#",}, - {name: "Eva Hudson", description: "Creative Designer", image: "/assets/team/team-03.png", facebookLink: "#", twitterLink: "#", instagramLink: "#",}, - {name: "Jackie Sanders", description: "SEO Expert", image: "/assets/team/team-04.png", facebookLink: "#", twitterLink: "#", instagramLink: "#",}, + {name: "Antonio Miguel Mora", description: "Departamento de Teoría de la Señal, Telemática y Comunicaciones ", image: "/assets/team/team01.jpeg", linkedinLink: "#",}, + {name: "Rafael Alejandro Rodríguez", description: "Departamento de Teoría de la Señal, Telemática y Comunicaciones ", image: "/assets/team/team02.jpeg", linkedinLink: "#",}, + {name: "Marcelino José Cabrera", description: "Departamento de Lenguajes y Sistemas Informáticos", image: "/assets/team/team03.jpeg", linkedinLink: "#",}, ] --- @@ -14,14 +13,14 @@ const teams = [
- Our Team Members + Equipo Técnico

- Our Creative Team + Más que Profesores

- but the majority have suffered alteration in some form. + no solo se centran en las clases, también en pasarlo bien.

@@ -33,118 +32,9 @@ const teams = [
- team image + team image - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + class="bg-secondary absolute bottom-0 left-0 -z-10 h-10 w-10 rounded opacity-0 transition-all group-hover:opacity-100">

@@ -155,44 +45,14 @@ const teams = [