basic grid layout for project page with featured rows and non-featured 2-column grid; began converting images to image links

This commit is contained in:
chimchooree
2020-11-29 01:09:14 -06:00
parent 406ce9d727
commit f370e2a7ec
8 changed files with 68 additions and 19 deletions
+17 -18
View File
@@ -3,42 +3,41 @@
<div class="content">
<div class="project-header">
projects
<h1>chimchooree projects </h1>
</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>
<a href="diary/entries/200806">
<img src="/static/img/ent/blessfrey.png" alt="(image: blessfrey screenshot)">
</a><br>
<div class="featured-desc"><a href="diary/entries/200806"><b>blessfrey</b> - action RPG in Godot Engine</a><br></div>
<br>
</div>
</div>
<center>
<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>
<img src="/static/img/ent/CatStore_small.png" alt="(image: CatStore screenshot)"> <br>
<div class="more-desc"><a href="https://gitlab.com/chimchooree/cat-store"><b>Cat Store</b> - text-based cat show + breeding sim in Java (IntelliJ)</a> <br></div>
<br>
</div>
<div class="more-box">
<img src="/static/img/ent/pretendOS_catchat.jpeg" alt="(image: pretendOS screenshot)" width="400" height="225"> <br>
<img src="/static/img/ent/SmallThingThatMakesThings_small.png" alt="(image: Small Thing That Makes Things keyart)"> <br>
<div class="more-desc"><a href="diary/entries/200903"><b>Small Thing That Makes Things</b> - game jam game in Godot Engine</a> <br></div>
<br>
<a href="diary/entries/201126">pretendOS - pretend desktop in Godot Engine</a> <br>
</div>
<div class="more-box">
<img src="/static/img/ent/pretendOS_small.png" alt="(image: pretendOS screenshot)"> <br>
<div class="more-desc"><a href="diary/entries/201126"><b>pretendOS</b> - pretend desktop in Godot Engine</a> <br></div>
<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>
<div class="more-desc"><a href="https://gitlab.com/users/chimchooree/projects"><b>public GitLab repo</b></a> <br></div>
<br>
</div>
</div>
</div>
</center>
</div>