Skip to content

Commit

Permalink
Merge branch 'main' into faq
Browse files Browse the repository at this point in the history
  • Loading branch information
SrijaVuppala295 authored Nov 2, 2024
2 parents c305df8 + 6388226 commit c289a62
Show file tree
Hide file tree
Showing 11 changed files with 1,641 additions and 757 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Welcome to repository of Station Guide
- **[Code of Conduct](#code-of-conduct)**
- **[How to Fork](#how-to-fork)**
- **[Contributors](#contributors)**
- **[Contact Information](#contact-information)**
- **[Contact Information](#-team)**

<!--Line-->
<img src="https://user-images.githubusercontent.com/74038190/212284100-561aa473-3905-4a80-b561-0d28506553ee.gif" width="900">
Expand Down Expand Up @@ -447,10 +447,11 @@ Forking allows you to create a personal copy of the repository, where you can ex
<!-- Added the Team section -->
## 👥 Team
| ![Dhairya Gothi](https://avatars.githubusercontent.com/u/142989448?v=4&s=80)|
|:--:|
| **Dhairya Gothi** <br> <sub>Project Admin</sub> |
| [![LinkedIn](https://img.icons8.com/fluency/32/000000/linkedin.png)](https://www.linkedin.com/in/dhairya-gothi-65945b288/) |
| ![Dhairya Gothi](https://avatars.githubusercontent.com/u/142989448?v=4&s=80) | ![Rishita](https://avatars.githubusercontent.com/u/167749636?v=4&s=80) | ![Shreya](https://media.licdn.com/dms/image/v2/D4D03AQFG5YVopdYt7g/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1727992516667?e=1735776000&v=beta&t=UxOs0ZcgEiGTENny_brMh7mZ5ObiAF7KMlJVvJyJLlM) | ![Riddhi](https://avatars.githubusercontent.com/u/180189764?v=4&s=80) | ![Mrityunjay](https://avatars.githubusercontent.com/u/137044290?v=4&s=80) | ![Prem](https://media.licdn.com/dms/image/v2/D4D03AQEfHKeIrJS3FA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1727376973786?e=1735776000&v=beta&t=7FuOV4TXYLCx7mknNwzq0QJJk97iiQz3YZ4orvRbg0k) |
|:--:|:--:|:--:|:--:|:--:|:--:|
| **Dhairya Gothi** <br> <sub>Project Admin</sub> | **Rishita** <br> <sub>Co-lead</sub> | **Shreya** <br> <sub>Researcher</sub> | **Riddhi** <br> <sub>Designer</sub> | **Mrityunjay** <br> <sub>Developer</sub> | **Prem** <br> <sub>Developer</sub> |
| [![LinkedIn](https://img.icons8.com/fluency/32/000000/linkedin.png)](https://www.linkedin.com/in/dhairya-gothi-65945b288/) | [![LinkedIn](https://img.icons8.com/fluency/32/000000/linkedin.png)](#) | [![LinkedIn](https://img.icons8.com/fluency/32/000000/linkedin.png)](#) | [![LinkedIn](https://img.icons8.com/fluency/32/000000/linkedin.png)](#) | [![LinkedIn](https://img.icons8.com/fluency/32/000000/linkedin.png)](#) | [![LinkedIn](https://img.icons8.com/fluency/32/000000/linkedin.png)](#) |
If you have questions, suggestions, or feedback, please reach out via email at dhairyag31@gmail.com. You can also join our [discussion forum](https://github.com/dhairyagothi/StationGuide/discussions).
Expand Down
7 changes: 6 additions & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@




</style>
</head>
<body class="load">
Expand Down Expand Up @@ -583,7 +584,11 @@ <h3>Saarthi</h3>
</script>
</div>



<script>
document.getElementById("year").innerText = new Date().getFullYear();
</script>


</body>
</html>
65 changes: 65 additions & 0 deletions frontend/package copy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"name": "megaproject",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@reduxjs/toolkit": "^2.0.1",
"@tinymce/tinymce-react": "^5.1.1",
"appwrite": "^13.0.2",
"caniuse-lite": "^1.0.30001668",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"embla-carousel-react": "^8.3.0",
"framer-motion": "^11.11.7",
"html-react-parser": "^5.1.1",
"lucide-react": "^0.447.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-redux": "^9.1.0",
"react-responsive": "^10.0.0",
"react-router-dom": "^6.21.2",
"react-share": "^5.1.0",
"react-simple-chatbot": "^0.5.0",
"styled-components": "^4.0.0",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"vite": "^5.4.10"
}
}
Loading

0 comments on commit c289a62

Please sign in to comment.