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> </div>
<footer id="contact" class="pt-2"> <footer id="contact" class="pt-2">
<div class="container text-center text-muted text-small"> <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> <p>
<a href="mailto:contact@intrusive.games" class="text-white text-decoration-none"><span class="fa-solid fa-envelope"></span> contact@intrusive.games</a> <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>
<p>© <span id="year">2025</span> Intrusive Thoughts Creative Collective LLC. All rights reserved.</p>
</div> </div>
</footer> </footer>
<script> <script>
// Update year automatically // Update copyright year automatically
document.getElementById('year').textContent = new Date().getFullYear(); document.getElementById('year').textContent = new Date().getFullYear();
</script> </script>
</body> </body>

View File

@ -118,14 +118,14 @@
</div> </div>
<footer id="contact" class="pt-2"> <footer id="contact" class="pt-2">
<div class="container text-center text-muted text-small"> <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> <p>
<a href="mailto:contact@intrusive.games" class="text-white text-decoration-none"><span class="fa-solid fa-envelope"></span> contact@intrusive.games</a> <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>
<p>© <span id="year">2025</span> Intrusive Thoughts Creative Collective LLC. All rights reserved.</p>
</div> </div>
</footer> </footer>
<script> <script>
// Update year automatically // Update copyright year automatically
document.getElementById('year').textContent = new Date().getFullYear(); document.getElementById('year').textContent = new Date().getFullYear();
</script> </script>
</body> </body>

View File

@ -84,14 +84,14 @@
</div> </div>
<footer id="contact" class="pt-2"> <footer id="contact" class="pt-2">
<div class="container text-center text-muted text-small"> <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> <p>
<a href="mailto:contact@intrusive.games" class="text-white text-decoration-none"><span class="fa-solid fa-envelope"></span> contact@intrusive.games</a> <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>
<p>© <span id="year">2025</span> Intrusive Thoughts Creative Collective LLC. All rights reserved.</p>
</div> </div>
</footer> </footer>
<script> <script>
// Update year automatically // Update copyright year automatically
document.getElementById('year').textContent = new Date().getFullYear(); document.getElementById('year').textContent = new Date().getFullYear();
</script> </script>
</body> </body>