Skip to content

Update UI #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/torchlight.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
// We replace tabs in your code blocks with spaces in HTML. Set
// the number of spaces you'd like to use per tab. Set to
// `false` to leave literal tabs in the HTML.
'tab_width' => 4,
'tab_width' => 2,

// Global options to control blocks-level settings.
// https://torchlight.dev/docs/options
'options' => [
// Turn line numbers on or off globally.
'lineNumbers' => true,
'lineNumbers' => false,

// Control the `style` attribute applied to line numbers.
// 'lineNumbersStyle' => '',
Expand Down
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=3bd7a17ae8879cea08888521628605ff",
"/css/app.css": "/css/app.css?id=5d21caca01eaa17f404f20091c9ebf17"
"/css/app.css": "/css/app.css?id=e5333661248309db13cc47adc52e25de"
}
2 changes: 1 addition & 1 deletion resources/views/articles/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class="inline-flex items-center py-2 px-4 border border-skin-base rounded-md sha

@if($next || $previous)
<footer class="mt-10 border-t border-skin-light lg:hidden">
<div class="space-y-8 py-8 sm:flex sm:items-center sm:space-y-0">
<div class="space-y-8 py-8 sm:flex sm:items-center sm:justify-between sm:space-y-0">
@if($next)
<div>
<h2 class="text-xs leading-5 tracking-wide uppercase text-skin-base">Article suivant</h2>
Expand Down
42 changes: 25 additions & 17 deletions resources/views/layouts/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,35 @@
</div>
</div>
<div class="mt-12 lg:mt-0">
<h3 class="text-sm font-semibold text-skin-muted tracking-wider uppercase">
{{ __('Rejoignez nous') }}
</h3>
<p class="mt-4 text-base text-skin-base">
{{ __('Rejoignez notre newsletter recevez des tutoriels, articles et podcasts sur le design et la programmation web.') }}
</p>
<form aria-labelledby="newsletter-headline" action="https://laravelcm.us4.list-manage.com/subscribe/post?u=0642d391e4785535c232a8c66&id=6ff87af677" method="POST" id="mc-embedded-subscribe-form" class="mt-4 sm:flex" name="mc-embedded-subscribe-form" target="_blank" novalidate>
<div class="w-full">
<x-email id="mce-EMAIL" name="EMAIL" autocomplete="email" required placeholder="{{ __('Entrer votre adresse email') }}" aria-label="{{ __('Adresse E-mail') }}" class="w-full block" />
<input type="hidden" name="b_0642d391e4785535c232a8c66_6ff87af677" tabindex="-1" value="">
</div>
<div class="mt-3 rounded-md sm:mt-0 sm:ml-3 sm:shrink-0">
<x-button type="submit" class="block w-full">
{{__('S\'inscrire')}}
</x-button>
</div>
</form>
<div class="sm:max-w-lg lg:max-w-none">
<h3 class="text-sm font-semibold text-skin-muted tracking-wider uppercase">
{{ __('Rejoignez nous') }}
</h3>
<p class="mt-4 text-base text-skin-base">
{{ __('Rejoignez notre newsletter recevez des tutoriels, articles et podcasts sur le design et la programmation web.') }}
</p>
<form aria-labelledby="newsletter-headline" action="https://laravelcm.us4.list-manage.com/subscribe/post?u=0642d391e4785535c232a8c66&id=6ff87af677" method="POST" id="mc-embedded-subscribe-form" class="mt-4 sm:flex" name="mc-embedded-subscribe-form" target="_blank" novalidate>
<div class="w-full">
<x-email id="mce-EMAIL" name="EMAIL" autocomplete="email" required placeholder="{{ __('Entrer votre adresse email') }}" aria-label="{{ __('Adresse E-mail') }}" class="w-full block" />
<input type="hidden" name="b_0642d391e4785535c232a8c66_6ff87af677" tabindex="-1" value="">
</div>
<div class="mt-3 rounded-md sm:mt-0 sm:ml-3 sm:shrink-0">
<x-button type="submit" class="block w-full">
{{__('S\'inscrire')}}
</x-button>
</div>
</form>
</div>
<p class="mt-6 text-base text-skin-base">
{{ __('Ou intégrez nos différentes plateformes de communication') }}
</p>
<div class="mt-4 sm:flex sm:items-center sm:space-x-4">
<a href="{{ route('discord') }}" class="inline-flex items-center px-4 py-2 text-base text-skin-base font-medium bg-skin-body hover:bg-skin-card-muted rounded-md">
<svg class="h-5 w-5 mr-2" fill="#5865F2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 146 146">
<path d="M107.75 125.001s-4.5-5.375-8.25-10.125c16.375-4.625 22.625-14.875 22.625-14.875-5.125 3.375-10 5.75-14.375 7.375-6.25 2.625-12.25 4.375-18.125 5.375-12 2.25-23 1.625-32.375-.125-7.125-1.375-13.25-3.375-18.375-5.375-2.875-1.125-6-2.5-9.125-4.25-.375-.25-.75-.375-1.125-.625-.25-.125-.375-.25-.5-.375-2.25-1.25-3.5-2.125-3.5-2.125s6 10 21.875 14.75c-3.75 4.75-8.375 10.375-8.375 10.375-27.625-.875-38.125-19-38.125-19 0-40.25 18-72.875 18-72.875 18-13.5 35.125-13.125 35.125-13.125l1.25 1.5c-22.5 6.5-32.875 16.375-32.875 16.375s2.75-1.5 7.375-3.625c13.375-5.875 24-7.5 28.375-7.875.75-.125 1.375-.25 2.125-.25 7.625-1 16.25-1.25 25.25-.25 11.875 1.375 24.625 4.875 37.625 12 0 0-9.875-9.375-31.125-15.875l1.75-2S110 19.626 128 33.126c0 0 18 32.625 18 72.875 0 0-10.625 18.125-38.25 19zM49.625 66.626c-7.125 0-12.75 6.25-12.75 13.875s5.75 13.875 12.75 13.875c7.125 0 12.75-6.25 12.75-13.875.125-7.625-5.625-13.875-12.75-13.875zm45.625 0c-7.125 0-12.75 6.25-12.75 13.875s5.75 13.875 12.75 13.875c7.125 0 12.75-6.25 12.75-13.875s-5.625-13.875-12.75-13.875z" fill-rule="nonzero"></path>
</svg>
Discord
</a>
<a href="{{ route('slack') }}" class="inline-flex items-center px-4 py-2 text-base text-skin-base font-medium bg-skin-body hover:bg-skin-card-muted rounded-md">
<svg class="h-5 w-5 mr-2" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
<g clip-path="url(#clip0)" fill-rule="evenodd" clip-rule="evenodd">
Expand Down
1 change: 1 addition & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
'telegram' => 'https://t.me/laravelcameroun',
'linkedin' => 'https://www.linkedin.com/company/laravel-cameroun',
'github' => 'https://github.com/laravelcm',
'discord' => 'https://discord.gg/KNp6brbyVD',
'youtube' => 'https://www.youtube.com/channel/UCbQPQ8q31uQmuKtyRnATLSw',
]);

Expand Down