mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-07 21:25:17 +02:00
🚀 feat(_route): add dev to origin
This commit is contained in:
1
dist/_redirects
vendored
Normal file
1
dist/_redirects
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/* /index.html 200
|
1
dist/assets/index-CSblWKdC.css
vendored
Normal file
1
dist/assets/index-CSblWKdC.css
vendored
Normal file
File diff suppressed because one or more lines are too long
341
dist/assets/index-CdpgaqZD.js
vendored
Normal file
341
dist/assets/index-CdpgaqZD.js
vendored
Normal file
File diff suppressed because one or more lines are too long
105
dist/index.html
vendored
Normal file
105
dist/index.html
vendored
Normal file
@@ -0,0 +1,105 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<!-- Title of the Website: This appears in the browser tab and search results -->
|
||||
<title>SNIGDHA OS - Arch-based Linux Distribution for Penetration Testing and Ethical Hacking</title>
|
||||
|
||||
<!-- Meta Description: A brief summary of your website's content for search engines and social media. -->
|
||||
<meta
|
||||
name="description"
|
||||
content="SNIGDHA OS is a fast, secure, and elegant GNU/Linux desktop distribution designed for modern users. Perfect for developers, creators, and enthusiasts, especially for penetration testing and ethical hacking."
|
||||
/>
|
||||
|
||||
<!-- Open Graph / Facebook Tags: These tags improve how your website looks when shared on social platforms like Facebook. -->
|
||||
<meta property="og:type" content="website" /> <!-- Specifies that the content is a website -->
|
||||
<meta property="og:title" content="SNIGDHA OS - Arch-based Linux Distribution for Penetration Testing and Ethical Hacking" /> <!-- The title shown when shared -->
|
||||
<meta
|
||||
property="og:description"
|
||||
content="SNIGDHA OS is a fast, secure, and elegant GNU/Linux desktop distribution designed for modern users. Perfect for developers, creators, and enthusiasts, especially for penetration testing and ethical hacking."
|
||||
/> <!-- A description of the website shared on social media -->
|
||||
<meta property="og:url" content="https://snigdhaos.org/" /> <!-- URL of the website -->
|
||||
<meta property="og:image" content="https://snigdhaos.org/og-image.png" /> <!-- Image preview shown when shared on social platforms -->
|
||||
<meta property="og:site_name" content="SNIGDHA OS" /> <!-- The name of your site -->
|
||||
|
||||
<!-- Twitter Card Tags: These tags are similar to Open Graph but specifically for Twitter. -->
|
||||
<meta name="twitter:card" content="summary_large_image" /> <!-- Card type for Twitter (display large image) -->
|
||||
<meta name="twitter:title" content="SNIGDHA OS - Arch-based Linux Distribution for Penetration Testing and Ethical Hacking" /> <!-- Title for Twitter -->
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="SNIGDHA OS is a fast, secure, and elegant GNU/Linux desktop distribution designed for modern users. Perfect for developers, creators, and enthusiasts, especially for penetration testing and ethical hacking."
|
||||
/> <!-- Description for Twitter sharing -->
|
||||
<meta name="twitter:image" content="https://snigdhaos.org/twitter-image.png" /> <!-- Image shown in the Twitter preview -->
|
||||
<meta name="twitter:creator" content="@snigdhaos" /> <!-- Twitter handle of the content creator -->
|
||||
|
||||
<!-- Author Meta Tag: Specifies the author of the website -->
|
||||
<meta name="author" content="Snigdha OS Team" />
|
||||
|
||||
<!-- Theme Color: Defines the color of the browser's address bar or toolbar for mobile devices -->
|
||||
<meta name="theme-color" content="#4f46e5" />
|
||||
|
||||
<!-- Keywords for SEO: These keywords help search engines understand your site's content -->
|
||||
<meta
|
||||
name="keywords"
|
||||
content="Linux, Linux Distribution, Snigdha OS, Arch Linux, Penetration Testing, Ethical Hacking, Security, Open Source, Operating System, Desktop Environment, Linux for Developers, Cybersecurity"
|
||||
/>
|
||||
|
||||
<!-- Robots Meta Tag: This tells search engines what to do with the page (index or noindex, follow or nofollow links) -->
|
||||
<meta name="robots" content="index, follow" />
|
||||
|
||||
<!-- Canonical URL: Specifies the preferred version of the page to prevent duplicate content issues -->
|
||||
<link rel="canonical" href="https://snigdhaos.org/" />
|
||||
|
||||
<!-- Favicon: A small icon displayed in the browser tab -->
|
||||
<link rel="icon" href="https://snigdhaos.org/favicon.ico" type="image/x-icon" />
|
||||
|
||||
<!-- Apple Touch Icon: Custom icon for iOS devices when users add your site to their home screen -->
|
||||
<link rel="apple-touch-icon" href="https://snigdhaos.org/apple-touch-icon.png">
|
||||
|
||||
<!-- Apple Startup Image: Custom startup image for iOS when the site is launched from home screen -->
|
||||
<link rel="apple-touch-startup-image" href="https://snigdhaos.org/apple-startup-image.png">
|
||||
|
||||
<!-- Structured Data (JSON-LD): This defines the organization schema in a machine-readable format, helping search engines understand your website better. -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "Snigdha OS",
|
||||
"url": "https://snigdhaos.org/",
|
||||
"logo": "https://snigdhaos.org/logo.png",
|
||||
"contactPoint": {
|
||||
"@type": "ContactPoint",
|
||||
"contactType": "Customer Support",
|
||||
"areaServed": "Worldwide",
|
||||
"availableLanguage": "English"
|
||||
},
|
||||
"sameAs": [
|
||||
"https://www.facebook.com/Snigdha-OS",
|
||||
"https://twitter.com/SnigdhaOS",
|
||||
"https://github.com/Snigdha-OS"
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Google Analytics Script: This allows you to track and analyze traffic to your website -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=GTM-5HXGM54C"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'GTM-5HXGM54C');
|
||||
</script>
|
||||
|
||||
<script type="module" crossorigin src="/assets/index-CdpgaqZD.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CSblWKdC.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Main content of the website will be rendered here by React -->
|
||||
<div id="root"></div>
|
||||
|
||||
<!-- Entry point for the React app (main.tsx) -->
|
||||
</body>
|
||||
</html>
|
12
dist/snigdhaos-logo.svg
vendored
Normal file
12
dist/snigdhaos-logo.svg
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
||||
<title>snigdhaos</title>
|
||||
<style>
|
||||
.s0 { fill: #ffffff }
|
||||
.s1 { fill: #6366f1 }
|
||||
.s2 { fill: #ff0000 }
|
||||
</style>
|
||||
<path id="Path 2" class="s0" d="m333.4 24c-18.4 62.3-63.1 95.1-111.3 119.6-31 15.5-53 33.2-69.1 50l13.7-46.8c0 0-57.7 33.4-83.7 97.8-13.9 34.3-12.5 77.3 12.2 121.7l-32.7-8.3c35 77.6 111.8 124.6 169.7 125.1l-28.9 28.9c65-5.3 139.4-20.6 182.8-70.4 6.5 15.2 12.5 31.9 18.6 47.7 24.5-47.9 31.5-124.5 15.6-169.7h33.9c-27.1-26.9-58.5-54.7-87.8-65.2-13.5-32.8-30.4-44.1-58.7-58.7 55.7-50.9 48.9-107.9 25.7-171.7z"/>
|
||||
<path id="Path 3" class="s1" d="m353.1 268.5c30.4 7.4 57.6 33.6 57.6 33.6h-18.7c38.9 60.1 12 136.5 12 136.5-7.1-18.4-16.3-31.8-16.3-31.8-30.4 67.9-135.8 81.4-135.8 81.4l21.9-22c-127.3 9.9-176.8-81.3-176.8-81.3l41.7 10.6c-104.7-107.5 2.1-207.3 2.1-207.3-17.6 34.7-9.2 71.5-9.2 71.5 0 0 13.5-58 98.4-100.5 84.9-42.4 102.5-86.3 102.5-86.3 0 0 30.4 83.5-84.7 143.5l26.6 5.5c0 0-92.1 8-103.6 76-11.5 68.1 51.5 97.1 70.5 99.6 0 0-12.7-9.4-18.4-24.6 0 0 31.5 26.5 90.5 12.3 0 0-0.3 12.1-10.9 26.6 0 0 44.9-26.6 25.8-64.4l22.6-9.6c0 0-43.8 5-66.1 20.9-22.3 15.9-44.6-9.9-44.6-9.9 0 0 9.9-6.4 9.2-14.2 0 0 22-21.4 31.3-26.3 9.4-5 30.4-10.6 28.5-29.5l9-9.1c0 0-24.7 13.5-29.9 19-5.1 5.5-5.6 10.9-5.6 10.9 0 0-2.9 3.2-5.3 2.2-2.5-1.1-4.6-6.8-4.6-6.8 0 0 6.3-15.3 42.4-37.1 0 0 5.7-23 3.5-36.8 0 0 24.1 12.4 34.4 47.4zm-89.9 35c-23.7 17-36.4 33.3-36.4 35.7 0 2.5 1.8 13.5 1.8 13.5-11.7-9.6-17-24.8-17-24.8-4.6 13.5-3.2 22.3-3.2 22.3-40.9-44.5 8.4-107.9 92.8-118.3 0 0 0 11.1-1.7 18.7 0 0-29.2 14-39.8 38.8 0 0 1.4 9.2 3.5 14.1z"/>
|
||||
<path id="Path 4" class="s2" d="m287.9 298.6c0 0 16.6-4.7 14.9-14.3 0 0-14.2 5.5-14.9 14.3z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user