File size: 2,882 Bytes
132113e 8e118cf 132113e 8e118cf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 |

<div align="center">
[]({{portfolio_link}})
[]({{linkedin_link}})
</div>
<details>
<summary><h2>π€ My Promise</h2></summary>
```java
while (isAwake) {
{{daily_routine_1}}();
{{daily_routine_2}}();
{{daily_routine_3}}();
{{daily_routine_4}}();
}
```
</details>

<!-- Featured Projects Section -->

<details open>
<summary><h3>π― Core Skills</h3></summary>
{{core_skills_badges}}
</details>
<details>
<summary><h3>π Frontend Development</h3></summary>
{{frontend_skills_badges}}
</details>
<details>
<summary><h3>π Backend Development</h3></summary>
{{backend_skills_badges}}
</details>

<div align="center">
<img src="https://github-readme-stats.vercel.app/api?username={{github_username}}&show_icons=true&theme=graywhite" alt="GitHub Stats" height="170"/>
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username={{github_username}}&layout=compact&theme=graywhite" alt="Top Languages" height="170"/>
</div>
<div align="center">
<img src="https://github-readme-streak-stats.herokuapp.com/?user={{github_username}}&theme=graywhite" alt="GitHub Streak" height="170"/>
</div>
<h2 align="center">π‘ Random Dev Quote</h2>
<div align="center">
<img src="https://quotes-github-readme.vercel.app/api?type=horizontal&theme=light" alt="Random Dev Quote"/>
</div>

<div align="center">
<p><i>{{footer_text}}</i></p>
<br>
</div>
<div align="center">
[]({{portfolio_link}})
[]({{linkedin_link}})
</div>
 |