File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 22
22
</h2 >
23
23
</div >
24
24
<a href =" {{ route (' articles.show' , $article ) } }" class =" block mt-2 group space-y-4" >
25
- <p class =" text-sm text-skin-inverted-muted/70" >
26
- {!! $article -> excerpt (190 ) ! !}
25
+ <p class =" text-base leading-6 text-skin-inverted-muted/70" >
26
+ {!! $article -> excerpt (175 ) ! !}
27
27
</p >
28
28
<div class =" relative h-96 overflow-hidden" >
29
29
<img class =" w-full h-full object-cover shadow-lg rounded-lg group-hover:opacity-75" src =" {{ $article -> getFirstMediaUrl (' media' ) } }" alt =" {{ $article -> title } }" />
Original file line number Diff line number Diff line change 8
8
<img class =" h-10 logo-white" src =" {{ asset (' /images/sponsors/shopper-logo.svg' ) } }" alt =" Laravel Shopper" >
9
9
<img class =" h-10 logo-dark" src =" {{ asset (' /images/sponsors/shopper-logo-light.svg' ) } }" alt =" Laravel Shopper" >
10
10
</a >
11
- <a href =" https://gdg.community.dev/gdg-douala" class =" flex items-center justify-end" >
11
+ <a href =" https://gdg.community.dev/gdg-douala" class =" flex items-center justify-end py-2 " >
12
12
<x-icon .gdg class =" w-auto h-5 text-skin-inverted" />
13
13
</a >
14
+ <a href =" https://twitter.com/DarkCodeCompany" class =" flex items-center justify-end" >
15
+ <x-icon .darkcode class =" h-4 text-skin-inverted" />
16
+ </a >
14
17
</div >
15
18
</div >
Original file line number Diff line number Diff line change 43
43
<p class =" text-center text-base uppercase tracking-tight text-skin-base tracking-wider leading-6 font-sans" >
44
44
Nous travaillons avec d’autres communautés et startups
45
45
</p >
46
- <div class =" mt-8 grid grid-cols-2 gap-y-8 lg:grid-cols-3 lg:mt-12" >
47
- <div class =" col-span-2 flex justify-center lg:col-span-1 " >
46
+ <div class =" mt-8 grid sm: grid-cols-2 gap-y-8 lg:grid-cols-4 lg:mt-12" >
47
+ <div class =" col-span-1 flex justify-center" >
48
48
<a href =" https://cosna-afrique.com" target =" _blank" class =" flex items-center" >
49
49
<x-icon .cosna class =" h-14 w-auto" />
50
50
</a >
51
51
</div >
52
- <div class =" col-span-2 flex justify-center lg:col-span-1 " >
52
+ <div class =" col-span-1 flex justify-center" >
53
53
<a href =" https://laravelshopper.io" target =" _blank" class =" flex items-center" >
54
54
<img class =" h-12 logo-white" src =" {{ asset (' /images/sponsors/shopper-logo.svg' ) } }" alt =" Laravel Shopper" >
55
55
<img class =" h-12 logo-dark" src =" {{ asset (' /images/sponsors/shopper-logo-light.svg' ) } }" alt =" Laravel Shopper" >
56
56
</a >
57
57
</div >
58
- <div class =" col-span-2 flex justify-center lg:col-span-1 " >
58
+ <div class =" col-span-1 flex justify-center" >
59
59
<a href =" https://gdg.community.dev/gdg-douala" target =" _blank" class =" flex items-center" >
60
60
<x-icon .gdg class =" h-8 text-skin-inverted" />
61
61
</a >
62
62
</div >
63
+ <div class =" col-span-1 flex justify-center" >
64
+ <a href =" https://twitter.com/DarkCodeCompany" target =" _blank" class =" flex items-center" >
65
+ <x-icon .darkcode class =" h-8 text-skin-inverted" />
66
+ </a >
67
+ </div >
63
68
</div >
64
69
<div class =" mt-6 text-center lg:mt-10" >
65
70
<a class =" text-sm leading-5 text-flag-green hover:text-green-600 hover:underline" href =" mailto:arthur@laravel.cm" >Votre logo ici ?</a >
You can’t perform that action at this time.
0 commit comments