Content update und einige style fixes.
This commit is contained in:
parent
f5ec589524
commit
b28d399997
3 changed files with 18 additions and 17 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
files/*
|
||||
_tmp
|
||||
uplink.test
|
||||
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -1,3 +1,3 @@
|
|||
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/
|
||||
|
||||
|
|
|
|||
31
index.html
31
index.html
|
|
@ -8,8 +8,12 @@ html {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
background: url(unixpeople_opac.png) no-repeat 95% 50%;
|
||||
background-color: #171717;
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 0px 0px 0px 0px;
|
||||
}
|
||||
body {
|
||||
|
||||
}
|
||||
ul {
|
||||
margin: 20px 0px 0px 10px;
|
||||
|
|
@ -27,14 +31,14 @@ li > span.header {
|
|||
padding: 20px 20px 20px 20px;
|
||||
font-size: 50px;
|
||||
font-weight: bold;
|
||||
border: 4px solid white;
|
||||
border: 4px solid #4f271a;
|
||||
}
|
||||
li > span.content {
|
||||
color: white;
|
||||
background-color: #fa8d3a;
|
||||
margin: 20px 0px 20px 0px;
|
||||
padding: 20px 20px 20px 20px;
|
||||
border: 4px solid white;
|
||||
border: 4px solid #4f271a;
|
||||
}
|
||||
li > span.content:hover {
|
||||
color: black;
|
||||
|
|
@ -49,7 +53,7 @@ li > span.content:hover > a {
|
|||
padding: 20px 20px 20px 20px;
|
||||
}
|
||||
li > span.content > a {
|
||||
color: white;
|
||||
color: black;
|
||||
margin: 20px 0px 20px 0px;
|
||||
padding: 20px 20px 20px 20px;
|
||||
}
|
||||
|
|
@ -57,19 +61,14 @@ li > span.content > a {
|
|||
<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/">[ 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">[ © forever... :) ]</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://archstrike.unixpeople.org/">[ archstrike linux mirror (official) ]</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://blackarch.unixpeople.org/">[ blackarch linux mirror (official) ]</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://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="/files/">[ local files ]</a></span></li>-->
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue