cleanup(unused): remove unused files

main
steven 2021-02-11 21:01:52 -05:00
parent 0fd058e69d
commit f763f02467
2 changed files with 0 additions and 70 deletions

View File

@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 591 591">
<style>
.cls-1 {
fill: #ee0000;
fill-rule: evenodd;
}
</style>
<path id="homo" class="cls-1" d="M486,279V531H105V279H40l80-68.125V63h93v68.68L296,61,552,279H486Zm-34.78-19.2h-79.2L349.572,283.1h62.683L367.36,327.991A90.726,90.726,0,0,0,324.7,309.97a89.361,89.361,0,0,0-5.5-31.126,98.788,98.788,0,0,0-15.247-27.106l44.471-46.165V271.22l23.294-23.294V168.3h-79.2L270.072,191.6h62.683l-44.895,44.9q-24.995-19.059-57.177-19.059a93.712,93.712,0,0,0-36.635,7.2,98.624,98.624,0,0,0-30.071,19.482,88.5,88.5,0,0,0-20.33,29.436,92.3,92.3,0,0,0,20.33,102.918,96.452,96.452,0,0,0,30.071,19.695,91.229,91.229,0,0,0,21.7,6.078,90.874,90.874,0,0,0,27.728,65.727,96.452,96.452,0,0,0,30.071,19.695,93.6,93.6,0,0,0,36.635,7.2,92.551,92.551,0,0,0,36.213-7.2,96.529,96.529,0,0,0,30.07-19.695,90.982,90.982,0,0,0,27.742-66.283,89.4,89.4,0,0,0-5.506-31.341,98.788,98.788,0,0,0-15.247-27.106l44.471-46.165V362.72l23.294-23.294V259.8ZM358.255,451.451a68.436,68.436,0,0,1-96.143,0,69.451,69.451,0,0,1-20.1-48.772,91.468,91.468,0,0,0,24.879-6.516,96.529,96.529,0,0,0,30.07-19.695,91.528,91.528,0,0,0,20.33-29.435,86.194,86.194,0,0,0,4.575-13.385,64.17,64.17,0,0,1,14.572,4.3,70.729,70.729,0,0,1,21.6,14.4,68.6,68.6,0,0,1,20.329,49.341A69.624,69.624,0,0,1,358.255,451.451ZM283.713,337.944a66.108,66.108,0,0,1,11.131-3.578c-0.457,1.274-.942,2.535-1.478,3.773a69.657,69.657,0,0,1-14.611,21.812,67.331,67.331,0,0,1-21.6,14.4,66.06,66.06,0,0,1-11.306,3.619c0.446-1.285.918-2.56,1.441-3.814A65.088,65.088,0,0,1,261.9,352.344,69.9,69.9,0,0,1,283.713,337.944Zm-10.165-21.812a98.624,98.624,0,0,0-30.071,19.482,90.792,90.792,0,0,0-24.924,42.965,65.866,65.866,0,0,1-14.34-4.228,67.178,67.178,0,0,1-21.6-14.4A69.624,69.624,0,0,1,162.5,310.185a70.78,70.78,0,0,1,5.294-27.529A65.088,65.088,0,0,1,182.4,260.844a69.9,69.9,0,0,1,21.812-14.4,67.154,67.154,0,0,1,26.47-5.294,65.67,65.67,0,0,1,26.26,5.294,70.729,70.729,0,0,1,21.6,14.4,68.5,68.5,0,0,1,20.315,48.745A91.8,91.8,0,0,0,273.548,316.132Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,61 +0,0 @@
/* background */
body {
background-image: url(monogram.gif);
background-color: #463731;
background-position: center;
background-repeat: repeat;
background-size: 132px;
color: #fff;
text-shadow: 1px 1px #000;
text-align: center;
}
/* layout */
header, #luggage, #parties, footer {
clear: both;
padding: 0.5em;
}
header {
color: #e9992d;
}
.luggage {
float: left;
width: 25%;
}
h5 {
text-align: left;
margin: 0.5em 3em;
}
em {
float: right;
}
.party {
float: left;
width: 50%;
}
#bernkastel {
color: #849bf3;
}
#lambdadelta {
color: #ffe4f2;
}
#virgilia {
color: #d1d0e3;
display: inline-block;
margin: auto;
text-align: left;
}
/* breakpoints at 850px and 475px */
@media screen and (max-width: 850px) {
.luggage {
width: 50%;
}
}
@media screen and (max-width: 475px) {
.luggage {
width: 100%;
}
}