working on XML still but everything else is fine

This commit is contained in:
chimchooree
2021-03-13 19:18:06 -06:00
parent 836971838e
commit 325ca2ec09
12 changed files with 462 additions and 8 deletions
+5 -5
View File
@@ -4,19 +4,19 @@
<br><br>
<h1>chimchooree</h1> <br>
<h2>hello</h2> <br>
I'm just a US-based indiedev who's learning to program through game development + web development. My hobbies include enjoy studying Japanese, translating isekai manga for others, and playing 90s/00s CRPGs + JRPGs. <br>
I'm a US-based indiedev who's learning to program through game development + web development. My hobbies include enjoy studying Japanese, translating isekai manga for others, and playing 90s/00s CRPGs + JRPGs. <br>
<br>
To practice different languages, I bounce among a few solo projects in Godot Engine, Java, and Python. My main project is a widely scoped ARPG dungeon crawler called Blessfrey, which I hope to release a demo for soon. <br>
To practice different languages, I bounce among a few solo projects in Godot Engine, Java, and Python. My main project is a widely scoped ARPG dungeon crawler called Blessfrey. Hopefully there will be a demo out soon, so keep watching! <br>
<br>
Feel free to say hello, especially if you're interested in gamedev, too. <br>
<br>
<h2>general + business contact</h2><br>
<ul>
<ul>
<li>chimchooree<span style="display: none;">OBFUSCATION</span>@mail.com</li>
<li>twitter: <a href="https://twitter.com/lilchimchooree" rel="nofollow">@lilchimchooree</a> </li>
<li>flightrising: <a href="https://flightrising.com/main.php?p=lair&tab=userpage&id=525948">Aristene</a> </li>
</ul>
<br>
</ul>
<br>
<br><br><br><br>
</div>
<div class="footer-row"> </div>
+1 -1
View File
@@ -73,7 +73,7 @@
<div class="textbox contact">
<h2>Contact</h2>
<br>
Please message me on <a href="https://twitter.com/lilchimchooree" rel="nofollow">Twitter @lilchimchooree</a>.
Please email me at chimchooree<span style="display: none;">OBFUSCATION</span>@mail.com or message me on <a href="https://twitter.com/lilchimchooree" rel="nofollow">Twitter @lilchimchooree</a>.
</div>
<div class="textbox credits">
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
% for i in items:
<item>
<title>{{i[0]}}</title>
<link>{{i[1]}}</link>
<description>{{i[2]}}</description>
<language>en-US</language>
<pubDate>{{i[3]}}</pubDate>
<dc:creator>chimchooree</dc:creator>
</item>
% end
</channel>
</rss>