remove(beatrice-vuitton): remove forked content

main
steven 2021-02-11 20:50:46 -05:00
parent e517d6a82d
commit 253e1e004d
4 changed files with 0 additions and 79 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -1,79 +0,0 @@
background-image: url(monogram.gif);
background-color: #463731;
/* background */
body {
background-image: url(monogram.gif);
background-color: #463731; /* vuitton */
background-position: center;
background-repeat: repeat;
background-size: 132px;
color: #fff;
text-shadow: 1px 1px #000;
text-align: center;
}
header {
color: #e9992d; /* beatrice */
}
#bernkastel {
color: #849bf3;
}
#lambdadelta {
color: #ffe4f2;
}
#virgilia {
color: #d1d0e3;
$keepall_total = disk_total_space("/Volumes/Keepall/");
$keepall_free = disk_free_space("/Volumes/Keepall/");
$keepall_used = getDifference($keepall_total, $keepall_free);
$keepall_percent = getPercentageUsed($keepall_total, $keepall_used);
$neverfull_total = disk_total_space("/Volumes/Neverfull/");
$neverfull_free = disk_free_space("/Volumes/Neverfull/");
$neverfull_used = getDifference($neverfull_total, $neverfull_free);
$neverfull_percent = getPercentageUsed($neverfull_total, $neverfull_used);
$speedy_total = disk_total_space("/Volumes/Speedy/");
$speedy_free = disk_free_space("/Volumes/Speedy/");
$speedy_used = getDifference($speedy_total, $speedy_free);
$speedy_percent = getPercentageUsed($speedy_total, $speedy_used);
$pochette_total = disk_total_space("/Volumes/Pochette/");
$pochette_free = disk_free_space("/Volumes/Pochette/");
$pochette_used = getDifference($pochette_total, $pochette_free);
$pochette_percent = getPercentageUsed($pochette_total, $pochette_used);
<circle r="10" cx="10" cy="10" fill="#e6ddcc" />
stroke="#312c4c"
^-- damier azur
<h2>Witch&apos;s Tea Parties</h2>
<h3>Bernkastel</h3>
<h4>witch of miracles</h4>
<h3>Lambdadelta</h3>
<h4>witch of certainty</h4>
<footer>
<p id="virgilia">
Real magic is the power to repair, to revive, to call back: <br />
&emsp; happiness that has disappeared<br />
&emsp; love that has gone cold<br />
&emsp; a forgotten smile to a person&apos;s face.
</p>
</footer>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB