reparent default xyzzy to plugh subdir
This commit is contained in:
parent
f2b36a9974
commit
5ee8490d20
11 changed files with 14 additions and 14 deletions
BIN
html/plugh/favicon.png
Normal file
BIN
html/plugh/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
22
html/plugh/favicon.svg
Normal file
22
html/plugh/favicon.svg
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="512" height="512" viewBox="0 0 512 512"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
|
||||
<g transform="translate(0,512) scale(0.1,-0.1)"
|
||||
fill="#7a9d55" stroke="none">
|
||||
<path d="M2822 4576 c-532 -536 -676 -689 -669 -710 8 -25 47 -13 131 40 111
|
||||
70 232 128 311 149 36 10 101 17 165 17 169 0 256 -37 376 -163 74 -79 109
|
||||
-129 164 -239 113 -226 189 -561 220 -980 13 -174 13 -657 0 -870 -27 -443
|
||||
-101 -1047 -193 -1572 -14 -76 -20 -138 -16 -138 20 0 209 332 339 595 259
|
||||
526 437 1114 481 1590 8 82 13 275 13 465 0 354 -9 443 -74 752 -108 509 -325
|
||||
1024 -630 1496 -39 62 -73 112 -75 112 -1 0 -246 -245 -543 -544z"/>
|
||||
<path d="M1739 4898 c-392 -662 -615 -1238 -723 -1870 -34 -193 -46 -365 -46
|
||||
-628 0 -269 13 -446 45 -636 83 -485 239 -907 530 -1438 77 -139 185 -309 205
|
||||
-321 12 -8 1112 1088 1179 1174 33 42 39 56 30 67 -16 20 -40 11 -132 -48
|
||||
-409 -260 -718 -218 -944 129 -213 326 -304 840 -289 1628 10 576 60 1076 171
|
||||
1740 30 176 52 321 50 323 -1 2 -36 -52 -76 -120z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
163
html/plugh/index.css
Normal file
163
html/plugh/index.css
Normal file
|
|
@ -0,0 +1,163 @@
|
|||
header,section{
|
||||
display:block;
|
||||
}
|
||||
body{
|
||||
font-size:16px;
|
||||
margin:0 auto;
|
||||
line-height:1.4;
|
||||
background:#0b0c0d;
|
||||
color:#d4d4d4;
|
||||
font-family:"Noto Sans", Futura, Verdana, "Liberation Sans", sans-serif;
|
||||
}
|
||||
a{
|
||||
color:#c79908;
|
||||
text-decoration:none;
|
||||
}
|
||||
a:hover{
|
||||
text-decoration:underline;
|
||||
}
|
||||
::selection {
|
||||
color:#000;
|
||||
background:#7a9e55;
|
||||
}
|
||||
h1{
|
||||
font-size:2em;
|
||||
margin:.67em 0;
|
||||
}
|
||||
kbd {
|
||||
border-radius: 3px;
|
||||
padding: 1px 2px 0;
|
||||
border: 1px solid #666666;
|
||||
}
|
||||
#page{
|
||||
position:relative;
|
||||
}
|
||||
#header{
|
||||
padding-top:50px;
|
||||
transform:translate3d(0,0,0);
|
||||
}
|
||||
.title-wrapper{
|
||||
text-align:center;
|
||||
}
|
||||
.content{
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
padding:1px 20px;
|
||||
position:relative;
|
||||
z-index:2;
|
||||
min-width:270px;
|
||||
}
|
||||
.title-group.animate{
|
||||
animation:slide-fade-in .8s ease;
|
||||
}
|
||||
.title{
|
||||
font-size:42px;
|
||||
line-height:1.2;
|
||||
margin:40px 0 0;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
.title a:active{
|
||||
transform:translateY(1px);
|
||||
}
|
||||
.title a{
|
||||
color:#e4e4e4;
|
||||
display:block;
|
||||
text-decoration:none;
|
||||
}
|
||||
.description{
|
||||
color:#7a9e55;
|
||||
margin:50px 0 0;
|
||||
display:block;
|
||||
}
|
||||
.title+.description{
|
||||
margin-top:10px!important;
|
||||
}
|
||||
.footdesc{
|
||||
color:#666666;
|
||||
margin:20px 0 0;
|
||||
display:block;
|
||||
font-size: 14px;
|
||||
}
|
||||
.footlink {
|
||||
text-align: center;
|
||||
}
|
||||
.footlink.animate {
|
||||
animation:slide-fade-in .8s ease;
|
||||
}
|
||||
.middle {
|
||||
overflow: auto;
|
||||
margin: auto;
|
||||
display: inline;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
@media screen and (max-width:568px){
|
||||
.content{
|
||||
padding:1px 10px;
|
||||
}
|
||||
.title{
|
||||
font-size:36px;
|
||||
margin-top:30px;
|
||||
}
|
||||
.description{
|
||||
margin-top:35px;
|
||||
max-width:80%;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
.title+.description{
|
||||
margin-top:4px!important;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slide-fade-in{
|
||||
0%{
|
||||
opacity:0;
|
||||
transform:translate3d(0,20px,0);
|
||||
}
|
||||
to{
|
||||
opacity:1;
|
||||
transform:translate3d(0,0,0);
|
||||
}
|
||||
}
|
||||
|
||||
.divTable {
|
||||
font-size: 16px;
|
||||
line-height: 2.0;
|
||||
display: table;
|
||||
margin: auto;
|
||||
border: 1px solid #444;
|
||||
}
|
||||
.divTable.animate {
|
||||
animation:slide-fade-in .8s ease;
|
||||
}
|
||||
.divTableRow {
|
||||
display: table-row;
|
||||
}
|
||||
.divTableHeading {
|
||||
display: table-header-group;
|
||||
background-color: #ddd;
|
||||
}
|
||||
.divTableCell, .divTableHead {
|
||||
vertical-align: middle;
|
||||
display: table-cell;
|
||||
padding: 5px 10px;
|
||||
border: 1px solid #444;
|
||||
}
|
||||
.divTableHeading {
|
||||
display: table-header-group;
|
||||
background-color: #ddd;
|
||||
font-weight: bold;
|
||||
}
|
||||
.divTableFoot {
|
||||
display: table-footer-group;
|
||||
font-weight: bold;
|
||||
background-color: #ddd;
|
||||
}
|
||||
.divTableBody {
|
||||
display: table-row-group;
|
||||
}
|
||||
.valign {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
42
html/plugh/index.html
Normal file
42
html/plugh/index.html
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>xyzzy</title>
|
||||
<meta name="description" content="a maze of twisty little passages">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" media="screen" href="index.css">
|
||||
<link rel="icon" href="favicon.svg" type="image/svg+xml">
|
||||
<link rel="alternate icon" href="favicon.png" type="image/png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header id="header">
|
||||
<div class="title-wrapper content">
|
||||
<div class="title-group">
|
||||
<h1 class="title">xyzzy</h1>
|
||||
<span class="description">
|
||||
<em>a personal domain</em>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main id="main">
|
||||
<div class="content middle">
|
||||
<p><a target="_blank" href="https://en.wikipedia.org/wiki/Xyzzy_(computing)">The magic word XYZZY</a></p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer id="footer">
|
||||
<div class="content middle">
|
||||
<span class="footdesc">[ .ee | .fi ]</span>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
8
html/plugh/robots.txt
Normal file
8
html/plugh/robots.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
User-Agent: *
|
||||
|
||||
# credit: jonty, asimov
|
||||
Disallow: /harming/humans
|
||||
Disallow: /ignoring/human/orders
|
||||
Disallow: /harm/to/self
|
||||
|
||||
Allow: /
|
||||
Loading…
Add table
Add a link
Reference in a new issue