Wanna Do Something Useful, That Really Does Have An Effect? I Have Been Calling My Reps In The Senate,

Wanna do something useful, that really does have an effect? I have been calling my reps in the Senate, Congress and State Gov.

I've been calling every single day since the election, a different issue and solution each day. It takes about 1 min per call. Hate phone calls? Email them!

My own calls on issues have ranged from Voting No on Trump's cabinet picks, his violations of the constitution and out civil rights, LGBTQ+ Rights, and his unforgivable pardoning of violent seditionists. Pick the issues that matter to you most. Make a list!

example: "Hi, I'm [ ] from [ ], and I wanted to let [Rep] know how I feel about [issue], and that they should [solution]. Thank you!" and then they take your contact info and thank u for using your voice. Be polite, and try to be succinct! One issue per call or email.

They have to listen to us. Every phone call helps me feel a little better, and is a more effective use of my voice than complaining on social media.

Find Your Members in the U.S. Congress
congress.gov
Find your members of Congress by typing in your address on Congress.gov.
Wanna Do Something Useful, That Really Does Have An Effect? I Have Been Calling My Reps In The Senate,

Stay strong, fellow Tumblrites ♥

More Posts from Dannychai1617 and Others

11 months ago

(i apologize for any formatting issues, im on mobile)

the finished drawing of the photo described below, with slightly more dramatic perspective and harsh, black and white shadows. details that were lost were redrawn with a white gel pen, and pale clouds were scribbled in the background

this took a few weeks of drawing on and off to finally finish, since the paper is i believe about 3 x 2 feet

halfway complete shading, done only in black and white. the light source is above and slightly behind the building
lineart of the drawing, with corrected perspective and intricate detailing
a sketch of the photo, though the perspective is skewed, especially on the pillars

i used a mechanical pencil for the sketch, which might have been the most time consuming part. in the sketch i messed up the perspective and proportion while trying to make it more dynamic, which i had to fix when i did the lineart (with tombow ink pens).

i did the shading in only a couple hours using greyscale alcohol markers. i didn't use the reference image for the shadows, because i wanted to be particular about the lighting

an image of the Canterbury Cathedral, a large, ornate building made of almost golden stone with large spires and intricate windows. the base is inlaid with many statues

the final piece is still a slightly different angle than the original photo (of the Canterbury Cathedral, found on Britannica), and while it was on purpose, i still need more practice with the execution


Tags
4 months ago

reminders for today:

if you or someone you know might need it in the next few years, purchase plan b. the shelf life of plan b is 4 years, and we might not be able to access it as easily as we can now in the days ahead.

if you are larger/plus size: go online and purchase ella instead of plan b. plan b is less effective if you aren’t under 160 pounds.

if you can, purchase books that project 2025 is looking to ban.

mass deportations are starting. if you see ice vehicles or agents, yell ice raid and la migra as loud as you can.

if someone asks who you voted for, keep your mouth shut. they’re fishing for traitors.

if anyone, anyone at all asks about your neighbors or their legal status in the us, you know nothing. don’t be the reason that their family is separated.

if anyone asks about your religion or lack thereof, keep it vague. this administration will look for any excuse to persecute you.

your friends are trans or queer? for the next four years they’re not. don’t expose anyone’s status as a trans or queer person to anyone else, even if you think you can trust them.

did someone you know get an abortion? no, they didn’t. they were never pregnant.

in short, don’t be a snitch, and keep to yourself these next four years. we’ll make it through this even if it seems hopeless at times.

we can survive this. we’ve survived before, and we’ll survive again.


Tags
1 year ago

this looks so cool!!! im glad you liked my base code! :]

desktop screenshot of the custom ao3 skin that i made
mobile screenshot of the custom ao3 skin i made

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; }

1 year ago

Right, considering the current state of corporate politics on this site, and that it seems that only those affected seem to be actively speaking on the matter, it is up to I, the only fucking cishet on tumblr, to drag this out to a wider audience.

Right, Considering The Current State Of Corporate Politics On This Site, And That It Seems That Only

REBLOG IF YOUR ACCOUNT IS A TRANSFEM SAFE SPACE.

We need to show these higher ups how much we truly value them.


Tags
3 months ago

I tried drawing the inside of the cabin from slay the princess in cylindrical perspective. I did way too much hatching. I’ve learned my lesson, I won't do it again.

I Tried Drawing The Inside Of The Cabin From Slay The Princess In Cylindrical Perspective. I Did Way

By the way, have I ever told you that I am good at perspective?


Tags
1 year ago
Digital drawing of an androgynous elf looking upwards; has long blond hair, pale purple eyes, and an open mouth that is gashed and infected looking on one side of the face; has a splotchy, purple-on-white background
Progress screenshot of the drawing above that has a plain black background, minimal shading, and less detail in the rendering, esp on the gash
Second progress screenshot of the drawing above that is just the plain black lineart atop a plain white background

drawing of an elf that i'm taking to a competition very soon - will let you all know how it goes! inspired by the elves in the LOTR series, and the concept of infection in general. the final image almost looks inverted with the colors i chose, which i love because of how it adds to the unsettling feeling


Tags
8 months ago
Belarusian Miku. From Gomel!

Belarusian Miku. From Gomel!


