Skip to content

Commit aaf6b93

Browse files
committed
Eliminar imagenes y código que no se usa.
1 parent 9628222 commit aaf6b93

File tree

9 files changed

+4
-16
lines changed

9 files changed

+4
-16
lines changed

src/components/Cards/ProjectCard.svelte

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
{description}
2424
</div>
2525
</div>
26-
<!-- <div class="Button justify-start items-center gap-2 inline-flex">
27-
<div class="ConoceMS text-black text-base font-bold font-['Albert Sans'] leading-normal">
28-
{website}
29-
</div>
30-
</div> -->
3126
<div>
3227
<p>{maker}</p>
3328
</div>
@@ -50,4 +45,4 @@
5045
{/if}
5146
</div>
5247
</div>
53-
</div>
48+
</div>

src/components/Cards/ShadowImageCard.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script>
2-
export let image = '/photo_default.png';
3-
export let title = 'Ali Gonzales';
4-
export let description = 'Incidencia y comunidad';
2+
export let image = '/img/photo-default.png';
3+
export let title = '';
4+
export let description = '';
55
</script>
66

77
<div style={`box-shadow: 7px 7px 1px black;`}>

src/routes/comunidad/+page.svelte

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,3 @@
3131
{/each}
3232
</div>
3333
</section>
34-
35-
<!-- <section id="colaboradores" class="container my-8 mx-auto">
36-
<h2 class="text-4xl text-center font-bold my-8">Contribuidores y colaboradores</h2>
37-
<div class="flex flex-wrap justify-start mx-auto">
38-
<CollaboratorCard image="/collaborator-example.png" url="https://google.com/" name="Juana Pérez"/>
39-
</div>
40-
</section> -->

static/blog_example.png

-54.6 KB
Binary file not shown.

static/collaborator-example.png

-6.71 MB
Binary file not shown.

static/img/photo-default.png

9.55 KB
Loading

static/logo-blanco.png

-6.46 KB
Binary file not shown.

static/logo_cmx.png

-7.54 KB
Binary file not shown.

static/photo_default.png

-66.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)