Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar0022 authored Oct 31, 2023
1 parent be04935 commit da7d87c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,13 @@ <h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px
<h1 class="position-absolute text-uppercase text-primary">My Blogs</h1>
</div>
<div class="row">
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100" src="./img/statem_management.png" alt="">
</div>
<p><b><u>React State Management</u></b></p>
<a class="btn btn-sm btn-outline-primary py-2" href="https://singhrohan.hashnode.dev/state-management-in-react">Check Blogs</a>
</div>
<div class="col-lg-4 mb-5">
<div class="position-relative mb-4">
<img class="img-fluid rounded w-100" src="./img/cors.avif" alt="">
Expand Down Expand Up @@ -293,6 +300,8 @@ <h1 class="position-absolute text-uppercase text-primary">My Projects</h1>
<a class="text-white" href="https://github.com/error-4u">GitHub</a>
<span class="px-3">|</span>
<a class="text-white" href="https://hashnode.com/@singh450">Hashnode</a>
<span class="px-3">|</span>
<a class="text-white" href="https://medium.com/@error_4u">Medium</a>
<span class="px-3">|</span>
<a class="text-white" href="https://leetcode.com/error4u/">LeetCode</a>
<span class="px-3">|</span>
Expand Down

0 comments on commit da7d87c

Please sign in to comment.