This commit is contained in:
Quaternions 2025-03-10 13:22:07 -07:00
parent efa905d3cd
commit 4756a05f97

@ -46,7 +46,7 @@
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
background: #00000080;
z-index: -99;
}
@ -118,10 +118,25 @@
}
.footer {
position: absolute;
bottom: 20px;
font-size: 0.8rem;
opacity: 0.7;
text-align: center;
padding: 20px;
background: #000000;
border-top: 1px solid #80808040;
font-size: 0.9rem;
}
.footer-links {
margin-top: 10px;
}
.footer-link {
color: #606060;
text-decoration: none;
margin: 0 10px;
}
.footer-link:hover {
text-decoration: underline;
}
</style>
</head>
@ -150,7 +165,15 @@
<a href="#" class="link">Discord</a>
</div>
<p class="footer">©2025 StrafesNET. All rights reserved.</p>
<!-- Footer -->
<footer class="footer">
<p>©2025 StrafesNET. All rights reserved.</p>
<div class="footer-links">
<a href="https://strafesnet-public.s3.us-east-1.amazonaws.com/LEGAL-20250307/Privacy-Policy.pdf" class="footer-link">Privacy Policy</a>
<a href="mailto:contact@strafes.net" class="footer-link">Contact</a>
<a href="https://strafesnet-public.s3.us-east-1.amazonaws.com/LEGAL-20250307/Terms-of-Service.pdf" class="footer-link">Terms of Service</a>
</div>
</footer>
</div>
</body>
</html>