Restyled applications page
This commit is contained in:
parent
a8add6f590
commit
ea95b2e4d2
@ -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 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="link">
|
||||
<a href="https://cdn.enp.one/">content delivery network</a> - powered by <a href="https://www.digitalocean.com/">digital ocean</a>
|
||||
<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="link">
|
||||
<a href="https://mpw.enp.one/">master password</a> - powered by <a href="https://github.com/tmthrgd/mpw-js">masterpassword js</a>
|
||||
<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="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 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>
|
||||
|
@ -5,12 +5,16 @@
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
#container {
|
||||
width: 50%;
|
||||
margin-left: 25%;
|
||||
margin-top: 10%;
|
||||
}
|
||||
#links {
|
||||
line-height: 1.75rem;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding-top: 4rem;
|
||||
@ -25,11 +29,22 @@
|
||||
margin-right: auto;
|
||||
transition: 0.2s;
|
||||
}
|
||||
.app-link {
|
||||
width: 80%;
|
||||
padding: .25rem;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
transition: 0.2s;
|
||||
}
|
||||
.link a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
font-family: Verdana;
|
||||
}
|
||||
.app-link a {
|
||||
font-family: sans;
|
||||
}
|
||||
.link:hover {
|
||||
border-left-color: grey;
|
||||
border-left-style: solid;
|
||||
@ -38,6 +53,11 @@
|
||||
border-right-style: solid;
|
||||
border-right-width: 2px;
|
||||
}
|
||||
.app-link .subtitle {
|
||||
font-style: italic;
|
||||
font-size: .9rem;
|
||||
margin-top: .5rem;
|
||||
}
|
||||
#logo {
|
||||
width: 80px;
|
||||
position: relative;
|
||||
|
Reference in New Issue
Block a user