Reordered footer text

This commit is contained in:
Rob Kelly 2025-12-20 01:12:30 -07:00
parent c00c7d8087
commit c998f7595e
3 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>