#Head Tag in HTML
Explore tagged Tumblr posts
Text
Some Advanced HTML Tags and Techniques: Take Your Web Design Skills to the Next Level

HTML (Hypertext Markup Language) is the standard markup language used for creating web pages. It allows you to structure content and define its meaning, layout, and appearance on a web page. Here are some advanced HTML tags and techniques that can help you create more dynamic and interactive web pages.
HTML Head
The HTML head element contains information about the document, such as the page title, meta information, and links to external resources. The head element is included in the HTML file before the body element and is not visible on the page. It is used to provide information that the browser or search engine can use to better understand and display the document. Some common elements found in the head include the title tag, meta tags for SEO, links to stylesheets, and references to JavaScript files. By including the appropriate information in the head element, you can help to improve the user experience and search engine optimization of your web pages.
Learn More About HTML Head
HTML Color
HTML color is an important aspect of web design, and learning to use color codes effectively can enhance the visual appeal of a web page or website. HTML color codes can be used with various HTML elements, such as <body>, <div>, <h1>, <p>, and <a>, to name a few. They can also be used in CSS code to style elements within a page or an entire website.
Learn More About HTML Color
Semantic HTML
Semantic HTML uses tags to describe the meaning and structure of content, rather than just its appearance. This makes it easier for search engines and screen readers to understand the content of a web page. Examples of semantic tags include <header>, <main>, <nav>, <section>, and <article>.
Learn more about HTML Semantic
Custom Attributes
HTML allows you to create your own custom attributes for elements. This can be useful for storing additional data or metadata about an element, such as a data attribute for storing an ID or a tooltip. Custom attributes should be prefixed with "data-", such as data-id or data-tooltip.
Learn more about HTML Attributes
HTML Forms
HTML forms are used to collect user input and are a fundamental component of many web applications. Advanced form techniques include validation, using the required attribute, and customizing the appearance with CSS.
Learn more about HTML Forms
HTML5 Canvas
The HTML5 canvas elementallows you to create dynamic graphics and animations on a web page. With JavaScript, you can draw shapes, lines, text, and images, and animate them using various techniques.
Learn more about HTML Canvas
Responsive Images
Responsive images ensure that images are displayed at an appropriate size and resolution for the user's device and connection speed. HTML provides several ways to implement responsive images, including the srcset and sizes attributes, and the picture element.
Learn more about HTML Images
HTML Table
HTML tables are used to display data in a structured and organized manner. They consist of rows and columns, and each cell can contain text, images, links, or other HTML elements. To create a table, you use the <table> tag, and then add rows with the <tr> tag and cells with the <td> or <th> tag. The <th> tag is used for table headers. You can also add attributes such as "border", "cellspacing", and "cellpadding" to the <table> tag to adjust the appearance of the table. By using HTML tables, you can present data in a clear and readable format on your web page.
Learn more about HTML Table
HTML Class
HTML classes allow you to apply a specific style or behavior to a group of HTML elements. To create a class, you use the "class" attribute and assign a name to it, such as "my-class". You can then add this class to one or more HTML elements by using the "class" attribute followed by the class name, such as "class=my-class". This makes it easier to apply consistent styles across your website and to make changes to those styles by editing the class definition in your CSS stylesheet. Classes can also be used to target elements with JavaScript or jQuery, making it easier to manipulate their behavior and appearance. By using HTML classes, you can create a more flexible and maintainable website design.
Learn more about HTML Class
HTML JavaScript
HTML and JavaScript work together to create dynamic and interactive web pages. JavaScript is a programming language that can be embedded in HTML documents to add interactivity, animations, and other dynamic features. You can include JavaScript code in your HTML document using the <script> tag, either by including it directly in the HTML file or by referencing an external JavaScript file. JavaScript can interact with HTML elements, manipulate the DOM, and communicate with servers to dynamically update web content without requiring a page refresh. By using HTML and JavaScript together, you can create powerful and engaging web applications that run directly in the browser.
Learn more about HTML JavaScript
In conclusion
By utilizing advanced HTML tags and techniques, web developers can take their web design skills to the next level. From creating dynamic animations with the canvas element, to implementing responsive images and web components, these techniques allow for more interactive and user-friendly web experiences. Additionally, it is important to consider accessibility when designing web content, ensuring that all users can access and interact with the content. With these tools and techniques, web developers can create more engaging, accessible, and responsive web pages.
#Advanced HTML Tutorial#Online Tutorial for Web Designing#webtutor#learn advanced HTML and CSS#learn HTML Head#online HTML Head#learn HTML Color#HTML head Elements#HTML head tag#What is Html Head?#Head Tag in HTML#HTML Semantic Elements#What Is Semantic HTML#Semantic Tags in HTML#learn HTML Attributes#what is HTML Attributes?#HTML Forms#free learn HTML Forms#HTML5 Canvas#learn HTML5 Canvas#learn HTML Class#learn HTML Table#HTML JavaScript#Learn HTML JavaScript#Online HTML JavaScript
1 note
·
View note
Text
Hello my r1999 soldiers. I am looking for people able to help me with the making of a website that'll contain the story logs. Writing them down one by one is going to take me thirteen years if I do that, so may I ask, are any of you willing to help with providing the logs? Including the branching dialogue options? Something along these lines:
If you wanna help, please feel free to dm me here with the info, or message me on discord at friedfishforsale.
Currently am focusing on writing the main story, specifically with the This is Tomorrow (prologue) and In Our Time.
#reverse 1999#r1999#reverse: 1999#hitting all full stops by tagging every possible tag i can think of#certified storm moments#i may just make a blog specifically for this webbed site#you might wanna just dm me here though since i don't exactly use my discord much#any help will be appreciated! this is in a very early stage of development and i am bumbling with my barebones css and html knowledge lol#heads up progress is going to be slow since i do have other things to do and i am very susceptible to dropping projects
76 notes
·
View notes
Text
With the change to the post editor and the loss of picloadr (RIP), I had been trying to figure out a way to keep our promo queue updated easier. It's no mass post queuer, but this zap I made on Zapier will clone any new posts made on your blog and add it to the end of your queue so it'll be perpetually refilling itself. It should work with the free account because that's what I'm using. This is my only contribution to the rpc so you're welcome. Go forth and be great.
#rph#rpc#rpt#tumblr rp#rp admins#idk what to tag this as but pass it on I guess#might save a fellow rp admin from having their head explode from trying to figure it out#I tried using IFTTT and it wouldn't keep the html or the image as a gif#or if it kept the image it would put the description as the caption on the image itself#twas a nightmare#( briana talks )
13 notes
·
View notes
Text
========================================================
[tutorial: build your own neocities/nekoweb page]
========================================================
a beginner's guide for making your very own home on the indie web—retro, personal, weird, and 100% yours.
this ain’t an average wix, squarespace, or tiktok aesthetic.
we’re talking full html/css with soul and attitude.
[ prerequisites ]
------------------
> an idea
> basic text editor (vscode, notepad++, or even notepad)
> account on https://neocities.org or https://nekoweb.org
> some gifs or tiles you love (dig deep or make your own)
> optional: image host or gif repo (or self-host everything)
[ feeling overwhelmed? read this. ]
-----------------------------------
you do *not* need to know everything.
html is not a mountain. it's a garden.
you plant one tag. then another. then a style. then a button.
you can build your site piece by piece.
and every piece is a portal to somewhere personal.
you are allowed to make broken pages.
you are allowed to use templates.
you are allowed to start over as many times as you want.
this is *your* world. you control the weird.
[ step 1: create an account ]
-----------------------------
> neocities: https://neocities.org
> nekoweb: https://nekoweb.org
register a name, log in, and enter your file manager.
this is where you upload your files and see your site live.
[ step 2: your first file - index.html ]
----------------------------------------
make a new file: `index.html`
basic starter:
<html>
<head>
<title>my weird little corner</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>welcome to the void</h1>
<p>this is my page. it’s strange. like me.</p>
<img src="mygif.gif">
</body>
</html>
> upload to the dashboard
> boom. you’re live at
https://yoursite.neocities.org
or https://nekoweb.org/u/yoursite
[ step 3: add a style sheet - style.css ]
-----------------------------------------
create a file called `style.css` and upload it.
here’s some nostalgic magic:
body {
background: url('tile.gif');
color: lime;
font-family: "Courier New", monospace;
text-shadow: 1px 1px 0 black;
}
img {
image-rendering: pixelated;
}
marquee {
font-size: 20px;
color: magenta;
}
link it in your html and the vibes activate.
[ step 4: decorate it like a haunted usb ]
------------------------------------------
> use <marquee> for chaos scrolls
> embed gifs from https://gifcities.org/
> steal buttons from https://cyber.dabamos.de/88x31/
> set up a guestbook at https://www.smartgb.com/
> loop audio with <audio autoplay loop>
> add fake errors, 90s web lore, random link lists
[ step 5: resources, themes, and comfort ]
------------------------------------------
> templates & layouts: https://numbpilled-themes.tumblr.com
> glitchy gifs & buttons: https://glitchcat.neocities.org/resources
> layout builder: https://sadgrl.online/projects/layout-builder/
> free tiled backgrounds: https://backgrounds.neocities.org/
> beginner html intro: https://www.w3schools.com/html/
> pixel fonts & cyber assets: https://fontstruct.com/
remember:
you don't need to know js. you don't need to be a coder.
you just need a mood, a direction, a dream.
the html will follow.
[ bonus concept: shrine pages ]
-------------------------------
> a page just for one character you love
> a room to house digital fragments of your identity
> embed quotes, music, images like altars
> call it shrine.html and link it from your homepage
[ closing mantra ]
------------------
you are not here to be optimized.
you are not a brand.
you are a ghost inside the machine,
carving your initials into the silicon void.
welcome to Your website.
========================================================
#webcore#old web graphics#neocities#web graphics#carrd graphics#carrd resources#rentry decor#rentry graphics#carrd moodboard#carrd inspo#neopets#indie#indie web#early web#webdevelopment#web development#web resources#web design#old internet#old web#oldweb#nekoweb#transparent gif#tiny pixels#pixel gif#moodboard#tutorial#html page#html theme#htmlcoding
279 notes
·
View notes
Text
Typing Quirk Suggestions for a Robot kin
I hope it gives you a wonderful uptime! :3
Mod Vintage (⭐)

