added basic content to projects page - pictures, links to projects; made sure all links point to new page

This commit is contained in:
Mimi Momo
2020-11-28 15:09:05 -06:00
parent 7e1e436b6a
commit 406ce9d727
9 changed files with 231 additions and 4 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
</div>
</div>
<div class="nav-game">
<a href="/game">
<img src="/static/img/btn/skillbtn.png" alt="game" style="width:85px;height:55px;">
<a href="/projects">
<img src="/static/img/btn/skillbtn.png" alt="projects" style="width:85px;height:55px;">
</a>
<div class="nav-link">
<a href="/projects">projects</a>
+45
View File
@@ -0,0 +1,45 @@
% rebase('frame.tpl')
<!--Content-->
<div class="content">
<div class="project-header">
projects
</div>
<div class="featured">
<div class="featured-box">
<img src="/static/img/ent/blessfrey.png" alt="(image: blessfrey screenshot)"><br>
<br>
<a href="diary/entries/200806">blessfrey - action RPG in Godot Engine</a><br>
<br>
</div>
<div class="featured-box">
<img src="/static/img/ent/CatStore_small.png" alt="(image: CatStore screenshot)"> <br>
<br>
<a href="https://gitlab.com/chimchooree/cat-store">Cat Store - text-based cat show + breeding sim in Java (IntelliJ)</a> <br>
<br>
</div>
</div>
<div class="more">
<div class="more-box">
<img src="/static/img/ent/SmallThingThatMakesThings.png" alt="(image: Small Thing That Makes Things keyart)" width="400" height="179"> <br>
<br>
<a href="diary/entries/200903">Small Thing That Makes Things - game jam game in Godot Engine</a> <br>
<br>
</div>
<div class="more-box">
<img src="/static/img/ent/pretendOS_catchat.jpeg" alt="(image: pretendOS screenshot)" width="400" height="225"> <br>
<br>
<a href="diary/entries/201126">pretendOS - pretend desktop in Godot Engine</a> <br>
<br>
</div>
<div class="more-box">
<img src="/static/img/ent/gitlab_publicprojects.png" alt="(image: GitLab page screenshot)"> <br>
<br>
<a href="https://gitlab.com/users/chimchooree/projects">public GitLab repo</a> <br>
<br>
</div>
</div>
</div>
<div class="footer-row"> </div>