add favicon, condense 2nd menu section

This commit is contained in:
Aidan 2024-12-05 09:32:54 -05:00
parent 5b8f304af4
commit 9f276163bf
2 changed files with 10 additions and 7 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -7,12 +7,15 @@
<p>If you're just curious, check out the "Services" page. If you'd like to sign up, simply use the "Register" link.</p>
<i class="il mt-5">Where can I direct your request?</i>
<hr>
<div class="text-start">
<h5><i>If you aren't a current user</i></h4>
<a href="/register" class="btn bg-dark text-white mt-2"><i class="fa-solid fa-user-plus ico-sm"></i> Register</a>
<hr>
<h5><i>If you are a current user</i></h4>
<a href="/SOGo" class="btn bg-dark text-white mt-2"><i class="fa-solid fa-envelope ico-sm"></i> Webmail</a>
<a href="https://user.p0ntus.com" class="btn bg-dark text-white mt-2"><i class="fa-solid fa-user ico-sm"></i> Account</a>
<div class="row">
<div class="col-md-6 text-start">
<h5><i>If you aren't a current user</i></h5>
<a href="/register" class="btn bg-dark text-white mt-2"><i class="fa-solid fa-user-plus ico-sm"></i> Register</a>
</div>
<div class="col-md-6 text-start">
<h5><i>If you are a current user</i></h5>
<a href="/SOGo" class="btn bg-dark text-white mt-2"><i class="fa-solid fa-envelope ico-sm"></i> Webmail</a>
<a href="https://user.p0ntus.com" class="btn bg-dark text-white mt-2"><i class="fa-solid fa-user ico-sm"></i> Account</a>
</div>
</div>
<%- include('shards/footer') %>