Skip to content

Commit 62d7b1d

Browse files
committed
💄 mis a jour du contenu
1 parent be874dd commit 62d7b1d

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

public/images/developer.jpg

244 KB
Loading

public/images/developer.png

-1.01 MB
Binary file not shown.

resources/views/about.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<img class="ow-16 h-16 rounded-full lg:w-20 lg:h-20" src="https://avatars.githubusercontent.com/u/14105989?v=4" alt="Arthur Monney Profile">
107107
<div class="text-lg leading-6 text-skin-inverted font-medium space-y-1">
108108
<h3>Arthur Monney</h3>
109-
<p class="text-base text-green-600 font-sans">UI/UX Designer & Co-Founder Laravel Shopper</p>
109+
<p class="text-base text-green-600 font-sans">UI/UX Designer & Créateur de Laravel Shopper</p>
110110
</div>
111111
<div class="text-lg">
112112
<p class="text-skin-base font-normal">

resources/views/home.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<div class="h-80 w-full absolute bottom-0 xl:inset-0 xl:h-full">
185185
<div class="h-full w-full xl:grid xl:grid-cols-2">
186186
<div class="h-full xl:relative xl:col-start-2">
187-
<img class="h-full w-full object-cover opacity-25 xl:absolute xl:inset-0" src="{{ asset('/images/developer.png') }}" alt="Developer working on laptop">
187+
<img class="h-full w-full object-cover opacity-25 xl:absolute xl:inset-0" src="{{ asset('/images/developer.jpg') }}" alt="Developer working on laptop"/>
188188
<div aria-hidden="true" class="absolute inset-x-0 top-0 h-32 bg-gradient-to-b from-black xl:inset-y-0 xl:left-0 xl:h-full xl:w-32 xl:bg-gradient-to-r"></div>
189189
</div>
190190
</div>
@@ -201,7 +201,7 @@
201201
<p>
202202
<span class="block text-2xl font-mono text-white">600+</span>
203203
<span class="mt-1 block text-base text-gray-400">
204-
<span class="font-medium text-white">Membres</span> qui ont rejoins les différents groupes de la communauté
204+
<span class="font-medium text-white">Membres</span> qui ont rejoint les différents groupes de la communauté
205205
</span>
206206
</p>
207207

resources/views/layouts/master.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
@include('layouts._favicons')
3232
@livewireStyles
3333

34-
<script>
34+
<script defer>
3535
window.csrfToken = {!! json_encode(['csrfToken' => csrf_token()]) !!};
3636
window.laravel = {
3737
...(window.laravel || {}),

0 commit comments

Comments
 (0)