Skip to content

Commit 6e70121

Browse files
committed
Add buttons for pagination
1 parent 859e1f5 commit 6e70121

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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">

0 commit comments

Comments
 (0)