Agregar favicon

master
Araozu 2021-03-04 08:20:20 -05:00
parent 87fc99b666
commit dd22ec168b
10 changed files with 13 additions and 12 deletions

View File

@ -5,8 +5,8 @@
## Versiones anteriores
Con Vue.js (legacy):
- [Página web](https://a.com)
- [Repositorio](https://github.com)
- [Página web](https://horarios-legacy.araozu.dev)
- [Repositorio](https://github.com/Araozu/horarios-unsa/)
Con JavaScript puro (descontinuado):
- [Página web](http://unsasystem.atwebpages.com/)

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

BIN
public/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

BIN
public/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 B

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -2,11 +2,11 @@
<html lang="es">
<head>
<meta charset="utf-8"/>
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"/>
<link rel="shortcut icon" href="./favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#000000"/>
<title>Horarios - Solid</title>
<title>Horarios Unsa 2</title>
<link rel="stylesheet" href="css/phosphor.min.css">
<link rel="stylesheet" href="css/global.css">

View File

@ -1,10 +1,10 @@
{
"short_name": "Solid App",
"name": "Create Solid App Sample",
"short_name": "HorariosUnsa",
"name": "Horarios Unsa 2",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"sizes": "32x32 16x16",
"type": "image/x-icon"
}
],

View File

@ -85,7 +85,8 @@ export function BarraSuperior() {
)}>
Horarios Unsa
</span>
<a href="https://github.com" target="_blank" title={"Ver codigo fuente en GitHub"} className={css(
<a href="https://github.com/Araozu/horarios-unsa-2/" target="_blank" title={"Ver codigo fuente en GitHub"}
className={css(
estilosGlobales.contenedor,
estilosGlobales.inlineBlock,
estilosGlobales.contenedorCursor