Skip to content

Commit fb43d24

Browse files
committed
💄 ajout de dark code dans la liste des sponsors
1 parent fd9cf45 commit fb43d24

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

resources/views/components/articles/card-with-author.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
</h2>
2323
</div>
2424
<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) !!}
2727
</p>
2828
<div class="relative h-96 overflow-hidden">
2929
<img class="w-full h-full object-cover shadow-lg rounded-lg group-hover:opacity-75" src="{{ $article->getFirstMediaUrl('media') }}" alt="{{ $article->title }}" />

resources/views/components/sponsors.blade.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
<img class="h-10 logo-white" src="{{ asset('/images/sponsors/shopper-logo.svg') }}" alt="Laravel Shopper">
99
<img class="h-10 logo-dark" src="{{ asset('/images/sponsors/shopper-logo-light.svg') }}" alt="Laravel Shopper">
1010
</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">
1212
<x-icon.gdg class="w-auto h-5 text-skin-inverted"/>
1313
</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>
1417
</div>
1518
</div>

resources/views/home.blade.php

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,28 @@
4343
<p class="text-center text-base uppercase tracking-tight text-skin-base tracking-wider leading-6 font-sans">
4444
Nous travaillons avec d’autres communautés et startups
4545
</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">
4848
<a href="https://cosna-afrique.com" target="_blank" class="flex items-center">
4949
<x-icon.cosna class="h-14 w-auto"/>
5050
</a>
5151
</div>
52-
<div class="col-span-2 flex justify-center lg:col-span-1">
52+
<div class="col-span-1 flex justify-center">
5353
<a href="https://laravelshopper.io" target="_blank" class="flex items-center">
5454
<img class="h-12 logo-white" src="{{ asset('/images/sponsors/shopper-logo.svg') }}" alt="Laravel Shopper">
5555
<img class="h-12 logo-dark" src="{{ asset('/images/sponsors/shopper-logo-light.svg') }}" alt="Laravel Shopper">
5656
</a>
5757
</div>
58-
<div class="col-span-2 flex justify-center lg:col-span-1">
58+
<div class="col-span-1 flex justify-center">
5959
<a href="https://gdg.community.dev/gdg-douala" target="_blank" class="flex items-center">
6060
<x-icon.gdg class="h-8 text-skin-inverted" />
6161
</a>
6262
</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>
6368
</div>
6469
<div class="mt-6 text-center lg:mt-10">
6570
<a class="text-sm leading-5 text-flag-green hover:text-green-600 hover:underline" href="mailto:arthur@laravel.cm">Votre logo ici ?</a>

0 commit comments

Comments
 (0)