sitemap; link colors on docs; gdd;
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
<p>The vision for Blessfrey <br></p>
|
||||
<br>
|
||||
<ul>
|
||||
% for i in ["cast","credits","mechanics","ID","item","job","keyword","Mercur","milestones","proxemics","setting","skill","story","style guide","terms","vibe","website"]:
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<a href=/blessfrey-gdd/{{i}}>{{i}}</a></li>
|
||||
% for i in ["cast","credits","ID","inspect menu", "item","job","keyword","mechanics","Mercur","milestones","proxemics","setting","skill","story","style guide","terms","vibe","website"]:
|
||||
<li class="list">{{random.choice(['.','•','☆','★'])}}	<a href=/blessfrey-gdd/{{i}}>{{i}}</a></li>
|
||||
% end
|
||||
</ul>
|
||||
</div></div>
|
||||
|
||||
+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>
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
% rebase('frame.tpl')
|
||||
% import random
|
||||
<div class="content-grid">
|
||||
<h1><a href="/gdd" class="h1">blessfrey gdd</a> - {{!topic}}</h1>
|
||||
<h1><a href="/gdd" class="h1link">blessfrey gdd</a> - {{!topic}}</h1>
|
||||
{{!writeup}}
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,77 @@
|
||||
% import random
|
||||
% rebase('frame.tpl')
|
||||
<div class="content-grid"><div class="center">
|
||||
<h1>sitemap </h1>
|
||||
<p>every page on blessfrey.me that I can remember <br></p>
|
||||
<br>
|
||||
<details>
|
||||
<summary><a href="diary">diary</a></summary>
|
||||
<ul>
|
||||
<li class="list">{{random.choice(['.','•','☆','★'])}}	<a href=/diary/1>specific diary page</a></li>
|
||||
<li class="list">{{random.choice(['.','•','☆','★'])}}	<a href=/diary/tag/webdev>specific diary tag</a></li>
|
||||
% for i in ["220831"]:
|
||||
<li class="list">{{random.choice(['.','•','☆','★'])}}	<a href=/{{i}}>{{i}}</a></li>
|
||||
% end
|
||||
</ul>
|
||||
</details>
|
||||
<br>
|
||||
|
||||
<a href="play">play</a><br>
|
||||
<br>
|
||||
|
||||
<details>
|
||||
<summary><a href="about">info</a></summary>
|
||||
<ul>
|
||||
% for i in ["milestones","gdd","presskit","characters"]:
|
||||
<li class="list">{{random.choice(['.','•','☆','★'])}}	<a href=/{{i}}>{{i}}</a></li>
|
||||
% end
|
||||
</ul>
|
||||
</details>
|
||||
<br>
|
||||
|
||||
<a href="dev">dev</a><br>
|
||||
<br>
|
||||
|
||||
<details>
|
||||
<summary><a href="gdd">gdd</a></summary>
|
||||
<ul>
|
||||
% for i in ["cast","credits","ID","inspect menu","item","job","keyword","mechanics","Mercur","milestones","proxemics","setting","skill","story","style guide","terms","vibe","website"]:
|
||||
<li class="list">{{random.choice(['.','•','☆','★'])}}	<a href=/{{i}}>{{i}}</a></li>
|
||||
% end
|
||||
</ul>
|
||||
</details>
|
||||
<br>
|
||||
|
||||
<details>
|
||||
<summary><a href="characters">characters</a></summary>
|
||||
<ul>
|
||||
% for i in ["Helia","Rune","Tessa","Abbey","Calder","Silke","Aristen","Chimchooree","Lune"]:
|
||||
<li class="list">{{random.choice(['.','•','☆','★'])}}	<a href=/char/{{i}}>{{i}}</a></li>
|
||||
% end
|
||||
</ul>
|
||||
</details>
|
||||
<br>
|
||||
|
||||
<details>
|
||||
<summary><a href="species">species</a></summary>
|
||||
<ul>
|
||||
% for i in ["human"]:
|
||||
<li class="list">{{random.choice(['.','•','☆','★'])}}	<a href=/species/{{i}}>{{i}}</a></li>
|
||||
% end
|
||||
</ul>
|
||||
</details>
|
||||
<br>
|
||||
|
||||
<details>
|
||||
<summary><a href="location">location</a></summary>
|
||||
<ul>
|
||||
% for i in ["Lucrest"]:
|
||||
<li class="list">{{random.choice(['.','•','☆','★'])}}	<a href=/loc/{{i}}>{{i}}</a></li>
|
||||
% end
|
||||
</ul>
|
||||
</details>
|
||||
<br>
|
||||
|
||||
<a href="presskit">presskit</a><br>
|
||||
|
||||
</div></div>
|
||||
Reference in New Issue
Block a user