UPDATE - redesign - new nav bar, new organization, new main pages, new art page, study page (no content yet), games page with STTMT, update to me; new diary entry

This commit is contained in:
chimchooree
2023-05-08 19:33:11 -05:00
parent 6d997f3f62
commit 7625ac8936
119 changed files with 1190 additions and 851 deletions
+218
View File
@@ -0,0 +1,218 @@
% rebase('frame.tpl')
<div class="content-grid">
<h1>blessfrey art</h1>
<p>I should draw more often.</p>
<div class="cats">
<img src="/static/img/art/enemycat.png" alt="Cat.">
<img src="/static/img/art/enemycat.png" alt="Cat.">
<img src="/static/img/art/enemycat.png" alt="Cat.">
<img src="/static/img/art/enemycat.png" alt="Cat.">
<img src="/static/img/art/enemycat_dead.png" alt="Cat.">
<img src="/static/img/art/enemycat.png" alt="Cat.">
<img src="/static/img/art/enemycat.png" alt="Cat.">
</div>
<!--BLESSFREY-->
<h2>blessfrey </h2>
<p>Typical "high school kids and a Canaanite giant go on an adventure and save the world" story. </p>
<div class="gallery">
<%
gallery = [
["AnimeEnding.png","A still from an attempt to emulate the Little Busters ending animation. Man, animating is hard."],
["Tessa.png","Tessa in athleisure"],
["WISE.png","WISE, a lost Canaanite virtual assistant."],
["Rune_bank.png","Learning about American culture with Rune"],
]
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>
<!--PETSITES-->
<h2>petsites </h2>
<p>My weakness. My favorite ever was Verpets, but I've played about 20 of them. </p>
<div class="gallery">
<%
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."]
]
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>
<!--CONTESTS, HASHTAGS-->
<h2>art games, hashtags </h2>
<p><a href="https://artfight.net/~abbey">Attack me on ArtFight!</a> I should get back into Mermay and OutfitAugust again, too. </p>
<div class="gallery">
<%
gallery = [
["BrodyChar.png","Art Fight 2023, Team Bloom: EmmArrGus's Char + Brody"],
["BrodyChar_big.png","larger view"],
["AisuLuna_pix.png","Art Fight 2023, Team Bloom: Skye_0723's Aisu + Luna"],
["AisuLuna_pix_bigger.png","larger view"]
]
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>
<!--FANART-->
<h2>fanart </h2>
<div class="gallery">
<%
gallery = [
["RingOfFire.jpg","My Guild Wars main at end-game Proph"],
["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"]
]
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>
<!--OBLIVION-->
<h2>screenshots </h2>
<p>Modded Oblivion. </p>
<div class="gallery">
<%
gallery = [
["magesstaff.png","That quest where necromancers chase you over a cliff repeatedly until they die from fall damage."],
["ScreenShot9.bmp","Finally found the giant crab dungeon."],
["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."]
]
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>
<!--FAKE SCREENSHOTS, MOCKUPS-->
<h2>make-believe mockups </h2>
<p>These games don't exist, but I'm still going to draw screenshots of them. </p>
<div class="gallery">
<%
gallery = [
["boss.png","A Gameboy game with Bad Cat and the Customs Officer"],
["boss_bigger.png","Larger view"],
["demake.png","A Persona 3 demake for Gameboy"],
["chimchooree_LittleAiri.gif","Tiny VN."],
["remake.png","A remake of SNES Trinea for Gameboy"]
]
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>
<!--REAL SCREENSHOTS, MOCKUPS-->
<h2>screenshots of my games </h2>
<p>These games did exist at some point. Maybe I'll release them eventually. </p>
<div class="gallery">
<%
gallery = [
["Jan13.png","Dungeon Girls - Angel fighting Bad Cat"],
["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"],
["customsofficer.png","Lemonland Immigration Office, almost entirely traced photos."]
]
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>
<!--FASHION-->
<h2>fashion </h2>
<p>I've sewn since I was little. </p>
<div class="gallery">
<%
gallery = [
["Wyrm.jpg","My senior prom dress, embroidered satin and crepe"],
["wwww.jpg","Lyalira, my junior prom dress at a local runway event"],
["lya_marker.png","Lyalira fashion illustration in Prismacolor & gel pen"],
["boardwalk.jpg","Drafted and knit for a local art museum event then shown at a local runway"],
#["JoAnn.jpg","Swimsuit, designed, cut, and sewn in a few hours"],
["wasplady.jpg","Fancy pajamas collection referencing fabric in my closet. I made a few pieces but gave them away."],
["unpaid.jpg","Converting my pixelart to sequinart"],
["flats.jpg","Flats for loungewear"]
]
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>
</div>