Skip to content

Commit

Permalink
enhance the design of the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
NgweBecky committed Mar 11, 2024
1 parent 2906e90 commit 1dbef0a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions apps/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,14 @@ <h5 class="modal-title" id="slideNameChangeModalLabel">Slide name change confirm
</div>


<footer class="text-center text-white bg-dark p-3">
<p class="p">Copyright © 2021 caMicroscope</p>
<footer class="text-center text-white bg-dark">
<div class="row" style="background: #022837;">
<div class="col-12 text-center mb-2">
<p class="text-light mt-3">&copy; <span class="text-light" id="copyright">
<script>document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear()))</script>
</span> caMicroscope</p>
</div>
</div>
</footer>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8" crossorigin="anonymous"></script>
Expand Down

0 comments on commit 1dbef0a

Please sign in to comment.