optimizacion de imagenes

main
parent a85487fea6
commit 45fe7bf9fe

@ -2,7 +2,7 @@
<html lang="en">
<head>
<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" />
<title>Admisión</title>
</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-logo">
<img src="/logotiny.png" alt="Logo UNA" />
<img src="/logotiny.webp" alt="Logo UNA" />
<div class="footer-title">
<h3>Universidad Nacional del Altiplano</h3>
<span>Dirección de Admisión</span>

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

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

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

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

@ -9,7 +9,7 @@
</a-button>
<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="portal-title">Portal del Postulante</div>
<div class="portal-subtitle">Universidad Nacional del Altiplano Puno</div>

Loading…
Cancel
Save