File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,18 @@ <h4 class="text-center mt-3">Algorithms</h4>
21
21
< div class ="col-lg-2 "> </ div >
22
22
</ div >
23
23
</ div >
24
+ < div class ="container ">
25
+ < h4 class ="text-center mt-3 "> DSA Problem Solving Trick</ h4 >
26
+ < div class ="mt-4 d-flex align-items-center horizontal-scroll pt-3 ">
27
+ < div
28
+ class ="project-card floating-card me-3 p-md-4 p-3 col-md-4 col-12 tab "
29
+ routerLink ="/problem-solving-trick/string "
30
+ >
31
+ < h4 class ="text-uppercase "> String</ h4 >
32
+ <!-- <p class="m-0">{{project.description!.length > 80 ? project.description!.substring(0,80)+'...' :project.description }}</p> -->
33
+ </ div >
34
+ </ div >
35
+ </ div >
24
36
< div class ="container ">
25
37
< div class ="mt-4 d-flex align-items-center horizontal-scroll pt-3 ">
26
38
< div
@@ -32,4 +44,4 @@ <h4 class="text-uppercase">{{project.name}}</h4>
32
44
< p class ="m-0 "> {{project.description!.length > 80 ? project.description!.substring(0,80)+'...' :project.description }}</ p >
33
45
</ div >
34
46
</ div >
35
- </ div >
47
+ </ div >
You can’t perform that action at this time.
0 commit comments