Restyled applications page

This commit is contained in:
2018-12-31 01:28:48 -05:00
parent a8add6f590
commit ea95b2e4d2
2 changed files with 41 additions and 18 deletions

View File

@@ -18,23 +18,26 @@
</head>
<body>
<div id="container">
<div id="links">
<div class="link">
<a href="https://cfs.enp.one/">cloud file system</a> - powered by <a href="https://nextcloud.com/">nextcloud</a>
</div>
<div class="link">
<a href="https://cdn.enp.one/">content delivery network</a> - powered by <a href="https://www.digitalocean.com/">digital ocean</a>
</div>
<div class="link">
<a href="https://mpw.enp.one/">master password</a> - powered by <a href="https://github.com/tmthrgd/mpw-js">masterpassword js</a>
</div>
<div class="link">
<a href="https://ssv.enp.one/">secure storage vault</a> - powered by <a href="https://bitwarden.com/">bitwarden</a>
</div>
<div class="link">
<a href="https://vcs.enp.one/">version control system</a> - powered by <a href="https://gitea.io/">gitea</a>
</div>
<div id="links">
<div class="app-link">
<a href="https://cfs.enp.one/">cloud file system</a><br>
<span class="subtitle">powered by <a href="https://nextcloud.com/">nextcloud</a></span>
</div>
<div class="app-link">
<a href="https://cdn.enp.one/">content delivery network</a><br>
<span class="subtitle">powered by <a href="https://www.digitalocean.com/">digital ocean</a></span>
</div>
<div class="app-link">
<a href="https://mpw.enp.one/">master password</a><br>
<span class="subtitle">powered by <a href="https://github.com/tmthrgd/mpw-js">masterpassword js</a></span>
</div>
<div class="app-link">
<a href="https://ssv.enp.one/">secure storage vault</a><br>
<span class="subtitle">powered by <a href="https://bitwarden.com/">bitwarden</a></span>
</div>
<div class="app-link">
<a href="https://vcs.enp.one/">version control system</a><br>
<span class="subtitle">powered by <a href="https://gitea.io/">gitea</a></span>
</div>
</div>
</body>