Tags
2 months ago
a picture of the front of a dark denim jacket hanging on a closet door. the dye is a little splotchy. it has one small handmade skeleton patch at the bottom near the pocket sewn on with red thread.
the back of the same dark denim jacket. the only patch is a long handmade spine sewn on with red thread.

and so it begins

another jacket, this time with sleeves! spent the whole weekend trying to dye it (didn't work the first time, stuck my hand in dye water without thinking, dinged up my dryer, splotchy results, etc etc) but at last, it holds.

I've started transferring a couple black and white patches from my vest to this jacket, and I'm going to try to stick with those two colors and red. someday I'll come back to my vest and replace the blue flannel with green, and lean into that color to have some contrast between the two. but for now I'm focusing on this jacket, and I'm super excited


Tags
1 year ago
A drawing of a cartoony ship that has crash landed onto a reddish planet, with dark smoke pouring out of it. The whole image is cell shaded, graphic designy, with vivid colors and bright shadows. There are two suns in the sky

spaceship crash landing! this drawing was one that i was considering bringing to the competition i mentioned, but i'm just much more confident in drawing faces than i am drawing landscapes. this one was very frustrating because it took a lot of trial and error, but this final piece is one that i'm happy with

i like the color palette that i ended up with, and the atmospheric perspective

i'd also like to play around a little more with the way that i drew the smoke, which looks very inky and graphic design-y

speaking of, should i try making a webcomic sometime in the near future? it's something i've tried in the past a little bit, i'm mostly just stuck on coming up with a plot


Tags
3 months ago

that's so disgusting i love it. give me 50

dannychai1617 - DANNY CHAI
Loading...
End of content
No more pages to load
  • starfateorstarluck
    starfateorstarluck reblogged this · 4 months ago
  • mx-incognito
    mx-incognito reblogged this · 4 months ago
  • world-of-shadows-and-music
    world-of-shadows-and-music reblogged this · 4 months ago
  • passimtemere
    passimtemere reblogged this · 4 months ago
  • violeteyedkiller
    violeteyedkiller liked this · 4 months ago
  • n3ptuned
    n3ptuned liked this · 4 months ago
  • d3w-dr0p5s
    d3w-dr0p5s liked this · 4 months ago
  • mx-incognito
    mx-incognito reblogged this · 4 months ago
  • critterswithakeyboard
    critterswithakeyboard liked this · 4 months ago
  • lestats-ovaries
    lestats-ovaries liked this · 4 months ago
  • thebestieyoureinlovewith
    thebestieyoureinlovewith liked this · 4 months ago
  • lumni-chan
    lumni-chan liked this · 4 months ago
  • psyquescreamsback
    psyquescreamsback reblogged this · 4 months ago
  • psyquescreamsback
    psyquescreamsback liked this · 4 months ago
  • glossyn
    glossyn reblogged this · 4 months ago
  • glossyn
    glossyn liked this · 4 months ago
  • purpleshoe13
    purpleshoe13 liked this · 4 months ago
  • howtheheckdoyoufindnemo
    howtheheckdoyoufindnemo liked this · 4 months ago
  • raes-fantasy-world
    raes-fantasy-world liked this · 4 months ago
  • dannychai1617
    dannychai1617 reblogged this · 4 months ago
  • dannychai1617
    dannychai1617 liked this · 4 months ago
  • zorilune
    zorilune liked this · 4 months ago
  • raidu-chan
    raidu-chan liked this · 4 months ago
  • echoed-evenings
    echoed-evenings reblogged this · 4 months ago
  • echoed-evenings
    echoed-evenings liked this · 4 months ago
  • flormorena005
    flormorena005 liked this · 4 months ago
  • solar-gothic
    solar-gothic reblogged this · 4 months ago
  • idksomethingnewororiginal
    idksomethingnewororiginal reblogged this · 4 months ago
  • thevictorianpirate
    thevictorianpirate liked this · 4 months ago
  • scrollypoly
    scrollypoly reblogged this · 4 months ago
  • scrollypoly
    scrollypoly liked this · 4 months ago
  • cathienia
    cathienia liked this · 4 months ago
  • maytheamazing
    maytheamazing reblogged this · 4 months ago
  • onemorepeakinside
    onemorepeakinside liked this · 4 months ago
  • d-j-t-15
    d-j-t-15 reblogged this · 4 months ago
  • d-j-t-15
    d-j-t-15 liked this · 4 months ago
  • ijustthinklifeisprettyrad
    ijustthinklifeisprettyrad reblogged this · 4 months ago
  • thecatchat
    thecatchat reblogged this · 4 months ago
  • thecatchat
    thecatchat liked this · 4 months ago
  • luridcloud
    luridcloud liked this · 4 months ago
  • cathundefined
    cathundefined liked this · 4 months ago
  • thebrittbrat
    thebrittbrat reblogged this · 4 months ago
  • thebrittbrat
    thebrittbrat liked this · 4 months ago
  • riviera-weirdo
    riviera-weirdo liked this · 4 months ago
  • the-green-dot
    the-green-dot reblogged this · 4 months ago
  • dragonsarecats
    dragonsarecats reblogged this · 4 months ago
  • dragonsarecats
    dragonsarecats liked this · 4 months ago
  • awizardindisguise
    awizardindisguise reblogged this · 4 months ago
  • awizardindisguise
    awizardindisguise liked this · 4 months ago
dannychai1617 - DANNY CHAI
DANNY CHAI

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

Explore Tumblr Blog
Search Through Tumblr Tags