diary page uses a grid of grids; added word cloud diary box; emptied all content for now
This commit is contained in:
+20
-35
@@ -1,40 +1,25 @@
|
||||
<!--right column-->
|
||||
<div class="sidebar">
|
||||
<div class="about-box">
|
||||
<h1>about</h1>
|
||||
<b>Blessfrey</b> is a 2D action RPG developed for PC in Godot Engine. <br>
|
||||
<br>
|
||||
Edit your skillbar from hundreds of skills to fight enemies, solve puzzles, + explore. <br>
|
||||
<br>
|
||||
Inspired by Guild Wars 1 and Magic: The Gathering. <br>
|
||||
</div>
|
||||
<div class="sidebar">
|
||||
<div class="about-box">
|
||||
<h1>about</h1>
|
||||
</div>
|
||||
|
||||
<div class="twitter-box">
|
||||
<h1>chat</h1>
|
||||
</div>
|
||||
|
||||
<div class="twitter-box">
|
||||
<h1>chat</h1>
|
||||
Twitter: <a href="https://twitter.com/lilchimchooree">@lilchimchooree</a><br>
|
||||
<br>
|
||||
<a href="/contact" rel="nofollow">contact me</a><br>
|
||||
</div>
|
||||
<div class="latest">
|
||||
<h1>latest</h1>
|
||||
<div class="latest-text">
|
||||
latest
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="latest">
|
||||
<h1>latest</h1>
|
||||
<div class="latest-text">
|
||||
<ul>
|
||||
% if len(latest) > 0:
|
||||
% print(str(len(latest)))
|
||||
% for l in latest:
|
||||
<li>	<a href=/{{l[0]}} rel="nofollow">{{!l[1]}}</a></li>
|
||||
% end
|
||||
</ul>
|
||||
<br>
|
||||
<div class="wordcloud">
|
||||
<h1>tags</h1>
|
||||
</div>
|
||||
|
||||
<div class="disclosure">
|
||||
disclosure
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="disclosure">
|
||||
Blessfrey.me is not using sponsored posts or affiliate links. <br>
|
||||
<br>
|
||||
Blessfrey.me is not collecting personal information + has no cookies. <br>
|
||||
<br>
|
||||
Thank you for following the development of Blessfrey. <br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user