Skip to content

Commit

Permalink
✨ style(_fav): image=> assets --force
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Dec 22, 2024
1 parent 1eb790d commit 0021aa1
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 22 deletions.
Binary file added assets/favicon.ico
Binary file not shown.
Binary file added assets/images/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/favicon.ico
Binary file not shown.
Binary file added assets/images/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/twitter-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 20 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,67 +2,65 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<!-- Favicon: A small icon displayed in the browser tab -->
<link rel="icon" href="https://snigdha-os.github.io/assets/images/favicon.ico" type="image/x-icon" />
<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>
<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. -->
<!-- Open Graph / Facebook Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="SNIGDHA OS - Arch-based Linux Distribution for Penetration Testing and Ethical Hacking" />
<meta property="og:title" content="SNIGDHA OS | Arch-based Linux Distribution for Penetration Testing and Ethical Hacking" />
<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."
/>
<meta property="og:url" content="https://snigdha-os.github.io/" />
<meta property="og:image" content="https://snigdha-os.github.io/og-image.png" />
<meta property="og:image" content="https://snigdha-os.github.io/assets/images/og-image.png" />
<meta property="og:site_name" content="SNIGDHA OS" />

<!-- Twitter Card Tags: These tags are similar to Open Graph but specifically for Twitter. -->
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="SNIGDHA OS - Arch-based Linux Distribution for Penetration Testing and Ethical Hacking" />
<meta name="twitter:title" content="SNIGDHA OS | Arch-based Linux Distribution for Penetration Testing and Ethical Hacking" />
<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."
/>
<meta name="twitter:image" content="https://snigdha-os.github.io/twitter-image.png" />
<meta name="twitter:image" content="https://snigdha-os.github.io/assets/images/twitter-image.png" />
<meta name="twitter:creator" content="@snigdhaos" />

<!-- Author Meta Tag: Specifies the author of the website -->
<!-- Author Meta Tag -->
<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" />
<!-- Theme Color -->
<meta name="theme-color" content="#6495ed" />

<!-- Keywords for SEO: These keywords help search engines understand your site's content -->
<!-- Keywords for SEO -->
<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) -->
<!-- Robots Meta Tag -->
<meta name="robots" content="index, follow" />

<!-- Canonical URL: Specifies the preferred version of the page to prevent duplicate content issues -->
<!-- Canonical URL -->
<link rel="canonical" href="https://snigdha-os.github.io/" />

<!-- Favicon: A small icon displayed in the browser tab -->
<link rel="icon" href="https://snigdha-os.github.io/favicon.ico" type="image/x-icon" />

<!-- Apple Touch Icon: Custom icon for iOS devices when users add your site to their home screen -->
<!-- Apple Touch Icon -->
<link rel="apple-touch-icon" href="https://snigdha-os.github.io/apple-touch-icon.png">

<!-- Apple Startup Image: Custom startup image for iOS when the site is launched from home screen -->
<!-- Apple Startup Image -->
<link rel="apple-touch-startup-image" href="https://snigdha-os.github.io/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. -->
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
Expand All @@ -84,7 +82,7 @@
}
</script>

<!-- Google Analytics Script: This allows you to track and analyze traffic to your website -->
<!-- Google Analytics Script -->
<script async src="https://www.googletagmanager.com/gtag/js?id=GTM-5HXGM54C"></script>
<script>
window.dataLayer = window.dataLayer || [];
Expand All @@ -98,7 +96,7 @@
<!-- Main content of the website will be rendered here by React -->
<div id="root"></div>

<!-- Entry point for the React app (main.tsx) -->
<!-- Entry point for the React app -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
Binary file added public/favicon.ico
Binary file not shown.

0 comments on commit 0021aa1

Please sign in to comment.