36 lines
2.1 KiB
Smarty
36 lines
2.1 KiB
Smarty
% 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>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>
|
|
<ul>
|
|
<li>(social links to be added) </li>
|
|
</ul>
|
|
<br>
|
|
</div>
|
|
|
|
|
|
<div class="projects">
|
|
<h2>other projects</h2>
|
|
<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>
|