|
|
|
@ -25,6 +25,7 @@
|
|
|
|
|
["WISE.png","WISE, a lost Canaanite virtual assistant."],
|
|
|
|
|
["Rune_bank.png","Learning about American culture with Rune"],
|
|
|
|
|
["pencilsketchangelchloe.png","Angel and Chloe"],
|
|
|
|
|
["dgbanner.png","Old Blessfrey character art"],
|
|
|
|
|
["Willa.png","The original concept for Helia, back when her name was Willa"]
|
|
|
|
|
]
|
|
|
|
|
for g in gallery:
|
|
|
|
@ -102,8 +103,9 @@
|
|
|
|
|
["sophie.png","Atelier Sophie for #octobit"],
|
|
|
|
|
["tvseries.png","Code Lyoko's Sissi for #octobit"],
|
|
|
|
|
["baby.png","VtM: Redemption with Big Bang lyrics"],
|
|
|
|
|
["MAGA.png","Trump in Gran Soren. Julien looks the most like Trump, so I used him. Strange edit imo tbh."],
|
|
|
|
|
["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"]
|
|
|
|
|
["an_interview_with_the_pilot.png","Bush and Quayle as customs officers with the Customs Officer, interviewing pilot Dukakis"]
|
|
|
|
|
]
|
|
|
|
|
for g in gallery:
|
|
|
|
|
i = g[0].index('.')
|
|
|
|
@ -129,6 +131,7 @@
|
|
|
|
|
["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."],
|
|
|
|
|
["image-17.png","Imperial dash"],
|
|
|
|
|
["Sunset.bmp","Martin and Thyme in their hoodies, jeans, and Converse."],
|
|
|
|
|
["ScreenShot67.png","The Emperor's Converse."],
|
|
|
|
|
["ScreenShot149.png","Cloud Ruler Temple"],
|
|
|
|
@ -272,15 +275,22 @@
|
|
|
|
|
<div class="gallery">
|
|
|
|
|
<%
|
|
|
|
|
gallery = [
|
|
|
|
|
["20220723_174232.jpg","Conceptual swimsuit sketches"],
|
|
|
|
|
["20220723_174331.jpg","Hand-drafted swimsuit pattern pieces"],
|
|
|
|
|
["swimsuit.jpg","Neoprene swimsuit with mock turtleneck and tiered skirt"],
|
|
|
|
|
["fashionsketch.jpg","Fashion sketches"],
|
|
|
|
|
["Kitty.jpg","Mini dress with princess seams, rainbow 'Chanel stitching,' + pockets"],
|
|
|
|
|
["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"],
|
|
|
|
|
|
|
|
|
|
["wwww.jpg","Lyalira, my junior prom dress at a local runway event"],
|
|
|
|
|
["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"],
|
|
|
|
|
["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"]
|
|
|
|
|
["flats.jpg","Flats for loungewear"],
|
|
|
|
|
["20220417_161710.jpg","Doll clothes"],
|
|
|
|
|
["20220804_231633.jpg","Baku plushie"],
|
|
|
|
|
["20220523_171315.jpg","Thrift store dress I made into a pillow. I kept the pockets!"]
|
|
|
|
|
]
|
|
|
|
|
for g in gallery:
|
|
|
|
|
i = g[0].index('.')
|
|
|
|
@ -295,5 +305,30 @@
|
|
|
|
|
% end
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!--<h2>OotD, MotD </h2>
|
|
|
|
|
<p>Outfits, makeup looks, and custom palettes. </p>
|
|
|
|
|
<div class="gallery">
|
|
|
|
|
<%
|
|
|
|
|
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('.')
|
|
|
|
|
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>
|
|
|
|
|