mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
Remove Browser Support and Need assistance sections from theme layout
This commit is contained in:
@@ -283,80 +283,6 @@ flasher.use('{{ page.theme_name }}').success('Well done!');</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Browser Support with Simple Design -->
|
|
||||||
<section class="mb-10">
|
|
||||||
<h2 class="text-lg font-semibold text-slate-800 mb-4 border-b border-slate-100 pb-2">Browser Support</h2>
|
|
||||||
|
|
||||||
<div class="bg-white rounded-lg shadow-sm border border-slate-200 p-6">
|
|
||||||
<div class="flex flex-wrap justify-center gap-8">
|
|
||||||
<div class="flex flex-col items-center">
|
|
||||||
<div class="w-12 h-12 rounded-lg bg-slate-50 flex items-center justify-center mb-2">
|
|
||||||
<i class="fa-brands fa-chrome text-green-500 text-xl"></i>
|
|
||||||
</div>
|
|
||||||
<span class="text-sm text-slate-600">Chrome</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex flex-col items-center">
|
|
||||||
<div class="w-12 h-12 rounded-lg bg-slate-50 flex items-center justify-center mb-2">
|
|
||||||
<i class="fa-brands fa-firefox-browser text-orange-500 text-xl"></i>
|
|
||||||
</div>
|
|
||||||
<span class="text-sm text-slate-600">Firefox</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex flex-col items-center">
|
|
||||||
<div class="w-12 h-12 rounded-lg bg-slate-50 flex items-center justify-center mb-2">
|
|
||||||
<i class="fa-brands fa-safari text-blue-500 text-xl"></i>
|
|
||||||
</div>
|
|
||||||
<span class="text-sm text-slate-600">Safari</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex flex-col items-center">
|
|
||||||
<div class="w-12 h-12 rounded-lg bg-slate-50 flex items-center justify-center mb-2">
|
|
||||||
<i class="fa-brands fa-edge text-blue-600 text-xl"></i>
|
|
||||||
</div>
|
|
||||||
<span class="text-sm text-slate-600">Edge</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex flex-col items-center">
|
|
||||||
<div class="w-12 h-12 rounded-lg bg-slate-50 flex items-center justify-center mb-2">
|
|
||||||
<i class="fa-solid fa-mobile-screen text-slate-600 text-xl"></i>
|
|
||||||
</div>
|
|
||||||
<span class="text-sm text-slate-600">Mobile</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex flex-col items-center">
|
|
||||||
<div class="w-12 h-12 rounded-lg bg-slate-50 flex items-center justify-center mb-2">
|
|
||||||
<i class="fa-solid fa-moon text-slate-700 text-xl"></i>
|
|
||||||
</div>
|
|
||||||
<span class="text-sm text-slate-600">Dark Mode</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<!-- Help Section (Simple Design) -->
|
|
||||||
<div class="bg-slate-50 rounded-lg shadow-sm border border-slate-200 p-6 mb-6">
|
|
||||||
<div class="flex items-center">
|
|
||||||
<div class="w-10 h-10 rounded-lg bg-slate-200 flex items-center justify-center mr-3">
|
|
||||||
<i class="fa-regular fa-life-ring text-slate-600"></i>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<h3 class="text-lg font-medium text-slate-800 mb-2">Need assistance?</h3>
|
|
||||||
<div class="flex items-center flex-wrap gap-3">
|
|
||||||
<a
|
|
||||||
href="/symfony/"
|
|
||||||
class="inline-flex items-center text-sm px-4 py-2 bg-white border border-slate-200 rounded-lg text-slate-700 hover:bg-slate-50 transition-colors"
|
|
||||||
>
|
|
||||||
<i class="fa-regular fa-file-lines text-indigo-600 mr-2"></i>
|
|
||||||
Documentation
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
href="https://github.com/php-flasher/php-flasher/discussions"
|
|
||||||
class="inline-flex items-center text-sm px-4 py-2 bg-white border border-slate-200 rounded-lg text-slate-700 hover:bg-slate-50 transition-colors"
|
|
||||||
>
|
|
||||||
<i class="fa-regular fa-comments text-indigo-600 mr-2"></i>
|
|
||||||
Community
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user