Skip to content

Commit

Permalink
Update Website
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorQuicano committed Nov 21, 2024
1 parent 3599489 commit b397e0a
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 156 deletions.
Binary file added src/assets/images/Marisol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 4 additions & 91 deletions src/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,104 +3,17 @@ import { getPermalink, getAsset } from './utils/permalinks';
export const headerData = {
links: [
{
text: 'Información',
text: 'Inicio',
href: getPermalink('/'),
links: [
{
text: 'Inicio',
href: getPermalink('/'),
},
{
text: 'Bibliografía',
href: getPermalink('/para-nerds'),
},
],
},
{
text: 'Conoce más',
href: getPermalink('/about'),
/*
links: [
{
text: 'SaaS',
href: getPermalink('/about/saas'),
},
{
text: 'Startup',
href: getPermalink('/about/startup'),
},
{
text: 'Mobile App',
href: getPermalink('/about/mobile-app'),
},
{
text: 'Personal',
href: getPermalink('/about/personal'),
},
],*/
} /*
{
text: 'Pages',
links: [
{
text: 'Features (Anchor Link)',
href: getPermalink('/#features'),
},
{
text: 'Services',
href: getPermalink('/services'),
},
{
text: 'Pricing',
href: getPermalink('/pricing'),
},
{
text: 'About us',
href: getPermalink('/about'),
},
{
text: 'Contact',
href: getPermalink('/contact'),
},
{
text: 'Terms',
href: getPermalink('/terms'),
},
{
text: 'Privacy policy',
href: getPermalink('/privacy'),
},
],
},
{
text: 'Landing',
links: [
{
text: 'Lead Generation',
href: getPermalink('/landing/lead-generation'),
},
{
text: 'Long-form Sales',
href: getPermalink('/landing/sales'),
},
{
text: 'Click-Through',
href: getPermalink('/landing/click-through'),
},
{
text: 'Product Details (or Services)',
href: getPermalink('/landing/product'),
},
{
text: 'Coming Soon or Pre-Launch',
href: getPermalink('/landing/pre-launch'),
},
{
text: 'Subscription',
href: getPermalink('/landing/subscription'),
},
],
},*/,
text: 'Bibliografía',
href: getPermalink('/para-nerds'),
},
{
text: 'Expertos',
href: getPermalink('/asesores'),
Expand Down
21 changes: 13 additions & 8 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,22 @@ const metadata = {
BUSCAMOS UN CREAR UN JUEGO QUE TE AYUDE A SER FIT MIENTRAS TE DIVIERTES<br />
<a
href="https://github.com/VictorQuicano/Cat_THE-PROJECT/blob/main/Proyecto%20HCI%20(Dance).pdf"
class="hover:cursor-pointer font-semibold text-base tracking-wide underline text-gray-400 hover:text-gray-600"
><h2>[Documento para nerds]</h2></a
class="hover:cursor-pointer font-semibold text-base tracking-wide underline text-gray-400 hover:text-gray-600 flex flex-col items-center my-4"
>
<img
src="https://play-lh.googleusercontent.com/hoJp176QsxUS8k5O0i0VeX6V5QX1ywx90YxPckWjyjN7_qXwMBhSMdH6TkPwci9mkw=w240-h480-rw"
alt="Documento "
class="w-20"
/>
<p>Documento</p>
</a>
</Fragment>
</Hero>

<Fragment slot="subtitle">
La falta de motivación y ver el ejercicio, aún más el baile, como una obligación hacen que muchos lo abandonen. Hace
falta encontrar formas más entretenidas y frescas que vuelvan el ejercicio algo motivador y constante.
</Fragment>

<Fragment slot="subtitle">
La falta de motivación y ver el ejercicio, aún más el baile, como una obligación hacen que muchos lo abandonen.
Hace falta encontrar formas más entretenidas y frescas que vuelvan el ejercicio algo motivador y constante.
</Fragment>
</Hero>
<!-- Stats Widget ****************** -->
<!--
<Stats
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const metadata = {
<a href="#">
<img
class="rounded-t-lg max-h-[280px] min-w-full object-cover"
src="https://scontent.faqp2-1.fna.fbcdn.net/v/t39.30808-6/342998210_1386099488908230_1366575499071520942_n.jpg?_nc_cat=110&ccb=1-7&_nc_sid=6ee11a&_nc_ohc=2RvdNVSuEGoQ7kNvgE5fDWs&_nc_zt=23&_nc_ht=scontent.faqp2-1.fna&_nc_gid=AZf31eDH4Pf5vY7Na6s1CsM&oh=00_AYC3rcyL7p090gSZQCNgZrEOsGJQpLWFOwYWwV1lxJnhAw&oe=673BD166"
src="https://scontent.faqp2-1.fna.fbcdn.net/v/t39.30808-6/342998210_1386099488908230_1366575499071520942_n.jpg?_nc_cat=110&ccb=1-7&_nc_sid=6ee11a&_nc_eui2=AeE1-IPBwgIgXYp6WVJdTLVo5gtCX0sRTP3mC0JfSxFM_Z49Buk3zzsFutDG8KRrih1FrMaV9d2uA0OqD_WNpFTu&_nc_ohc=srMLOMvoa1YQ7kNvgFeqnty&_nc_zt=23&_nc_ht=scontent.faqp2-1.fna&_nc_gid=ACJ4OiVmQRcZg-q8my6sxss&oh=00_AYAtFiQ-jkun-RqWOo32SHFqAe_38WQvoZUiAf-g3ccRXQ&oe=67446326"
alt="Eduardo Ruiz"
/>
</a>
Expand Down
40 changes: 17 additions & 23 deletions src/pages/para-nerds.astro
Original file line number Diff line number Diff line change
Expand Up @@ -141,39 +141,33 @@ const biblio = [
<!-- Features3 Widget ************** -->

<Features3
title="Price-related features"
subtitle="Discover the advantages of choosing our plans"
title="¿Qué hará el proyecto?"
subtitle="Será un videojuego inmersivo que combina ejercicio físico y diversión, adaptándose a distintos niveles con estímulos auditivos 3D y coordinación espacial."
columns={2}
items={[
{
title: 'Tiered Pricing Plans',
description: 'Choose from a range of pricing plans designed to accommodate different budgets and requirements.',
icon: 'tabler:stairs',
},
{
title: 'Transparent Pricing',
description: 'Clearly displayed pricing details for each plan, with no hidden costs or unexpected charges.',
icon: 'tabler:flip-vertical',
},
{
title: 'Secure Payment Methods',
description: 'Secure payment gateways to protect your financial information during transactions.',
icon: 'tabler:shield-lock',
title: 'Interfaz Interactiva e Intuitiva en Realidad Virtual',
description:
'Entorno inmersivo que responde a movimientos, con detección tridimensional y sonidos para interceptar ataques dinámicamente.',
icon: 'tabler:cardboards',
},
{
title: 'Instant Access',
description: `Immediate access to your chosen plan's features and templates upon subscription.`,
title: 'Adaptación a Diferentes Usuarios',
description:
'Ofrece rutinas físicas adaptadas para jugadores casuales, moderados y avanzados, ajustándose a sus necesidades y habilidades.',
icon: 'tabler:accessible',
},
{
title: 'Upgrade Value',
description: 'Upgrade to higher-tier plans to unlock more features and benefits for an enhanced experience.',
icon: 'tabler:chevrons-up',
title: 'Entrenamiento Basado en Realidad Virtual (RV)',
description:
'Crea entornos temáticos transformando ejercicios en desafíos envolventes para hacer el entrenamiento más entretenido.',
icon: 'tabler:stretching-2',
},
{
title: '24H support',
description: 'Questions answered via live chat, email or phone, every calendar day.',
icon: 'tabler:headset',
title: 'Feedback Multisensorial Avanzado',
description:
'Incorpora vibraciones, sonidos 3D y señales visuales para mejorar la inmersión y sincronización en el juego.',
icon: 'tabler:hand-move',
},
]}
classes={{ container: 'max-w-5xl' }}
Expand Down
65 changes: 32 additions & 33 deletions src/pages/usuarios.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,38 @@ const metadata = {
},
]}
/>
<Testimonials
title="Principales Encuestados"
testimonials={[
{
testimonial: `En una ocasión tuve un alumno sordo, por lo que en su caso la ayuda era principalmente visual.`,
name: 'Marisol',
job: 'Estudiante',
image: {
src: '~/assets/images/Marisol.png',
alt: 'Jefferson',
},
},
{
testimonial: `Cuando retome el baile primero tuve que ejercitas un poco, ya que fui sedentaria mucho tiempo. Posteriormente recibí ayuda visual como marcas en el piso; o auditiva, aplausos.`,
name: 'Sarahi',
job: 'Estudiante',
image: {
src: 'https://scontent.faqp2-1.fna.fbcdn.net/v/t39.30808-6/357808060_3696996887195777_6803725246858916235_n.jpg?_nc_cat=110&ccb=1-7&_nc_sid=a5f93a&_nc_eui2=AeHufaV4MFB3j94ANVBP1O4yiWr1nl4ntGSJavWeXie0ZC5AZO2SVi1vBs5aB486QKp9QeswsJ9FbwIABktDkE17&_nc_ohc=8gcFDgEXiCEQ7kNvgEhrKU6&_nc_zt=23&_nc_ht=scontent.faqp2-1.fna&_nc_gid=AbKY_NgY7Yc2kfl_aibG4Lt&oh=00_AYBQCAuY6vPjSjf-DFtCbebAxV9kwkzf2fRtWX4KczeTKw&oe=67447BE1',
alt: 'Sarah Hansen Image',
},
},
{
testimonial: `La mejor parte de bailar es cuando realizas una coreografía y recibes el apoyo de tus compañeros, a veces cuando no nos salía un paso ibamos juntos a practicarlo.`,
name: 'Mary',
job: 'Estudiante de Administración',
image: {
src: 'https://scontent.faqp2-1.fna.fbcdn.net/v/t39.30808-6/277738150_285784403732293_8862162400794856169_n.jpg?_nc_cat=106&ccb=1-7&_nc_sid=127cfc&_nc_eui2=AeFUPl5sOcAox6ic2FvX8WPlY7zTPET17EVjvNM8RPXsRZDi0FglJyIIkVcPS4fp0BeZlPV_0hCj43YaIx2COk8n&_nc_ohc=9oJ4pKkcjbwQ7kNvgESHPPD&_nc_zt=23&_nc_ht=scontent.faqp2-1.fna&_nc_gid=AYi2cy2RfkltX1ZVYPHfD7T&oh=00_AYCT7w-dssgjIVzUp61_5lncPkgzlx4CQVW89XvLPVZSQg&oe=67449164',
alt: 'Mark Wilkinson Image',
},
},
]}
/>
<!-- Features2 Widget **************
<Features2
Expand Down Expand Up @@ -189,39 +221,6 @@ const metadata = {

<!-- Testimonials Widget *********** -->

<Testimonials
title="Algunas opiniones Interesantes"
testimonials={[
{
testimonial: `En una ocasión tuve un alumno sordo, por lo que en su caso la ayuda era principalmente visual.`,
name: 'Jefferson',
job: ' Profesor de baile',
image: {
src: '~/assets/images/jefferson.png',
alt: 'Jefferson',
},
},
{
testimonial: `Cuando retome el baile primero tuve que ejercitas un poco, ya que fui sedentaria mucho tiempo. Posteriormente recibí ayuda visual como marcas en el piso; o auditiva, aplausos.`,
name: 'Solange',
job: 'Desarrolladora Full-Stack',
image: {
src: '~/assets/images/solange.png',
alt: 'Sarah Hansen Image',
},
},
{
testimonial: `La mejor parte de bailar es cuando realizas una coreografía y recibes el apoyo de tus compañeros, a veces cuando no nos salía un paso ibamos juntos a practicarlo.`,
name: 'Gabriel Huamanvilca',
job: 'Estudiante de Secundaria',
image: {
src: '~/assets/images/gabriel.jpg',
alt: 'Mark Wilkinson Image',
},
},
]}
/>

<!-- CallToAction Widget ***********
<CallToAction
Expand Down

0 comments on commit b397e0a

Please sign in to comment.