Updated Footer
This commit is contained in:
parent
9cbecb84dc
commit
2041c3e606
1 changed files with 16 additions and 2 deletions
|
@ -1,3 +1,17 @@
|
||||||
<div>
|
<div class="mt-auto">
|
||||||
<div class="flex bg-ieee h-16 bottom-0"></div>
|
<div
|
||||||
|
class="flex justify-center items-center rounded-t-[10%] bg-ieee h-32 bottom-0"
|
||||||
|
>
|
||||||
|
<footer class="text-center p-4 text-white font-bold">
|
||||||
|
<p id="year">
|
||||||
|
<span>©</span>
|
||||||
|
<span id="currentYear"></span> IEEEUCSD. All rights reserved.
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
const currentYear = new Date().getFullYear();
|
||||||
|
document.getElementById("currentYear").textContent = currentYear;
|
||||||
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue