Skip to content

Commit

Permalink
feat:<Javascript>
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-rathod committed May 23, 2024
1 parent 185680c commit 0d4341c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/app/layout/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ <h4 class="text-center mt-3">Algorithms</h4>
<div class="col-lg-2"></div>
</div>
</div>
<div class="container">
<h4 class="text-center mt-3">DSA Problem Solving Trick</h4>
<div class="mt-4 d-flex align-items-center horizontal-scroll pt-3">
<div
class="project-card floating-card me-3 p-md-4 p-3 col-md-4 col-12 tab"
routerLink="/problem-solving-trick/string"
>
<h4 class="text-uppercase">String</h4>
<!-- <p class="m-0">{{project.description!.length > 80 ? project.description!.substring(0,80)+'...' :project.description }}</p> -->
</div>
</div>
</div>
<div class="container">
<div class="mt-4 d-flex align-items-center horizontal-scroll pt-3">
<div
Expand All @@ -32,4 +44,4 @@ <h4 class="text-uppercase">{{project.name}}</h4>
<p class="m-0">{{project.description!.length > 80 ? project.description!.substring(0,80)+'...' :project.description }}</p>
</div>
</div>
</div>
</div>

0 comments on commit 0d4341c

Please sign in to comment.