File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1111 rel ="stylesheet "
1212 />
1313 < link rel ="stylesheet " href ="styles/styles.css " />
14+ < link rel ="stylesheet " href ="styles/pagination.css " />
1415 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css ">
1516 < script src ="https://www.gstatic.com/firebasejs/7.14.6/firebase-app.js "> </ script >
1617 < script src ="https://www.gstatic.com/firebasejs/7.14.6/firebase-database.js "> </ script >
@@ -132,6 +133,14 @@ <h1 class="main-heading">Awesome GitHub Profile READMEs</h1>
132133 < div class ="profiles ">
133134 <!-- Profiles will be dynamically loaded here -->
134135 </ div >
136+
137+ <!-- Buttons for pagination -->
138+ < div class ="pagination ">
139+ < button id ="prev-page " disabled > Previous</ button >
140+ < span id ="page-info "> </ span >
141+ < button id ="next-page "> Next</ button >
142+ </ div >
143+
135144 </ div >
136145 < footer id ="Contact " class ="footer-2 ">
137146 < div class ="footer-container ">
You can’t perform that action at this time.
0 commit comments