Avatar

Ginnysocks Writes Fic

@ginnysocks

input[type='submit'].minimal, button.minimal { background: #e3e3e3 !important; border: 1px solid #bbb !important; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important; -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important; box-shadow: inset 0 0 1px 1px #f6f6f6 !important; color: #333 !important; font-family: "helvetica neue", helvetica, arial, sans-serif !important; font-size: 12px !important; font-weight: bold !important; line-height: 1 !important; padding: 8px 0 9px !important; text-align: center !important; text-shadow: 0 1px 0 #fff !important; width: 150px !important; } input[type='submit'].minimal:hover, button.minimal:hover { background: #d9d9d9 !important; -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important; -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important; box-shadow: inset 0 0 1px 1px #eaeaea !important; color: #222 !important; cursor: pointer !important; } input[type='submit'].minimal:active, button.minimal:active { background: #d0d0d0 !important; -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important; -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important; box-shadow: inset 0 0 1px 1px #e3e3e3 !important; color: #000 !important; }
Join our Mailing List
Email Address
Close
var fancyboxLoaded; try { var jqueryLoaded=jQuery; jqueryLoaded=true; //Check if a fancybox plugin is already loaded try{ fancyboxLoaded = $.fancybox } catch(err) { fancyboxLoaded=false; } } catch(err) { jqueryLoaded=false; } var head= document.getElementsByTagName('head')[0]; var script= document.createElement('script'); if (!jqueryLoaded) { script.type= 'text/javascript'; script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'; head.appendChild(script); } if (!fancyboxLoaded) { //Only load the CSS because the asynchronous JS might not load the script in time... //We'll load the script later with jQuery :) var fancystyle= document.createElement('link'); fancystyle.setAttribute("rel", "stylesheet"); fancystyle.setAttribute("type", "text/css"); //TODO: Hey MC guys, you've gotta host this somewhere! fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css"); head.appendChild(fancystyle); } var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = ''; try{ err_style = mc_custom_error_style; } catch(e){ err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;'; } var head= document.getElementsByTagName('head')[0]; var style= document.createElement('style'); style.type= 'text/css'; if (style.styleSheet) { style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}'; } else { style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}')); } head.appendChild(style); $(document).ready( function($) { //Button below the Tumblr Controls //TODO: Hey MC guys, you've gotta host the image linked below somewhere! var newsletter_link = document.createElement('a'); newsletter_link.setAttribute('href', '#mc_embed_signup'); newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup'); newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;'); var newsletter_image = document.createElement('img'); newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png'); newsletter_image.setAttribute('style', 'border:none;'); newsletter_link.appendChild(newsletter_image); //Append Link to body $('body:first').append(newsletter_link); var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}, invalidHandler: function(form, validator) { setTimeout("$.fancybox.resize();", 50); } }; var mce_validator = $("#mc-embedded-subscribe-form").validate(options); options = { url: 'http://sarberry.us1.list-manage.com/subscribe/post-json?u=d556f1f8a257ed5541c5c15e0&id=7ea172218a&c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8", beforeSubmit: function(){ $('#mce_tmp_error_msg').remove(); $('.datefield','#mc_embed_signup').each( function(){ var txt = 'filled'; var fields = new Array(); var i = 0; $(':text', this).each( function(){ fields[i] = this; i++; }); $(':hidden', this).each( function(){ if ( fields[0].value=='MM' && fields[1].value=='DD' && fields[2].value=='YYYY' ){ this.value = ''; } else if ( fields[0].value=='' && fields[1].value=='' && fields[2].value=='' ){ this.value = ''; } else { this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value; } }); }); return mce_validator.form(); }, success: mce_success_cb }; $('#mc-embedded-subscribe-form').ajaxForm(options); }); function mce_success_cb(resp){ $('#mce-success-response').hide(); $('#mce-error-response').hide(); if (resp.result=="success"){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(resp.msg); $('#mc-embedded-subscribe-form').each(function(){ this.reset(); }); $('#mc-embedded-subscribe').hide(); $('.mc-field-group').hide(); $('#mc-embedded-lightbox-close').show().focus(); } else { var index = -1; var msg; try { var parts = resp.msg.split(' - ',2); if (parts[1]==undefined){ msg = resp.msg; } else { i = parseInt(parts[0]); if (i.toString() == parts[0]){ index = parts[0]; msg = parts[1]; } else { index = -1; msg = resp.msg; } } } catch(e){ index = -1; msg = resp.msg; } try{ if (index== -1){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } else { err_id = 'mce_tmp_error_msg'; html = '<div id="'+err_id+'" style="'+err_style+'"> '+msg+''; var input_id = '#mc_embed_signup'; var f = $(input_id); if (ftypes[index]=='address'){ input_id = '#mce-'+fnames[index]+'-addr1'; f = $(input_id).parent().parent().get(0); } else if (ftypes[index]=='date'){ input_id = '#mce-'+fnames[index]+'-month'; f = $(input_id).parent().parent().get(0); } else { input_id = '#mce-'+fnames[index]; f = $().parent(input_id).get(0); } if (f){ $(f).append(html); $(input_id).focus(); } else { $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } } } catch(e){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } } $.fancybox.resize(); } function initFancybox(){ $("#mc-embedded-tumblr-signup").live('click', function(){ $.fancybox({ 'autoDimensions' : true, 'width' : 'auto', 'height' : 'auto', 'href' : $(this).attr('href'), 'scrolling' : 'no', 'onComplete': function(){ $('#mce-error-response').hide(); $('div.mce_inline_error').hide(); $('#mce-success-response').hide(); $('#mce_tmp_error_msg').remove(); $(':input','#mc-embedded-subscribe-form') .not(':button, :submit, :reset, :hidden') .val('') .removeAttr('checked') .removeAttr('selected'); //focus first input field $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus(); $('#mc-embedded-subscribe').show(); $('.mc-field-group').show(); $('#mc-embedded-lightbox-close').hide(); } }); return false; }); } //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it if (!fancyboxLoaded){ //TODO: Hey MC guys, you've gotta host this somewhere! $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){ initFancybox(); }); } if (fancyboxLoaded) { initFancybox(); }
Avatar

.

.

.

.

.

.

ADHD ‘Dolphin minds’ : an extremely relatable thread

one of my college professors called this "pole-jumping" because it appears to the audience that we're making leaps without leading them through the full thought process

Avatar
reblogged

Week 1 - Quotes - Dramione LDWS

Voting Info:

  • How the author chose to interpret the theme was up to them!
  • Voters must rank their TOP 5 favorite drabbles.
  • Each drabble is a single chapter in this week’s fic.
  • The chapter number will correspond with the voting options on the form. (Chapter 6 → Vote for “6”)
  • The link to the voting form can be found in the author’s note at the end of the fic.
  • Voting rules are in the voting form AND the rules document.
  • You may comment if you’d like. Comment moderation is on until each week’s reveal post. At that point, we will remove comment moderation from each fic and add the author’s name and ao3 profile link in the corresponding chapter.
  • All authors MUST vote. However, not voting will not disqualify you. Any author who does not vote will not be eligible for a banner (even if they are voted in the top 5).
  • Please read ALL entries prior to voting.***
  • ***Due to the potential for heavy themes/triggering content, please pay attention to every individual drabble’s trigger warnings. If you feel uncomfortable reading an entry, please notify an admin. If you are not comfortable notifying an admin, you are not obligated to read triggering content.

WE’VE MADE A HANDY, DANDY SHEET TO MAKE NOTES AS YOU READ ALONG! EACH WEEK, A NEW TAB WILL BE ADDED TO THIS CHEAT SHEET WITH THE NEW ROUND’S INFORMATION.

Only 28 authors will move on to Week 2!

We reserve the right to adjust the elimination structure as the competition progresses and circumstances change.

All votes must be submitted by FRIDAY 9/3/2021 at 10 PM EST!  Banners will be uploaded to the Facebook group in the corresponding round’s album on SATURDAY 9/4/2021 at 10 AM EST.

NOTE: PLEASE FAMILIARIZE YOURSELF WITH THE RULES FOR THE COMPETITION IN THIS RULES DOCUMENT.

@floorcoaster​​​ & @dreamsofdramione​​​ 

Avatar
ginnysocks

This is my first time participating in LDWS and I'm so nervous and overwhelmed by the sheer talent of all the other authors!

Avatar
In July I participated in the Fates Decide Fest on Facebook and today all fics were revealed and I am so excited to finally share mine!
I was given the following prompts and had to (somehow) turn them into a cohesive story. Because Tri Dogmom , Devi Huff & Fae Orabel are chaotic, amazing, evil geniuses. 📷📷
Word count: 3,000 words MAX Pairing type: F/F/F Trope: Idiots to Lovers Character 1: Hermione Granger
After a lot of whining, cackling, and plenty of "BUT CAN I DO ITS" thrown at my lovely beta, here's what I ended up submitting.
Title: They think she did it (but they just can't prove it) Pairing: Hermione Granger/Theodore Nott, Hermione Granger & Daphne Greengrass & Lavender Brown
Summary: A chance encounter on the Knight Bus leads three women to contemplate whether or not they can get away with murder.
https://archiveofourown.org/works/32618725
Avatar
reblogged

Fest Rules

 💕 Claiming opens July 1 noon CDT, closes July 25 midnight CDT

  • No changes once a prompt has been claimed, so be sure you pick wisely
  • ONLY ONE PROMPT PER PARTICIPANT
  • Each prompt may only be claimed ONCE - you may not claim a prompt another participant has already claimed

💕 Posting deadline is September 30 midnight CDT. Stories and artwork must be posted to the AO3 fest collection before the deadline. I ask that you please wait to post to other platforms until after the fest has gone live. 

💕 The fest will go live October 1 noon CDT

  • I will promote each story and art piece on Tumblr, one or two per day depending on the number of entries

💕 AUTHORS: 1500 word minimum, no max, written for the fest

  • I understand that stories sometimes run away with us, so you are welcome to post a WIP as long as it meets the 1500 word minimum. You can then update on your own schedule.

💕 ARTISTS: At least one piece of original artwork. 

  • This can be hand-drawn, digital art, or photo manipulation. You are not limited to the number of pieces you create for your prompt.

If you are both an author AND an artist, you are welcome to post artwork to go along with your story. Again, you will only be allowed one prompt.

💕 Any rating welcome, but please tag appropriately for any TW. No non-con or pedophilia permitted.

💕 This is a Dramione fest, so while you are welcome to have other characters and pairings, the main pairing must be Draco and Hermione. Triads and multis (Dramione + another character/s) are welcome.

💕 Let your imagination run wild! This does not have to be a direct retelling. Feel free to focus on your favorite scene, make it an au, swap the main pairing’s roles, set it at Hogwarts. Have fun with it!

~ But this is a sequel, so there has to be a twist. ~

Previous Participants

💕 If you participated in last year’s fest and posted a story/artwork, you have the option to expand your original entry. Make a sequel, share an outtake or cut scene, wrap up with an epilogue, retell a scene from another pov, or (and here’s the twist) retell your original prompt in a new way. All prompts that were fulfilled last year will not be on the prompt list this year, therefore only the original participant who fulfilled the prompt will be allowed to use it again this year. This means you can take your original prompt and craft a brand new entry with it if you wish. An au of your au, if you will.

💕 If you choose to use your original prompt, your new entry must be added to AO3 as a separate work and not added to last year’s piece.

💕 You are welcome to create a collection for your ‘sequel’ but the entry must also be added to the Dramione RomCom Fest: The Sequel collection.

💕 You are also welcome to create art for your story or write a story for your art that was submitted last year as your submission for this year’s fest.

💕 The same rules for authors and artists stated above will apply if you choose to use your prompt from last year’s fest.

FAQ

❓  I participated last year, but am still working on completing my posted entry. Can I participate again this year?

  • Absolutely! You are welcome to claim a new prompt or submit a sequel/outtake for your original entry as explained above, as long as you posted the required minimum for the fest last year.

❓ I claimed a prompt last year but was not able to fulfill it. Can I claim that prompt again?

  • Any unfulfilled prompts will be on the prompt list again this year. However, it will be first come first serve and no prompts on the list will be held for anyone.

❓ Do I have to use the same prompt again if I participated last year?

  • Nope! You are welcome to claim a new prompt for this year’s fest.

I’m so excited to host this fest again and can’t wait to see all the amazing stories and artwork!

Join us on Facebook and the For the Love of Fests Discord (with a dedicated channel to the Dramione RomCom Fest)

Avatar
ginnysocks

Whelp, I'm doing the thing! 😬

Avatar

One of my favorite scenes in Leverage is where Elliot is fighting this Female Hitman and at some point during the fight she starts taking off layers to reveal a tight-fitting tank top underneath, and just when I was about to get annoyed that they had to make her sexy, Elliot also started removing layers to reveal a tight-fitting tank top and that was when I realized that this show really did just set out to objectify all fighty people with nice muscles regardless of gender.

Avatar

Should you choose to accept it

Title: Should you choose to accept it Pairing: Ginny Weasley/Cormac McLaggen Summary: The last thing Ginny Weasley needed, or expected, was for the wizard she's been avoiding for months to pop up in the middle of a job… The Fairest of the Rare's Spring 2021 Sing Me a Rare: NOW Edition.

Song Prompt – Mission Impossible Theme - Larry Mullen and Adam Clayton Character: Ginny Weasley Pairing: Cormac McLaggen

SMAR AWARDS Winner: The one we wish was longer Winner: Best Comedy Winner: Best Thriller

Avatar
reblogged

Seamus Finnigan - D.A. / @sarberry

-Gifted for Love Fest 2021 by The Fairest of The Rare 18+ (Facebook group)

Avatar
ginnysocks

Annnnddd this is giving me so many fic ideas!!

Avatar
reblogged

Theo Nott - Post Hogwarts / @sarberry

-Gifted for Love Fest 2021 by The Fairest of The Rare 18+ (Facebook group)

Avatar
ginnysocks

Words cannot express how much I love this.

Avatar
reblogged

still wondering why tf you cancel quidditch for the triwizard tournament instead of just scheduling around it, could you imagine if the university of alabama was just like “sorry we’re doing a weird tournament in which 3 whole people compete in 3 deadly tests of bizarre and obscure skills spread across the whole ass school year, so no football this year”

Avatar
ginnysocks

A FAIR QUESTION

Avatar

If I Fell a Ginny Weasley/Seamus Finnegan one-shot.

In the years since the war ended, Ginny and Seamus had fallen into a cozy friendship. So of course she had to go and screw it all up by catching feelings for the sandy-haired wizard.

Written for the Fall 2020 Sing Me a Rare: The UK Invasion.

Winner: Best Romance

Winner: Best Fluff

Runner Up: Happily Ever After

Avatar

Lesson for today… You can’t stay mad with squeaky shoes…

You know what, I often need to chill the fuck down, so the answer is yes, i’m gonna buy myself squeaky shoes

literally the cutest everytime i see it

Avatar
reblogged

When boys reach up for something or to stretch and their shirts ride up and you get to see a lil hint of tummy and maybe a lil bit of the top of their undies and some happy trail too, thats just *chefs kiss*

Jeremy Renner, Djimon Hounsou, Sam Heughan

Avatar
reblogged
Avatar
luvzuko

sokka, reading a recipe: “beat three eggs”

sokka: ... at what? hand-to-hand combat?

zuko: must be. they banned swords in the kitchen, remember?

2 halves of 1 whole idiot