Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #375

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 14 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

OpSo is a Flutter app that provides comprehensive information about various open-source programs, including Google Summer of Code, Summer of Bitcoin, Linux Foundation, and more. It allows users to explore different open-source opportunities, learn about their eligibility criteria, and access important resources.

<table align="center">
<table align="center" style="border: 2px solid;">
<thead align="center">
<tr border: 2px;>
<td><b>🌟 Stars</b></td>
Expand Down Expand Up @@ -68,7 +68,7 @@ We appreciate any code contributions that enhance the functionality or improve t
1. Fork the repository to your GitHub account.
2. Clone your forked repository to your local machine.
3. Create a new branch for your feature or bug fix: `git checkout -b feature-name`.
4. Make your changes and ensure that the code follows the [Flutter style guide](https://flutter.dev/docs/development/tools/formatting).
4. Make your changes and ensure that the code follows the [Flutter style guide](https://docs.flutter.dev/development/tools/formatting).
5. Test your changes locally to ensure they work as expected.
6. Commit your changes with descriptive commit messages: `git commit -m "Add feature XYZ"`.
7. Push your changes to your forked repository: `git push origin feature-name`.
Expand Down Expand Up @@ -130,21 +130,18 @@ Good documentation is essential for the success of any open-source project. If y
<h2><img src="https://github.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/blob/master/Emojis/Hand%20gestures/Flexed%20Biceps.png?raw=true" width="35" height="35" > Open Source Programs</h2>
</div>

<table border="1" cellpadding="10">
<tr>
<td rowspan="2">
<img src="https://github.com/Meetjain1/wanderlust/assets/133582566/21b2bc42-bdd5-487a-a083-1b262c2f6d9b" alt="GSSOC Logo" width="100" height="55">
</td>
<td>
<strong>GSSOC 2024</strong>
</td>
</tr>
<tr>
<td>
This project is part of GirlScript Summer of Code. We enthusiastically welcome community contributions to enhance OpSo.
</td>
</tr>
</table>
<table border="1" cellpadding="10" style="border-collapse: collapse; text-align: left;">
<tr>
<td>
<img src="https://github.com/Meetjain1/wanderlust/assets/133582566/21b2bc42-bdd5-487a-a083-1b262c2f6d9b" alt="GSSOC Logo" width="100" height="55">
</td>
<td>
<strong>GSSOC 2024</strong><br>
This project is part of GirlScript Summer of Code. We enthusiastically welcome community contributions to enhance OpSo.
</td>
</tr>
</table>


<hr>

Expand Down