75 lines
2.6 KiB
HTML
75 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<title>unixpeople.org</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="shortcut icon" href="unixpeople36x36.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="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://archstrike.unixpeople.org/">[ archstrike 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://blackarch.unixpeople.org/">[ blackarch linux mirror ]</a></span></li>
|
|
<li><span class="content" ><a href="https://fdroid.unixpeople.org/">[ fdroid mirror ]</a></span></li>
|
|
<li><span class="content" ><a href="https://git.unixpeople.org/">[ git.unixpeople.org ]</a></span></li>
|
|
<li><span class="content" ><a href="https://wiki.unixpeople.org/">[ wiki.unixpeople.org ]</a></span></li>
|
|
<li><span class="content" ><a href="https://hanez.org/">[ A project by hanez ]</a></span></li>
|
|
<li><span class="content">If You want an account on my systems for Email (only forwarding), Git or a Wiki, just contact me at you (at) hanez.org.</span></li>
|
|
<li><span class="content">For Open Source everything at unixpeople.org is free. Daily backups included. Even SSH access is possible in case of trust. </span></li>
|
|
<li><span class="content">© forever... :)</span></li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|