Merge pull request '1-branding-update' (#2) from 1-branding-update into main

Reviewed-on: #2
This commit is contained in:
iapz 2024-12-05 23:54:25 -06:00
commit c19df270cb
2 changed files with 91 additions and 3 deletions

48
images/logo-gmx-2025.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 538 KiB

View file

@ -54,19 +54,59 @@
font-weight: normal;
text-decoration: none;
}
.barra-superior {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #611232;;
padding: 10px 20px;
color: white;
}
.menu-superior {
color: white;
margin: 0 10px;
text-decoration: none;
font-size: 14px;
}
.menu-superior a img {
height: 20px;
}
.logo_superior {
max-height: 50px;
}
.barra-inferior {
background-color: #a57f2c;
padding: 10px 20px;
}
</style>
</head>
<body>
<!--header style="padding-top: 10px; font-size: 26pt; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: brown;">Office Gob</header-->
<script>
var version = "Office 24.8+gobmx-1.5.1";
var version = "Office 24.8+gobmx-1.6";
</script>
</body>
<main>
<div class="p" style="background-color: #691c32;">
<img src="images/logofelipecarrillo-2024.svg" style="width: 41vw; height: auto;" >
<div class="barra-superior">
<img src="https://framework-gb.cdn.gob.mx/gobmx/img/logo_blanco.svg" alt="Gobierno de mexico" class="logo_superior">
<nav class="menu-superior">
<a href="#">Gobierno</a>
</nav>
</div>
<div class="barra-inferior">
<nav>
<a href="#">Transparencia</a>
</nav>
</div>
<!--div class="p" style="background-color: #691c32;"-->
<img src="https://framework-gb.cdn.gob.mx/landing/img/gmx-04.jpg" style="width: 100%; height: auto;" >
</div>