CSS looks even better
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
<p>Blessfrey.me is a project in itself, a blog coded from scratch in <a href="https://bottlepy.org/docs/dev/">Bottle: Python</a>, <a href="https://bottlepy.org/docs/dev/stpl.html">SimpleTemplate</a>, and HTML+CSS. Any embedded applications are probably HTML5. </p>
|
||||
<h3>contact</h3>
|
||||
<ul>
|
||||
<li>{{random.choice(['.','•','☆','★'])}}	Twitter: <a href="https://twitter.com/lilchimchooree">@lilchimchooree</a> </li>
|
||||
<li>{{random.choice(['.','•','☆','★'])}}	Mastodon: <a href="https://mastodon.gamedev.place/@lilchimchooree">@lilchimchooree</a> </li>
|
||||
<li>{{random.choice(['.','•','☆','★'])}}	FlightRising: <a href="https://www1.flightrising.com/clan-profile/525948">Aristene</a> </li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
+4
-5
@@ -1,13 +1,12 @@
|
||||
% rebase('frame.tpl')
|
||||
<div class="content-grid"><div class="center">
|
||||
<h1><a href="https://wiki.blessfrey.me/view/Main_Page">Study wiki</a></h1>
|
||||
<p>My notes have citations from the Bible, sermons, academic texts, nonacademic sources, and my own thoughts. These are just study notes and personal summaries, so trust it as much as a mini-Wikipedia without peer review. </p>
|
||||
<p>Blessfrey.me uses LazyWiki, lazy linking wiki software developed by my husband in Bottlepy. This wiki is so lazy, it doesn't insert the links until the page loads. It takes more processing power (it's slow, sorry), but it enables a single person to maintain the wiki without inserting all the links manually. </p>
|
||||
<p>Most topics are related to Scripture or cooking. </p>
|
||||
<a href="https://wiki.blessfrey.me/view/Main_Page">wiki.blessfrey.me</a>
|
||||
<hr>
|
||||
<p>Blessfrey.me uses LazyWiki, personal wiki software with lazy linking. All wiki links are automatically generated, meaing this wiki is so lazy, it doesn't insert the links until that exact moment you are loading the page. This takes some processing power, but it enables a single person to maintain a wiki while worrying only about article writing, not the links. </p>
|
||||
<p>Developed by my husband in Bottlepy for me while we were dating. :) </p>
|
||||
|
||||
<hr>
|
||||
|
||||
<p>Also, if you are looking for my Japanese learning guide, <a href="/japanese">here it is</a>.
|
||||
<h1><a href="/japanese">Japanese Learning Guide</a></h1>
|
||||
<p>If you are looking for my Japanese learning guide, <a href="/japanese">here it is</a>.
|
||||
</div></div>
|
||||
|
||||
Reference in New Issue
Block a user