Skip to content

Commit

Permalink
added buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjay-poddar committed Mar 12, 2024
1 parent 0847e96 commit bc15a04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,21 +581,21 @@ <h5>October,2021</h5>
<div classs="container-fluid ">
<div class="row text-center cat">
<div class="col-xs-12 col-sm-12 col-md-4" data-aos="fade-right" data-aos-duration="1200" data-aos-easing="ease-in-out">
<a href="./projects.html"><img loading="lazy" class="project-blog grow" src="./img/projects.png"></a>
<a href="./projects.html"><img loading="lazy" class="project-blog grow" src="./img/projects.png"></a><br><br>
<a href="./projects.html">
<h3 class="project-blog-headings">Projects</h3>
<button type="button" class="btn btn-secondary btn-lg">Projects</button>
</a>
</div>
<div class="col-xs-12 col-sm-12 col-md-4" data-aos="fade-right" data-aos-duration="1200" data-aos-easing="ease-in-out">
<a href="./blogs.html"><img loading="lazy" class="project-blog grow" src="./img/blogs.png"></a>
<a href="./blogs.html"><img loading="lazy" class="project-blog grow" src="./img/blogs.png"></a><br><br>
<a href="./blogs.html">
<h3 class="project-blog-headings">Publications</h3>
<button type="button" class="btn btn-secondary btn-lg">Publications</button>
</a>
</div>
<div class="col-xs-12 col-sm-12 col-md-4" data-aos="fade-right" data-aos-duration="1200" data-aos-easing="ease-in-out">
<a href="https://pranjay-graphics.netlify.app/" target="_blank"><img loading="lazy" class="project-blog grow" src="./img/graphics.png"></a>
<a href="https://pranjay-graphics.netlify.app/" target="_blank"><img loading="lazy" class="project-blog grow" src="./img/graphics.png"></a><br><br>
<a href="https://pranjay-graphics.netlify.app/" target="_blank">
<h3 class="project-blog-headings">Graphic Designs</h3>
<button type="button" class="btn btn-secondary btn-lg">Graphic Designs</button>
</a>
</div>
</div>
Expand Down

0 comments on commit bc15a04

Please sign in to comment.