current data added

This commit is contained in:
Johannes Findeisen 2019-03-08 00:43:12 +01:00
commit 9a420f1d9c
5 changed files with 331 additions and 0 deletions

70
index.html Normal file
View file

@ -0,0 +1,70 @@
<!DOCTYPE html>
<html>
<title>unixpeople.org</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="unixpeople32x36.png">
<style type="text/css">
html {
width: 100%;
height: 100%;
background: url(unixpeople_opac.png) no-repeat 95% 50%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
ul {
margin: 20px 0px 0px 10px;
padding: 0px 0px 0px 0px;
}
li {
display: block;
margin: 0px 20px 20px 0px;
padding: 20px 20px 20px 0px;
}
li > span.header {
color: white;
background-color: black;
margin: 0px 0px 20px 0px;
padding: 20px 20px 20px 20px;
font-size: 50px;
font-weight: bold;
border: 4px solid white;
}
li > span.content {
color: white;
background-color: #fa8d3a;
margin: 20px 0px 20px 0px;
padding: 20px 20px 20px 20px;
border: 4px solid white;
}
li > span.content:hover {
color: black;
background-color: #dd4c1f;
margin: 20px 20px 20px 20px;
padding: 20px 20px 20px 20px;
}
li > span.content:hover > a {
color: black;
background-color: #dd4c1f;
margin: 20px 20px 20px 20px;
padding: 20px 20px 20px 20px;
}
li > span.content > a {
color: white;
margin: 20px 0px 20px 0px;
padding: 20px 20px 20px 20px;
}
</style>
<body>
<ul>
<li><span class="header">UNIXPEOPLE.ORG</span></li>
<!--<li><span class="content"><a href="/alpine/">[ alpine linux repositories ]</a></span></li>-->
<li><span class="content" ><a href="https://alpine.unixpeople.org/">[ alpine linux mirror ]</a></span></li>
<li><span class="content" ><a href="https://arch.unixpeople.org/">[ arch linux mirror ]</a></span></li>
<li><span class="content" ><a href="https://artix.unixpeople.org/">[ artix linux mirror ]</a></span></li>
<li><span class="content" ><a href="https://git.unixpeople.org/">[ git repositories ]</a></span></li>
<!--<li><span class="content" ><a href="https://wiki.unixpeople.org/">[ wiki ]</a></span></li>-->
<li><span class="content" ><a href="https://hanez.org/">[ hanez.org ]</a></span></li>
<li><span class="content">&copy; forever... :)</span></li>
</ul>
</body>
</html>