Skip to content

♻️ Ajout des tag en pieds de page #46

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 1 commit into from
Jun 11, 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
10 changes: 5 additions & 5 deletions public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/js/app.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Fuse.js v3.4.6 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v3.4.5 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2012-2017 Kirollos Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand All @@ -22,4 +22,4 @@ See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */

/*! choices.js v9.1.0 | © 2021 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
/*! choices.js v9.0.1 | © 2019 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
4 changes: 2 additions & 2 deletions 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=89e4f1f71a090dfd4a24efae763e948f"
"/js/app.js": "/js/app.js?id=597a05523a083bbacbbf",
"/css/app.css": "/css/app.css?id=eb9823f4c4146fcf380e"
}
10 changes: 10 additions & 0 deletions resources/views/components/footer-link.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@props(['title', 'url', 'soon' => false])

<li>
<a href="{{ $url }}" class="inline-flex items-center text-base text-skin-base hover:text-skin-menu-hover" title="{{ $title }}">
{{ __($title) }}
@if($soon)
<span class="inline-flex ml-2 text-xs leading-4 text-green-800 bg-green-100 py-0.5 px-1.5 rounded-full">Bientôt</span>
@endif
</a>
</li>
10 changes: 7 additions & 3 deletions resources/views/layouts/_nav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class="absolute z-10 -ml-4 mt-3 transform w-screen max-w-md lg:max-w-3xl lg:ml-0
{{ __('Snippets') }}
</p>
<p class="mt-1 text-sm font-mono text-skin-base font-normal">
{{ __('Créer et partagez des codes sources publiquement accéssible par tous.') }}
{{ __('Créer et partagez des codes sources publiquement accessible par tous.') }}
</p>
</div>
</a>
Expand Down Expand Up @@ -79,8 +79,9 @@ class="absolute z-10 -ml-4 mt-3 transform w-screen max-w-md lg:max-w-3xl lg:ml-0
</svg>
</div>
<div class="ml-4">
<p class="text-base font-sans font-medium text-skin-inverted">
<p class="inline-flex items-center text-base font-sans font-medium text-skin-inverted">
{{ __('Podcasts') }}
<span class="inline-flex ml-2 text-xs leading-4 text-green-800 bg-green-100 py-0.5 px-1.5 rounded-full">Bientôt</span>
</p>
<p class="mt-1 text-sm font-mono text-skin-base font-normal">
{{ __('Toutes les discussions sur le développement de Laravel et PHP.') }}
Expand Down Expand Up @@ -123,8 +124,9 @@ class="absolute z-10 -ml-4 mt-3 transform w-screen max-w-md lg:max-w-3xl lg:ml-0
<x-heroicon-o-briefcase class="h-6 w-6" />
</div>
<div class="ml-4">
<p class="text-base font-sans font-medium text-skin-inverted">
<p class="inline-flex items-center text-base font-sans font-medium text-skin-inverted">
{{ __('Jobs') }}
<span class="inline-flex ml-2 text-xs leading-4 text-green-800 bg-green-100 py-0.5 px-1.5 rounded-full">Bientôt</span>
</p>
<p class="mt-1 text-sm font-mono text-skin-base font-normal">
{{ __('Les offres pour développeurs Laravel dans la zone CEMAC.') }}
Expand Down Expand Up @@ -312,6 +314,7 @@ class="origin-top-right absolute right-0 mt-2 w-60 rounded-md shadow-lg py-1 bg-
<path d="M12 3c-4.963 0-9 4.037-9 9 0 3.993 2.614 7.387 6.221 8.561a42.41 42.41 0 0 1-.228-1.38C6.189 18.003 4.214 15.227 4.214 12c0-4.293 3.493-7.785 7.786-7.785 4.293 0 7.785 3.492 7.785 7.785 0 3.174-1.909 5.91-4.64 7.122-.071.492-.152.968-.229 1.393C18.452 19.3 21 15.942 21 12c0-4.963-4.038-9-9-9z" />
</svg>
{{ __('Podcasts') }}
<span class="inline-flex ml-2 text-xs leading-4 text-green-800 bg-green-100 py-0.5 px-1.5 rounded-full">Bientôt</span>
</a>

<a href="#" class="flex items-center text-skin-base">
Expand All @@ -329,6 +332,7 @@ class="origin-top-right absolute right-0 mt-2 w-60 rounded-md shadow-lg py-1 bg-
<a href="#" class="flex items-center text-skin-base">
<x-heroicon-o-briefcase class="h-6 w-6 mr-3 -ml-1" />
{{ __('Jobs') }}
<span class="inline-flex ml-2 text-xs leading-4 text-green-800 bg-green-100 py-0.5 px-1.5 rounded-full">Bientôt</span>
</a>

</div>
Expand Down
74 changes: 16 additions & 58 deletions resources/views/layouts/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,41 +18,15 @@
</h3>
<ul class="mt-4 space-y-4">

<li>
<a href="{{ route('about') }}" class="text-base text-skin-base hover:text-skin-menu-hover">
{{ __('A propos') }}
</a>
</li>

<li>
<a href="#" class="text-base text-skin-base hover:text-skin-menu-hover">
{{ __('Podcasts') }}
</a>
</li>

<li>
<a href="#" class="text-base text-skin-base hover:text-skin-menu-hover">
{{ __('Tags') }}
</a>
</li>

<li>
<a href="#" class="text-base text-skin-base hover:text-skin-menu-hover">
{{ __('Jobs') }}
</a>
</li>

<li>
<a href="#" class="text-base text-skin-base hover:text-skin-menu-hover">
{{ __('Sponsors') }}
</a>
</li>

<li>
<a href="https://github.com/caneco/laravel-country-logomarks/blob/main/src/cm/README.md" class="text-base text-skin-base hover:text-skin-menu-hover">
{{ __('Branding') }}
</a>
</li>
<x-footer-link title="A propos" :url="route('about')" />

<x-footer-link title="Podcasts" url="#" soon />

<x-footer-link title="Jobs" url="#" soon />

<x-footer-link title="Sponsors" url="#" />

<x-footer-link title="Branding" url="https://github.com/caneco/laravel-country-logomarks/blob/main/src/cm/README.md" />

</ul>
</div>
Expand All @@ -62,29 +36,13 @@
</h3>
<ul class="mt-4 space-y-4">

<li>
<a href="{{ route('terms') }}" class="text-base text-skin-base hover:text-skin-menu-hover">
{{ __('Conditions d’utilisation') }}
</a>
</li>

<li>
<a href="{{ route('privacy') }}" class="text-base text-skin-base hover:text-skin-menu-hover">
{{ __('Confidentialité') }}
</a>
</li>

<li>
<a href="{{ route('rules') }}" class="text-base text-skin-base hover:text-skin-menu-hover">
{{ __('Code de conduite') }}
</a>
</li>

<li>
<a href="{{ route('faq') }}" class="text-base text-skin-base hover:text-skin-menu-hover">
{{ __('FAQ') }}
</a>
</li>
<x-footer-link title="Conditions d’utilisation" :url="route('terms')" />

<x-footer-link title="Confidentialité" :url="route('privacy')" />

<x-footer-link title="Code de conduite" :url="route('rules')" />

<x-footer-link title="FAQ" :url="route('faq')" />

</ul>
</div>
Expand Down