add the about page finally
This commit is contained in:
parent
8a284dc31d
commit
58e3ae23bb
158
static/about.html
Normal file
158
static/about.html
Normal file
@ -0,0 +1,158 @@
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<style>
|
||||
body {
|
||||
background-image: url(/img/leaves.png);
|
||||
background-repeat: repeat;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="/css/columns.css">
|
||||
<link rel="stylesheet" href="/css/haiku.css">
|
||||
<link rel="stylesheet" href="/css/dropdown.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="wwrapper">
|
||||
<b class="twrapper"><a class="title" href="about.html"><img class="wbutton wlbutton" src="/img/close.png">about - StyledEdit<img class="wbutton wrbutton" src="/img/minimise.png"></a></b>
|
||||
<div class="wrapper" style="background-color: white; padding: 0px;">
|
||||
<div class="menubar">
|
||||
<div class="dropdown">
|
||||
File
|
||||
<div class="dropdown-content">
|
||||
New <br/>
|
||||
Open <br/>
|
||||
<hr/>
|
||||
Save <br/>
|
||||
Save as... <br/>
|
||||
Reload <br/>
|
||||
Close <br/>
|
||||
<hr/>
|
||||
Page setup... <br/>
|
||||
Print... <br/>
|
||||
<hr/>
|
||||
Quit <br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dropdown">
|
||||
Edit
|
||||
<div class="dropdown-content">
|
||||
Can't undo <br/>
|
||||
<hr/>
|
||||
Cut <br/>
|
||||
Copy <br/>
|
||||
Paste <br/>
|
||||
<hr/>
|
||||
Select all <br/>
|
||||
<hr/>
|
||||
Find... <br/>
|
||||
Find again <br/>
|
||||
Find selection <br/>
|
||||
Replace <br/>
|
||||
Replace next <br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dropdown">
|
||||
Font
|
||||
<div class="dropdown-content">
|
||||
Size <br/>
|
||||
Colour <br/>
|
||||
<br/>
|
||||
Bold <br/>
|
||||
Italic <br/>
|
||||
<br/>
|
||||
Fira Sans <br/>
|
||||
Fira Mono <br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dropdown">
|
||||
Document
|
||||
<div class="dropdown-content">
|
||||
Align <br/>
|
||||
Wrap lines <br/>
|
||||
Text encoding <br/>
|
||||
<hr/>
|
||||
Statistics... <br/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="padding: 0.2em;">
|
||||
<h2>lain.church</h2>
|
||||
<p>lain.church exists to provide <a href="/services.html">services not provided by other entities</a> to lainons and the like.</p>
|
||||
<p>The hope is that said services will be reasonably secure, provide the users with their <a href="https://www.gnu.org/philosophy/free-sw.html">four essential freedoms</a> where applicable, and further development of technology that respects the user.</p>
|
||||
<p>There is an emphasis on decentralised and federated platforms where individuals and small groups can control parts, rather than everything being owned by one entity.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="wwrapper">
|
||||
<b class="twrapper"><a class="title" href="about.html"><img class="wbutton wlbutton" src="/img/close.png">who - StyledEdit<img class="wbutton wrbutton" src="/img/minimise.png"></a></b>
|
||||
<div class="wrapper" style="background-color: white; padding: 0px;">
|
||||
<div class="menubar">
|
||||
<div class="dropdown">
|
||||
File
|
||||
<div class="dropdown-content">
|
||||
New <br/>
|
||||
Open <br/>
|
||||
<hr/>
|
||||
Save <br/>
|
||||
Save as... <br/>
|
||||
Reload <br/>
|
||||
Close <br/>
|
||||
<hr/>
|
||||
Page setup... <br/>
|
||||
Print... <br/>
|
||||
<hr/>
|
||||
Quit <br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dropdown">
|
||||
Edit
|
||||
<div class="dropdown-content">
|
||||
Can't undo <br/>
|
||||
<hr/>
|
||||
Cut <br/>
|
||||
Copy <br/>
|
||||
Paste <br/>
|
||||
<hr/>
|
||||
Select all <br/>
|
||||
<hr/>
|
||||
Find... <br/>
|
||||
Find again <br/>
|
||||
Find selection <br/>
|
||||
Replace <br/>
|
||||
Replace next <br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dropdown">
|
||||
Font
|
||||
<div class="dropdown-content">
|
||||
Size <br/>
|
||||
Colour <br/>
|
||||
<br/>
|
||||
Bold <br/>
|
||||
Italic <br/>
|
||||
<br/>
|
||||
Fira Sans <br/>
|
||||
Fira Mono <br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dropdown">
|
||||
Document
|
||||
<div class="dropdown-content">
|
||||
Align <br/>
|
||||
Wrap lines <br/>
|
||||
Text encoding <br/>
|
||||
<hr/>
|
||||
Statistics... <br/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="padding: 0.2em;">
|
||||
<h2>Who runs lain.church?</h2>
|
||||
<ul>
|
||||
<li><a href="https://shadowkat.net/">XeonSquared</a> - Thing-doer in chief</li>
|
||||
<li><a href="https://ki.tty.sh">Kitty</a> - Hosting</a></li>
|
||||
<li><a href="https://mrdetonia.com/">MrDetonia</a> - Chief Wrangler</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
Loading…
Reference in New Issue
Block a user