Skip to content

Commit

Permalink
Merge pull request #1114 from DharshiBalasubramaniyam/revert-1101-add…
Browse files Browse the repository at this point in the history
…ed-reviews-pagination

Revert "Added reviews pagination"
  • Loading branch information
DharshiBalasubramaniyam authored Nov 15, 2024
2 parents 9663dec + 00598d4 commit 66e301e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 59 deletions.
11 changes: 3 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,9 @@ <h3>Fun & Friendly Atmosphere</h3>
</section>

<!-- reviews -->

<section class="reviewSection" id="reviewsSection" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
<section class="reviewSection" id="reviewsSection">
<h1>Top Reviews</h1>
<div class="reviews" id="reviewsContainer">
<div class="reviews">
<div class="review-box bottomani">
<i class="fa fa-quote-right quote" aria-hidden="true"></i>
<i class="fa fa-quote-right quote" aria-hidden="true"></i>
Expand Down Expand Up @@ -391,12 +390,8 @@ <h1>Top Reviews</h1>
course."
</div>
</div>


</div>
<div class="pagination" id="pagination">
<!-- Pagination buttons will be generated here -->
</div>
</section>

<!-- contact -->
Expand Down Expand Up @@ -552,7 +547,7 @@ <h4>Newsletter</h4>
<script type="module" src="script/flavor_section.js"></script>
<script src="script/cursor.js"></script>
<script src="script/script.js"></script>
<script src="script/reviews.js"></script>

</body>

</html>
12 changes: 0 additions & 12 deletions package.json

This file was deleted.

39 changes: 0 additions & 39 deletions script/reviews.js

This file was deleted.

0 comments on commit 66e301e

Please sign in to comment.