Actualizado logo y favicon

This commit is contained in:
Abdulee 2024-02-28 20:26:12 +01:00
parent 29d3bef86e
commit 707481b542
8 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

BIN
assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -13,7 +13,7 @@
<body>
<!-- Common header -->
<header>
<img class="icon" src="assets/logo.jpg" alt="OpenBokeron logo">
<img class="icon" src="assets/logo.png" alt="OpenBokeron logo">
<h1>Open Bokeron</h1>
<p>"¡Abre tu mente, abre tu código!"</p>
<nav>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -13,7 +13,7 @@
<body>
<!-- Common header -->
<header>
<img class="icon" src="assets/logo.jpg" alt="OpenBokeron logo">
<img class="icon" src="assets/logo.png" alt="OpenBokeron logo">
<h1>Open Bokeron</h1>
<p>"¡Abre tu mente, abre tu código!"</p>
<nav>

View File

@ -13,7 +13,7 @@
<body>
<!-- Common header -->
<header>
<img class="icon" src="assets/logo.jpg" alt="OpenBokeron logo">
<img class="icon" src="assets/logo.png" alt="OpenBokeron logo">
<h1>Open Bokeron</h1>
<p>"¡Abre tu mente, abre tu código!"</p>
<nav>

View File

@ -13,7 +13,7 @@
<body>
<!-- Common header -->
<header>
<img class="icon" src="../assets/logo.jpg" alt="OpenBokeron logo">
<img class="icon" src="../assets/logo.png" alt="OpenBokeron logo">
<h1>Open Bokeron</h1>
<p>"¡Abre tu mente, abre tu código!"</p>
<nav>

View File

@ -5,7 +5,7 @@
/* Custom style for the logo */
img.icon {
max-width: 128px;
max-height: 128px;
max-width: 256px;
max-height: 256px;
margin-top: 10px;
}