Letter replacements:
Replace "O" with zeroes "0"
Replace "i" or "L" with ones "1"
Replace "one" with "1", including "one" sounds like "any1", or "we 1 = we won" (the past tense of "win")
Replace "zero" with "0"
Frankly, you can just replace all sorts of letters with numbers, such as
R = 12
N = 17
B = 8
A = 4
E = 3
etc.
or maybe make all "A"s and "i"s capitalized, cause "A.I." (artificial intelligence
Prefixes and Suffixes:
Get inspired by programming languages!
Begin your text with "//" like a comment on C++
If you prefer other languages comment tags, you can use "< !--your text-- >"
Or maybe begin it with " int main () { std::cout << "your text"" and end with "return 0; }" like C++ too
Greet people with the classic "Hello world!"
Or greet people with "beep boop!" honestly, I have no idea where this comes from, but it's cute.
Or write down html stuff, like sandwiching your italicized text with "< em> "
The possibilities are endless!
Robot Lingo:
(under the cut because there's a LOT! maybe terabytes! ...just kidding >;3c)
.
some of these are from the machinesoul.net robot server! (not sponsored) (we're not in there anymore, but we saw the robot lingo shared there when we were)
Fronting = logged in, connected
Not fronting = logged out, disconnected
Conscious = activated
Dormant = deactivated
Blurry = no signal
Upset, angry = hacked
Small = bits, bytes
Bite = byte
Huge = gigabytes, terabytes, etc.
Your intake of food, medicine, etc. = input
Your artwork, cooking, handiwork, handwriting, etc. = output
Body = chassis, unit
Brain = CPU, processor
Mind = program, code
Imagination = simulation
Purpose = directive
Nerves = wires
Skin = plating
Organs = (function) units
Limbs = actuators
Eyes = ocular sensors
Glasses = HUD (head's up display)
Hair = wires
Ears = antennae, audio sensors
Nose = olfactory sensors
Heart = core
Liver = detoxification unit
Circulatory system = circuits
Voice = speaker, voice module, voice box
Mouth = face port
Name = designation
Sleep = sleep mode, low power mode, charging
Eat = fuel, batteries
Energy = batteries
Tired = low on batteries
Translate = compile
Memory = data, database
Bed = recharge pod/charger
Dreaming = simulation
Birthday = day of manufacture
Talking = communicating
Thinking = processing
Transitioning = modifying your chassis
Depression = downtime
Joy = uptime
Trash = scrap metal
Fresh/Clean = polished
Keysmashing = random 1s and 0s
Self-care = system maintenance
Going to the doctor = trip to the mechanic
Group = network
Anyone = anybot
#typing quirk suggestions#robotkin#otherkin#robot kin#robot#robots#mod vintage#⭐#tw medical#tw dormancy mention#our system actually uses the lingo in daily conversations with other plurals n alterhumans because we're robot/machine/AI/etc.-dominant#which is pretty funny cause our mod name is Vintage and robots are Futuristic#typing quirk#typing quirks#typing quirk suggestion
373 notes
·
View notes
Text
The Rest of Them
Pairing: Nerd!Gojo x Rich!User
This is a lil teaser…I’m still debating if I want to use Tumblr as my main way of posting fics, but the HTML feature and aesthetics are so cuuuteeee!!!!
Synopsis: Satoru Gojo always stood out at your prestigious university. A prestigious heir, a ridiculously pretty boy. But you were determined to prove that he was just like the rest of them. A spoiled rich boy, weak-minded, who was only interested in one thing.
The air outside the club was cold, the lights from various cars shining in your eyes as they passed. Satoru’s grip on your arm tightening ever so slightly as he drags you out of the door. It wasn’t painful, but it was harsh enough for even your bogged down senses to be aware he wasn’t letting go yet.
It wasn’t fair. You tried again, tilting your head just so. The way that made men fall to their knees in front of you. Your lips curled into a smirk, your lips slightly parting. He could feel the heat of your breath on his face, yet he didn’t waver. There wasn’t a crack in his gaze, as he released your arm.
“Satoru, you wound me.” You say dramatically, words slurred from the alcohol. Please, please. You don’t actually care. Prove it, prove it, PROVE IT. “What, am I not pretty enough for you now?” You ask the question, a tone of confidence. It wasn’t serious, you knew that. As if you weren’t pretty enough for anyone. But underneath that confidence, that arrogance, your eyes seemed to glisten with something pleading. It sparked a small hint of fear coiling in your gut. Could he see right through you?
You wanted him to be like the rest of them. You wanted him to crumble, and beg, and fall over himself for you. You wanted him to want your body, your power, your influence. You wanted him to want anything but you.
There’s a long moment of silence as Satoru seems to just…take in your appearance, the way the alcohol and club had made a thin sheen of sweat appear on your skin, making stray hairs stick to your face. There was a flicker of something unreadable in his gaze, that gave you pause. His hand twitched at his side, almost as if to reach out and touch your reddened cheeks, but it quickly settled back at his side.
So instead, he takes hold of your shoulders and pushes you back just a bit. “You’re drunk.” His voice wasn’t sweet, wasn’t teasing now. “We’re going home.”
He releases you abruptly, the places his touch had been feeling cold and empty. You put on a mask of arrogance and follow him to his car, a smirk on your face. “Hah, wimp.” You mutter, clicking on your seatbelt. The night was dark, the lights of downtown flashing in your face as he drove. It was quiet, other than the soft tones of the radio. Of course he listens to classical music. But the sound of the music, and the car’s soft hum create a peaceful atmosphere, lulling you to sleep. There’d be time to sort out this shitfest later. You were fucking exhausted.
author’s notes: IM SO HAPPY TO PUT THIS OUTTTTT!!! lmk if you wanna be tagged when I actually start posting the novel :p
(im super new to this whole tumblr platform so…any tips r greatly appreciated <3)
#jujutsu kaisen#gojo x reader#gojo satoru#jjk#satoru gojo#nerd gojo#nerdjo#reader insert#female reader
44 notes
·
View notes
Text
Yooooo I'm free of responsibility!!!!!
although tbh even though I know not everything needs to be over analysed
it's just kinda fun to do it
Although I kinda regret trying to make a good description on dream theorist Freud and Jung bc my mind was just turning off and tbh the post would of been fine without it-
Eh deleted the last post because it was a little confusing, honestly just have fun with it :) there’s no right or wrong way to theorize or make connections with any story, just wanted to say that SOME things may not be super connected is all :D but you shall see later on ;)
#gen loss#generation loss#chronicle 0#zero talks#zero thoughts#I have no idea what the last post was but if Ranboo says it was confusing then I am a but little guy with a board nailed to their head#CASE IN POINT#I nearly put the HTML code for my D2 post in these tags#don't ask why I had the HTML code in my clipboard#it was for a really silly reason
3K notes
·
View notes
Text
Puck Me
Summary: Hockey Player Levi and Figure Skating Coach Reader make a bet...who will win?
A/N: I can't stop writing this and I'm having too much fun with it to enjoy it alone. I suck shit at fancy Tumblr HTML and theme, but here it is.
This story is based on some of my own experiences as a figure skater. This will eventually feature smut, and I will update the tags as I go. I may update again this weekend. Thanks to my beta @nilfgaardianleviosa, as always.
Cross posted to AO3.
Tags: Levi Ackerman/Reader, AU-Modern Setting, Hockey Player Levi Ackerman, Figure Skater and Coach Reader, Enemies to Lovers, You know where this is going, this will be explicit in the future, 2nd person POV, female reader.
TW: bad words, fuckboys
Words: 2.7k
Next Chapter
Chapter 1: Teaching Tots
You step out onto the ice with Petra, fresh and smooth after the Zamboni cleaned up from morning sessions. You bend your ankles, testing your laces to make sure they’re tight enough, and start skating around the rink, warming up against the cold air.
You do some basic footwork and finally you feel warm enough to take off your jacket, leaving you in leggings and a form-fitting long-sleeve shirt. Petra is at the boards when you skate up to hang your jacket on the side; she has her foot up, stretching out her hamstrings.
Public ice is pretty dead today, maybe ten or fifteen people in rental skates starting to get on and wobble their way around the ice as they cling to the wall. You smile at the toddler bravely making their way out to the center, holding onto the PVC pipe support that kids use to stay upright. His mom calls out to him, begging him to come back to where she can’t leave the wall, too unstable in the mediocre skates with limited ankle support.
“Wanna run through jumps?” Petra asks, smiling at you with her big, hazel eyes.
You shrug. “Sure.”
You and Petra each claim a side of the ice, doing crossovers to gain speed, running through your single jumps in order, then your doubles. You’re warm now, and you take off your shirt, grateful for the cool air to hit your arms and shoulders uncovered by the tank top you have underneath.
“Fuck, my double lutz is kicking my ass,” Petra complains as she finds her way next to you. “I just can’t get enough oomph on the entrance.”
“That’s because your toe picks are weak as fuck,” you laugh, pointing to her blades. “They aren’t big enough to really dig in and get you the momentum you need to get your ass in the air.”
“But your blades are so expensive,” Petra whines, looking down at your skates.
“Black Friday still happens for figure skaters,” you remind her. “It’s almost the holidays, why not put it on your Christmas list? Not like your dad can say no to you anyway.”
Petra laughs and pushes your shoulder. “Maybe I will. Hey, are you working on your triples?”
You grimace and shake your head. “A little. Waiting for the bruises on my hips to subside before I bruise them again.”
Petra’s about to respond when you hear loud voices whooping from across the ice. You turn to look at the hockey team getting on the ice and roll your eyes.
“God, the Titans,” Petra mutters. “Don’t they have practice later?”
You raise an eyebrow at her. “Tell me you aren’t already drooling over Ackerman being on the same sheet of ice as you.”
Her cheeks light up pink, and she shakes her head furiously. “No! It’s just—ugh, he’s so distracting.”
You laugh at her embarrassment, pulling her wrist to drag her away from the boards. “Come on, let’s work on our jumps before they take over the whole ice running drills.”
Petra pouts but follows, and you both run through some more doubles before the hockey team starts running exercises, tearing through the ice with their abrupt stops and deep edges.
Eventually, you give up trying to squeeze in practice and just skate around the rink with Petra, staying out of the hockey players’ way.
“I’m annoyed,” Petra pouts. “I wanted your help on my double axel.”
You shrug. “They’ll get off like thirty minutes before practice so they can gear up.”
“But the ice will be ruined!” Petra whines.
You laugh at her valid complaints. “Well, if you can learn to land a double axel on shitty ice, think about how well you’ll do in competition with fresh ice.”
Petra visibly debates your logic for a moment before nodding. “I can try.”
You’re about to suggest a break for hot chocolate and a protein bar when you hear, “Oh shit!” and something solid collides into you.
Arms wrap around your waist, and you turn mid-fall, your back pressed against firm muscle of someone’s chest as you go sliding across the ice.
“What the fuck?” you ask as the arms release you to roll onto the ice.
You look over to see Levi Ackerman himself, captain of the hockey team, groaning as he pulls himself off the ice. “For someone who looks as good as you do in tights, you sure weigh more than you look.”
You sit up, glaring at his smug expression. “Excuse me?”
“Just saying,” he mutters, getting to his feet. He extends a hand out to you to help you up and you swat it away, getting up yourself.
“Can you watch where the fuck you’re going?” you ask him bitterly.
“Can you? You know we’re running drills,” Levi says, crossing his arms at your rejection of his assistance.
“I was skating forward! You hit me from behind!” you protest. “How am I supposed to watch out when you sneak up on me?”
“Pay attention, princess,” Levi says mockingly. “It’s not just your ice.”
You’re absolutely fuming, ready to unleash on him, when you feel Petra’s hand on your arm.
“Are you okay?” she asks, noticing the snow in your hair.
“I’m fine,” you mutter, looking away from Levi’s piercing blue eyes. “Jackass knocked me off my feet.”
“Jackass?” Levi questions, irritation shining through his expression.
“Yeah,” you say emphatically. “Jackass. I think it’s perfect to describe you. Or do you prefer Captain Jackass?”
“Bitch,” he mutters, skating away back to his team who are carefully watching the interaction.
“Fucking hockey players,” you grumble to Petra, who loops her arm through yours as you start to skate around the rink again. “Think they own the ice. It’s not even time for their practice and they’re running drills, terrorizing the public skaters.”
“Yeah,” she says, unconvincingly. “Jerks. But hey, at least he broke your fall, right?”
You turn to look at her, mouth parted open in shock. “Seriously? He slammed into me from behind and you’re giving him brownie points for not knocking me unconscious?”
“Well,” Petra says sheepishly. “I saw him turn so that he fell against the ice and didn’t fall on top of you. He was going pretty fast.”
You press your mouth into a line, shaking your head. “You’re a simp, you know that? An Ackerman simp. He could burn this rink down and you’d still justify it, fawning over him.”
Petra protests and you giggle at her poorly crafted excuses. You shake your head, pulling her off the ice to the lobby, where it’s warm and loud.
“Hey,” your boss says, waving at you from the rental counter. “I know it’s not your day for Learn to Skate, but we need coverage on Saturday. Can you do it?”
“Miche, come on!” you whine, sighing dramatically. “I work two of the three sessions every week. Tuesdays and Thursdays. One day more than my contract actually says, because I’m so generous and nice.”
“It’s just the tots,” he says, eyes pleading.
“Miche, no!” you exclaim, unable to help the smile spreading across your face. “You know I hate teaching the little ones.”
“Come on,” he says. “I booked a trip out of town for Nanaba and I’s anniversary and I totally forgot she’s on Saturday rotation. Please, help me woo my wife and preserve my marriage.”
“Miche, you’re really a piece of work,” you sigh. “You know I can’t say no to helping my coach.”
“I knew there was a reason you’re Nanaba’s favorite,” he says with a smile. “Thank you so much!”
“You owe me!” you call over your shoulder, walking over to the viewing bench. “Man, I can’t believe I have to cover the tots. I hate that shit.”
“But they’re so cute,” Petra protests.
You groan at her utter betrayal. “No, they aren’t! They fall and cry, and cry and fall, for almost an hour. It’s horrible. I finally worked my way out of teaching tots.”
“It’s just one Saturday,” Petra consoles. “Plus, I’m on Saturdays too! We can get lunch after.”
You pout your lips out at her. “Fine. We can get lunch.”
Your blood is pumping as you skate down the rink, edges ripping into the ice as you precisely carve delicate swirls with your blades. Loud techno music plays over the speakers as you skate, all in perfect synchronicity with the other skaters as you do footwork.
“Faster!” Coach Pixis is sitting on the boards at the side of the rink, sipping from a water bottle that certainly isn’t filled with water.
You reach the goal line and circle back to run the same footwork back down the way you came. Power class continues like this for another twenty minutes until Pixis finally dismisses you, calling it “slightly less than abysmal this time”.
As he swings his legs over the boards to walk back to the lobby, you collapse onto the ice, chest heaving. Your best friend peers at you from where she stops beside you, eyes curious.
“You alright?” she asks, out of breath herself. Petra’s face is flushed after thirty minutes of on-ice cardio.
“So...sweaty,” you groan, enjoying the feeling of the cold against your overly warm skin. “Cold feels good.”
“You’re in a tank top, you’ll get ice burn if you don’t get up,” Petra chides. “Come on, it’s almost time for hockey practice anyway.”
You reach up a hand and she pulls you to your feet. You brush the snow off of your leggings and tell her you’ll catch up, grabbing your jacket and water bottle from the boards.
The hockey players spill onto the ice, immediately skating laps at high speed forward and backward around the rink, warming up. You purse your lips, annoyed that they couldn’t wait another fifteen seconds for you to grab your shit and get off, instead making it nearly impossible for you to reach the exit closest to the coach’s room, meaning you now have to walk around the entire rink from the bench.
You decide to wait them out, annoyed with their crappy behavior. You lean against the boards, your things in your arms, for the full five minutes, watching them, making eye contact, waving at one or two that you know.
They run laps until Commander Erwin calls for them to line up on the blue line in front of him. When he does, you leisurely skate behind the group of men to get off at the exit you wanted.
They all turn around to watch you, evidently surprised you didn’t chew them out like usual for doing this. You smile at them, your eyes finding Levi’s from where he’s smirking at you. You raise an eyebrow at him and exit the ice, feeling him watch you until you disappear behind the bleachers.
Petra is inside the coach’s room already, unlacing her skates as she sits in her assigned chair. You sit in your spot next to her, following suit.
“Ugh, did you see Levi?”
You roll your eyes at Petra’s simpering expression and wide, hazel eyes.
“Why are you such a simp for him? For any hockey player? They’re dicks and they smell bad,” you complain.
“Not Levi,” she says with a dreamy look on her face. “Remember? He helped me when I cut my hand.”
“He wrapped a dirty hockey rag around your hand and told you to stop bleeding on his ice,” you say flatly. “He’s not exactly a knight in shining armor.”
Petra continues on, dithering about how Levi is, in fact, kind of an asshole but if you look past his harsh words, sour attitude, huge ego, and generally rude demeanor, there’s probably a decent guy in there. Yeah, okay.
You slip on your tennis shoes and pull Petra out to the lobby, grabbing a Gatorade and a protein bar from the concession stand.
“Let’s sit on the bleachers,” Petra says, trying to be nonchalant.
“Because we don’t spend enough time here, let’s go watch the hockey players on our break?” you ask sarcastically.
But it’s hard to say no to Petra, with her wide eyes and pouty lips. So you cave, agreeing to go sit on the bleachers, grateful for the cool metal against your back as you lay against the bench. Petra sits at attention, watching the players skate up and down the ice, practicing formations and plays.
“He’s looking over here!” she practically squeals.
You roll your eyes, scrolling through Spotify for a bass-laden playlist to mentally prepare for spending an hour with the tots later this morning.
There’s a loud crash against the boards and you jump, nearly falling off the bench. You shoot up, glaring at the plexiglass, behind which stands a smug Levi Ackerman, smirking at you. He raises an eyebrow at you and shrugs, feigning innocence. How mature, hitting the boards to startle you.
Petra gives you a sidelong glance, a slight furrow in her brows as you roll your eyes at Levi who’s wiggling the fingers in his glove in a semblance of wave. For which you return a middle finger, setting off a round of laughs between his teammates.
You look over at her with a raised eyebrow, wondering what she’s so concerned about, but she shakes her head and turns back to face the ice, eyes watching intently as they start running drills.
Later, you teach the tots a fun fishing game, where they pull out fish from the ‘pond’ you drew on the ice with a marker, and then you teach them how to skate away according to the type of fish they caught. It’s nearly time to go, and the class has been surprisingly smooth.
However, as your last student pulls out a “big fish! So big and scary!”, and you all skate backwards away from it, doing swizzles on their unsteady little feet, your smallest skater falls.
Oh fuck, here we go.
He looks up at you with wide eyes, lip trembling as he clutches his hand to his chest. He’s two feet tall, you know he’s fine, but he thinks he’s hurt, so you let out a quiet sigh and kneel next to him.
“Oh bud, that was a big fall,” you say empathetically, pulling off your gloves and taking his ‘injured’ hand between yours. “You did great though.”
“I did?” he asks tearfully, clearly wanting to have a huge meltdown but also wanting to hold it together to earn your praise.
“You did,” you confirm with a nod. “You know what I do when I hurt myself from falling? I take a big deep breath, and I shake the ouch out. Have you ever done that?”
He shakes his head no, eyes wide, and you smile at him, a little charmed by his chubby cheeks.
“Hey, isn’t that the chick you nearly took out on public the other day?” Eren nods to the ice as he throws his bag over his shoulder coming out of the locker room. “Is she a coach?”
Levi looks over and sees you kneeling down on the ice, holding the hands of a tot who must have taken a fall. He watches you shake out your hands, and the little boy imitates you. You throw your head back to laugh at the boy’s enthusiasm, quickly wiggling his whole body, and take his hand to pull him back to the other tots who have been watching curiously.
You lead them in a line that snakes around the designated area until you reach the door of the rink, making sure they all get off and into the waiting arms of their parents.
He catches your eye, thinking about how pretty you look when you aren’t flipping him off or cussing him out. You give him a hesitant smile before you’re pulled into a conversation with one of the parents.
Eren is looking at him, mouth open as he watches Levi watch you. “Uh, hello?”
Levi looks at him blandly. “Yeah, yeah. She must be a coach if she’s teaching Learn to Skate.”
Eren raises an eyebrow at him. “You look like you’re down bad. For a figure skating coach, of all people.”
“Fuck off, Yeager,” Levi says, pushing him into the wall as he heads for the doors.
#Levi ackerman#shingeki no kyojin#fanfic#ao3 fanfic#levi x reader#aot#levi aot#snk levi#captain levi#x reader#reader insert#female reader#attack on titan#levi fanfiction#please indulge me#this is my favorite thing i've ever written#hockey player Levi is a fuckboy
74 notes
·
View notes
Text
is there a good way to remember when im supposed to use italic tags vs emphasis tags in html, because ive definitely looked this up like 5 times and cannot get it to stay in my head. is there a mnemonic. send help
46 notes
·
View notes
Text
Advanced HTML Tutorial: Online Tutorial for Web Designing

Are you interested in taking your web development skills to the next level? Look no further than WebTutor! Our advanced HTML tutorial is the perfect resource for those who want tolearn advanced HTML and CSS.
Before you start, you may be wondering what you need to begin learning HTML and CSS. Our tutorial covers the essentials, including the software and hardware requirements for effective web development.
At WebTutor, we believe that learning should be accessible to everyone. That's why we've compiled a list of the best HTML and CSS tutorials available online. Whether you're just starting out or you're looking to improve your skills, these resources are a great place to start.
Our advanced HTML tutorial covers a wide range of topics, including advanced HTML elements, CSS layout techniques, and more. You'll learn how to create responsive designs, optimize images for the web, and use advanced CSS selectors to style your pages.
In addition to our tutorial, we recommend using online web tutorials to supplement your learning. These tutorials offer a wealth of information and can help you stay up-to-date with the latest web development trends and best practices.
Learning to code can be overwhelming at times. That is why it's important to have a support system in place. Our tutorial will teach you how to find support when you need it, whether it's through online communities or in-person meetups.
So what are you waiting for? Sign up for WebTutor advanced HTML tutorial today and take the first step towards becoming a skilled web developer! In conclusion, by utilizing advanced HTML tags and techniques, web developers can take their web design skills to the next level. From creating dynamic animations with the canvas element, to implementing responsive images and web components, these techniques allow for more interactive and user-friendly web experiences. Additionally, it is important to consider accessibility when designing web content, ensuring that all users can access and interact with the content. With these tools and techniques, web developers can create more engaging, accessible, and responsive web pages.
#Advanced HTML Tutorial#advanced HTML tutor#Online Tutorial for Web Designing#webtutor#learn advanced HTML and CSS#learn HTML Head#online HTML Head#learn HTML Color#HTML head Elements#HTML head tag#What is Html Head?#Head Tag in HTML#HTML Semantic Elements#What Is Semantic HTML#Semantic Tags in HTML#learn HTML Attributes#what is HTML Attributes?#HTML Forms#free learn HTML Forms#HTML5 Canvas#learn HTML5 Canvas#learn HTML Class#learn HTML Table#HTML JavaScript#Learn HTML JavaScript#Online HTML JavaScript
1 note
·
View note
Text
Complete-ish Guide To Settings You Might Want to Change
These instructions will be for desktop, because the settings are easier to find there. You can do the same on mobile, but it might be in different places.
Dash settings
Your dashboard is broken down into several feeds, including "Following" and "For You".
"Following" is primarily the posts of people you follow, "For You" is algorithmic.
If you just joined, "For You" is default, if you're a longtime user it's "Following". You can change this in the settings on the right
A lot of longtime users will tell you that the Following feed is where we spend most of our time. But try out all the feeds, and see what you like most.
The settings that are settings:
To start, click the settings gear under the account icon (the abstract person head).
This should take you to the General tab. Key settings:
Community Labels: By default anything NSFW is silently hidden. You can change how each subtype is handled.
Hide Additional Mature Content: If you have an iPhone disable this or it'll hide every post from you on the off-chance it contains porn.
If you're under 18 as determined by the birthdate you entered on signup, you can't change these. (If you want them on, you'll have to make a new account and lie)
Under the "Dashboard" tab, you can enable timestamps, which is mostly just nice information to have. sometimes a post is from 2010 and you can be like wow.
The next four probably have the biggest impact on your tumblr experience, so I'm gonna do a breakdown.
Best Stuff First reorders your "Following" to have popular posts at the top. Disabling it makes your feed chronological. I like it off, but up to you.
Include Stuff In Your Orbit and Based On Your Likes put various content from "For You" into "Following". Personally, I disable them to keep "Following" purely posts by people I follow, and then switch between feeds to get what I want.
Followed Tag Posts will put content from the "Your Tags" feed into your "Following" feed. Since you can go to the separate tags feed, I usually turn this off (it tends to show me a lot of duplicate posts), but up to you.
Under the "Notifications" tab you can tell Tumblr to stop sending you emails.
I'd recommend disabling all the emails--if you get a bunch of replies, Tumblr will happily send you dozens of emails, and you don't need that.
Notifications is the push-notifications in-app/in-website. The mobile app, for some reason, has a much better interface for controlling these, including the option to only get activity-notifications for mutuals. You can leave these on, or turn them off if you find the flood of notifications is distracting.
Tumblr News is a newsletter, it usually just has content from @fandom and the other staff-run recap blogs.
Conversational notifications sends you more emails.
Under the "Tumblr Labs" tab you can enable a bunch of cool beta tests.
I particularly suggest Reblog Graphs, What you Missed tab, & Popular Reblogs tab, but they're all fun to try out. A lot of these are honestly better than the For You dashboard.
For each blog you have, you can customize it's Blog Settings. Beyond things like setting an avatar or description, there's a few settings that are fun.
Custom Theme gives you your own subdomain at [blogurl].tumblr.com.
This makes your blog easier to search, and a lot of 3rd party tools depend on you enabling it. It also makes it easier to link your posts to people who don't have tumblr accounts.
You can completely customize the CSS/HTML/Javascript. you can go legitimately crazy. It's not a requirement, but if you want unlimited flexibility, go wild.
On the contrary, if you wanna run a more private blog, you can disable this and then hide your blog from search results/non-registered users.
Likes and Following are public by default. I like to turn these off so I don't have to worry about like, "what will people think if they see i'm following [...] or liking [...]". But it's also fair to keep them public if you'd like.
The other Blog Settings are important but pretty self-explanatory I think.
Finally, there's some useful tools I like:
XKit Rewritten - A bunch of scripts (like RES for Reddit). The one I really like is "mutual checker", which shows at a glance which blogs you are in mutuals with. Which is such a good feature it's included in the mobile apps by default i think.
siikr.tumblr.com - Tumblr search is bad, and google's indexing of tumblr blogs is worse. Siikr will find any post you've made on your blog. Because disk space is limited, only use it to search your blog, and if you're tech savvy consider running a local copy from source.
988 notes
·
View notes
Note
Would it be possible to implement more options for the dashboard? For example, adjusting font sizes and font faces manually on the user end, not just via the themes available by default. I find a lot of people use <small> html tags and the text is too small for me to read, but could easily be fixed if I could bump up the font size for that. On that note, would it be possible to implement more html tags for text posts, like super/subscript, code text (in-line, not for the whole paragraph element), more colors and headings, etc.?
Thank you!
Answer: Hi, @acidcorrodes!
It’s a good question, but it is unlikely that we will be adding these kind of appearance options to the dashboard. That said, we will more than happily point you to some available third-party browser extensions to do the trick instead! For adjusting the font face and font size, for example, you might want to try out Palettes for Tumblr—or, if you’re comfortable writing your own CSS, maybe Stylus would give you the font freedom you’re yearning for.
On that note, would it be possible to implement more html tags for text posts, like super/subscript, code text (in-line, not for the whole paragraph element), more colors and headings, etc.?
It is a fact that there are several of us among Tumblr Staff who would love to see this as much as you. Sadly, this is the kind of thing that would take a full project team to properly implement across our web, Android, and iOS clients—and there are much more pressing issues for our development teams to address at the moment.
We hope this was enlightening! Please do keep the questions coming.
41 notes
·
View notes
Text
Convert HTML to Image: A Step-by-Step Guide ✨
Do you want to turn some HTML code you've made that's on your website and have a way to convert it into an image for you to save?
Well, look no further! I too wanted to do the same thing but funny enough, there weren't any straightforward tutorials out there that could show you how! After hours of searching, I finally discovered the solution~!
This is an old tutorial I made 🐼
💛 Set your environment
Before we dive into the conversion process, I'll assume you already have your HTML code ready. What you want to learn is how to turn it into an image file. You should have a good grasp of HTML and JavaScript. For this tutorial, we'll use the following HTML code example:
We won't include the CSS code, as it doesn't affect this tutorial. The JavaScript file (script.js) at the bottom of the body element is where we'll add the functionality for the conversion.
Your page should resemble the following:
As you can see, the "Click me" button will handle the conversion. We aim to convert everything within the div.info-div into an image.
💛 Using the html2canvas JavaScript Library
The html2canvas library allows you to take screenshots of webpages and target specific elements on a screen. Here are the steps to include the library in your project:
The steps to put the library in your project:
Visit the html2canvas website for more information.
Copy the CDN link from here
and include it in a script tag in your project's head tag in the HTML file:
That's it for including the library on the HTML side. Now, let's move on to the JavaScript code.
💛 JavaScript Functionality
Here's the JavaScript code to handle the conversion:
In this code, I want to turn the whole div.info-div into an image, I put it into a variable in const div = document.querySelector(".info-div");.
I also put the button into a variable in const button = document.querySelector("button");
I added a click event listener to the button so when the user clicks the button, it will follow the code inside of the event listener!
You can find similar code like this in the documentation of the html2canvas library:
What is happening here is:
We add the div (or what the element we want to take an image of) into the html2canvas([element]).then((canvas)
Added the image file type url to a variable = const imageDataURL = canvas.toDataURL("image/png"); - You can replace the png to other image file types such as jpg, jpeg etc
Created an anchor/link tag, added the href attribute to imageDataURL
The download attribute is where we will give the default name to the image file, I added "dog.png"
Perform the click() function to the anchor tag so it starts to download the image we created
And that's it!
💛 The End
And that's it! You've successfully learned how to turn your HTML into an image. It's a great way to save and share your web content in a unique format.
If you have any questions or need further clarification, please comfortable to ask. Enjoy converting your HTML into images! 💖🐼
#my resources#coding#codeblr#programming#progblr#studying#studyblr#programmer#html#html css#javascript#neocities#coding tips#html5 tutorial#html tutorial
156 notes
·
View notes
Text


All The King's Horses | As You Are Now, So Once Was I by @samwpmarleau (grumkinsnark)
All The King's Horses [LiveJournal ch1] [Fanfiction.net ch1]
As You Are Now, So Once Was I [LiveJournal ch1] [Fanfiction.net ch1]
Fandom: Supernatural, Criminal Minds
Rating: Teen | PG-13
Category: Gen
Words: ~36,192
All The King's Horses: Protect and Serve. Fidelity, Bravery, Integrity. To what lengths would you go to uphold those oaths? When it comes to a particularly brutal and unsolvable case, the BAU just may have to resort to some more unorthodox methods. SPN/Criminal Minds crossover.
As You Are Now, So Once Was I: Sequel to "All the King's Horses." When Dean catches J.J.'s press conference on the news about a current case and notices a few...inconsistencies, he realizes the BAU is definitely going to need his help. Again. ON HIATUS



About the Book
FORMAT: Letter quarto, flatback bradel binding, french link stitch, no tapes
FONTS: EB Garamond [via Google Fonts], Supernatural Knight [via DaFont], D-Din [via Font Squirrel], Daniel [via DaFont], Permanent Marker [via Google Fonts], Arial
IMAGES: Seal of the FBI [via Wikipedia], Dean's handprint scar [by greenhorn-art]
MATERIALS: 24lb Xerox Bold Digital paper (8.5"x11"), 80pt binder's board (~2mm), 30/3 size waxed linen thread, embroidery floss (DMC #721), 1.9mm cording, brown cardstock, black Cialux bookcloth, gold foil transfer sheet (came with We R Memory Keepers hot foil pen)
PROGRAMS USED: Fic exported with FicHub, word doc compiled in LibreOffice Writer, Typeset in Affinity Publisher, imposed with Bookbinder-JS, title pages designed in Affinity Designer/Photo
.
I first read these stories on LiveJournal back in 2013, some time after I first encountered Tumblr, Supernatural, and the wider world of online fandom. Once I discovered SPNxCriminal Minds crossovers I devoured so many of them. Something about POV Outsider on the Winchesters, the existing connections with investigating monster vs human-crazy cases, and run-ins with the FBI... it's just works so well.
Of all the SPNxCM fics I read and enjoyed, All The King's Horses is among those that bookmarked themselves in my brain. Since it's been living there all these years, I thought it deserved a place on my bookshelf too.
(Rambling below)
Sourcing the Fic
I used FicHub to download the fics off of Fanfiction.net as HTML. Then I pasted them into LibreOffice Writer and created rich text documents of each fic, so I could Place them into Affinity Publisher.
The stories were crossposted, first on LiveJournal and then Fanfiction. I included the metadata from both sites in the appendices.
(It's fascinating to see the differences in the same work between platforms. FFN requires genres, so if the author doesn't add them on LJ then by default there's more info on FFN. But FFN limits listed characters to 2, so authors have to pick and choose the most important. Then there's the author's amusing disclaimers and spoiler warnings for these fics, which are only included in the LJ version)
Shoutout to the author for how they linked/listed their accounts on other platforms! Thanks to that I was easily able to track down all the tags/metadata for the fics, and find them here to express my appreciation for their stories!
Typesetting
Fonts
EB Garamond is my new favourite body font, 11pt as per my usual.
The title page is entirely Arial: 1) it was the closest match I have to the case file prop I was copying, and 2) if it was a government doc they wouldn't be using anything but the most basic fonts.
Headings and the the bullets bracketing the page numbers are set it Supernatural Knight, a free font in the style of Supernatural's title.
The location segments are in D-DIN, the closest free match to the font Criminal Minds uses (which is probably DIN).
Daniel is used for Dean's 'rushed but legible' note.
Permanent Marker for the 'thick black Sharpie' case file labels.
Artwork
Title pages designed as FBI case files, copied from a prop found online (specifically Etsy's propfictionstudios', but it's all over the web so no idea who actually created it). I had fun plugging in all the fanfic/bookbinding meta!
The ID# above the author's name is the FFN story ID, and the date is the date originally posted on LJ.
The handprint used in the headings of ATKH is Dean's scar. I traced off of a screenshot from s4e01 Lazarus Rising. I chose to use the handprint instead of the anti-possession tattoo or a Devil's Trap as my SPN art element because 1) it's specific to Dean, and 2) indicates/reminds that the story is not set during the season 3 Agent Henriksen/FBI arc.
Grabbed the FBI seal off of Wikipedia.
Construction
Both fics typeset and printed separately, then sewn together into one book. Title page for the sequel was tipped in like an endpaper prior to sewing.
Endbands sewn with orange embroidery floss (DMC 721) around 1.9mm cording. I chose orange because Dean's being in jail brought to mind the orange prison jumpsuits Sam and Dean wore in s1e19 Folsom Prison Blues.

Black bookcloth for the cover, like the Winchesters' beloved black '67 Chevy Impala. (I'd wanted a Supernatural reference to balance out the Criminal Minds-ness of the FBI case files).
I'd originally planned to make lineart of the front of the car, and have it stretch across the bottom of the cover (maybe even wrap around to the back). Even found a useful reference to trace [from here], but it didn't look as good as I'd hoped. Instead I reused the FBI seal and swapped out its text with the titles.
(The effect of shiny foiled FBI symbol on small black book reminds me of one of those FBI badge wallets!)
The foiling process was an unnecessarily long and gruelling affair. My laptop served as a massive power bank for the hot foil pen as I spent 2hrs ever so slowly tracing the image, and then 15mins on the author name and touch-ups. Did it need to take so long? Moving slowly, pushing down hard, going over everything at least three times? I'm sure it didn't. BUT I did not want to chance peeling up the foil to check how I was doing and risk shifting it. It was worth it in my books (haha) ‒ I feel giddy and kick my feet like a schoolgirl whenever I see it!
New Things
Used 24lb paper for the first time, and I love it! It's a little thicker and heavier then regular 20lb printer paper, feels more substantial.
The page numbers & running/section headers are along the outer margin, instead of in the header/footer. This was my way around Affinity's buggy-ness regarding pinning things inline in master pages. (More about that below). If I had been thinking, I could have formatted them like the tabs on a file folder and cut the textblock to match. Oh well, the things you notice once it's printed 😔
This time I also started new chapters/sections using text flow & paragraph spacing settings, instead of using a master. As always, there are pros and cons.
Pro: much faster and less involved. (find chapter start, apply paragraph style VS working from the end cutting text, inserting a frame break, unlinking frames, inserting new pages with master, relinking, pasting, and adding chapter title to a different text box)
Con: images need to be added manually (whether by adding image directly, or by applying a master with the image). I forgot to do this for the second fic, so only ATKH have Dean's handprint scar.
Difficulties Encountered
Affinity Publisher is fighting me on pinning things inline on master pages. They like to disappear on regular pages I've applied the master to. Sometimes it works, sometimes it doesn't, sometimes it only works on some of the pages. Idk what's up. (The bullet character only faces one way so I had use textboxes, flip/mirror one, and pin them inline to the page number).
So instead of having page numbers in the footer, bookended left and right by text boxes with Supernatural Knight's bullet, I put it vertically down the side.
Updated Publisher and all my paragraph styles' fonts changed/went funny. Something to do with the update's variable font support, I think. What was previously 'EB Garamond' regular, was now something along the lines of 'EBGaramond-Regular' which isn't a font. Issue seems to have ironed itself out in my original (near-complete) doc while I was busy remaking it. 😐
On the bright side, the update brought QR code generation to Affinity!
#All The King's Horses#As You Are Now So Once Was I#grumkinsnark#samwpmarleau#fanfiction#bookbinding#fanbinding#supernatural#criminal minds
109 notes
·
View notes
Text

happy new year friends!
to celebrate the new year, i wanted to go through some of wonderful stories i read in 2024. going through the tags and my bookmarks, i have come to the realisation that I still suck at keeping track of my favourites, so these are just the one still stuck in my head.
five (+some) full length fics
sour and delicious, secret and unrepeatable by @officialmood (maxiel)
i know this was written for that trope you hate fest, but i absolutely loved every word of it. all the tiny details, the shoe tying scene that still lives in my head, daniel preferring adynamic sex, max thinking he cannot have both. all of it is just so fucking good. I think it is such an incredible fic and such a good way to explore the maxiel dynamic.
table in the back by @janinaduszejko (galex)
i think if i could take one fic with me into 2025, it would be this one. i am more of a peripheral galex enjoyer, but this just hits ALL the right notes for me. the angst and misunderstanding is just so perfect that i can still feel the hurt in my finger tips. 10/10, will read again to keep george in miserable company.
rosetta stone by @janinaduszejko (carcar)
unlike galex, carcar does have me in a chokehold. oscar learning spanish and being called out by Fernando, dropping hints that they should move in together, only for carlos to tell him he loves him first. it's so fucking great.
everything carcar by @testarossa is also so fucking perfect, but especially make a mess, lioness is so, so good.
the entire Yours verse by @loquarocoeur (lestappen)
i still remember reading the first chapter of yours and not knowing what to think, only for it to turn into the most wonderful series. i am such a sucker for close-to-canon fics and this just done so well. i don't even know what to say, it's just sooooo fucking good, and i am in love with the dynamic between max and charles.
four espressos (and a lifetime) by @ferrarisma is another wonderful lestappen fic. i love the 'they grew up together' trope and the identity porn is just so perfect!
Cad Dad, a Dad of cats by @33max (max-centric)
max-centric fics are such a weakness of mine. cat dad max bringing the cats to races so he can make sure sassy gets her medication is so, so lovely and wonderfully written.
i have also read the first two chapters of famiglia-familie by @lsunstreakerl and i am very intrigued! gp taking in kid max is such an interesting take on it, and I cannot wait to read the rest.
four scenarios for tumblr fics omega max has a very special place in my heart and both @officialmood (post) and @lost-in-fandoms (post) have made such wonderful posts about it. i love all the different ways omega verse can be used to explore the maxiel dynamic!
girl max (my beloved) is another trope that I love, and the winter warmers posts (day one, thirteen) by @thewindowatkirkland have just been absolutely perfect!!
daniel's partner dumping him for max is also such an incredible fic by @officialmood. it's such a fun take, and daniel is wonderful as the spiteful, insecure ex who kinda, maybe also wants to fuck max now?
also the absolute masterpiece by @boxboxlewis that is max dating ricardo from melbourne while daniel, you know, is totally cool with it.
three works of my own Writing this i realised i haven't written a lot this year, here or ao3. i really hope that will change this year, but i just wanted to highlight some of the works that i had a good time working on in 2024:
cameras in the traffic lights
this was my first big html coding project, and while it was such a pain in the end (and still not perfect even now!) the process of it all was so much fun. i really liked working with the format, and the writing process of the tweets, the timelines, and the planning of it was so different to the prep-work i usually do for fics. the response to the fic has also been very overwhelming, and i am so glad so many people seemed to enjoy it.
max run club
max run club is another pet project of mine. it's such a fun world to play in, figuring out how to characterise max when we only really see him during daniel's time on social media/work out apps, the whole scanielax aspect of it. i don't know if it will ever be a full length fic, but i am not done with the series.
toothbrush fic
it's getting late, and i don't really have that much to say about this. but this was also very fun to write, and i still think if you love someone, you should offer to brush their teeth once in a while.
#i hope everyone's cool with being tagged#i just really enjoyed what you've created and wanted others to know :)#fic rec
31 notes
·
View notes
Note
Dirkjake fic recs?
THE GRAND FIC LIST:
calvariae - tony artreactor cw for talks of suicide, average toxic yaoi, epilogues-ish. starts off with a spectacular rant from dirk strider abt how platos a little bitch and ends in a way that had me sitting on the sidewalk on an afternoon remnicising like an old war veteran
empty nester - conejita cw for grooming mention, toxic yaoi, alchohol, so on so forth. literally the brograndpa fic of all time hands down, this fic is one of the best dirkjake fics this year. literally could not recommend more.
integuement -drew lifevoid jake eats a deer. dirk likes breaking into houses. somehow, this started a rather heated debate between me and my friends about how to get blood out of a cableknit sweater. what else do you need to know to get to read this? please read this. 10/10 fic.
head over heels - space gays that arent in space cw for lobotomy and suicide attempt, unhealthy relationships also nsfw. also onesided dirkjake. Dirkcentric. i really do NOT recommend reading this if you arent in the right headspace. otherwise its great.
bones of black marrow - aka that one insane html dirkjake fic CW for a lot of things including cannibalism gore nsfw weaponry seizures just a whole handful of stuff. heed the tags. interesting story story though i read this during work because im not a pussy. Really long.
upgrade - hotelroomservice & rykitty cw for suicide attempt grievous injury err death and fucked up ness. will have you sitting back in your chair by the end staring up at your ceiling. based on the movie of the same name. really really really awesome.
lunar calendar - tony artreactor cw for mentions of sex as selfharm, selfharm, alchohol consumption, REALLY unhealthy relationships, post-epilogue stuff, so on so forth. this fic was genuinely my fucking 9/11 dirkjake wise. like everything was different after reading that fic. literally everything. It probably made me insane.
and last but not least... shag, emotionally devastate - tony artreactor this is up there in the hs fanfiction bible for shit youve just GOT to read. it deals with post-canon in the most ripsnortingly funny way ever and is what made me genuinely love the idea of dirk and jake absolutely taking the mic out of each other both physically and verbally. it had me snickering and sending this to my friends like "OH MY GOD" and served as inspo for some of the facade and points i want to eventually make with LE jake when i get around to it. im so serious i cannot recommend it more.
New additions!
Its not enough to love the unreal - sloan twistedglossographer.
CW for attempted murder. Jake thinks dirks going to leave him and does something about it. Most BPD jake thoughts ever that latched in my brain like parasites
one of us was supposed to kill the other- sloan twistedGlossographer
CW For cannibalism and outright murder and gore.
Jake actually kills dirk and delivers a stunning brain process on how cannibalism links around to love and other shit dirkjake genuinely is like babies first spoonful of canmibalism love metaphor inspired by some posts i made. It really builds off of cannibalism as love its so awesome.
godspeed and happy readings.
#borzoi talks#dirkjake#fic recommendations#asks#dirk strider#jake english#knowing most of the authors on here sure is something#but im dead serious read this
190 notes
·
View notes