mirror of
https://github.com/Snigdha-OS/snigdhaos-web-dev.git
synced 2025-09-21 11:34:56 +02:00
🐛 fix(_link): broken --
This commit is contained in:
@@ -6,12 +6,11 @@ export function Footer() {
|
|||||||
<footer className="bg-gradient-to-r from-gray-900 via-gray-800 to-gray-900 text-white py-10">
|
<footer className="bg-gradient-to-r from-gray-900 via-gray-800 to-gray-900 text-white py-10">
|
||||||
<div className="container mx-auto px-6">
|
<div className="container mx-auto px-6">
|
||||||
<div className="grid grid-cols-1 md:grid-cols-4 gap-8">
|
<div className="grid grid-cols-1 md:grid-cols-4 gap-8">
|
||||||
{/* Linux Mint Section */}
|
{/* Snigdha OS Section */}
|
||||||
<div>
|
<div>
|
||||||
<h3 className="font-extrabold text-lg mb-4">Linux Mint</h3>
|
<h3 className="font-extrabold text-lg mb-4">Snigdha OS</h3>
|
||||||
<p className="text-sm text-gray-400 leading-relaxed">
|
<p className="text-sm text-gray-400 leading-relaxed">
|
||||||
Linux Mint is an elegant, easy to use, up-to-date, and comfortable
|
Arch based Linux Distribution for Penetration Testing and Ethical Hacking!
|
||||||
GNU/Linux desktop distribution.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -20,18 +19,18 @@ export function Footer() {
|
|||||||
<h3 className="font-extrabold text-lg mb-4">Quick Links</h3>
|
<h3 className="font-extrabold text-lg mb-4">Quick Links</h3>
|
||||||
<ul className="space-y-3 text-sm">
|
<ul className="space-y-3 text-sm">
|
||||||
<li>
|
<li>
|
||||||
<a href="/blog" className="hover:text-indigo-400 transition-colors">
|
<a href="https://blog.snigdhaos.org/" className="hover:text-indigo-400 transition-colors">
|
||||||
Blog
|
Blog <sup> upcoming!</sup>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/forums" className="hover:text-indigo-400 transition-colors">
|
<a href="https://forum.snigdhaos.org/" className="hover:text-indigo-400 transition-colors">
|
||||||
Forums
|
Forums<sup> maintainance!</sup>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/community" className="hover:text-indigo-400 transition-colors">
|
<a href="#" className="hover:text-indigo-400 transition-colors">
|
||||||
Community
|
Community<sup> upcoming!</sup>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -43,26 +42,28 @@ export function Footer() {
|
|||||||
<ul className="space-y-3 text-sm">
|
<ul className="space-y-3 text-sm">
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="/docs/installation"
|
href="https://snigdha-os.github.io/documentation/category/installation"
|
||||||
className="hover:text-indigo-400 transition-colors"
|
className="hover:text-indigo-400 transition-colors"
|
||||||
>
|
>
|
||||||
Installation Guide
|
Installation Guide <sup>
|
||||||
|
<a href='https://snigdha-os.github.io/documentation/category/installation'>git-version</a>
|
||||||
|
</sup>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="/docs/user-guide"
|
href="https://snigdha-os.github.io/documentation/category/user-guide"
|
||||||
className="hover:text-indigo-400 transition-colors"
|
className="hover:text-indigo-400 transition-colors"
|
||||||
>
|
>
|
||||||
User Guide
|
User Guide <sup>git-version</sup>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="/docs/release-notes"
|
href="https://snigdha-os.github.io/documentation/introduction/release_notes"
|
||||||
className="hover:text-indigo-400 transition-colors"
|
className="hover:text-indigo-400 transition-colors"
|
||||||
>
|
>
|
||||||
Release Notes
|
Release Notes <sup>git-version</sup>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Reference in New Issue
Block a user