Overview Features Prerequisites Usage Folder Structure Contributing License
The GoBridge website is designed to introduce users to GoBridge, a non-profit organization that focuses on educating underrepresented communities in technical skills, fostering diversity in Go, and supporting local Go communities.
Information about GoBridge's mission and vision. Contact form to reach out to GoBridge. Success and error messages for email submissions.
Before you begin, ensure you have met the following requirements:
Node.js installed NPM (Node Package Manager) installed Backend API (if using a backend)
Browse the website to learn about GoBridge's mission and vision. Click the "Contact Us" button to open the contact form. Fill out the form and click "Send Email" to contact GoBridge.
The project is organized into the following directories:
public: Contains static assets. src: Contains the website source code.
Contributions are what make the open source community an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project.
- Create your feature branch: git checkout -b feature/YourFeature
- Commit your changes: git commit -m 'Add some feature'
- Push to the branch: git push origin feature/YourFeature
- Open a pull request.