mirror of https://gitlab.com/bashrc2/epicyon
Mention timeline
parent
14ec7c5acf
commit
ef00ef3abd
|
@ -14,6 +14,7 @@ Key features:
|
||||||
* Customisable themes. It doesn't have to look bland.
|
* Customisable themes. It doesn't have to look bland.
|
||||||
* Does not require much RAM, either on server or client.
|
* Does not require much RAM, either on server or client.
|
||||||
* Suitable for installation on single board computers.
|
* Suitable for installation on single board computers.
|
||||||
|
* No timeline algorithms.
|
||||||
* No javascript.
|
* No javascript.
|
||||||
* No database. Data stored as ordinary files.
|
* No database. Data stored as ordinary files.
|
||||||
* No fashionable web frameworks. *"Boring by design"*.
|
* No fashionable web frameworks. *"Boring by design"*.
|
||||||
|
|
|
@ -23,6 +23,7 @@ Key features:
|
||||||
* Customisable themes. It doesn't have to look bland.
|
* Customisable themes. It doesn't have to look bland.
|
||||||
* Does not require much RAM, either on server or client.
|
* Does not require much RAM, either on server or client.
|
||||||
* Suitable for installation on single board computers.
|
* Suitable for installation on single board computers.
|
||||||
|
* No timeline algorithms.
|
||||||
* No javascript.
|
* No javascript.
|
||||||
* No database. Data stored as ordinary files.
|
* No database. Data stored as ordinary files.
|
||||||
* No fashionable web frameworks. "Boring by design".
|
* No fashionable web frameworks. "Boring by design".
|
||||||
|
|
|
@ -55,9 +55,9 @@
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
.features {
|
.features {
|
||||||
margin-left: 20%;
|
margin-left: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a, u {
|
a, u {
|
||||||
color: var(--main-fg-color);
|
color: var(--main-fg-color);
|
||||||
|
@ -1204,6 +1204,7 @@
|
||||||
<li>Customisable themes. It doesn't have to look bland.</li>
|
<li>Customisable themes. It doesn't have to look bland.</li>
|
||||||
<li>Does not require much RAM, either on server or client.</li>
|
<li>Does not require much RAM, either on server or client.</li>
|
||||||
<li>Suitable for installation on single board computers.</li>
|
<li>Suitable for installation on single board computers.</li>
|
||||||
|
<li>No timeline algorithms.</li>
|
||||||
<li>No javascript.</li>
|
<li>No javascript.</li>
|
||||||
<li>No database. Data stored as ordinary files.</li>
|
<li>No database. Data stored as ordinary files.</li>
|
||||||
<li>No fashionable web frameworks. <i>"Boring by design"</i>.</li>
|
<li>No fashionable web frameworks. <i>"Boring by design"</i>.</li>
|
||||||
|
|
Loading…
Reference in New Issue