Migrate upx.polarisfm.net to /uplexa/ directory (minus the Debian repository).

This commit is contained in:
Jane 2020-01-06 12:17:41 -06:00
parent e0b907f09a
commit 6bb7bce618
2 changed files with 132 additions and 0 deletions

95
www/uplexa/css/style.css Normal file
View File

@ -0,0 +1,95 @@
html {
position: relative;
min-height: 100%;
}
body {
background-color: #333;
color: #ffffff;
font-family: Roboto;
margin: 0 0 2em;
padding: 1em;
}
main {
text-align: center;
}
main a {
color: #ffffff;
}
main a::link {
color: #ffffff;
}
#nav {
background-color: #eee;
color: #000000;
width: 100%;
text-align: center;
}
#nav a {
color: #000000;
}
#nav a::link {
color: #000000;
}
#nav td {
border: none;
}
table {
margin-left: auto;
margin-right: auto;
width: 30%;
text-align: center;
}
#projects {
margin-left: auto;
margin-right: auto;
width: 70%;
text-align: center;
}
th,
td {
border: .09em solid;
}
menu {
background-color: #000000;
padding-bottom: 3em;
width: 100%;
}
#navbottom {
width: 50%;
text-align: center;
}
#navbottom a {
color: #ffffff;
}
#navbottom a::link {
color: #ffffff;
}
#navbottom td {
border: none;
}
footer {
position: absolute;
left: 0em;
bottom: 0em;
width: 100%;
height: 3em;
overflow: hidden;
}

37
www/uplexa/index.html Normal file
View File

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<title>uPlexa Unofficial Resources</title>
<meta charset="UTF-8">
<link href="/uplexa/css/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<h1 id="title">uPlexa Unofficial Resources</h1>
<main>
<table id="nav">
<tbody>
<tr>
<td><a href="https://social.librem.one">Mastodon Bridge</a></td>
<td><a href="https://codeberg.org/upx-mirror">Git Mirrors</a></td>
</tr>
</tbody>
</table>
<p>Welcome to our new, improved website!</p>
</main>
<footer>
<table id="navbottom">
<tbody>
<tr>
<td><a href="https://polarisfm.net/uplexa/index.html">ICANN</a></td>
<td><a href="http://polaris.libre/uplexa/index.html">OpenNIC</a></td>
<td><a href="http://hb6qqepyl5kzy5i7qbapt2wapv544d4segzjkjrvba6cbn2kllynhzid.onion/uplexa/index.html">Onion</a></td>
</tr>
</tbody>
</table>
</footer>
</body>
</html>