diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index dd84ea7..0000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-name: Bug report
-about: Create a report to help us improve
-title: ''
-labels: ''
-assignees: ''
-
----
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
-
-**Desktop (please complete the following information):**
- - OS: [e.g. iOS]
- - Browser [e.g. chrome, safari]
- - Version [e.g. 22]
-
-**Smartphone (please complete the following information):**
- - Device: [e.g. iPhone6]
- - OS: [e.g. iOS8.1]
- - Browser [e.g. stock browser, safari]
- - Version [e.g. 22]
-
-**Additional context**
-Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 0000000..090e8c1
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,54 @@
+name: ЁЯРЮ Bug
+description: File a bug/issue
+title: "[BUG]:
"
+labels: [Bug, Needs Triage]
+body:
+- type: checkboxes
+ attributes:
+ label: Is there an existing issue for this?
+ description: Please search to see if an issue already exists for the bug you encountered.
+ options:
+ - label: I have searched the existing issues
+ required: true
+- type: textarea
+ attributes:
+ label: Current Behavior
+ description: A concise description of what you're experiencing.
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Expected Behavior
+ description: A concise description of what you expected to happen.
+ validations:
+ required: false
+- type: textarea
+ attributes:
+ label: Steps To Reproduce
+ description: Steps to reproduce the behavior.
+ placeholder: |
+ 1. In this environment...
+ 2. With this config...
+ 3. Run '...'
+ 4. See error...
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Anything else?
+ description: |
+ Links? References? Anything that will give us more context about the issue you are encountering!
+
+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
+ validations:
+ required: false
+- type: dropdown
+ id: browsers
+ attributes:
+ label: What browsers are you seeing the problem on?
+ multiple: true
+ options:
+ - Firefox
+ - Chrome
+ - Safari
+ - Microsoft Edge
diff --git a/.github/ISSUE_TEMPLATE/feature_report.yml b/.github/ISSUE_TEMPLATE/feature_report.yml
new file mode 100644
index 0000000..0ecc332
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_report.yml
@@ -0,0 +1,55 @@
+name: ЁЯТб General Feature Request
+description: Have a new idea/feature for rbjks? Let us know...
+title: "[FEATURE]: "
+labels: ["enhancement"]
+body:
+ - type: checkboxes
+ id: duplicates
+ attributes:
+ label: Is this a unique feature?
+ description: Increase the chances of your issue being accepted by making sure it has not been raised before.
+ options:
+ - label: I have checked "open" AND "closed" issues and this is not a duplicate
+ required: true
+ - type: textarea
+ attributes:
+ label: Is your feature request related to a problem/unavailable functionality? Please describe.
+ description: A clear and concise description of what the problem is (for example "I'm always frustrated when [...]").
+ validations:
+ required: true
+ - type: textarea
+ id: description
+ attributes:
+ label: Proposed Solution
+ description: A clear description of the enhancement you propose. Please include relevant information and resources (for example another project's implementation of this feature).
+ validations:
+ required: true
+ - type: textarea
+ id: screenshots
+ attributes:
+ label: Screenshots
+ description: Please add screenshots of the before and/or after the proposed changes.
+ validations:
+ required: false
+ - type: dropdown
+ id: assignee
+ attributes:
+ label: Do you want to work on this issue?
+ multiple: false
+ options:
+ - "No"
+ - "Yes"
+ default: 0
+ validations:
+ required: false
+ - type: textarea
+ id: extrainfo
+ attributes:
+ label: If "yes" to above, please explain how you would technically implement this
+ description: For example reference any existing code
+ validations:
+ required: false
+ - type: markdown
+ attributes:
+ value: |
+ You can also join our Discord community [here]
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index bbcbbe7..0000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-title: ''
-labels: ''
-assignees: ''
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
diff --git a/.github/PULL_REQUEST_TEMPLATE.MD b/.github/PULL_REQUEST_TEMPLATE.MD
index 49e6725..dd4b11f 100644
--- a/.github/PULL_REQUEST_TEMPLATE.MD
+++ b/.github/PULL_REQUEST_TEMPLATE.MD
@@ -1,13 +1,37 @@
+
+
+## Motivation and Context
+
+
+
+
Fixes #
-Changes proposed
+## Description
+
+
+
+## How Has This Been Tested?
+
+
+
+
+
+## Screenshots (if appropriate):
+
+## Types of Changes
+
+
+
+- [ ] Bug fix (non-breaking change that fixes an issue)
+- [ ] New feature (non-breaking change that adds functionality)
+- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
--
--
--
+## Checklist:
-Test Methodology and Results
+
+
--
--
--
+- [ ] My code follows the code style of this project.
+- [ ] My change requires a change to the documentation.
+- [ ] I have updated the documentation accordingly.
diff --git a/.github/workflows/prettify.yml b/.github/workflows/prettify.yml
new file mode 100644
index 0000000..e6ea92f
--- /dev/null
+++ b/.github/workflows/prettify.yml
@@ -0,0 +1,34 @@
+name: Prettier Action
+
+on: push
+
+jobs:
+ prettier:
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v4
+ with:
+ fetch-depth: 0
+ ref: ${{ github.head_ref }}
+ # Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
+ persist-credentials: false
+
+ - name: Commit URL
+ run: git remote set-url origin https://github-actions:${{github.token}}@github.com/rbjks/rbjks.github.io.git
+
+ - name: Setup Node.js
+ uses: actions/setup-node@v4
+ with:
+ node-version: lts/*
+ cache: npm
+
+ - name: Install Dependencies
+ run: npm ci
+
+ - name: Prettify Code
+ uses: creyD/prettier_action@v4.3
+ with:
+ dry: false
+ github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3c3629e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+node_modules
diff --git a/.husky/pre-commit b/.husky/pre-commit
new file mode 100755
index 0000000..d24fdfc
--- /dev/null
+++ b/.husky/pre-commit
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+. "$(dirname -- "$0")/_/husky.sh"
+
+npx lint-staged
diff --git a/.lintstagedrc.js b/.lintstagedrc.js
new file mode 100644
index 0000000..042a328
--- /dev/null
+++ b/.lintstagedrc.js
@@ -0,0 +1,3 @@
+export default {
+ '*': 'prettier --ignore-unknown --write',
+};
diff --git a/.npmrc b/.npmrc
new file mode 100644
index 0000000..cffe8cd
--- /dev/null
+++ b/.npmrc
@@ -0,0 +1 @@
+save-exact=true
diff --git a/.nvmrc b/.nvmrc
new file mode 100644
index 0000000..d5a1596
--- /dev/null
+++ b/.nvmrc
@@ -0,0 +1 @@
+20.10.0
diff --git a/.prettierignore b/.prettierignore
new file mode 100644
index 0000000..d5f19d8
--- /dev/null
+++ b/.prettierignore
@@ -0,0 +1,2 @@
+node_modules
+package-lock.json
diff --git a/.prettierrc.js b/.prettierrc.js
new file mode 100644
index 0000000..5cc6edb
--- /dev/null
+++ b/.prettierrc.js
@@ -0,0 +1,7 @@
+// @ts-check
+
+/** @type {import("prettier").Config} */
+export default {
+ singleQuote: true,
+ plugins: ['prettier-plugin-packagejson'],
+};
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ef0841d..8374194 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,11 +1,9 @@
# Contributing Guidelines
-First of all thanks for spending your time to contribute or showing interest to contribute to this project :smiley:
+First of all thanks for spending your time to contribute or showing interest to contribute to this project :smiley:
This documentation contains a set of `Guidelines` and `Steps` to help you during the contribution process.
-
-
# ЁЯФС Guidelines for contributing :
Here are some set of guidelines to follow while contributing to `rbjks.github.io` :
@@ -13,39 +11,36 @@ Here are some set of guidelines to follow while contributing to `rbjks.github.io
1. Welcome to this repository, if you are here as an open-source program participant/contributor.
2. Participants/contributors have to **comment** on issues they would like to work on, and mentors or the maintainers will assign you.
3. Issues will be assigned on a **first-come, first-serve basis.**
-4. Participants/contributors can also **open their issues**, but it needs to be verified and labelled by a mentor. We respect all your contributions, whether it is an Issue or a Pull Request.
-5. Please check if the issue you want to is already listed, If its **already listed** chat in the comments to figure out whether someone is working on it or not, If issue is not listed then you can raise an issue, make sure you get it **assigned** to you before you start working on that project.A
+4. Participants/contributors can also **open their issues**. We respect all your contributions, whether it is an Issue or a Pull Request.
+5. Please check if the issue you want to is already listed, If its **already listed**, chat in the comments to figure out whether someone is working on it or not. If issue is not listed then you can raise an issue, make sure you get it **assigned** to you before you start working on that project.
6. Please don't pick up an issue already assigned to someone else. Work on the issues after it gets **assigned to you**.
7. Create your file in an appropriate folder with appropriate name and extension.
8. Pull requests will be merged after appropriate reviews.
9. We all are here to learn. You are allowed to make mistakes. That's how you learn, right!.
-
-
-
# тЦ╢я╕П Steps for contributing :
+
## Fork this repository
+
Fork this repository by clicking on the fork button on the top of this page.
This will create a copy of this repository in your account.
-
## Clone This Repository
-Now clone the forked repository to your machine.
+Now clone the forked repository to your machine.
Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.
-
Open a terminal and run the following git command:
+
```
git clone https://github.com//rbjks.github.io.git
```
-
## Create a branch
Change to the repository directory on your computer (if you are not already there):
@@ -67,6 +62,7 @@ git checkout -b add-new-feature
```
## Make necessary changes and commit those changes
+
If you go to the project directory and execute the command `git status`, you'll see there are changes.
Add those changes to the branch you just created using the git add command:
@@ -74,16 +70,21 @@ Add those changes to the branch you just created using the git add command:
```
git add .
```
+
Now commit those changes using the git commit command:
```
git commit -m "Your commit message"
```
+
## Push changes to GitHub
+
Push the changes to the forked repository using:
+
```
git push origin
```
+
Navigate to the original fork of this repository on your profile and click on the branch you had committed to.
Then click on Contribute to create a Pull Request i.e create a PR on Github. (Don't just hit the create a pull request button, you must write a PR message to clarify why and what are you contributing)
@@ -92,6 +93,7 @@ Then click on Contribute to create a Pull Request i.e create a PR on Github. (Do
## Are you a beginner in using Github?
You can refer to the following articles on the basics of Git and Github and also contact me, in case you are stuck:
+
- [Forking a Repo](https://help.github.com/en/github/getting-started-with-github/fork-a-repo)
- [Cloning a Repo](https://help.github.com/en/desktop/contributing-to-projects/creating-an-issue-or-pull-request)
- [How to create a Pull Request](https://opensource.com/article/19/7/create-pull-request-github)
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index 20bfa6f..0000000
--- a/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-## Description
-
-
-## Motivation and Context
-
-
-
-## How Has This Been Tested?
-
-
-
-
-## Screenshots (if appropriate):
-
-## Types of Changes
-
-- [ ] Bug fix (non-breaking change that fixes an issue)
-- [ ] New feature (non-breaking change that adds functionality)
-- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
-
-## Checklist:
-
-
-- [ ] My code follows the code style of this project.
-- [ ] My change requires a change to the documentation.
-- [ ] I have updated the documentation accordingly.
diff --git a/README.md b/README.md
index e959f4a..70bdb35 100644
--- a/README.md
+++ b/README.md
@@ -5,14 +5,12 @@ Access this website at https://rbjks.github.io/index.html
The aim for the website is as a static webpage for an NGO 'Ranjeet Bakhshi Jan Kalyan Sabha'. The NGO conducts many activites and crowd-funding campaigns to help people in lower-economic and social backgrounds to empower themselves.
This website has to be duolingual with both English and Hindi as the required languages.
-
-Preferred colors for the website
+Preferred colors for the website
Emerald - #22B9A8
![Emerald](https://user-images.githubusercontent.com/115361239/220578047-1ed3c681-0282-4b1e-85bd-66e86b1344bd.png)
-
Deep Saffron - #ff9933
![Deep Saffron](https://user-images.githubusercontent.com/115361239/220579735-fb87b37d-67f4-406c-8188-2d42f29f9847.png)
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 0000000..034e848
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,21 @@
+# Security Policy
+
+## Supported Versions
+
+Use this section to tell people about which versions of your project are
+currently being supported with security updates.
+
+| Version | Supported |
+| ------- | ------------------ |
+| 5.1.x | :white_check_mark: |
+| 5.0.x | :x: |
+| 4.0.x | :white_check_mark: |
+| < 4.0 | :x: |
+
+## Reporting a Vulnerability
+
+Use this section to tell people how to report a vulnerability.
+
+Tell them where to go, how often they can expect to get an update on a
+reported vulnerability, what to expect if the vulnerability is accepted or
+declined, etc.
diff --git a/activities.html b/activities.html
index 6256c46..1c297f5 100644
--- a/activities.html
+++ b/activities.html
@@ -1,68 +1,161 @@
-
+
-
-
-
-
-
+
+
+
+
RBJKS::Activities
-
-
-
-
-
+
+
+
+
+
+
-
+