Skip to content

Commit

Permalink
refactored some issues from feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarkori143 committed Jun 23, 2024
1 parent a67018b commit c074a6f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<h1 align="center"><a href="https://codeforgovtech.in/">Code for GovTech (C4GT)</a> Open Source Program</h1>

<br/>
<a href="https://codeforgovtech.in/"></a>
<div align="Center"><img src="https://static.wixstatic.com/media/060b0c_8029055ce0074bfaa4bb6d9f1c2c33d2~mv2.png/v1/fill/w_2266,h_2168,al_c,q_95,usm_0.66_1.00_0.01,enc_auto/060b0c_8029055ce0074bfaa4bb6d9f1c2c33d2~mv2.png" height ="500" align="Center"/>
<br>
<h1 align="center">
<a href="https://codeforgovtech.in/">Code for GovTech (C4GT)</a>
</h1>

<div align="center">
<a href="https://codeforgovtech.in/">
<img src="https://static.wixstatic.com/media/060b0c_8029055ce0074bfaa4bb6d9f1c2c33d2~mv2.png/v1/fill/w_2266,h_2168,al_c,q_95,usm_0.66_1.00_0.01,enc_auto/060b0c_8029055ce0074bfaa4bb6d9f1c2c33d2~mv2.png" height="300" align="center"/>
</a>
</div>


Expand All @@ -13,9 +15,9 @@

Are you a beginner eager to contribute to C4GT open community projects but need clarification on the relevant tech skills? Or a pro looking for a quick refresher before diving into full coding mode? C4GT has got you covered.

We’ve compiled guide sheets on the top 9 tech stacks used in the C4GT Community.
We’ve compiled cheat sheets on the top 9 tech stacks used in the C4GT Community.

## πŸš€ Why Use These Guide Sheets?
## πŸš€ Why Use These Cheat Sheets?

### Quick Reference πŸ“Œ
Save time by having all essential information at your fingertips.
Expand All @@ -26,9 +28,8 @@ Reinforce your understanding of key concepts and syntax.
### Boost in Productivity ⚑
Speed up your development process by avoiding constant look-ups.

## πŸ“‘ Guide Sheets
## πŸ“‘ Cheat Sheets
<!-- CONTENTS -->
# πŸ“š Contents

- πŸ“‚ Frameworks-or-Libraries
- πŸ“„ [Angular](./Frameworks-or-Libraries/Angular.md)
Expand All @@ -43,13 +44,12 @@ Speed up your development process by avoiding constant look-ups.
- πŸ“„ [Markdown](./Languages/markdown.md)
- πŸ“„ [Python](./Languages/python.md)
<!-- END CONTENTS -->
[Explore Resources](./resources.html)
-------------------


[Explore All Resources](./resources.html)πŸš€

## 🌟 How to Make the Best Use of These Resources?

- **Quick Reference** πŸ“Œ: Save time by having all essential information at your fingertips.
- **Learning Aid** πŸ“–: Reinforce your understanding of key concepts and syntax.
- **Productivity Boost** ⚑: Speed up your development process by avoiding constant look-ups.

## πŸ“₯ How to Contribute & Help Others in Learning?

Expand Down
1 change: 0 additions & 1 deletion update_readmes.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def update_readme(directory):
return

with open(readme_path, "w") as readme_file:
readme_file.write("# πŸ“š Contents\n\n")
for md_file in md_files:
title = format_title(md_file)
readme_file.write(f"- [{title}]({md_file})\n")
Expand Down

0 comments on commit c074a6f

Please sign in to comment.