optimizacion de imagenes

main
parent a85487fea6
commit 45fe7bf9fe

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="" /> <link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Admisión</title> <title>Admisión</title>
</head> </head>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 346 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 889 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 894 KiB

@ -4,7 +4,7 @@
<div class="footer-col"> <div class="footer-col">
<div class="footer-logo"> <div class="footer-logo">
<img src="/logotiny.png" alt="Logo UNA" /> <img src="/logotiny.webp" alt="Logo UNA" />
<div class="footer-title"> <div class="footer-title">
<h3>Universidad Nacional del Altiplano</h3> <h3>Universidad Nacional del Altiplano</h3>
<span>Dirección de Admisión</span> <span>Dirección de Admisión</span>

@ -89,7 +89,7 @@ import {
import { useWebAdmisionStore } from "../../store/web" import { useWebAdmisionStore } from "../../store/web"
import { useProcesoAdmisionResultadoStore } from "../../store/procesoAdmisionResultado.store" import { useProcesoAdmisionResultadoStore } from "../../store/procesoAdmisionResultado.store"
const heroImg = "/PORTADA.jpg.jpeg" const heroImg = "/portada.webp"
const router = useRouter() const router = useRouter()
const webStore = useWebAdmisionStore() const webStore = useWebAdmisionStore()

@ -4,7 +4,7 @@
<div class="university-logo" @click="goTo('inicio')" role="button" tabindex="0"> <div class="university-logo" @click="goTo('inicio')" role="button" tabindex="0">
<div class="logo-icon"> <div class="logo-icon">
<img src="/logotiny.png" alt="Logo UNA" /> <img src="/logotiny.webp" alt="Logo UNA" />
</div> </div>
<div class="logo-text"> <div class="logo-text">
<h1>Universidad Nacional del Altiplano</h1> <h1>Universidad Nacional del Altiplano</h1>
@ -62,7 +62,7 @@
<div class="drawer-header"> <div class="drawer-header">
<div class="drawer-logo"> <div class="drawer-logo">
<div class="logo-icon"> <div class="logo-icon">
<img src="/logotiny.png" alt="Logo UNA" /> <img src="/logotiny.webp" alt="Logo UNA" />
</div> </div>
<div class="drawer-logo-text"> <div class="drawer-logo-text">
<h3>UNA</h3> <h3>UNA</h3>

@ -4,7 +4,7 @@
<div class="login-header"> <div class="login-header">
<div class="logo"> <div class="logo">
<img src="/logotiny.png" alt="Logo" /> <img src="/logotiny.webp" alt="Logo" />
</div> </div>
<h2>{{ isRegister ? 'Crear Cuenta' : 'Iniciar Sesión' }}</h2> <h2>{{ isRegister ? 'Crear Cuenta' : 'Iniciar Sesión' }}</h2>
<p class="subtitle"> <p class="subtitle">

@ -223,7 +223,7 @@ const isRegister = ref(false);
const rememberMe = ref(false); const rememberMe = ref(false);
const loading = ref(false); const loading = ref(false);
const logoSrc = "/logotiny.png"; const logoSrc = "/logotiny.webp";
const logoError = ref(false); const logoError = ref(false);
const formState = reactive({ const formState = reactive({

@ -9,7 +9,7 @@
</a-button> </a-button>
<router-link to="/portal-postulante" class="logo-wrapper"> <router-link to="/portal-postulante" class="logo-wrapper">
<img src="/logotiny.png" alt="Logo UNA" class="logo-img" /> <img src="/logotiny.webp" alt="Logo UNA" class="logo-img" />
<div class="logo-content"> <div class="logo-content">
<div class="portal-title">Portal del Postulante</div> <div class="portal-title">Portal del Postulante</div>
<div class="portal-subtitle">Universidad Nacional del Altiplano Puno</div> <div class="portal-subtitle">Universidad Nacional del Altiplano Puno</div>

Loading…
Cancel
Save