Primera versión de la página de "quienes somos" + logo inicial

This commit is contained in:
Felipe 2024-11-24 23:45:56 -03:00
parent a5b1114f2e
commit 65ee4ed1cd
Signed by: pitbuster
SSH key fingerprint: SHA256:NLWXDJvkNDPTnUszcKt0McVeXWKTe5Lz0cIocZbA/pY
4 changed files with 4 additions and 2 deletions

View file

@ -3,4 +3,5 @@ title = "¿Quiénes somos?"
draft = false
+++
hola
Somos Felipe y JT, dos jugadores de Pokémon con formación matemática. En este blog
escribiremos sobre probabilidades en el juego de cartas coleccionables.

BIN
static/img/logo2024.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

1
static/img/logo2024.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="217.36" height="172.508" viewBox="0 0 57.51 45.643"><path d="M66.887 19.472q-1.035.014-2.089.207c-11.237 2.069-15.472 18.414-13.22 30.643 1.64 8.912 11.298 15.496 21.374 13.64 3.8-.699 7.059-2.806 9.58-5.52a13.1 13.1 0 0 1-3.328-7.996l2.674-21.514c-3.902-5.546-9.191-9.543-14.991-9.46" style="fill:#d0e1ec" transform="translate(-50.994 -18.635)"/><path d="M95.319 18.635a12.41 12.41 0 0 0-12.156 9.713l25.34 3.494c.06-6.393-4.602-12.036-11.072-13.031l-.163-.025a13 13 0 0 0-1.949-.151M82.925 29.727l-.728 5.497 25.496 3.516.702-5.306q.01-.096.02-.191zm-.911 6.884-.728 5.498 25.497 3.515.727-5.497zm-.911 6.888-.593 4.478c-.045.342-.072.682-.09 1.021l25.437 3.508q.056-.305.098-.616l.645-4.88zm-.683 6.912c.336 6.04 4.87 11.237 11.055 12.189l.162.025c6.321.972 12.138-2.836 13.894-8.752z" style="fill:#ffd42a" transform="translate(-50.994 -18.635)"/></svg>

After

Width:  |  Height:  |  Size: 925 B

View file

@ -151,7 +151,7 @@
<nav class="navigation" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="{{ get_url(path='') }}">
<img src="{{ get_url(path='img/logo.svg') }}" alt="{{ config.title }}">
<img src="{{ get_url(path='img/logo2024.svg') }}" alt="{{ config.title }}">
</a>
<a role="button" class="navbar-burger" aria-label="menu" data-target="navMenu" aria-expanded="false">
<span class="icon-bar"></span>