Content update und einige style fixes.

This commit is contained in:
Johannes Findeisen 2022-09-06 04:19:58 +02:00
commit b28d399997
3 changed files with 18 additions and 17 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
files/* files/*
_tmp
uplink.test

View file

@ -1,3 +1,3 @@
all: all:
rsync -avr --delete --delete-excluded --exclude=*.sh ./* unixpeople.org:/var/www/unixpeople.org/www/htdocs/ rsync -avr --delete --delete-excluded --exclude=_tmp/ --exclude=*.sh ./* unixpeople.org:/var/www/unixpeople.org/www/htdocs/

View file

@ -8,8 +8,12 @@ html {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url(unixpeople_opac.png) no-repeat 95% 50%; background: url(unixpeople_opac.png) no-repeat 95% 50%;
background-color: #171717;
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
}
body {
} }
ul { ul {
margin: 20px 0px 0px 10px; margin: 20px 0px 0px 10px;
@ -27,14 +31,14 @@ li > span.header {
padding: 20px 20px 20px 20px; padding: 20px 20px 20px 20px;
font-size: 50px; font-size: 50px;
font-weight: bold; font-weight: bold;
border: 4px solid white; border: 4px solid #4f271a;
} }
li > span.content { li > span.content {
color: white; color: white;
background-color: #fa8d3a; background-color: #fa8d3a;
margin: 20px 0px 20px 0px; margin: 20px 0px 20px 0px;
padding: 20px 20px 20px 20px; padding: 20px 20px 20px 20px;
border: 4px solid white; border: 4px solid #4f271a;
} }
li > span.content:hover { li > span.content:hover {
color: black; color: black;
@ -49,7 +53,7 @@ li > span.content:hover > a {
padding: 20px 20px 20px 20px; padding: 20px 20px 20px 20px;
} }
li > span.content > a { li > span.content > a {
color: white; color: black;
margin: 20px 0px 20px 0px; margin: 20px 0px 20px 0px;
padding: 20px 20px 20px 20px; padding: 20px 20px 20px 20px;
} }
@ -57,19 +61,14 @@ li > span.content > a {
<body> <body>
<ul> <ul>
<li><span class="header">UNIXPEOPLE.ORG</span></li> <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 (official) ]</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 (official) ]</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 (official) ]</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 (official) ]</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 (unofficial) ]</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 repositories ]</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 ]</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="/files/">[ local files ]</a></span></li>-->
<li><span class="content" ><a href="https://hanez.org/">[ hanez.org homepage of 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" ><a href="/files/">[ local files ]</a></span></li>
<li><span class="content">[ &copy; forever... :) ]</span></li>
</ul> </ul>
</body> </body>
</html> </html>