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

@ -46,7 +46,7 @@
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: rgba(0, 0, 0, 0.5); background: #00000080;
z-index: -99; z-index: -99;
} }
@ -118,10 +118,25 @@
} }
.footer { .footer {
position: absolute; text-align: center;
bottom: 20px; padding: 20px;
font-size: 0.8rem; background: #000000;
opacity: 0.7; 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> </style>
</head> </head>
@ -150,7 +165,15 @@
<a href="#" class="link">Discord</a> <a href="#" class="link">Discord</a>
</div> </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> </div>
</body> </body>
</html> </html>