🧹 chore(clean): dump all code

This commit is contained in:
eshanized
2024-12-30 12:00:06 +05:30
parent d45f374bbb
commit 546ab97fdd
71 changed files with 0 additions and 32954 deletions

View File

@@ -1,64 +0,0 @@
import clsx from 'clsx';
import Heading from '@theme/Heading';
import styles from './styles.module.css';
const FeatureList = [
{
title: 'Easy to Use',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>
Docusaurus was designed from the ground up to be easily installed and
used to get your website up and running quickly.
</>
),
},
{
title: 'Focus on What Matters',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
description: (
<>
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
ahead and move your docs into the <code>docs</code> directory.
</>
),
},
{
title: 'Powered by React',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
description: (
<>
Extend or customize your website layout by reusing React. Docusaurus can
be extended while reusing the same header and footer.
</>
),
},
];
function Feature({Svg, title, description}) {
return (
<div className={clsx('col col--4')}>
<div className="text--center">
<Svg className={styles.featureSvg} role="img" />
</div>
<div className="text--center padding-horiz--md">
<Heading as="h3">{title}</Heading>
<p>{description}</p>
</div>
</div>
);
}
export default function HomepageFeatures() {
return (
<section className={styles.features}>
<div className="container">
<div className="row">
{FeatureList.map((props, idx) => (
<Feature key={idx} {...props} />
))}
</div>
</div>
</section>
);
}

View File

@@ -1,11 +0,0 @@
.features {
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
}
.featureSvg {
height: 200px;
width: 200px;
}

View File

@@ -1,73 +0,0 @@
/**
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
@import 'font-awesome/css/font-awesome.min.css';
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap');
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #4f46e5;
--ifm-color-primary-dark: #4f46e5;
--ifm-color-primary-darker: #4f46e5;
--ifm-color-primary-darkest: #4f46e5;
--ifm-color-primary-light: #4f46e5;
--ifm-color-primary-lighter: #4f46e5;
--ifm-color-primary-lightest: #4f46e5;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
/* Custom font for code */
--ifm-font-family-code: 'Fira Code', monospace;
}
/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #4f46e5;
--ifm-color-primary-dark: #4f46e5;
--ifm-color-primary-darker: #4f46e5;
--ifm-color-primary-darkest: #4f46e5;
--ifm-color-primary-light: #4f46e5;
--ifm-color-primary-lighter: #4f46e5;
--ifm-color-primary-lightest: #4f46e5;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
.navbar__icon {
height: 2rem;
width: 2rem;
}
.navbar__github {
-webkit-tap-highlight-color: transparent;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 1.5rem;
transition: background var(--ifm-transition-fast);
}
html[data-theme='light'] .navbar__github {
color: #4f46e5;
}
html[data-theme='dark'] .navbar__github {
color: #4f46e5;
}
.navbar__github:hover {
background: var(--ifm-color-emphasis-200);
}
/* Apply Fira Code to code blocks and preformatted text */
code, pre {
font-family: 'Fira Code', monospace;
}
/* Optionally apply Fira Code globally for body */
body {
font-family: 'Fira Code', monospace;
}

View File

