File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 4
4
</script >
5
5
6
6
<div class =" p-5 w-full md:w-1/3" >
7
- <a href =" {route }" >
7
+ <a href =" {route }" target = " _blank " >
8
8
<div class =" border border-cmxyellow p-5 h-[150px] flex justify-between flex-col hover:bg-zinc-100 transition-colors duration-200" >
9
9
<h3 class ="text-lg font-bold" >{text }</h3 >
10
10
<img src =" /flecha-amarilla.png" class =" inline h-[20px] w-[20px]
Original file line number Diff line number Diff line change 13
13
<div class =" Card w-full min-h-[519px] flex-col justify-start items-start inline-flex" >
14
14
<img class ="Image4 object-cover h-[200px] w-full" src ={image } />
15
15
<div class =" Frame5 self-stretch min-h-[269px] h-full flex-col justify-start pt-3 items-start gap-4 flex" >
16
- <div class =" Heading self-stretch min-h-[41px ] flex-col justify-end items-start gap-8 flex" >
16
+ <div class =" Heading self-stretch min-h-[84px ] flex-col justify-start items-start gap-8 flex" >
17
17
<div class =" Heading self-stretch text-black text-[31.25px] font-bold font-['Albert Sans'] leading-10" >
18
18
{title }
19
19
</div >
23
23
{description }
24
24
</div >
25
25
</div >
26
- <div class =" Button justify-start items-center gap-2 inline-flex" >
26
+ <!-- < div class="Button justify-start items-center gap-2 inline-flex">
27
27
<div class="ConoceMS text-black text-base font-bold font-['Albert Sans'] leading-normal">
28
28
{website}
29
29
</div>
30
- </div >
30
+ </div> -->
31
31
<div >
32
32
<p >{maker }</p >
33
33
</div >
34
34
<div class =" flex flex-wrap gap-2" >
35
35
36
36
{#each tags as tag }
37
- <Badge text ={tag } color = " #6596FF " />
37
+ <Badge text ={tag }/>
38
38
{/each }
39
39
</div >
40
40
<div class =" flex gap-3 my-2" >
Original file line number Diff line number Diff line change 35
35
<Badge text="Datos abiertos" color="#F3F3F4"/>
36
36
<Badge text="Código abierto" color="#F3F3F4"/>
37
37
</div> -->
38
- <div class =" flex flex-col md:flex-row columns-3 container my-8 mx-auto gap-20" >
38
+ <!-- <div class="flex flex-col basis-1/3 md:flex-row columns-3 container my-8 mx-auto gap-20"> -->
39
+ <div class =" grid grid-cols-1 md:grid-cols-3 container my-8 mx-auto gap-20" >
39
40
{#each projects as project }
40
- <ProjectCard
41
+ <div class =" my-5" >
42
+ <ProjectCard
41
43
title ={project .title }
42
44
description ={project .short_description }
43
45
tags ={project .tags || []}
44
46
image ={` https://content.codeandomexico.org/assets/${project .image } ` }
45
47
website ={project .website }
46
48
maker ={project .maker }
47
49
repository ={project .repository }
48
- />
50
+ />
51
+ </div >
49
52
{/each }
50
53
</div >
51
54
</section >
You can’t perform that action at this time.
0 commit comments