Skip to content

Commit

Permalink
Merge pull request #2316 from KrishPatel1205/branch1
Browse files Browse the repository at this point in the history
[FIXED] [BUG] Cards not displayed correctly on homepage #2315
  • Loading branch information
iamrahulmahato authored Nov 9, 2024
2 parents 27e011a + 1c5bb13 commit 48b0684
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,17 @@ <h3 class="card-heading">Gaming Tools Website</h3>
A responsive website for Gaming lovers
</p>
</div>
<a href="./projects/3D room decorator/index.html" class="card" target="_blank">
<div class="card-cover counter-cover-color">
<img src="https://roomtodo.com/public/files/seo/room_planer/mini/room_planner_1__380_prop.png" alt="3D Room Decorator">
</div>
<div class="card-content">
<h3 class="card-heading">3D Room Decorator</h3>
<p class="card-description">
Design and decorate a 3D room layout to visualize your space.
</p>
</div>
</a>
</a>
<a href="./projects/SpaceHuggers/index.html" class="card Games " target="_blank">
<div class="card-cover">
Expand All @@ -781,17 +792,7 @@ <h3 class="card-heading">Zero Line Game</h3>
</p>
</div>
</a>
<a href="./projects/3D room decorator/index.html" class="card" target="_blank">
<div class="card-cover counter-cover-color">
<img src="https://roomtodo.com/public/files/seo/room_planer/mini/room_planner_1__380_prop.png" alt="3D Room Decorator">
</div>
<div class="card-content">
<h3 class="card-heading">3D Room Decorator</h3>
<p class="card-description">
Design and decorate a 3D room layout to visualize your space.
</p>
</div>
</a>

<a href="./projects/Microblog/index.html" class="card" target="_blank">
<div class="card-cover counter-cover-color">
<img src="https://miro.medium.com/v2/resize:fit:1200/1*df8EnrIPBYLB0rOWTFVIzQ.jpeg" alt="Microblog with Customizable Animated Text">
Expand Down Expand Up @@ -846,7 +847,7 @@ <h3 class="card-heading">Virtual Memory Jar</h3>
</div>

</p>
</div>

</a>
<a href="./projects/3D room decorator/index.html" class="card" target="_blank">
<div class="card-cover counter-cover-color">
Expand All @@ -860,15 +861,6 @@ <h3 class="card-heading">3D Room Decorator</h3>
</div>
</a>

<a href="./projects/Microblog/index.html" class="card" target="_blank">
<div class="card-cover counter-cover-color">
<img src="https://miro.medium.com/v2/resize:fit:1200/1*df8EnrIPBYLB0rOWTFVIzQ.jpeg" alt="Microblog with Customizable Animated Text">

Virtual Memory Jar

</p>
</div>
</a>
<a href="./projects/Password Generator/index.html" class="card Generators" target="_blank">
<div class="card-cover counter-cover-color">
<img src="./assets/image/lock.png" alt="">
Expand Down

0 comments on commit 48b0684

Please sign in to comment.