Skip to content

Commit 9bbfc44

Browse files
committed
Logos de Codeando México en formato vectorial.
1 parent 9e96cae commit 9bbfc44

File tree

4 files changed

+84
-4
lines changed

4 files changed

+84
-4
lines changed

src/components/Footer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer class="Footer w-full min-h-52 bg-black p-7 flex justify-center items-center mt-auto">
22
<div class="Footer flex w-full h-full container justify-between gap-5 items-center flex-col md:flex-row">
3-
<img class="Image1 mix-blend-screen" src="/logo-blanco.png" alt="Logo de Codeando"/>
3+
<img class="Image1 mix-blend-screen" src="/img/logo-cmx-blanco.svg" style="height: 44px;" alt="Codeando México"/>
44
<div class="Frame30 flex-col justify-start items-center gap-4 inline-flex">
55
<div class="HechoConPorLaComunidad text-neutral-50 text-sm font-normal font-['Albert Sans'] leading-[21px]">Hecho con ❤️ por la comunidad</div>
66
</div>

src/components/Navbar.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="flex container m-auto items-center px-5">
2121
<a href="/">
2222
<span class="sr-only">Codeando México</span>
23-
<img src="/logo_cmx.png" alt="Logo" />
23+
<img src="/img/logo-cmx.svg" style="height: 44px;" alt="Codeando México" />
2424
</a>
2525
<div class="flex-grow"></div>
2626

@@ -38,7 +38,7 @@
3838
{/each}
3939
</ul>
4040

41-
41+
4242
<button type="button" class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-gray-700 lg:hidden" on:click={openHambMenu}>
4343
<span class="sr-only">Open main menu</span>
4444
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
@@ -78,4 +78,4 @@
7878
</div>
7979
</div>
8080
</div>
81-
</div>
81+
</div>

static/img/logo-cmx-blanco.svg

Lines changed: 40 additions & 0 deletions
Loading

static/img/logo-cmx.svg

Lines changed: 40 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)