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

Merged
pitbuster merged 2 commits from refs/pull/2/head into main 2025-03-14 22:59:38 -03:00
4 changed files with 4 additions and 2 deletions

View file

@ -3,4 +3,5 @@ title = "¿Quiénes somos?"
draft = false 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="219.634" height="174.829" viewBox="0 0 58.112 46.257"><path d="M16.27 1.094q-.993.014-2.005.199C3.482 3.278-.582 18.963 1.58 30.698c1.574 8.552 10.842 14.87 20.51 13.089 3.647-.671 6.775-2.693 9.194-5.297 2.567-2.535 2.45-20.864-.628-28.318-3.744-5.322-8.82-9.157-14.385-9.078" style="fill:#e2dbe4;fill-opacity:1;stroke:#333;stroke-width:2.03116;stroke-dasharray:none;paint-order:markers stroke fill"/><path d="M43.856 1.058A12.41 12.41 0 0 0 31.7 10.771l25.34 3.494c.06-6.393-4.602-12.036-11.072-13.03l-.163-.026a13 13 0 0 0-1.95-.15M31.463 12.15l-.728 5.497 25.496 3.516.702-5.306.02-.19zm-.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.19l.162.024c6.32.972 12.138-2.836 13.894-8.752z" style="fill:#ffd42a;stroke:#333;stroke-width:2.11668;stroke-dasharray:none;paint-order:markers stroke fill"/><path d="M11.24 5.428c-2.214.63-4.515 2.305-5.524 4.37s-.862 4.513-.144 6.534c-.096-2.546.48-5.044 1.153-6.437.672-1.393 2.406-3.213 4.515-4.467" style="fill:#f4f0f3"/><path d="M47.554 3.41c1.49.78 3.31 1.842 4.359 3.399 1.082 1.604 1.377 3.713 1.694 5.151-.097-1.585.543-4.11-.865-6.004-1.409-1.893-3.074-2.161-5.188-2.546" style="fill:#feeaba"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -151,7 +151,7 @@
<nav class="navigation" role="navigation" aria-label="main navigation"> <nav class="navigation" role="navigation" aria-label="main navigation">
<div class="navbar-brand"> <div class="navbar-brand">
<a class="navbar-item" href="{{ get_url(path='') }}"> <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>
<a role="button" class="navbar-burger" aria-label="menu" data-target="navMenu" aria-expanded="false"> <a role="button" class="navbar-burger" aria-label="menu" data-target="navMenu" aria-expanded="false">
<span class="icon-bar"></span> <span class="icon-bar"></span>