diff --git a/assets/global.css b/assets/global.css index 417a25e..0fb7be2 100644 --- a/assets/global.css +++ b/assets/global.css @@ -295,6 +295,10 @@ nav { padding: 0; } +svg.white { + color: white; +} + .flex { display: flex; } @@ -319,10 +323,18 @@ nav { gap: 10px; } +.flex.morespaced { + gap: 15px; +} + .flex.bigspaced { gap: 25px; } +.flex.extraspaced { + gap: 50px; +} + .flex.grow { flex-grow: 999; } @@ -416,6 +428,16 @@ nav { padding: 50px; } +.hpad { + padding-left: 5vw; + padding-right: 5vw; +} + +.vpad { + padding-top: 5vw; + padding-bottom: 5vw; +} + .nopad-left { padding-left: 0; } @@ -464,21 +486,16 @@ nav { line-height: 1.2em; } -.hpad { - padding-left: 5vw; - padding-right: 5vw; -} - -.vpad { - padding-top: 5vw; - padding-bottom: 5vw; -} - .sticky { position: sticky; top: 0; } +.nooverflow { + max-width: 100%; + max-height: 100%; +} + .left { margin-left: 0; margin-right: auto; @@ -598,7 +615,10 @@ nav { } .icon { + min-width: 18px; width: 18px; + min-height: 18px; + height: 18px; } .icon.big { @@ -647,7 +667,10 @@ nav { } .icon { + min-width: 24px; width: 24px; + min-height: 24px; + height: 24px; } .icon.big { @@ -805,7 +828,10 @@ nav { } .icon { + min-width: 28px; width: 28px; + min-height: 28px; + height: 28px; } .icon.big { diff --git a/assets/img/cv/certificates/barrio-oeste.mp4 b/assets/img/cv/certificates/barrio-oeste.mp4 new file mode 100644 index 0000000..a741a50 Binary files /dev/null and b/assets/img/cv/certificates/barrio-oeste.mp4 differ diff --git a/assets/img/cv/certificates/prototype.mp4 b/assets/img/cv/certificates/prototype.mp4 new file mode 100644 index 0000000..34f115e Binary files /dev/null and b/assets/img/cv/certificates/prototype.mp4 differ diff --git a/assets/img/icons/award.svg b/assets/img/icons/award.svg index 33b9ba6..6606dd0 100644 --- a/assets/img/icons/award.svg +++ b/assets/img/icons/award.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/icons/briefcase.svg b/assets/img/icons/briefcase.svg index d727331..ab5867c 100644 --- a/assets/img/icons/briefcase.svg +++ b/assets/img/icons/briefcase.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/icons/clock.svg b/assets/img/icons/clock.svg new file mode 100644 index 0000000..a16619d --- /dev/null +++ b/assets/img/icons/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/icons/coffee.svg b/assets/img/icons/coffee.svg index 6a288de..ef4b3e5 100644 --- a/assets/img/icons/coffee.svg +++ b/assets/img/icons/coffee.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/icons/file-text.svg b/assets/img/icons/file-text.svg new file mode 100644 index 0000000..cb74e34 --- /dev/null +++ b/assets/img/icons/file-text.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/icons/file.svg b/assets/img/icons/file.svg new file mode 100644 index 0000000..de7da5e --- /dev/null +++ b/assets/img/icons/file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/icons/hard-drive.svg b/assets/img/icons/hard-drive.svg index 770fe8e..a0dd4ca 100644 --- a/assets/img/icons/hard-drive.svg +++ b/assets/img/icons/hard-drive.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/icons/home.svg b/assets/img/icons/home.svg index d269bb0..06fd178 100644 --- a/assets/img/icons/home.svg +++ b/assets/img/icons/home.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/icons/info.svg b/assets/img/icons/info.svg new file mode 100644 index 0000000..6b6a0b6 --- /dev/null +++ b/assets/img/icons/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/icons/instagram.svg b/assets/img/icons/instagram.svg index 5e684bf..b6f99f1 100644 --- a/assets/img/icons/instagram.svg +++ b/assets/img/icons/instagram.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/icons/link.svg b/assets/img/icons/link.svg new file mode 100644 index 0000000..b6bab61 --- /dev/null +++ b/assets/img/icons/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/icons/linkedin.svg b/assets/img/icons/linkedin.svg index 7068d82..ad8d2de 100644 --- a/assets/img/icons/linkedin.svg +++ b/assets/img/icons/linkedin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/icons/mail.svg b/assets/img/icons/mail.svg index be509ed..a87e39a 100644 --- a/assets/img/icons/mail.svg +++ b/assets/img/icons/mail.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/icons/map-pin.svg b/assets/img/icons/map-pin.svg new file mode 100644 index 0000000..c9280d9 --- /dev/null +++ b/assets/img/icons/map-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/icons/music.svg b/assets/img/icons/music.svg index 22822ba..79ea880 100644 --- a/assets/img/icons/music.svg +++ b/assets/img/icons/music.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/icons/pen-tool.svg b/assets/img/icons/pen-tool.svg index 4a90c29..5f0d8ad 100644 --- a/assets/img/icons/pen-tool.svg +++ b/assets/img/icons/pen-tool.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/icons/play.svg b/assets/img/icons/play.svg new file mode 100644 index 0000000..ed5e9bb --- /dev/null +++ b/assets/img/icons/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/icons/tool.svg b/assets/img/icons/tool.svg index f109c09..c08f282 100644 --- a/assets/img/icons/tool.svg +++ b/assets/img/icons/tool.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/img/icons/user.svg b/assets/img/icons/user.svg index 40cd42f..4501e69 100644 --- a/assets/img/icons/user.svg +++ b/assets/img/icons/user.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git "a/assets/pdf/Coleg\303\263n.pdf" "b/assets/pdf/Coleg\303\263n.pdf" new file mode 100644 index 0000000..35dff9b Binary files /dev/null and "b/assets/pdf/Coleg\303\263n.pdf" differ diff --git "a/assets/pdf/Gu\303\255a-de-estilo-Imagin.pdf" "b/assets/pdf/Gu\303\255a-de-estilo-Imagin.pdf" new file mode 100644 index 0000000..6c84c6e Binary files /dev/null and "b/assets/pdf/Gu\303\255a-de-estilo-Imagin.pdf" differ diff --git a/assets/pdf/Mi-Cine.pdf b/assets/pdf/Mi-Cine.pdf new file mode 100644 index 0000000..8b4602d Binary files /dev/null and b/assets/pdf/Mi-Cine.pdf differ diff --git a/assets/pdf/TFG-Trabajo-y-consumo-en-el-capitalismo-de-plataformas.pdf b/assets/pdf/TFG-Trabajo-y-consumo-en-el-capitalismo-de-plataformas.pdf new file mode 100644 index 0000000..86d035c Binary files /dev/null and b/assets/pdf/TFG-Trabajo-y-consumo-en-el-capitalismo-de-plataformas.pdf differ diff --git a/assets/pdf/TFM-Conflictos-en-redes-sociales.pdf b/assets/pdf/TFM-Conflictos-en-redes-sociales.pdf new file mode 100644 index 0000000..bc121c9 Binary files /dev/null and b/assets/pdf/TFM-Conflictos-en-redes-sociales.pdf differ diff --git "a/assets/pdf/UOC-Proyecto-an\303\241lisis-redes-sociales.pdf" "b/assets/pdf/UOC-Proyecto-an\303\241lisis-redes-sociales.pdf" new file mode 100644 index 0000000..cf2f7dd Binary files /dev/null and "b/assets/pdf/UOC-Proyecto-an\303\241lisis-redes-sociales.pdf" differ diff --git a/assets/pdf/USAL-Informe-confianza-en-las-instituciones.pdf b/assets/pdf/USAL-Informe-confianza-en-las-instituciones.pdf new file mode 100644 index 0000000..162ad26 Binary files /dev/null and b/assets/pdf/USAL-Informe-confianza-en-las-instituciones.pdf differ diff --git "a/assets/pdf/USAL-La-modernizaci\303\263n-de-la-ciudad-romana.pdf" "b/assets/pdf/USAL-La-modernizaci\303\263n-de-la-ciudad-romana.pdf" new file mode 100644 index 0000000..7032c2a Binary files /dev/null and "b/assets/pdf/USAL-La-modernizaci\303\263n-de-la-ciudad-romana.pdf" differ diff --git a/assets/pdf/Webify.pdf b/assets/pdf/Webify.pdf new file mode 100644 index 0000000..e7ccafc Binary files /dev/null and b/assets/pdf/Webify.pdf differ diff --git a/cv/certificates/social-media-uoc/index.html b/cv/certificates/social-media-uoc/index.html index 5c36119..506ee6b 100644 --- a/cv/certificates/social-media-uoc/index.html +++ b/cv/certificates/social-media-uoc/index.html @@ -38,21 +38,27 @@ @@ -63,14 +69,18 @@ @@ -78,7 +88,9 @@ @@ -88,25 +100,104 @@
-
-

Página en obras

-

Por favor, vuelve en otro momento

+
+

Social Media

+
+
+ + + +

Máster de la Univ. Oberta de Catalunya.

+
+
+ + + +

+ 18/10/2023 — 26/06/2024 +

+
+
+ + + +

+ En el máster aprendí sobre todas las facetas de las redes, desde el trabajo de cara al público como CM hasta el establecimiento de objetivos basados en datos. También aprendí a realizar campañas de marketing y planes de redes sociales a largo plazo. +

+
+ +
+
+
+ +
+
+
+

¿Qué aprendí en este máster?

+
+
+
    +
  • A producir todo tipo de contenido para redes, como vídeos, contenido informativo, productos generados por IA y actividades especiales enmarcadas en campañas de marketing.
  • +
  • A planificar campañas creando informes sobre resultados anteriores, estrategias multiplataforma y auditorías competitivas, entre otros muchos recursos.
  • +
  • A medir y evaluar los resultados de dichas campañas con herramientas como Google Analytics 4 y Semrush.
  • +
+
+
+

Algunos de mis trabajos

+
+
+
+
+ + + +

Conflictos en redes sociales: TFM en el que evalúo respuestas de empresas ante crisis de marca ocurridas en las últimas decadas.

+
+
+ + + +

Proyecto de análisis en redes sociales: planificación de análisis de big data para la marca Worten en Instagram.

+
+
+ + + +

Guía de estilo para Imagin, la empresa de banca online de CaixaBank.

+
+
+
diff --git a/cv/certificates/sociology-usal/index.html b/cv/certificates/sociology-usal/index.html index 5c36119..1bab8b5 100644 --- a/cv/certificates/sociology-usal/index.html +++ b/cv/certificates/sociology-usal/index.html @@ -38,21 +38,27 @@ @@ -63,14 +69,18 @@ @@ -78,7 +88,9 @@ @@ -88,25 +100,104 @@
-
-

Página en obras

-

Por favor, vuelve en otro momento

+
+

Sociología

+
+
+ + + +

Grado de la Univ. de Salamanca.

+
+
+ + + +

+ 09/09/2019 — 14/07/2023 +

+
+
+ + + +

+ En el grado aprendí tanto teoría sociológica (autores desde Weber y Durkheim hasta C.W. Mills o Foucault), como técnicas de investigación cualitativas y cuantitativas. También me adentré en áreas específicas como la sociología del género, la demografía, la estadística y la geografía social. +

+
+ +
+
+
+ +
+
+
+

¿Qué aprendí en este grado?

+
+
+
    +
  • A realizar investigaciones sociales usando técnicas como la realización de encuestas, la explotación de microdatos y la revisión bibliográfica.
  • +
  • A analizar de forma crítica la literatura sociológica existente y sintetizar las ideas más relevantes de los autores.
  • +
  • A planificar y desarrollar intervenciones sociales como la dinamización de un barrio o un plan contra las adicciones.
  • +
+
+
+

Algunos de mis trabajos

+
+
+
+
+ + + +

Trabajo y consumo en el capitalismo de plataformas: TFG sobre las plataformas digitales y su impacto social.

+
+
+ + + +

Informe sobre confianza en las instituciones en España, para Estadística Aplicada a las Ciencias Sociales.

+
+
+ + + +

La modernización de la ciudad romana, sobre la Ordenación del Territorio en Mérida, Extremadura.

+
+
+
diff --git a/cv/certificates/ux-google/index.html b/cv/certificates/ux-google/index.html index 5c36119..15023a2 100644 --- a/cv/certificates/ux-google/index.html +++ b/cv/certificates/ux-google/index.html @@ -38,21 +38,27 @@ @@ -63,14 +69,18 @@ @@ -78,7 +88,9 @@ @@ -88,25 +100,112 @@
-
-

Página en obras

-

Por favor, vuelve en otro momento

+
+

Exp. de Usuario

+
+
+ + + +

Impartido por Google en Coursera

+
+
+ + + +

+ 01/09/2024 — 09/11/2024 +

+
+
+ + + +

+ En este curso aprendí a realizar investigaciones de usabilidad, desarrollar conceptos para aplicaciones, probarlos mediante wireframes y prototipos y lanzar versiones al público general. +

+
+ +
+ + + +

+ Mi certificado en Credly +

+
+
+
+
+ +
+
+
+

¿Qué aprendí en este curso?

+
+
+
    +
  • A empatizar con el usuario creando user stories, estableciendo objetivos y redactando un journey map que permitiera conseguirlos.
  • +
  • A idear y probar diseños usando tanto sketches en papel como prototipos digitales realizados con Figma.
  • +
  • A investigar y evaluar los diseños mediante estudios de usabilidad y redacción de informes sobre las conclusiones obtenidas.
  • +
+
+
+

Algunos de mis trabajos

+
+
+
+
+ + + +

Caso práctico de Mi Cine: web para comprar entradas de cine.

+
+
+ + + +

Caso práctico de Colegón: app para buscar colegios cercanos.

+
+
+ + + +

Caso práctico de Webify: app de diseño web para personas sin experiencia previa.

+
+
+
diff --git a/cv/index.html b/cv/index.html index ab1e2c3..1d9f73a 100644 --- a/cv/index.html +++ b/cv/index.html @@ -54,21 +54,27 @@ @@ -79,14 +85,18 @@ @@ -94,7 +104,9 @@ @@ -104,17 +116,23 @@ @@ -151,28 +169,41 @@

¡Bienvenido!

@@ -180,14 +211,20 @@

¡Bienvenido!

@@ -195,14 +232,20 @@

¡Bienvenido!

diff --git a/cv/skills/coding/index.html b/cv/skills/coding/index.html index 547ed85..2248a15 100644 --- a/cv/skills/coding/index.html +++ b/cv/skills/coding/index.html @@ -41,21 +41,27 @@ @@ -66,14 +72,18 @@ @@ -81,7 +91,9 @@ @@ -91,17 +103,23 @@ diff --git a/cv/skills/data-analysis/index.html b/cv/skills/data-analysis/index.html index a31f72b..0b2c5fe 100644 --- a/cv/skills/data-analysis/index.html +++ b/cv/skills/data-analysis/index.html @@ -41,21 +41,27 @@ @@ -66,14 +72,18 @@ @@ -81,7 +91,9 @@ @@ -91,17 +103,23 @@ diff --git a/cv/skills/social-media/index.html b/cv/skills/social-media/index.html index 292db35..f24386e 100644 --- a/cv/skills/social-media/index.html +++ b/cv/skills/social-media/index.html @@ -41,21 +41,27 @@ @@ -66,14 +72,18 @@ @@ -81,7 +91,9 @@ @@ -91,17 +103,23 @@ diff --git a/cv/skills/video-editing/index.html b/cv/skills/video-editing/index.html index 3a55ea8..596b221 100644 --- a/cv/skills/video-editing/index.html +++ b/cv/skills/video-editing/index.html @@ -41,21 +41,27 @@ @@ -66,14 +72,18 @@ @@ -81,7 +91,9 @@ @@ -91,17 +103,23 @@ diff --git a/cv/skills/web-design/index.html b/cv/skills/web-design/index.html index f2efd79..8e7fd8c 100644 --- a/cv/skills/web-design/index.html +++ b/cv/skills/web-design/index.html @@ -41,21 +41,27 @@ @@ -66,14 +72,18 @@ @@ -81,7 +91,9 @@ @@ -91,17 +103,23 @@ diff --git a/index.html b/index.html index 48d4638..bb4c496 100644 --- a/index.html +++ b/index.html @@ -47,21 +47,27 @@ @@ -72,14 +78,18 @@ @@ -87,7 +97,9 @@ @@ -97,17 +109,23 @@ diff --git a/me/index.html b/me/index.html index 66d8871..699fce1 100644 --- a/me/index.html +++ b/me/index.html @@ -41,21 +41,27 @@ @@ -66,14 +72,18 @@ @@ -81,7 +91,9 @@ @@ -91,17 +103,23 @@ @@ -118,14 +136,20 @@

Sobre mí

@@ -133,14 +157,20 @@

Sobre mí

@@ -148,14 +178,20 @@

Sobre mí