diff --git a/src/index.py b/src/index.py index 6d0a1b3..9c07c73 100644 --- a/src/index.py +++ b/src/index.py @@ -84,7 +84,7 @@ def find_gallery(name): gal = [name] if name == "Abbey": gal.append("FlightRising") - gal.append([["dragon.png","lazy Abbey"], ["FlightRising.png","Abbey's sprite in FlightRising"],["BlackReshiram_Artfight.png","2022 Artfight attack by BlackReshiram"]]) + gal.append([["stilllife.png","Still Life"],["dragon.png","lazy Abbey"], ["FlightRising.png","Abbey's sprite in FlightRising"],["BlackReshiram_Artfight.png","2022 Artfight attack by BlackReshiram"]]) if name == "Angel": gal.append("Blessfrey") gal.append([["Chibipixel.png","One of Angel's sprites. I prefer taller, less cartoony sprites, but this style is so popular it was worth trying."],["pixelangel.png","Pixelart"],["AngelHeadphones.png","Pencil sketch"],["AngelHeadshot.png","Headshot of Angel and all her hair"],["picrew.png","made in あの子がこっちを見ている on Picrew"]]) @@ -123,7 +123,7 @@ def find_gallery(name): gal.append([["dance.png","Freya's dance"],["scythe.png","Freya's scythe"]]) if name == "Helia": gal.append("Blessfrey") - gal.append([["AnimeEnding.png","A still from an attempt to emulate the Little Busters ending animation. Man, animating is hard."],["wm.png","wip lol"],["Girls.png","Helia and Tessa"],["Headshot.png","emulating the art style of Battle Girl High School"]]) + gal.append([["AnimeEnding.png","A still from an attempt to emulate the Little Busters ending animation. Man, animating is hard."],["Scary.png","Scary."],["wm.png","wip lol"],["Helia_walk.gif","Walk animation, a 2023 Artfight attack by MaxieWest"],["Girls.png","Helia and Tessa"],["Headshot.png","emulating the art style of Battle Girl High School"]]) if name == "Lune": gal.append("Persona") gal.append([["RingOfFire.jpg","Lune in the Ring of Fire in her Vabbian"],["HallOfMonuments.png","My Guild Wars Necromancer showing off her Hall of Monuments"],["PhariseeFlying.jpg","My Aion Elysian Spiritmaster with really pretty hair"],["LuneMarine.png","Lune Marine, my gold side resistance Water Controller in City of Heroes"],["ArcheageGuild.jpg","My ArcheAge dwarf ghost girl with gold-dipped hair and a frilly gown, plus her guildmates"],["Pixelmon.png","Customs Officer Lune and her sidekick Lilligant in Pixelmon"],["tinypool.png","Bikini Lune in a tiny pool with her kitty in Minecraft"]]) @@ -132,7 +132,7 @@ def find_gallery(name): gal.append([]) if name == "Rune": gal.append("Blessfrey") - gal.append([["AnimeEnding.png","A still from an attempt to emulate the Little Busters ending animation. Man, animating is hard."],["Bless+Rune.png","Rune and his dinosaur mother"],["Blessfrey.png","Emulating old RPG coverart like Elden Gate in mixed media. Don't feel like working on it anymore."],["FlightRising.png","his dragon form in FlightRising"],["RuneHeadshot.png","emulating the art style of Battle Girl High School"],["CawfeeCakes_Artfight.png","2022 Artfight attack by CawfeeCakes"],["Teriuuuu_Artfight.png","2020 Artfight attack by Teriuuuu"]]) + gal.append([["AnimeEnding.png","A still from an attempt to emulate the Little Busters ending animation. Man, animating is hard."],["Scary.png","Scary."],["Bless+Rune.png","Rune and his dinosaur mother"],["Blessfrey.png","Emulating old RPG coverart like Elden Gate in mixed media. Don't feel like working on it anymore."],["FlightRising.png","his dragon form in FlightRising"],["RuneHeadshot.png","emulating the art style of Battle Girl High School"],["CawfeeCakes_Artfight.png","2022 Artfight attack by CawfeeCakes"],["Teriuuuu_Artfight.png","2020 Artfight attack by Teriuuuu"]]) if name == "Silke": gal.append("Verpets") gal.append([["Silke.png","emulating the art style of Yuu Watase in pixelart"],["Silke_png.png","her face is stuck like that"],["Verpets.png","Silke's sprite in Verpets"],["pets.png","Silke's pets"]]) @@ -141,7 +141,7 @@ def find_gallery(name): gal.append([["Tessa.png","Pixelart of Tessa in athletic wear"],["picrew.png","made in あの子がこっちを見ている on Picrew"],["FlightRising.png","her dragon form in FlightRising"],["RamblingRoses_Artfight.png","2020 Artfight attack by RamblingRoses"],["Lune_Archon_Artfight.jpeg","2022 Artfight attack by Lune_Archon"],["ElissaKarminakria_Artfight.png","2020 Artfight attack by ElissaKarminakria"],["gemhue_Artfight.png","2020 Artfight attack by gemhue"],["Cyan_moo_Artfight.png","2020 Artfight attack by Cyan_moo"]]) if name == "WISE": gal.append("Blessfrey") - gal.append([["WISE.png","WISE processing a query"],["CityOfHeroes.png","I made WISE in City of Heroes, too. She's an Electric/Empathy Controller."]]) + gal.append([["WISE.png","WISE processing a query"],["WISE!.png","2023 Artfight by Rzxcts"],["CityOfHeroes.png","I made WISE in City of Heroes, too. She's an Electric/Empathy Controller."]]) return gal def prepare_profile(loc, char_name): diff --git a/src/static/css/diary.css b/src/static/css/diary.css index 0e98100..ed1dbdb 100755 --- a/src/static/css/diary.css +++ b/src/static/css/diary.css @@ -15,10 +15,6 @@ margin: auto; margin-top: 0em; } - .sidebar { - max-width: 30ch; - margin: auto; - } .diary-dir { color: #C0AAC0; diff --git a/src/static/css/sidebar.css b/src/static/css/sidebar.css index 1b12ac8..5857684 100644 --- a/src/static/css/sidebar.css +++ b/src/static/css/sidebar.css @@ -1,8 +1,11 @@ .sidebar { - grid-area: 2 / 2 / 2 / 3; + grid-area: 1 / 2 / 2 / 3; display: row; grid-column-gap: 0em; grid-row-gap: 0em; + top: 0; + max-width: 30ch; + } } .sidebar a:link { diff --git a/src/static/img/art/15.gif b/src/static/img/art/15.gif new file mode 100755 index 0000000..795484f Binary files /dev/null and b/src/static/img/art/15.gif differ diff --git a/src/static/img/art/15thumb.gif b/src/static/img/art/15thumb.gif new file mode 100644 index 0000000..bca399c Binary files /dev/null and b/src/static/img/art/15thumb.gif differ diff --git a/src/static/img/art/2016-02-07_00002.png b/src/static/img/art/2016-02-07_00002.png new file mode 100644 index 0000000..661b88e Binary files /dev/null and b/src/static/img/art/2016-02-07_00002.png differ diff --git a/src/static/img/art/2016-02-07_00002thumb.png b/src/static/img/art/2016-02-07_00002thumb.png new file mode 100644 index 0000000..de3aeb7 Binary files /dev/null and b/src/static/img/art/2016-02-07_00002thumb.png differ diff --git a/src/static/img/art/2016-02-07_00055.png b/src/static/img/art/2016-02-07_00055.png new file mode 100644 index 0000000..fddfa06 Binary files /dev/null and b/src/static/img/art/2016-02-07_00055.png differ diff --git a/src/static/img/art/2016-02-07_00055thumb.png b/src/static/img/art/2016-02-07_00055thumb.png new file mode 100644 index 0000000..5c20318 Binary files /dev/null and b/src/static/img/art/2016-02-07_00055thumb.png differ diff --git a/src/static/img/art/2016-02-12_00001.png b/src/static/img/art/2016-02-12_00001.png new file mode 100644 index 0000000..8ad7455 Binary files /dev/null and b/src/static/img/art/2016-02-12_00001.png differ diff --git a/src/static/img/art/2016-02-12_00001thumb.png b/src/static/img/art/2016-02-12_00001thumb.png new file mode 100644 index 0000000..2978860 Binary files /dev/null and b/src/static/img/art/2016-02-12_00001thumb.png differ diff --git a/src/static/img/art/2016-02-12_00052.png b/src/static/img/art/2016-02-12_00052.png new file mode 100644 index 0000000..b91bf8c Binary files /dev/null and b/src/static/img/art/2016-02-12_00052.png differ diff --git a/src/static/img/art/2016-02-12_00052thumb.png b/src/static/img/art/2016-02-12_00052thumb.png new file mode 100644 index 0000000..3248e77 Binary files /dev/null and b/src/static/img/art/2016-02-12_00052thumb.png differ diff --git a/src/static/img/art/2016-02-12_00079.png b/src/static/img/art/2016-02-12_00079.png new file mode 100644 index 0000000..599ee84 Binary files /dev/null and b/src/static/img/art/2016-02-12_00079.png differ diff --git a/src/static/img/art/2016-02-12_00079thumb.png b/src/static/img/art/2016-02-12_00079thumb.png new file mode 100644 index 0000000..a7002ba Binary files /dev/null and b/src/static/img/art/2016-02-12_00079thumb.png differ diff --git a/src/static/img/art/2016-02-12_00097.png b/src/static/img/art/2016-02-12_00097.png new file mode 100644 index 0000000..faba893 Binary files /dev/null and b/src/static/img/art/2016-02-12_00097.png differ diff --git a/src/static/img/art/2016-02-12_00097thumb.png b/src/static/img/art/2016-02-12_00097thumb.png new file mode 100644 index 0000000..918236f Binary files /dev/null and b/src/static/img/art/2016-02-12_00097thumb.png differ diff --git a/src/static/img/art/2016-02-12_00100.png b/src/static/img/art/2016-02-12_00100.png new file mode 100644 index 0000000..07c25cb Binary files /dev/null and b/src/static/img/art/2016-02-12_00100.png differ diff --git a/src/static/img/art/2016-02-12_00100thumb.png b/src/static/img/art/2016-02-12_00100thumb.png new file mode 100644 index 0000000..abd3d52 Binary files /dev/null and b/src/static/img/art/2016-02-12_00100thumb.png differ diff --git a/src/static/img/art/2016-02-12_00119.png b/src/static/img/art/2016-02-12_00119.png new file mode 100644 index 0000000..724e6a1 Binary files /dev/null and b/src/static/img/art/2016-02-12_00119.png differ diff --git a/src/static/img/art/2016-02-12_00119thumb.png b/src/static/img/art/2016-02-12_00119thumb.png new file mode 100644 index 0000000..ca93d88 Binary files /dev/null and b/src/static/img/art/2016-02-12_00119thumb.png differ diff --git a/src/static/img/art/2016-02-12_00124.png b/src/static/img/art/2016-02-12_00124.png new file mode 100644 index 0000000..8161ebf Binary files /dev/null and b/src/static/img/art/2016-02-12_00124.png differ diff --git a/src/static/img/art/2016-02-12_00124thumb.png b/src/static/img/art/2016-02-12_00124thumb.png new file mode 100644 index 0000000..d522594 Binary files /dev/null and b/src/static/img/art/2016-02-12_00124thumb.png differ diff --git a/src/static/img/art/2016-02-12_00131.png b/src/static/img/art/2016-02-12_00131.png new file mode 100644 index 0000000..0b7b470 Binary files /dev/null and b/src/static/img/art/2016-02-12_00131.png differ diff --git a/src/static/img/art/2016-02-12_00131thumb.png b/src/static/img/art/2016-02-12_00131thumb.png new file mode 100644 index 0000000..a0b9d52 Binary files /dev/null and b/src/static/img/art/2016-02-12_00131thumb.png differ diff --git a/src/static/img/art/2016-02-12_00145.png b/src/static/img/art/2016-02-12_00145.png new file mode 100644 index 0000000..4a72de5 Binary files /dev/null and b/src/static/img/art/2016-02-12_00145.png differ diff --git a/src/static/img/art/2016-02-12_00145thumb.png b/src/static/img/art/2016-02-12_00145thumb.png new file mode 100644 index 0000000..76d5c7f Binary files /dev/null and b/src/static/img/art/2016-02-12_00145thumb.png differ diff --git a/src/static/img/art/2016-02-12_00148.png b/src/static/img/art/2016-02-12_00148.png new file mode 100644 index 0000000..35d13d2 Binary files /dev/null and b/src/static/img/art/2016-02-12_00148.png differ diff --git a/src/static/img/art/2016-02-12_00148thumb.png b/src/static/img/art/2016-02-12_00148thumb.png new file mode 100644 index 0000000..e75be9f Binary files /dev/null and b/src/static/img/art/2016-02-12_00148thumb.png differ diff --git a/src/static/img/art/2016-02-12_00152.png b/src/static/img/art/2016-02-12_00152.png new file mode 100644 index 0000000..90aea09 Binary files /dev/null and b/src/static/img/art/2016-02-12_00152.png differ diff --git a/src/static/img/art/2016-02-12_00152thumb.png b/src/static/img/art/2016-02-12_00152thumb.png new file mode 100644 index 0000000..8a4c46c Binary files /dev/null and b/src/static/img/art/2016-02-12_00152thumb.png differ diff --git a/src/static/img/art/2016-02-12_00154.png b/src/static/img/art/2016-02-12_00154.png new file mode 100644 index 0000000..6938dc9 Binary files /dev/null and b/src/static/img/art/2016-02-12_00154.png differ diff --git a/src/static/img/art/2016-02-12_00154thumb.png b/src/static/img/art/2016-02-12_00154thumb.png new file mode 100644 index 0000000..122a67c Binary files /dev/null and b/src/static/img/art/2016-02-12_00154thumb.png differ diff --git a/src/static/img/art/2016-02-12_00158.png b/src/static/img/art/2016-02-12_00158.png new file mode 100644 index 0000000..06ccfa8 Binary files /dev/null and b/src/static/img/art/2016-02-12_00158.png differ diff --git a/src/static/img/art/2016-02-12_00158thumb.png b/src/static/img/art/2016-02-12_00158thumb.png new file mode 100644 index 0000000..5ce5e81 Binary files /dev/null and b/src/static/img/art/2016-02-12_00158thumb.png differ diff --git a/src/static/img/art/2016-02-12_00160.png b/src/static/img/art/2016-02-12_00160.png new file mode 100644 index 0000000..d10321f Binary files /dev/null and b/src/static/img/art/2016-02-12_00160.png differ diff --git a/src/static/img/art/2016-02-12_00160thumb.png b/src/static/img/art/2016-02-12_00160thumb.png new file mode 100644 index 0000000..90c9490 Binary files /dev/null and b/src/static/img/art/2016-02-12_00160thumb.png differ diff --git a/src/static/img/art/2016-02-13_00010.png b/src/static/img/art/2016-02-13_00010.png new file mode 100644 index 0000000..3cbbdce Binary files /dev/null and b/src/static/img/art/2016-02-13_00010.png differ diff --git a/src/static/img/art/2016-02-13_00010thumb.png b/src/static/img/art/2016-02-13_00010thumb.png new file mode 100644 index 0000000..bd6ff43 Binary files /dev/null and b/src/static/img/art/2016-02-13_00010thumb.png differ diff --git a/src/static/img/art/2016-02-13_00018.png b/src/static/img/art/2016-02-13_00018.png new file mode 100644 index 0000000..b84e404 Binary files /dev/null and b/src/static/img/art/2016-02-13_00018.png differ diff --git a/src/static/img/art/2016-02-13_00018thumb.png b/src/static/img/art/2016-02-13_00018thumb.png new file mode 100644 index 0000000..9e95d5c Binary files /dev/null and b/src/static/img/art/2016-02-13_00018thumb.png differ diff --git a/src/static/img/art/2016-02-13_00024.png b/src/static/img/art/2016-02-13_00024.png new file mode 100644 index 0000000..f7dba4c Binary files /dev/null and b/src/static/img/art/2016-02-13_00024.png differ diff --git a/src/static/img/art/2016-02-13_00024thumb.png b/src/static/img/art/2016-02-13_00024thumb.png new file mode 100644 index 0000000..e9f0049 Binary files /dev/null and b/src/static/img/art/2016-02-13_00024thumb.png differ diff --git a/src/static/img/art/2016-02-13_00030.png b/src/static/img/art/2016-02-13_00030.png new file mode 100644 index 0000000..02f94bc Binary files /dev/null and b/src/static/img/art/2016-02-13_00030.png differ diff --git a/src/static/img/art/2016-02-13_00030thumb.png b/src/static/img/art/2016-02-13_00030thumb.png new file mode 100644 index 0000000..18ebc5d Binary files /dev/null and b/src/static/img/art/2016-02-13_00030thumb.png differ diff --git a/src/static/img/art/Beloved.png b/src/static/img/art/Beloved.png new file mode 100755 index 0000000..ff3fa5e Binary files /dev/null and b/src/static/img/art/Beloved.png differ diff --git a/src/static/img/art/Belovedthumb.png b/src/static/img/art/Belovedthumb.png new file mode 100644 index 0000000..1544e1c Binary files /dev/null and b/src/static/img/art/Belovedthumb.png differ diff --git a/src/static/img/art/Helbatransparent.png b/src/static/img/art/Helbatransparent.png new file mode 100755 index 0000000..e6ae2d9 Binary files /dev/null and b/src/static/img/art/Helbatransparent.png differ diff --git a/src/static/img/art/Helbatransparentthumb.png b/src/static/img/art/Helbatransparentthumb.png new file mode 100644 index 0000000..ecf5073 Binary files /dev/null and b/src/static/img/art/Helbatransparentthumb.png differ diff --git a/src/static/img/art/ObamaDay.png b/src/static/img/art/ObamaDay.png new file mode 100644 index 0000000..b37ceeb Binary files /dev/null and b/src/static/img/art/ObamaDay.png differ diff --git a/src/static/img/art/ObamaDaythumb.png b/src/static/img/art/ObamaDaythumb.png new file mode 100644 index 0000000..2a08077 Binary files /dev/null and b/src/static/img/art/ObamaDaythumb.png differ diff --git a/src/static/img/art/Scary.png b/src/static/img/art/Scary.png new file mode 100644 index 0000000..c791b82 Binary files /dev/null and b/src/static/img/art/Scary.png differ diff --git a/src/static/img/art/Scarythumb.png b/src/static/img/art/Scarythumb.png new file mode 100644 index 0000000..e3bb12b Binary files /dev/null and b/src/static/img/art/Scarythumb.png differ diff --git a/src/static/img/art/ScreenShort108.png b/src/static/img/art/ScreenShort108.png new file mode 100644 index 0000000..68c1b9b Binary files /dev/null and b/src/static/img/art/ScreenShort108.png differ diff --git a/src/static/img/art/ScreenShort108thumb.png b/src/static/img/art/ScreenShort108thumb.png new file mode 100644 index 0000000..16e0ca8 Binary files /dev/null and b/src/static/img/art/ScreenShort108thumb.png differ diff --git a/src/static/img/art/ScreenShot149.png b/src/static/img/art/ScreenShot149.png new file mode 100644 index 0000000..8b34aaa Binary files /dev/null and b/src/static/img/art/ScreenShot149.png differ diff --git a/src/static/img/art/ScreenShot149thumb.png b/src/static/img/art/ScreenShot149thumb.png new file mode 100644 index 0000000..6d023b0 Binary files /dev/null and b/src/static/img/art/ScreenShot149thumb.png differ diff --git a/src/static/img/art/ScreenShot164.png b/src/static/img/art/ScreenShot164.png new file mode 100644 index 0000000..160610c Binary files /dev/null and b/src/static/img/art/ScreenShot164.png differ diff --git a/src/static/img/art/ScreenShot164thumb.png b/src/static/img/art/ScreenShot164thumb.png new file mode 100644 index 0000000..a05be15 Binary files /dev/null and b/src/static/img/art/ScreenShot164thumb.png differ diff --git a/src/static/img/art/ScreenShot2.png b/src/static/img/art/ScreenShot2.png new file mode 100644 index 0000000..5f25e6f Binary files /dev/null and b/src/static/img/art/ScreenShot2.png differ diff --git a/src/static/img/art/ScreenShot215.png b/src/static/img/art/ScreenShot215.png new file mode 100644 index 0000000..fc3868d Binary files /dev/null and b/src/static/img/art/ScreenShot215.png differ diff --git a/src/static/img/art/ScreenShot215thumb.png b/src/static/img/art/ScreenShot215thumb.png new file mode 100644 index 0000000..2067e06 Binary files /dev/null and b/src/static/img/art/ScreenShot215thumb.png differ diff --git a/src/static/img/art/ScreenShot2thumb.png b/src/static/img/art/ScreenShot2thumb.png new file mode 100644 index 0000000..adb16b0 Binary files /dev/null and b/src/static/img/art/ScreenShot2thumb.png differ diff --git a/src/static/img/art/ScreenShot62.png b/src/static/img/art/ScreenShot62.png new file mode 100644 index 0000000..6faebfa Binary files /dev/null and b/src/static/img/art/ScreenShot62.png differ diff --git a/src/static/img/art/ScreenShot62thumb.png b/src/static/img/art/ScreenShot62thumb.png new file mode 100644 index 0000000..546127b Binary files /dev/null and b/src/static/img/art/ScreenShot62thumb.png differ diff --git a/src/static/img/art/ScreenShot67.png b/src/static/img/art/ScreenShot67.png new file mode 100644 index 0000000..c4541fb Binary files /dev/null and b/src/static/img/art/ScreenShot67.png differ diff --git a/src/static/img/art/ScreenShot67thumb.png b/src/static/img/art/ScreenShot67thumb.png new file mode 100644 index 0000000..c6dd803 Binary files /dev/null and b/src/static/img/art/ScreenShot67thumb.png differ diff --git a/src/static/img/art/ScreenShot74.png b/src/static/img/art/ScreenShot74.png new file mode 100644 index 0000000..0d3ac81 Binary files /dev/null and b/src/static/img/art/ScreenShot74.png differ diff --git a/src/static/img/art/ScreenShot74thumb.png b/src/static/img/art/ScreenShot74thumb.png new file mode 100644 index 0000000..58a9f81 Binary files /dev/null and b/src/static/img/art/ScreenShot74thumb.png differ diff --git a/src/static/img/art/ScreenShot77.png b/src/static/img/art/ScreenShot77.png new file mode 100644 index 0000000..f615a87 Binary files /dev/null and b/src/static/img/art/ScreenShot77.png differ diff --git a/src/static/img/art/ScreenShot77thumb.png b/src/static/img/art/ScreenShot77thumb.png new file mode 100644 index 0000000..0005951 Binary files /dev/null and b/src/static/img/art/ScreenShot77thumb.png differ diff --git a/src/static/img/art/VRchat_bodypillow2.png b/src/static/img/art/VRchat_bodypillow2.png new file mode 100644 index 0000000..8fe55ea Binary files /dev/null and b/src/static/img/art/VRchat_bodypillow2.png differ diff --git a/src/static/img/art/VRchat_bodypillow2.png-autosave.kra b/src/static/img/art/VRchat_bodypillow2.png-autosave.kra new file mode 100644 index 0000000..ff9fda3 Binary files /dev/null and b/src/static/img/art/VRchat_bodypillow2.png-autosave.kra differ diff --git a/src/static/img/art/VRchat_bodypillow2thumb.png b/src/static/img/art/VRchat_bodypillow2thumb.png new file mode 100644 index 0000000..33cb843 Binary files /dev/null and b/src/static/img/art/VRchat_bodypillow2thumb.png differ diff --git a/src/static/img/art/Willa.png b/src/static/img/art/Willa.png new file mode 100755 index 0000000..7fc28f8 Binary files /dev/null and b/src/static/img/art/Willa.png differ diff --git a/src/static/img/art/Willathumb.png b/src/static/img/art/Willathumb.png new file mode 100644 index 0000000..9fbc941 Binary files /dev/null and b/src/static/img/art/Willathumb.png differ diff --git a/src/static/img/art/an_interview_with_the_pilot.png b/src/static/img/art/an_interview_with_the_pilot.png new file mode 100755 index 0000000..f3b2740 Binary files /dev/null and b/src/static/img/art/an_interview_with_the_pilot.png differ diff --git a/src/static/img/art/an_interview_with_the_pilotthumb.png b/src/static/img/art/an_interview_with_the_pilotthumb.png new file mode 100644 index 0000000..a80e73e Binary files /dev/null and b/src/static/img/art/an_interview_with_the_pilotthumb.png differ diff --git a/src/static/img/art/baby.png b/src/static/img/art/baby.png new file mode 100644 index 0000000..d40dcdc Binary files /dev/null and b/src/static/img/art/baby.png differ diff --git a/src/static/img/art/babythumb.png b/src/static/img/art/babythumb.png new file mode 100644 index 0000000..5d54c29 Binary files /dev/null and b/src/static/img/art/babythumb.png differ diff --git a/src/static/img/art/lya.png b/src/static/img/art/lya.png new file mode 100755 index 0000000..5d78399 Binary files /dev/null and b/src/static/img/art/lya.png differ diff --git a/src/static/img/art/lyathumb.png b/src/static/img/art/lyathumb.png new file mode 100644 index 0000000..b8b35d4 Binary files /dev/null and b/src/static/img/art/lyathumb.png differ diff --git a/src/static/img/art/pencilsketchangelchloe.png b/src/static/img/art/pencilsketchangelchloe.png new file mode 100755 index 0000000..2efa897 Binary files /dev/null and b/src/static/img/art/pencilsketchangelchloe.png differ diff --git a/src/static/img/art/pencilsketchangelchloethumb.png b/src/static/img/art/pencilsketchangelchloethumb.png new file mode 100644 index 0000000..12dae6d Binary files /dev/null and b/src/static/img/art/pencilsketchangelchloethumb.png differ diff --git a/src/static/img/art/pixelheadshot.png b/src/static/img/art/pixelheadshot.png new file mode 100755 index 0000000..78ca9b1 Binary files /dev/null and b/src/static/img/art/pixelheadshot.png differ diff --git a/src/static/img/art/pixelheadshotthumb.png b/src/static/img/art/pixelheadshotthumb.png new file mode 100644 index 0000000..8266f32 Binary files /dev/null and b/src/static/img/art/pixelheadshotthumb.png differ diff --git a/src/static/img/art/silly.png b/src/static/img/art/silly.png new file mode 100755 index 0000000..771832c Binary files /dev/null and b/src/static/img/art/silly.png differ diff --git a/src/static/img/art/sillythumb.png b/src/static/img/art/sillythumb.png new file mode 100644 index 0000000..62ca085 Binary files /dev/null and b/src/static/img/art/sillythumb.png differ diff --git a/src/static/img/art/vrchat_cat.png b/src/static/img/art/vrchat_cat.png new file mode 100755 index 0000000..5d49ff7 Binary files /dev/null and b/src/static/img/art/vrchat_cat.png differ diff --git a/src/static/img/art/vrchat_cat.png-autosave.kra b/src/static/img/art/vrchat_cat.png-autosave.kra new file mode 100644 index 0000000..ab9ce87 Binary files /dev/null and b/src/static/img/art/vrchat_cat.png-autosave.kra differ diff --git a/src/static/img/art/vrchat_catthumb.png b/src/static/img/art/vrchat_catthumb.png new file mode 100644 index 0000000..41d4c40 Binary files /dev/null and b/src/static/img/art/vrchat_catthumb.png differ diff --git a/src/static/img/char/Abbey/stilllife.png b/src/static/img/char/Abbey/stilllife.png new file mode 100644 index 0000000..aad36a3 Binary files /dev/null and b/src/static/img/char/Abbey/stilllife.png differ diff --git a/src/static/img/char/Abbey/stilllifethumb.png b/src/static/img/char/Abbey/stilllifethumb.png new file mode 100644 index 0000000..de1b797 Binary files /dev/null and b/src/static/img/char/Abbey/stilllifethumb.png differ diff --git a/src/static/img/char/Helia/Helia_walk.gif b/src/static/img/char/Helia/Helia_walk.gif new file mode 100644 index 0000000..baceff6 Binary files /dev/null and b/src/static/img/char/Helia/Helia_walk.gif differ diff --git a/src/static/img/char/Helia/Helia_walkthumb.gif b/src/static/img/char/Helia/Helia_walkthumb.gif new file mode 100644 index 0000000..7d572fc Binary files /dev/null and b/src/static/img/char/Helia/Helia_walkthumb.gif differ diff --git a/src/static/img/char/Helia/Helia_walkthumb.png b/src/static/img/char/Helia/Helia_walkthumb.png new file mode 100644 index 0000000..62a3a5f Binary files /dev/null and b/src/static/img/char/Helia/Helia_walkthumb.png differ diff --git a/src/static/img/char/Helia/Scary.png b/src/static/img/char/Helia/Scary.png new file mode 100644 index 0000000..c791b82 Binary files /dev/null and b/src/static/img/char/Helia/Scary.png differ diff --git a/src/static/img/char/Helia/Scarythumb.png b/src/static/img/char/Helia/Scarythumb.png new file mode 100644 index 0000000..e3bb12b Binary files /dev/null and b/src/static/img/char/Helia/Scarythumb.png differ diff --git a/src/static/img/char/Rune/Scary.png b/src/static/img/char/Rune/Scary.png new file mode 100644 index 0000000..c791b82 Binary files /dev/null and b/src/static/img/char/Rune/Scary.png differ diff --git a/src/static/img/char/Rune/Scarythumb.png b/src/static/img/char/Rune/Scarythumb.png new file mode 100644 index 0000000..78bfff4 Binary files /dev/null and b/src/static/img/char/Rune/Scarythumb.png differ diff --git a/src/static/img/char/WISE/WISE!.png b/src/static/img/char/WISE/WISE!.png new file mode 100644 index 0000000..7c03a31 Binary files /dev/null and b/src/static/img/char/WISE/WISE!.png differ diff --git a/src/static/img/char/WISE/WISE!thumb.png b/src/static/img/char/WISE/WISE!thumb.png new file mode 100644 index 0000000..e929199 Binary files /dev/null and b/src/static/img/char/WISE/WISE!thumb.png differ diff --git a/src/static/img/game/NLtC.kra b/src/static/img/game/NLtC.kra index b20b60a..e532dff 100644 Binary files a/src/static/img/game/NLtC.kra and b/src/static/img/game/NLtC.kra differ diff --git a/src/static/img/game/NLtC.png b/src/static/img/game/NLtC.png index 221aad0..a19b2ef 100644 Binary files a/src/static/img/game/NLtC.png and b/src/static/img/game/NLtC.png differ diff --git a/src/static/img/game/SL.png b/src/static/img/game/SL.png index 23eac17..61138c7 100644 Binary files a/src/static/img/game/SL.png and b/src/static/img/game/SL.png differ diff --git a/src/static/img/game/STTMT.png b/src/static/img/game/STTMT.png index 92795f1..576fd9f 100644 Binary files a/src/static/img/game/STTMT.png and b/src/static/img/game/STTMT.png differ diff --git a/src/views/art.tpl b/src/views/art.tpl index 5ba0e4f..624f50e 100644 --- a/src/views/art.tpl +++ b/src/views/art.tpl @@ -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 @@
Modded Oblivion.
+Modded Oblivion
Lord Julien collection
+VR Chat
+call me chimchooree.
-I live in the USA and love to learn! Sometimes I post my writing, art, and code here like a portfolio. Other projects may be lurking on itch.io (chimchooree) and GitLab (chimchooree), though most are locked away forever.
+I live in the USA and love to learn! Sometimes I post my writing, art, and code here like a portfolio. Other projects may be lurking on itch.io (chimchooree) and GitLab (chimchooree), though most are locked away forever on some hard drive somewhere.
Blessfrey.me is a project in itself, a blog coded from scratch in Bottle: Python, SimpleTemplate, and HTML+CSS. Any embedded applications are probably HTML5 and developed in Godot Engine.
If you don't mind, pray for me. I am very sick.