feat: Add info to home page
All checks were successful
Build Docker / Build Main Image (push) Successful in 21s

This commit is contained in:
Nathan Woodburn 2023-11-17 12:55:43 +11:00
parent fd5894cb3d
commit 5909552f6f
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
2 changed files with 17 additions and 2 deletions

View File

@ -113,6 +113,7 @@
</div>
</div>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://nathan.woodburn/https.js"></script>
<script src="assets/js/theme.js"></script>
</body>

View File

@ -54,8 +54,9 @@
</div>
</nav>
<div class="container-fluid">
<div class="d-sm-flex justify-content-between align-items-center mb-4">
<h3 class="mb-0">Linkr</h3>
<div>
<h3 class="mb-0">Linkr/ - A free link shortener on Handshake</h3>
<p>Shorten your link from https://superlonglink.com/really-big-link#page-location to https://linkr/shortlink</p>
</div>
<div class="row">
<div class="col-md-6 col-xl-3 mb-4">
@ -84,6 +85,19 @@
</div>
</div>
</div>
<div class="col-md-6 col-xl-3 mb-4"><a class="no_display" href="https://l.woodburn.au/donate" target="_blank">
<div class="card shadow border-start-primary py-2">
<div class="card-body">
<div class="row align-items-center no-gutters">
<div class="col me-2">
<div class="text-uppercase text-primary fw-bold text-xs mb-1"><span>Support</span></div>
<div class="fw-bold h5 mb-0"><span>Donate</span></div>
</div>
<div class="col-auto"><i class="fas fa-hands-helping fa-2x text-gray-300"></i></div>
</div>
</div>
</div>
</a></div>
</div>
</div>
</div>