Skip to content

Commit

Permalink
🐛 fix(logo): along with index
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Dec 22, 2024
1 parent 9cfc465 commit 1eb790d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 25 deletions.
34 changes: 17 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@
/>

<!-- 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:type" content="website" />
<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."
/> <!-- 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 -->
/>
<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:site_name" content="SNIGDHA OS" />

<!-- 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: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: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 -->
/>
<meta name="twitter:image" content="https://snigdha-os.github.io/twitter-image.png" />
<meta name="twitter:creator" content="@snigdhaos" />

<!-- Author Meta Tag: Specifies the author of the website -->
<meta name="author" content="Snigdha OS Team" />
Expand All @@ -51,25 +51,25 @@
<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/" />
<link rel="canonical" href="https://snigdha-os.github.io/" />

<!-- Favicon: A small icon displayed in the browser tab -->
<link rel="icon" href="https://snigdhaos.org/favicon.ico" type="image/x-icon" />
<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 -->
<link rel="apple-touch-icon" href="https://snigdhaos.org/apple-touch-icon.png">
<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 -->
<link rel="apple-touch-startup-image" href="https://snigdhaos.org/apple-startup-image.png">
<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. -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Snigdha OS",
"url": "https://snigdhaos.org/",
"logo": "https://snigdhaos.org/logo.png",
"url": "https://snigdha-os.github.io/",
"logo": "https://snigdha-os.github.io/logo.png",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer Support",
Expand Down
13 changes: 5 additions & 8 deletions public/snigdhaos-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1eb790d

Please sign in to comment.