Removed UNIX Archive mirror.
This commit is contained in:
parent
82e4874338
commit
c81f452ad5
2 changed files with 7 additions and 74 deletions
6
Makefile
6
Makefile
|
|
@ -1,3 +1,9 @@
|
|||
all:
|
||||
make minify
|
||||
rsync -avr --delete --delete-excluded --exclude=_tmp/ --exclude=*.sh ./* unixpeople.org:/var/www/unixpeople.org/www/htdocs/
|
||||
|
||||
minify:
|
||||
find . -name "*.html" -exec minify --html-keep-document-tags --html-keep-end-tags -o {} {} \;
|
||||
find . -name "*.css" -exec minify --css-precision 0 -o {} {} \;
|
||||
find . -name "*.xml" -exec minify -o {} {} \;
|
||||
|
||||
|
|
|
|||
75
index.html
75
index.html
|
|
@ -1,74 +1 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<title>unixpeople.org</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="shortcut icon" href="unixpeople36x36.png">
|
||||
<script src="/js/matomo.min.js" charset="utf-8"></script>
|
||||
<style type="text/css">
|
||||
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;
|
||||
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 #4f271a;
|
||||
}
|
||||
li > span.content {
|
||||
color: white;
|
||||
background-color: #fa8d3a;
|
||||
margin: 20px 0px 20px 0px;
|
||||
padding: 20px 20px 20px 20px;
|
||||
border: 4px solid #4f271a;
|
||||
}
|
||||
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: black;
|
||||
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://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://unix.unixpeople.org">[ unix archive mirror (unofficial) ]</a></span></li>
|
||||
<li><span class="content" ><a href="https://status.unixpeople.org">[ server status ]</a></span></li>
|
||||
<li><span class="content" ><a href="https://hanez.org/contact/">[ contact ]</a></span></li>
|
||||
</ul>
|
||||
</body>
|
||||
</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><script src=/js/matomo.min.js></script><style>html{width:100%;height:100%;background:url(unixpeople_opac.png)no-repeat 95%;background-color:#171717;margin:0;padding:0}body{}ul{margin:20px 0 0 10px;padding:0}li{display:block;margin:0 20px 20px 0;padding:20px 20px 20px 0}li>span.header{color:#fff;background-color:#000;margin:0 0 20px;padding:20px;font-size:50px;font-weight:700;border:4px solid #4f271a}li>span.content{color:#fff;background-color:#fa8d3a;margin:20px 0;padding:20px;border:4px solid #4f271a}li>span.content:hover{color:#000;background-color:#dd4c1f;margin:20px;padding:20px}li>span.content:hover>a{color:#000;background-color:#dd4c1f;margin:20px;padding:20px}li>span.content>a{color:#000;margin:20px 0;padding:20px}</style><body><ul><li><span class=header>UNIXPEOPLE.ORG</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://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://status.unixpeople.org>[ server status ]</a></span></li><li><span class=content><a href=https://hanez.org/contact/>[ contact ]</a></span></li></ul></body></html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue