Reordered footer text
This commit is contained in:
parent
c00c7d8087
commit
c998f7595e
@ -80,14 +80,14 @@
|
||||
</div>
|
||||
<footer id="contact" class="pt-2">
|
||||
<div class="container text-center text-muted text-small">
|
||||
<p>© <span id="year">2025</span> Intrusive Thoughts Creative Collective LLC. All rights reserved.</p>
|
||||
<p>
|
||||
<a href="mailto:contact@intrusive.games" class="text-white text-decoration-none"><span class="fa-solid fa-envelope"></span> contact@intrusive.games</a>
|
||||
</p>
|
||||
<p>© <span id="year">2025</span> Intrusive Thoughts Creative Collective LLC. All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
// Update year automatically
|
||||
// Update copyright year automatically
|
||||
document.getElementById('year').textContent = new Date().getFullYear();
|
||||
</script>
|
||||
</body>
|
||||
|
||||
@ -118,14 +118,14 @@
|
||||
</div>
|
||||
<footer id="contact" class="pt-2">
|
||||
<div class="container text-center text-muted text-small">
|
||||
<p>© <span id="year">2025</span> Intrusive Thoughts Creative Collective LLC. All rights reserved.</p>
|
||||
<p>
|
||||
<a href="mailto:contact@intrusive.games" class="text-white text-decoration-none"><span class="fa-solid fa-envelope"></span> contact@intrusive.games</a>
|
||||
</p>
|
||||
<p>© <span id="year">2025</span> Intrusive Thoughts Creative Collective LLC. All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
// Update year automatically
|
||||
// Update copyright year automatically
|
||||
document.getElementById('year').textContent = new Date().getFullYear();
|
||||
</script>
|
||||
</body>
|
||||
|
||||
@ -84,14 +84,14 @@
|
||||
</div>
|
||||
<footer id="contact" class="pt-2">
|
||||
<div class="container text-center text-muted text-small">
|
||||
<p>© <span id="year">2025</span> Intrusive Thoughts Creative Collective LLC. All rights reserved.</p>
|
||||
<p>
|
||||
<a href="mailto:contact@intrusive.games" class="text-white text-decoration-none"><span class="fa-solid fa-envelope"></span> contact@intrusive.games</a>
|
||||
</p>
|
||||
<p>© <span id="year">2025</span> Intrusive Thoughts Creative Collective LLC. All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
// Update year automatically
|
||||
// Update copyright year automatically
|
||||
document.getElementById('year').textContent = new Date().getFullYear();
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user