add new design

This commit is contained in:
2025-09-08 19:35:24 -04:00
parent 0242a7b968
commit 707702102a
12 changed files with 157 additions and 24 deletions
@@ -25,10 +25,10 @@
content: "";
top: 0;
left: -20px;
width: 70%;
width: 60%;
height: 100%;
min-width: 300px;
background-color: #d59f0f;
background: #d59f0f;
transform: skew(-45deg);
z-index: 0;
}
+5 -5
View File
@@ -1,21 +1,21 @@
import Image from "next/image";
import "./Header.css";
import header from"./Header.module.css";
import Link from "next/link";
function Header() {
return (
<header>
<Link href="https://www.unam.mx/" className="center">
<Link href="https://www.unam.mx/" className={header.center}>
<Image
className="logo"
className={header.logo}
src="/logo_fes.png"
alt="Logo FES"
width={200}
height={50}
/>
</Link>
<div className="yellowPart"></div>
<div className="cedetecContainer">
<div className={header.yellowPart}></div>
<div className={header.cedetecContainer}>
<Image
src="/cedetec.jpg"
alt="Image of CEDETEC"