new website
This commit is contained in:
+11
-15
@@ -2,23 +2,19 @@
|
||||
% import random
|
||||
<div class="social"> </div>
|
||||
|
||||
<div class="bg"> </div>
|
||||
<div class="bg">
|
||||
<br>
|
||||
Maintenance mode! <br>
|
||||
The website deserves prettier art, more features, and better editting. <br>
|
||||
<br>
|
||||
Until then, check out No-Legs the Cat. <br>
|
||||
<br>
|
||||
<img src="/static/img/monorail.png" alt="(image: He's an orange tabby with orange eyes, a pink nose, and a white chest. He sits with his legs completely tucked, so you can't even tell he has legs. Cutie.)">
|
||||
</a><br>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<div class="footer-row"> </div>
|
||||
|
||||
<div class="tweets">
|
||||
<a class="twitter-timeline" data-width="400" data-height="200" data-theme="dark" href="https://twitter.com/lilchimchooree" data-chrome="noheader nofooter transparent noborders">Tweets by lilchimchooree</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</div>
|
||||
|
||||
<div class="news">
|
||||
<center>. • . <strong>news</strong> ☆ .. . <br></center>
|
||||
<br>
|
||||
<ul>
|
||||
% for n in news:
|
||||
% bullet = random.choice(['.','•','☆','★'])
|
||||
<li>{{bullet}}	<a href={{n[0]}} rel="nofollow">{{!n[1]}}</a><br></li>
|
||||
% end
|
||||
</ul>
|
||||
<br>
|
||||
<center>. ★ .. • . ☆</center>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user