sitemap; link colors on docs; gdd;
This commit is contained in:
+13
-11
@@ -1,14 +1,17 @@
|
||||
% import random
|
||||
% rebase('frame.tpl')
|
||||
<div class="content-grid">
|
||||
<div class="content-left">
|
||||
</div>
|
||||
<div class="content-right">
|
||||
<div class="intro">
|
||||
<h2>hello</h2>
|
||||
<p><b>hello</b>, call me chimchooree. <br></p>
|
||||
<h2>hello,</h2>
|
||||
<p>call me chimchooree. <br></p>
|
||||
<br>
|
||||
<p>I'm a developer from the USA and like to show off my projects here. I dabble in Python, Java, Angular, Godot Engine, and HTML5+CSS, but I sew clothes, draw, and write, too. <br></p>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<div class="contact">
|
||||
<h2>contact</h2>
|
||||
<p>I wouldn't mind hearing from you. <br></p>
|
||||
@@ -16,19 +19,18 @@
|
||||
<li><a href="https://discord.com/">Discord (CustomsOfficer#3449)</a> </li>
|
||||
<li><a href="https://twitter.com/lilchimchooree">Twitter (@lilchimchooree)</a> </li>
|
||||
</ul>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="projects">
|
||||
<h2>other projects</h2>
|
||||
<p>The most obvious is <b>blessfrey.me</b>, this very portfolio and blog website. It is coded 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 be HTML5. <br></p>
|
||||
<br>
|
||||
<p>Cat Store - Java, text-based cat breeding and cat show life sim. <br></p>
|
||||
<br>
|
||||
<p>Also see my <a href="https://chimchooree.itch.io/">itch.io (chimchooree)</a> and <a href="https://gitlab.com/chimchooree">GitLab (chimchooree)</a> for micro games and general coding projects. <br></p>
|
||||
<br>
|
||||
<p>My OCs from gamedev projects, creative writing, and games on the <a href="/characters">characters page</a>. <br></p>
|
||||
<br>
|
||||
<p>I periodically share fashion content as well as <a href="/diary/tag/OoTD">OotD</a> and <a href="/diary/tag/OoTD">MotD</a> looks in my <a href="/diary/tag/fashion">diary</a>. <br></p>
|
||||
<p><ul>
|
||||
<li>{{random.choice(['.','•','☆','★'])}}	<b>blessfrey.me</b> - The most obvious, this very portfolio and blog website. It is coded 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 be HTML5. </li>
|
||||
<li>{{random.choice(['.','•','☆','★'])}}	Cat Store</b> - Java, text-based cat breeding and cat show life sim. </li>
|
||||
<li>{{random.choice(['.','•','☆','★'])}}	<a href="https://chimchooree.itch.io/">itch.io (chimchooree)</a> and <a href="https://gitlab.com/chimchooree">GitLab (chimchooree)</a> for micro games and general coding projects. </li>
|
||||
<li>{{random.choice(['.','•','☆','★'])}}	OCs from gamedev projects, creative writing, and games are stored in the <a href="/characters">characters page</a>. </li>
|
||||
<li>{{random.choice(['.','•','☆','★'])}}	<a href="/diary/tag/OoTD">OotD</a> and <a href="/diary/tag/MoTD">MotD</a> looks are periodically shared in my <a href="/diary/tag/fashion">diary</a>. </li>
|
||||
</ul></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user