Commit 27ea7ba 1 parent d52ae1f commit 27ea7ba Copy full SHA for 27ea7ba
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ function remainingProjects(){
103
103
for ( var i = 1 ; i < all_projects . length ; i ++ ) {
104
104
project_to_add = all_projects [ i ] ;
105
105
106
- document . getElementById ( "previous -projects" ) . innerHTML += `
106
+ document . getElementById ( "all -projects" ) . innerHTML += `
107
107
<div class="row">
108
108
<div class="col s12 m6 l4">
109
109
<div class="card medium">
@@ -142,7 +142,7 @@ function remainingProjects(){
142
142
</div>
143
143
</div>`
144
144
} ;
145
- document . getElementById ( "previous-projects " ) . style . display = "none"
145
+ document . getElementById ( "load-more-button " ) . style . display = "none"
146
146
147
147
}
148
148
Original file line number Diff line number Diff line change @@ -355,8 +355,9 @@ <h3 class="page-title white-text red">Recent Projects</h3>
355
355
356
356
< div class ="container " id ="latest-projects ">
357
357
</ div >
358
- < button id ="previous-projects " class ="waves-effect waves-light btn red " onclick ="remainingProjects() "> Load More</ button >
358
+ < button id ="load-more-btn " class ="waves-effect waves-light btn red " onclick ="remainingProjects() "> Load More</ button >
359
359
</ div >
360
+ </ section >
360
361
361
362
<!-- <div class="row">
362
363
@@ -458,7 +459,6 @@ <h3 class="page-title white-text red">Recent Projects</h3>
458
459
459
460
</div>
460
461
</div>-->
461
- </ section >
462
462
463
463
<!-- Fifth Section: Skills -->
464
464
< section id ="skills " class ="section scrollspy ">
You can’t perform that action at this time.
0 commit comments