Skip to content

Commit 86db98c

Browse files
committed
better layout and copyright footer
1 parent 72a7bb1 commit 86db98c

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

index.html

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,23 @@
88
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
99
</head>
1010
<body>
11-
<div class="container-fluid">
12-
<div class="p-5 text-bg-primary text-center">
11+
<header class="container-fluid p-5 text-bg-primary text-center">
1312
<h1>Welcome to Securelay</h1>
14-
</div>
15-
<div class="text-bg-light pt-2 pb-4">
16-
<ul class="nav nav-pills nav-justified mb-4">
13+
</header>
14+
<nav class="navbar navbar-expand-sm bg-dark navbar-dark justify-content-center">
15+
<ul class="navbar nav">
1716
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#features">Features</a></li>
1817
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#use-cases">Use cases</a></li>
1918
<li class="nav-item"><a class="nav-link" href="/api">REST API</a></li>
2019
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#model-implementations">Self-hosting</a></li>
2120
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs">Specifications</a></li>
21+
<li class="nav-item"><a class="nav-link" href="./contact.html">Contact</a></li>
22+
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#security">Privacy</a></li>
23+
<li class="nav-item"><a class="nav-link" href="ToS.txt">Terms</a></li>
2224
</ul>
25+
</nav>
26+
<div class="container-fluid">
27+
<div class="text-bg-light pt-2 pb-4">
2328
<p>Securelay is an open-source, feature-rich, secure and ephemeral http-relay for small data, with a REST API. Read full specifications <a href="https://github.com/securelay/specs">here</a>.</p>
2429
<p>
2530
The <a href="https://github.com/securelay">securelay organization</a>, as a non-profit, hosts public <a href="/api/endpoints.json">endpoint(s)</a> for non-commercial, individual use and trial or testing purposes. No payment, credit-card details or even email ID is required for using those endpoints.
@@ -36,14 +41,12 @@ <h1>Welcome to Securelay</h1>
3641

3742
<p>
3843
<strong>Contribute:</strong>
39-
This project is sustained by contributions from users like you. Contributions may be made in the form of sponsorships, feedback (bug-reports, feature-requests) and PRs (code, documentation) or simply by spreading the word about this project. If you are a cloud-provider, you can help us scale by providing us your PaaS for free. <a href="./contact.html">Contact us</a> for details.
44+
This project is sustained by contributions from users like you. Contributions may be made in the form of sponsorships, feedback (bug-reports, feature-requests) and PRs (code, documentation), or simply by spreading the word about this project. If you are a cloud-provider, you can help us scale by providing us your PaaS for free. <a href="./contact.html">Contact us</a> if you want to help.
4045
</p>
4146
</div>
42-
<ul class="nav nav-pills nav-justified">
43-
<li class="nav-item"><a class="nav-link" href="./contact.html">Contact</a></li>
44-
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#security">Privacy</a></li>
45-
<li class="nav-item"><a class="nav-link" href="ToS.txt">Terms</a></li>
46-
</ul>
47-
</div>
47+
</div>
48+
<footer class="mt-auto container-fluid p-2 text-bg-dark text-center sticky-bottom">
49+
<a class="navbar-dark nav-link" href="https://github.com/securelay">Copyright &copy; 2025 Securelay</a>
50+
</footer>
4851
</body>
4952
</html>

0 commit comments

Comments
 (0)