Reordered footer text
This commit is contained in:
parent
c00c7d8087
commit
c998f7595e
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user