diff options
Diffstat (limited to 'src/partials')
| -rw-r--r-- | src/partials/Header.astro | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/partials/Header.astro b/src/partials/Header.astro index 842841a..e351156 100644 --- a/src/partials/Header.astro +++ b/src/partials/Header.astro @@ -36,34 +36,10 @@ import Favicon from "../assets/Favicon.astro"; <a href="/">Inicio</a> <a href="/trajectory">Trayectoria</a> <a href="/portfolio">Portfolio</a> - <a href="/blog">Blog</a> <a href="/contact">Contacto</a> </nav> <nav id="nav-socials"> - <a rel="me" href="https://masto.es/@arielcg" title="Mastodon"> - <svg - xmlns="http://www.w3.org/2000/svg" - class="icon icon-tabler icon-tabler-brand-mastodon" - width="32" - height="32" - viewBox="0 0 24 24" - stroke-width="2" - stroke="currentColor" - fill="none" - stroke-linecap="round" - stroke-linejoin="round" - > - <title>Mastodon logo</title> - <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> - <path - d="M18.648 15.254c-1.816 1.763 -6.648 1.626 -6.648 1.626a18.262 18.262 0 0 1 -3.288 -.256c1.127 1.985 4.12 2.81 8.982 2.475c-1.945 2.013 -13.598 5.257 -13.668 -7.636l-.026 -1.154c0 -3.036 .023 -4.115 1.352 -5.633c1.671 -1.91 6.648 -1.666 6.648 -1.666s4.977 -.243 6.648 1.667c1.329 1.518 1.352 2.597 1.352 5.633s-.456 4.074 -1.352 4.944z" - ></path> - <path - d="M12 11.204v-2.926c0 -1.258 -.895 -2.278 -2 -2.278s-2 1.02 -2 2.278v4.722m4 -4.722c0 -1.258 .895 -2.278 2 -2.278s2 1.02 2 2.278v4.722" - ></path> - </svg> - </a> <a href="https://github.com/arielcostas" title="GitHub"> <svg xmlns="http://www.w3.org/2000/svg" |
