added more art, old and new; diary sidebar is at top, not the middle of the entries
This commit is contained in:
+87
-6
@@ -20,9 +20,12 @@
|
||||
<%
|
||||
gallery = [
|
||||
["AnimeEnding.png","A still from an attempt to emulate the Little Busters ending animation. Man, animating is hard."],
|
||||
["Scary.png","Scary."],
|
||||
["Tessa.png","Tessa in athleisure"],
|
||||
["WISE.png","WISE, a lost Canaanite virtual assistant."],
|
||||
["Rune_bank.png","Learning about American culture with Rune"],
|
||||
["pencilsketchangelchloe.png","Angel and Chloe"],
|
||||
["Willa.png","The original concept for Helia, back when her name was Willa"]
|
||||
]
|
||||
for g in gallery:
|
||||
i = g[0].index('.')
|
||||
@@ -44,8 +47,12 @@
|
||||
<%
|
||||
gallery = [
|
||||
["stilllife.png","emulating the cover of BigBang's Still Life with my FlightRising lore dragons"],
|
||||
["Silke.png","Imitating Yuu Watase's art style."],
|
||||
["Silke_png.png","Her face is stuck like that."]
|
||||
["pixelheadshot.png","My FlightRising Coatl"],
|
||||
["Silke.png","My Verpets Tabid"],
|
||||
["Silke_png.png","Her face is stuck like that."],
|
||||
["Helbatransparent.png","My Verpets Peesh"],
|
||||
["lya.png","My Verpets Tapulu"],
|
||||
["15.gif","Some Gaia rp character named Bird"]
|
||||
]
|
||||
for g in gallery:
|
||||
i = g[0].index('.')
|
||||
@@ -93,7 +100,10 @@
|
||||
["chimchooree_moonelf.png","A Dungeons & Dragons moon elf (my NWN2 main to be exact)"],
|
||||
["kamaAD1.gif","Kama AD1 for #octobit"],
|
||||
["sophie.png","Atelier Sophie for #octobit"],
|
||||
["tvseries.png","Code Lyoko's Sissi for #octobit"]
|
||||
["tvseries.png","Code Lyoko's Sissi for #octobit"],
|
||||
["baby.png","VtM: Redemption with Big Bang lyrics"],
|
||||
["ObamaDay.png","RuneScape edit for #ObamaDay on Twitter"],
|
||||
["an_interview_with_the_pilot.png","Bush, Quayle, and Dukakis as customs officers with the Customs Officer"]
|
||||
]
|
||||
for g in gallery:
|
||||
i = g[0].index('.')
|
||||
@@ -110,7 +120,7 @@
|
||||
|
||||
<!--OBLIVION-->
|
||||
<h2>screenshots </h2>
|
||||
<p>Modded Oblivion. </p>
|
||||
<p>Modded Oblivion </p>
|
||||
<div class="gallery">
|
||||
<%
|
||||
gallery = [
|
||||
@@ -119,7 +129,77 @@
|
||||
["ScreenShot46.bmp","The fancy hotel in Skingrad with SomeWelshGuy's Immersive Interiors clear windows mod."],
|
||||
["ScreenShot128.bmp","That player home mod that clips with the skybox."],
|
||||
["ScreenShot131.bmp","I found this unicorn during the last ever E3."],
|
||||
["Sunset.bmp","Martin and Thyme in their hoodies, jeans, and Converse."]
|
||||
["Sunset.bmp","Martin and Thyme in their hoodies, jeans, and Converse."],
|
||||
["ScreenShot67.png","The Emperor's Converse."],
|
||||
["ScreenShot149.png","Cloud Ruler Temple"],
|
||||
["ScreenShot164.png","A reluctant emperor"],
|
||||
["ScreenShot215.png","Joining the Mythic Dawn"],
|
||||
["ScreenShort108.png","Mythic Dawn companion"],
|
||||
["ScreenShot2.png","Earana"],
|
||||
["ScreenShot62.png","Akaviri catgirls"],
|
||||
["ScreenShot74.png","Akaviri garden"],
|
||||
["ScreenShot77.png","Kimono"]
|
||||
]
|
||||
for g in gallery:
|
||||
i = g[0].index('.')
|
||||
thumb = g[0][:i] + 'thumb' + g[0][i:]
|
||||
%>
|
||||
<div class="galitem">
|
||||
<a target="_blank" href="/static/img/art/{{g[0]}}">
|
||||
<img src="/static/img/art/{{thumb}}" alt="Image: {{g[1]}}">
|
||||
<div class="subtitle">{{g[1]}}</div>
|
||||
</a>
|
||||
</div>
|
||||
% end
|
||||
</div>
|
||||
|
||||
<!--Julien-->
|
||||
<p>Lord Julien collection </p>
|
||||
<div class="gallery">
|
||||
<%
|
||||
gallery = [
|
||||
["Beloved.png","where u at"],
|
||||
["2016-02-07_00002.png","Sophistry"],
|
||||
["2016-02-07_00055.png","Pathetic"],
|
||||
["2016-02-12_00001.png","Goblin brawl"],
|
||||
["2016-02-12_00052.png","Close encounter"],
|
||||
["2016-02-12_00079.png","Dragon"],
|
||||
["2016-02-12_00097.png","Dragonfire"],
|
||||
["2016-02-12_00100.png","Last light"],
|
||||
["2016-02-12_00119.png","Journey home"],
|
||||
["2016-02-12_00124.png","Dark knight"],
|
||||
["2016-02-12_00131.png","Afternoon at the pier"],
|
||||
["2016-02-12_00145.png","Cassardis"],
|
||||
["2016-02-12_00148.png","Break"],
|
||||
["2016-02-12_00152.png","Vista"],
|
||||
["2016-02-12_00154.png","About town"],
|
||||
["2016-02-12_00158.png","Fish inspector"],
|
||||
["2016-02-12_00160.png","Home cooking"],
|
||||
["2016-02-13_00010.png","Evening prayer"],
|
||||
["2016-02-13_00018.png","Marketplace"],
|
||||
["2016-02-13_00024.png","Test"],
|
||||
["2016-02-13_00030.png","Infamous escort"]
|
||||
]
|
||||
for g in gallery:
|
||||
i = g[0].index('.')
|
||||
thumb = g[0][:i] + 'thumb' + g[0][i:]
|
||||
%>
|
||||
<div class="galitem">
|
||||
<a target="_blank" href="/static/img/art/{{g[0]}}">
|
||||
<img src="/static/img/art/{{thumb}}" alt="Image: {{g[1]}}">
|
||||
<div class="subtitle">{{g[1]}}</div>
|
||||
</a>
|
||||
</div>
|
||||
% end
|
||||
</div>
|
||||
|
||||
|
||||
<p>VR Chat </p>
|
||||
<div class="gallery">
|
||||
<%
|
||||
gallery = [
|
||||
["VRchat_bodypillow2.png","My husband served me while I was on a date with my me and him body pillow. He kept rudely eating my chips."],
|
||||
["vrchat_cat.png","Drawing cats"]
|
||||
]
|
||||
for g in gallery:
|
||||
i = g[0].index('.')
|
||||
@@ -169,7 +249,8 @@
|
||||
["07-02.png","Dungeon Girls - outdoor mall"],
|
||||
["lilchimchooree_chimchooree_dungeongirls_mockup.png","Dungeon Girls - basically venting about coyotes."],
|
||||
["slimes.png","Blessfrey - Angel in the slime caves"],
|
||||
["stoplight.png","The Coroutines Game, playable on itch.io"],
|
||||
["silly.png","Small Thing That Makes Things"],
|
||||
["stoplight.png","The Coroutines Game. Assets are from a version of Blessfrey"],
|
||||
["customsofficer.png","Lemonland Immigration Office, almost entirely traced photos."]
|
||||
]
|
||||
for g in gallery:
|
||||
|
||||
Reference in New Issue
Block a user