Skip to content

Commit

Permalink
Merge branch 'dhairyagothi:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
TBorundia authored Oct 29, 2024
2 parents 488738b + 0914088 commit f4dedb5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,14 @@ Welcome to repository of Station Guide
<!-- Added the GSSoc Accepted image -->
### This project is now OFFICIALLY accepted for

<div align="center">
<img src="https://github.com/apu52/METAVERSE/assets/114172928/e79eb6de-81b1-4ffb-b6ed-f018bb977e88" alt="GSSoC 2024 Extd" width="80%">
</div>
<br>
## 📋 Participating Programs

| Name | Logo | Purpose |
|-----------------------|-----------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
| GSSoC'2024-Extd | ![GSSoC Logo](assets/GSSoC-Ext.png) | The coding period is from October 1st to October 30th, during which contributors make contributions and earn points on the platform. |
| Hacktoberfest 2024 | ![Hacktoberfest Logo](assets/hacktoberfest.png) | Hacktoberfest is a month-long October event welcoming all skill levels to join the open-source community. |

---

<!--Line-->
<img src="https://user-images.githubusercontent.com/74038190/212284100-561aa473-3905-4a80-b561-0d28506553ee.gif" width="900">
Expand Down
Binary file added assets/GSSoC-Ext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/hacktoberfest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/image
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion frontend/src/Pages/contributor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ const contributor = () => {
<p className="text-gray-400">Building a better future for public transportation.</p>
</div>
<nav className="flex flex-wrap justify-center gap-6">
<a href="#" className="text-gray-300 transition-colors hover:text-white">Home</a>
<a href="/" className="text-gray-300 transition-colors hover:text-white">Home</a>
<a href="#" className="text-gray-300 transition-colors hover:text-white">Documentation</a>
<a href="https://github.com/dhairyagothi/StationGuide" target="_blank" rel="noopener noreferrer" className="text-gray-300 transition-colors hover:text-white">GitHub</a>
<a href="#" className="text-gray-300 transition-colors hover:text-white">Contact</a>
Expand Down

0 comments on commit f4dedb5

Please sign in to comment.