diff --git a/README.MD b/README.MD index 926e450..0d6babe 100644 --- a/README.MD +++ b/README.MD @@ -1 +1,30 @@ -# Revamped OSDC website +# React + TypeScript + Vite + +This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. + +Currently, two official plugins are available: + +- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh +- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh + +## Expanding the ESLint configuration + +If you are developing a production application, we recommend updating the configuration to enable type aware lint rules: + +- Configure the top-level `parserOptions` property like this: + +```js +export default { + // other rules... + parserOptions: { + ecmaVersion: 'latest', + sourceType: 'module', + project: ['./tsconfig.json', './tsconfig.node.json'], + tsconfigRootDir: __dirname, + }, +} +``` + +- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked` +- Optionally add `plugin:@typescript-eslint/stylistic-type-checked` +- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list diff --git a/index.html b/index.html index 8183c46..7d0ecc5 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,99 @@ - + - - OSDC - open source developers community + OSDC-open source developers community + -
- +
+
+ + +
+
+ +
+ +
+ +
+
+

+
About OSDC
+
+ We are an Open Source Community based in and around Jaypee Institute + of Information Technology, Noida, India. A community of web + developers, android freaks, machine learning enthusiasts, hackers, + designers, game developers and most significantly Explorers. We + welcome those who believe in the open source philosophy and are + willing to sacrifice their naps in order to change the world. +
+
+ We also organize various workshops, talks and hackathons in an effort + towards encouraging more people to lean into the open source world! We + love having late night conversations on tech and building new things. + If you love the same just hop in, we are looking forward for your + participation. +
+
+
+ +
+
+

Find us on

+ +
+
+ +
+
+ +
+
+ + +
+
+
+
+ +
+ Left Blob Image +
+
+ Right upper Blob Image +
+
+ Right lower Blob Image +
+
+ Bottom left Blob Image +
+
+ Bottom right Blob Image +
diff --git a/style.css b/style.css index 77aca79..4a16f29 100644 --- a/style.css +++ b/style.css @@ -50,6 +50,10 @@ font-size: 1.2rem; } +a { + text-decoration: none; + } + /* logosection */ .osdclogo{