@@ -1,40 +0,0 @@
---
slug: /cookie-consent
title: Cookie Consent Policy
---
# Cookie Consent Policy
This Cookie Consent Policy explains how **Snigdha OS** uses cookies on [Snigdha OS Forum](https://forum.snigdhaos.org/). By using our **Forum**, you consent to the use of cookies as described in this policy.
## What are cookies?
Cookies are small pieces of data stored on your device (computer or mobile device) when you visit a website. They are widely used to make websites work more efficiently and to provide information to the owners of the site.
## How do we use cookies?
We use cookies for the following purposes:
📌 **Essential Cookies:** These cookies are necessary for *SNIGDHA OS FORUM* to function properly. They enable basic functionalities such as page navigation and access to secure areas of *SNIGDHA OS FORUM*. *SNIGDHA OS FORUM* cannot function properly without these cookies.
📌 **Analytics Cookies:** These cookies allow us to analyze how visitors use *SNIGDHA OS FORUM*, so we can measure and improve the performance of our site. We use services like Google Analytics to gather this information.
📌 **Marketing Cookies:** These cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user.
## Your consent
By using *SNIGDHA OS FORUM*, you consent to the use of cookies in accordance with this Cookie Consent Policy. You can withdraw your consent at any time by disabling cookies in your browser settings.
**NOTE :** Disabling cookies may affect the functionality of SNIGDHA OS FORUM.
## Managing cookies
You can control and/or delete cookies as you wish. You can delete all cookies that are already on your computer and you can set most browsers to prevent them from being placed. If you do this, however, you may have to manually adjust some preferences every time you visit *SNIGDHA OS FORUM*, and some services and functionalities may not work.
## Changes to this policy
We may update this Cookie Consent Policy from time to time. Any changes will be posted on this page with an updated revision date.
**Contact us**
If you have any questions about our Cookie Consent Policy, please contact us via [email](mailto:hello@snigdhaos.org).

View File

@@ -1,23 +0,0 @@
/**
* CSS files with the .module.css suffix will be treated as CSS modules
* and scoped locally.
*/
.heroBanner {
padding: 4rem 0;
text-align: center;
position: relative;
overflow: hidden;
}
@media screen and (max-width: 996px) {
.heroBanner {
padding: 2rem;
}
}
.buttons {
display: flex;
align-items: center;
justify-content: center;
}

View File

@@ -1,7 +0,0 @@
---
title: Markdown page example
---
# Markdown page example
You don't need React to write simple standalone pages.

View File

@@ -1,123 +0,0 @@
---
slug: /privacy_policy
title: Privacy Policy
---
### Privacy Policy 🔒
Welcome to the Snigdha OS Team's website! Your privacy is incredibly important to us. Here's a user-friendly breakdown of how we handle your data and why we collect it, explained in detail with clarity and transparency. 😊
---
### **Who We Are** 👥
The **Snigdha OS Team** (referred to as "Snigdha OS" or "we") operates the website and services at [https://snigdhaos.org](https://snigdhaos.org), including its subdirectories.
If you have questions about your privacy, you can reach us at:
📧 **Email:** privacy@snigdhaos.org
---
### **Why We Collect Your Data** 🧐
We collect and process data to:
- Ensure our website works smoothly. 🚀
- Provide the services you love, like forums and wikis. 🛠️
- Keep our platform secure from spammers and malicious actors. 🔐
When applicable, we adhere to the **GDPR** (General Data Protection Regulation) for protecting your rights.
---
### **What Data We Collect & Why** 📊
#### 1. **When You Visit Our Website** 🌐
Our hosting provider automatically collects some technical details:
- **IP address**
- **Content accessed**
- **Date and time of access**
- **Amount of data transmitted**
- **Referrer (the website you came from)**
- **Web browser and user agent details**
💡 **Why?**
- To establish a connection and display the website to you.
- To maintain the security of our systems and detect malicious activity.
🕒 **How Long?**
Log files are stored for **30 days** and then automatically deleted.
---
#### 2. **When You Create an Account** ✍️
For services like forums or wikis, youll need to sign up. We collect:
- **Username**
- **Email address**
- **Password** (securely stored)
- **Language preference** 🌍
- **Time zone** 🕰️
💌 Youll also get a confirmation email when signing up.
💡 **Why?**
To give you a personalized experience and ensure account security.
---
#### 3. **When You Use Specific Services** 🛠️
##### **Forums** 💬
- You can read posts anonymously.
- To participate, youll need an account.
- Well collect:
- Username and email address.
- Captcha responses (to block spam 🤖).
When posting, certain account details (like your username and registration date) will be visible to other users.
💡 **Why?**
To prevent spam and provide a safe, engaging forum for discussion.
🕒 **What Happens If I Delete My Account?**
- Your posts will remain for the forums continuity.
- The authors name will be anonymized to protect your identity.
---
##### **Docs/Wiki** 📚
- Reading content is free for everyone.
- To contribute, youll need an account.
- Similar to forums, we collect:
- Username and email address.
- Captcha responses.
- Optional details like your time zone and language.
💡 **Why?**
To personalize your experience and protect the platform from spam.
🕒 **What Happens If I Delete My Account?**
- Your contributions will stay visible for the communitys benefit.
- Your author details will be anonymized.
---
### **Legal Basis for Data Processing (GDPR)** ⚖️
- **Providing Services (Art. 6 para. 1 lit. b GDPR):** We process your data to fulfill our contract with you (like offering account-based services).
- **Protecting Security (Art. 6 para. 1 lit. f GDPR):** We use data for legitimate interests like ensuring system stability and preventing abuse.
---
### **Your Rights** ✨
Under the GDPR, you have the right to:
- **Access Your Data:** See what data we have about you.
- **Correct Inaccuracies:** Update incorrect or incomplete data.
- **Delete Your Data:** Ask us to erase your data (within legal constraints).
- **Restrict Processing:** Limit how we use your data.
- **Data Portability:** Receive your data in a usable format.
💌 To exercise your rights, contact us at: privacy@snigdhaos.org
---
### **Conclusion** 💡
Were committed to protecting your privacy while delivering a seamless experience. If you have any concerns or suggestions, dont hesitate to reach out! Together, we can make Snigdha OS a safer and better place. 💜
Thank you for trusting us! 🙏
**Your Snigdha OS Team** 🛡️

View File

@@ -1,10 +0,0 @@
import React from 'react';
import SearchBar from '@theme-original/SearchBar';
export default function SearchBarWrapper(props) {
return (
<>
<SearchBar {...props} />
</>
);
}