round, skittering, and meaty, it can't get any better than this
a painting i made for a friend's birthday! feat. wizard Garfield
a little traditional drawing to get back into the swing of things. i don't draw as much during the summer - very busy, less motivation - but i also work on bigger projects instead. so in between working on a DIY vest, I've been trying to draw every now and then.
this was made with pencil and cheap, almost dried alcohol markers. the main gripe i have about the finished piece is that the head is a bit small, but that just comes with doing traditional art
my art progress throughout 2024! each piece is from a different month. i tried to pick the ones that focused on people (or people-ish) as the subjects so i can compare them easier. some of these i've posted here, some i haven't.
i've been doing more digital again the past couple months, because i've missed the feeling of digitally painting and rendering details. it's hard to get that kind of thing traditionally, even though i feel i've improved a lot there, as well.
i think my biggest improvements have been in anatomy and stylization. it's always hard to balance those things. if i lean too hard in one direction, like you see in March (primarily stylization) or August (primarily realism), i can make a piece that's GOOD in that regard - but doesn't feel like my art. i don't feel like my own emotions are in them. combining them is the hardest part, like you can see my attempts on in most of the other months, where they aren't as aesthetically "pleasing" but you can still see my style in there somewhere. i think January, May, and June were the one's that suffered the most at this.
in these latest months on the bottom row, i've gotten much more confident combining those skills. each of those four pieces i think was the best i've done in each of their mediums so far (ipad with an apple pen, traditional with alcohol markers, phone with my finger, and tablet with a stylus). i've been branching out a lot, and bringing the things i've learned back to my digital pieces. i've also gathered the energy to dabble in new fandoms to fuel my spark (like COD, which i've never played but i've found a love for the characters).
i had a bit of an art rut all year but i'm finally breaking back out of it. i'm going to college next year (hurray!) so i hope to take that newfound confidence with me as i continue to grow as an artist, meet new people, and venture out into the world.
In light of certain actions being made by Trump, please donate to the American Civil Liberties Union:
They help fight for trans rights, immigrant rights, and reproductive rights, among other things, in the courts so that marginalized people actually have a chance to fight legislation in the USA
If you cannot donate, please share/boost
If you want to be informed of things happening in a small digestible format without being overwhelmed there's this newsletter:
This is the contact information of individual US senators you can message:
You do not have to be of voting age to express concerns. Physical mail also takes priority when sent to their offices over any digital message. Postcards and cheap stamps are the most direct best bet.
Ballot ready/ vote411 allows you to know what's on your state's ballots and who represents you when that time comes. This includes representative contact information:
Please be safe. Don't give up. We're in this together, and with community, change can be positive
my DND character, Euphoria, the tiefling warlock
his appearance hasn't changed much since i first made him, whereas my first major OC went through major changes before i finally settled on something
i hope that means I've gotten better at character design!
this looks so cool!!! im glad you liked my base code! :]
ao3 skin that i made!! (copy code under "keep reading")
it's a messy combination of pieces of code from other people's skins and my own changes
here are some of the skins that i can remember using as part of this, but i've been building it for years so forgive me if i forget some:
Shortening long tag fields by Xparrot (on ao3)
Slim Shaded by AO3 (on ao3)
Lily Garden by tealtiam (on Tumblr)
AO3 Tag category coloring! by ao3css (on Tumblr)
Background color: #26303C
come back here to my tips or leave a comment if you need some help customizing the code!
Text color: #CBC6C3
Header color: #46626D
Accent color: #993F33
steps to create a new skin using this code:
log into ao3 account
go to dashboard >> skins
click "create site skin"
make sure TYPE is "site skin"
add a unique title
copy all code below
paste into field 'CSS'
click on "use wizard" at the top
copy and paste the four colors written above into their corresponding boxes
click SUBMIT
how to customize this skin:
click USE
FONT SIZE: at the very top of the code, change the "90%" to be bigger or smaller to change the font size within a fic
MAIN COLORS: to change the main colors, select "use wizard" when editing the skin and replace any of the four hex codes under "Background color:", "Text color:", "Header color:", and "Accent color:"
SECONDARY COLORS: find all hex codes within the code and change those numbers as you like! i changed all colors to match with the color palette of the header photo that i chose to make it feel cohesive
TAG COLORS: towards the end, the "relationship", "character", and "freeform" tags alternate three colors to make them easy to separate. in this skin they are all very similar, so you can change those to be whatever colors you like!
HEADER PHOTO: find the link towards the end of the code right before the warning tags and replace it with a link to any photo you like! it loops, so you don't have to worry about sizing or anything
FONT: i'm unsure how exactly to do this, but the in-fic font is currently set to Georgia Serif, so i suppose just go find that and replace it with your preferred font!
BORDER STYLES: wherever you see the code "border-style:", replace the word that comes after it with one of these options: none, solid, dashed, dotted, double, groove, ridge, inset, outset, or hidden
WARNING TAGS: at the very end of the code is a list of words or phrases that, when they appear in the tags of a fic, are highlighted in a contrasting color so that they are easy to avoid if necessary. you can add or remove those tags however you like, or change the warning color!
COPY AND PASTE ALL CODE BELOW
#workskin { font-size: 90%; } li.blurb .tags { max-height: 7.5em; overflow-y: auto; } #header { min-height: 0; } #header a, #header fieldset, #header ul.primary, #header ul.primary .current { border: 0; background: 0; } h1 a img { height: 50px; border: 0; } #header .landmark { clear: none; } #header ul.primary { background: rgba(0,0,0,0.65); border-bottom: 1px solid rgba(0,0,0,0.75); } #header ul.primary, #header ul.primary .current, ul.primary.actions a, #header ul.primary .current { color: #CBC6C3; } #header ul.primary .current, #header #search input, #header #search input:focus { background: rgba(0,0,0,0.25); color: #CBC6C3; box-shadow: inset 0 0 3px #131A2A; border-color: #131A2A; } .actions, .actions input { text-transform: lowercase; } blockquote.userstuff { font-family: "Mido", "AUdimat", "Ostrich Sans Rounded","Lucida Grande", sans-serif !important; position: relative; background: rgba(0,0,0,0.1); padding: 2%; border: 1px solid rgba(0,0,0,0.15); box-shadow: 0 0 2px rgba(0,0,0,0.4); } blockquote.userstuff:after { content: "\201D"; right: 0; top: auto; left: auto; } body, .userstuff { font-family: Mido, Georgia, serif; } .heading, .userstuff h3, .userstuff h4 { font-family: "CabinSketch", Georgia,serif; } #main .heading { color: #993F33; } #inner .group, #inner .heading, fieldset, .verbose legend, table, table th, col.name, span.unread, span.replied { outline: none; background: transparent; border-color: #131A2A; border-style: double; box-shadow: none; border-radius: 2em; border-bottom-right-radius: 0; border-top-left-radius: 0; } #inner .group .group .group, col.name { border-style: double; border-color: #CBC6C3; box-shadow: 0 0 2px #000; } #inner .bookmark .user.module, #inner .wrapper { border: 0; border-radius: 0; border-top: 3px double #bbb; box-shadow: none; } .filters { font-size: 90%; } .toggled form, .dynamic form, .secondary, .dropdown { background: #fff url("/images/skins/textures/tiles/white-handmade-paper.jpg"); } a.tag, a.tag:visited, a.tag:link { display: inline-block; padding: 1px 3px; margin: 2px 0px; border: 2px solid #46626D; border-radius: 5px; } .commas li:after { content: ""; } h5.fandoms.heading { color: transparent; } .favorite a.tag { border: none; } .tags li.relationships:nth-of-type(3n+1) a.tag { background-color: #1d3954; } .tags li.relationships:nth-of-type(3n+2) a.tag { background-color: #264663; } .tags li.relationships:nth-of-type(3n+3) a.tag { background-color: #305475; } .tags li.characters:nth-of-type(3n+1) a.tag { background-color: #214154; } .tags li.characters:nth-of-type(3n+2) a.tag { background-color: #294c61; } .tags li.characters:nth-of-type(3n+3) a.tag { background-color: #31576e; } .tags li.freeforms:nth-of-type(3n+1) a.tag { background-color: #234e54; } .tags li.freeforms:nth-of-type(3n+2) a.tag { background-color: #2a585e; } .tags li.freeforms:nth-of-type(3n+3) a.tag { background-color: #316269; } .tags li.freeforms a.tag:hover, .tags li.characters a.tag:hover, .tags li.relationships a.tag:hover { background-color: #26303C; color: white; } #header .logo { display: none; } #header ul.primary { box-shadow: none; padding-top: 30px; padding-bottom: 30px; background: #FCC191 url(https://i.pinimg.com/564x/8c/bc/ae/8cbcae1760dc88ae8730566337a5d2eb.jpg); background-attachment: fixed; } li.blurb a.tag[href*="suicid"], [href*="suicide"], [href*="Suicide"], [href*="rape"], [href*="Rape"], [href*="consentual"], [href*="Consentual"], [href*="non-con"], [href*="consent issues"], [href*="Kidnapping"], [href*="kidnapping"], [href*="Canibalism"], [href*="cannibalism"], [href*="Cannibalism"], [href*="Dove"], [href*="dead dove do not eat"], [href*="murder"], [href*="Murder"], [href*="harm"], [href*="self harm"], [href*="Harm"], [href*="Torture"], [href*="abduction"], [href*="asphyxiation"], [href*="blood"], [href*="Blood"], [href*="death"], [href*="Death"], [href*="gore"], [href*="Gore"], [href*="incest"], [href*="Incest"], [href*="trauma"], [href*="Trauma"], [href*="torture"] { color: #000000; font-weight: bold; background-color: #993F33; }
hey cis people! now more than ever gender-nonconforming behavior is an act of resistance! and it's one anyone can engage in!
Alternate timeline — El is found by the Munsons.
(I’m going with a headcanon i saw months ago on here suggesting that there would be no investigation at all cause Wayne would see people in suits on his doorstep, think they’re after Eddie and chase them off with a shotgun so they wouldn’t even bother coming back)
he/they | artist, twitch streamer, youtuber | check out my stuff! commissions ARE OPEN!! see commissions tab on my blog for more info, or reach out to me!
184 posts