Fix info text, update css

This commit is contained in:
Sofia 2020-08-27 23:00:56 +03:00
parent 211c13f4c6
commit d0bd231152
2 changed files with 30 additions and 16 deletions

View File

@ -19,6 +19,7 @@ body {
.flex { display: flex; justify-content: space-around; }
.flex-container { flex: auto; }
.center.flex { align-items: center; height: 100%; }
.enclosed.padding { padding-top: 5em; padding-bottom: 5em; }
.info {
padding: 3px;
@ -53,8 +54,11 @@ a:hover { color:var(--text-color); text-decoration:none;}
padding-right: 2em;
width: 500px;
margin: auto;
height: auto;
}
.infopage > .info-content p { padding: 0.5em; padding-right: 0; }
.infopage > .info-content ul { padding-left: 2em; list-style-type: "-";}
.infopage > .info-content ul > li { padding-left: 1em;}
.infopage > .info-content { text-align: left; }
@media (max-width: 500px) {

View File

@ -23,22 +23,22 @@
</head>
<body onload="on_load()">
<div class="enclosed flex">
<div class="enclosed flex padding">
<div class="content infopage">
<h1>Info - sieni.rip</h1>
<p><a class="spa" href="/">Back to sieni.rip</a></p>
<hr />
<div class="info-content">
<h2>what is it?</h2>
<p>sieni.rip is a project aimed to, at the same time rescurrect the now proclaimed dead <a
href="http://sieni.us">sieni.us</a>, and revitalize it simultaneously. The original
infopage for sieni.us can still be for the time being accessed at <a
href="http://sieni.us/info.php">sieni.us/info.php</a> and it's contents can be still
viewed at <a href="http://sieni.us/index1.php">sieni.us/index1.php</a>. Nevertheless, a as
<p>sieni.rip is a project aiming to rescurrect and revitalize the now proclaimed dead <a
href="http://sieni.us">sieni.us</a>. The original
infopage for sieni.us can still be accessed at <a
href="http://sieni.us/info.php">sieni.us/info.php</a>, and it's contents can still be
viewed at <a href="http://sieni.us/index1.php">sieni.us/index1.php</a>, but, as the
<a href="https://www.adobe.com/products/flashplayer/end-of-life.html#">Flash Player
end-of-life</a> draws near, an update of sorts it warranted.
end-of-life</a> draws near, an update of sorts is warranted.
</p>
<p>sieni.rip aims to be that update in the time being, and if sieni.us doesn't come back up, for
<p>sieni.rip aims to be that update for the time being, and if sieni.us doesn't come back up, for
the rest of time.</p>
<h2>how?</h2>
<p>For this project, <a href="https://ruffle.rs">Ruffle</a> is used to play back the same flash
@ -46,17 +46,17 @@
</p>
<p>The HTML and JavaScript for this project have also been entirely re-written in order to more
closely follow modern web-standards. For the time being, the entire website can run on
any regular html server and it's source can be found at <a
any regular http server and its source can be found at <a
href="https://git.teascade.net/teascade/sieni.rip">git.teascade.net</a>.</p>
<p>If such requirements come up, external server software can be developed to
accommodate any needs not provided by regular html servers, but such a time has not yet
accommodate any needs not provided by regular http servers, but such a time has not yet
come.</p>
<h2>issues</h2>
<p>Ruffle is still a work-in-progress piece of software, so there are numerous problems with
this execution still, most notably, some of the animations previously available, can not be
it, most notably, some of the animations previously available can not be
found with "next", "previous" or "random", because their emulation is too lacking to display
properly. A few of the animations also play correctly enough, but still have some notable
problems. A list of the id's not available can be found below. Along with this, ruffle also
properly. A few of the animations play correctly enough, but still have some notable
problems. A list of the ids not available can be found below. Along with this, ruffle also
has some bugs, most notably that <a href="https://github.com/ruffle-rs/ruffle/issues/876">it
does not dispose of it's player properly</a>. This causes sieni.rip to post quite a few
errors to the console, which can cause performance issues, especially if the console is
@ -66,10 +66,20 @@
the user must interact (click something, or type something) with the site at least once at
first for the animations to play sound
properly.</p>
<h3>list of animations with major issues:</h3>
<ul>
<li><a href="/?id=35">35</a></li>
<li><a href="/?id=41">41</a></li>
<li><a href="/?id=43">43</a></li>
<li><a href="/?id=50">50</a></li>
<li><a href="/?id=60">60</a></li>
<li><a href="/?id=68">68</a></li>
</ul>
<h2>author / maintainer</h2>
<p>Author and maintainer of sieni.us for the time being is <a href="https://teascade.net">Teascade</a>,
and I can be contacted by various medias
listed on my website, or by email to <a href="mailto:teascade@gmail.com">teascade@gmail.com</a>
<p>Author and maintainer of sieni.rip for the time being is <a href="https://teascade.net">Teascade</a>,
and can be contacted via various medias
listed on my website, or via email to <a href="mailto:teascade@gmail.com">teascade@gmail.com</a>
</p>
</div>
</div>