#theme: page
Explore tagged Tumblr posts
demi-pixellated · 4 months ago
Text
Tumblr media Tumblr media Tumblr media
🛹⛸💨💨
7K notes · View notes
sweetmelodygraphics · 10 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
5K notes · View notes
bbb-bbbbbbb · 3 months ago
Text
Tumblr media Tumblr media Tumblr media
reveal of my gordon hlvrai costume project, now that about half of it is done! this is cardstock and glue and tape and more glue and paint and velcro. and 2 gloves (one hand-sewn)
i got started sometime in early-mid fall, but i committed to making it work with cardstock in january- it was originally meant to be a sizing test before construction with eva foam over the summer. then i realized how expensive thatd be, too much pressure for a form of craft ive never practiced. im pretty amazed with how its come together, even with the large seams! during that whole time when it was unpainted (started painting two weeks ago) there was no way to tell
2K notes · View notes
kayleerowena · 4 months ago
Text
are you an artist who wants to get away from big site-builders like squarespace & have a place to put your work that isn't social media? i threw together a super basic portfolio code template you can use to make your own website!
it should be easy enough to customize if you have a basic understanding of what html and css are. features include:
responsive to fit on different screen sizes
fairly compact — less than 300 lines of css, and you never have to look at anything after line 30 if you don't want to
customizable fonts, colors, image sizes, and decorations right at the top of the css
image gallery with a lightbox function (clicking an image to make it bigger)
free to customize to your heart's content!
enjoy! if you end up using it, please let me know; i'd love to see what you do with it!
blog post ✷ live preview & code ✷ tip jar
1K notes · View notes
freakyfranklin · 3 months ago
Text
Tumblr media
This is how Frank's court scene in s2 went, right y'all?
Anyway Im trying my damnedest to get back in the flow of drawing again, and the concept of Daredevil in the AA universe is one I've always liked thinking about.
606 notes · View notes
numbpill · 3 months ago
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.
========================================================
444 notes · View notes
taytei · 1 year ago
Text
Tumblr media Tumblr media Tumblr media
here's a little kaiju art dump as i try and figure out how to draw everyone
2K notes · View notes
pneuma-themes · 4 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Primavera: All in One Page #01 by @pneuma-themes
Always, it's spring, and everyone's in love, and the flowers pick themselves.
Live Preview / Get the code: [Pastebin] / [Github]
Another Twitter inspired layout. This is an all-in-one page with about, blogroll, tags, and FAQ sections. The code has been heavily annotated, so please go through the code first before sending me an ask!
Important note: Your blog must have been given permission to use Javascript on pages. As of 2024, the waiting time is almost indefinite, and thus might necessitate a circumvention. You can refer to the post I linked to find the how-to.
For the blogroll to display the list of blogs you follow, you must enable this option on the blog setting:
Tumblr media
This will not work on secondary blogs, as they do not have that option on their settings.
Features:
Five custom links
Everything is customizable, from the icons to the content and the colors. Customizable options can be found on the :root section of the CSS.
A built-in light-on/off mode that can be toggled by one click.
A header image. The size of your header image is 60% of your screen width x. 250px. The image should resize automatically.
An endless space for practically every section. You can be as detailed or as concise as you like.
Sticky navigation tabs.
A short "currently" tab in the about section, can be about anything you like.
This is a page theme, so blog posts will not be displayed. Please install this through the Add new page link instead.
Credits:
Icons: @alydae
Header: @tofuvi
Fonts: Merriweather, Albert Sans @ bunny.net
Font icons: Dencar Icons (ported by @glenthemes)
CSS tabs: bulma.css, functionality adapted from this StackOverflow post.
Tooltips: tippy.js
Please like and reblog if you like or are using this!
502 notes · View notes
retrcmoon · 7 months ago
Text
Tumblr media Tumblr media Tumblr media
XOXO - RPG THEME SET - 1k SPECIAL !!!
This theme set is completely free. It is a special thank you for 1k followers. Please support me and my work by liking and reblogging this post!
[ BLOG THEME INFORMATION ]
Option between 400px, 450px, 500px and 540px posts.
Custom Body Fonts and Body Font sizes (11px - 13px)
Two Custom Header Links
Two Dropdown Links with unlimited link options
Dropdown Links are optional
Fully supports NPF (beta editor) posts.
The theme adjusts to different screen sizes.
Visible Source Link & Scroll to top button.
A lot of the design can be changed in the editing panel. Everything else is explained in the code.
Sidebar Boxes for: Welcome, Events, Admins, Quick Links and Schedule
Quick RPG Information on the header (Member & Application count, short rp information and Plot description)
Disclaimer and further blog information in the footer.
Sticky Sidebar
Footer can be turned off.
[ LOCATION PAGE ]
The Page does not contain any javascript (100% java free)
Comes in 2 versions (with and without filters)
Location picture sizes are 130 x 130. They will resize automatically.
Option for a background picture.
3 Custom Links
All colors can be easily edited on top of the css code
The theme will resize to different screen sizes.
Custom accent colors (explanation in the code)
[ CHARACTER PAGE ]
The Page does not contain any javascript (100% java free)
Comes in 2 versions (with and without filters)
Character picture sizes are 155 x 150. They will resize automatically.
Option for a background picture.
3 Custom Links
All colors can be easily edited on top of the css code
The theme will resize to different screen sizes.
Character boxes have custom links.
Custom accent colors (explanation in the code)
[ GUIDELINES ]
Do not claim as your own.
Do not remove the credit!
Do not use as a base code or take parts of this code for your theme.
Feel free to edit as much as you want!
All credits are mentioned in the code!
Static Blog Theme Preview  + Page Preview Links + All Codes  Location Page Preview + All Codes  Character Page Preview + All Codes  All codes (without preview)
850 notes · View notes
xuethms · 6 months ago
Text
Tumblr media Tumblr media
☁ halite (about page).
Links: previews [ light / dark ] | install
Halite can work as an about, list, and/or tags page -- whatever combination you desire. Bold accents add pops of colour to the neat layout.
Features: no javascript, three sections, supports about/list/tag sections, unique accent colour per section, section banners, user icon & info (title, subtitle, description)
Credits (preview imgs): ZZZ/Hoyoverse, reispackers (unsplash)
539 notes · View notes
beastsovrevelation · 6 months ago
Text
Tumblr media Tumblr media
784 notes · View notes
nobleriver · 9 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Rick and Michonne Grimes - Their Journey Over the Years
It's a broken world, Michonne. And you're the only thing that puts it back together. Til my last breath I am yours.
851 notes · View notes
pouthongwon · 5 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
jaehuin: a character page with modals and tabs by pouthongwon
preview / code
features - dark/light mode. just press on the toggle to switch between them - four standard links (home, ask, archive, and dashboard), plus five custom links in an extra sidebar - a modal for each character with three tabs containing a character's biography, relationships, and works they're in
note: there are comments in the code with instructions on how to enable javascript. alongside my usual credits.
531 notes · View notes
mimimar · 9 months ago
Text
Tumblr media
i've been completely charmed by witch hat atelier♡
(art prints)
656 notes · View notes
benevolenterrancy · 8 months ago
Text
Tumblr media
("Always. Continuously. With increasing apprehension, and decreasing hope. I will love you if I never see you again, and I will love you if I see you every Tuesday. I will love you as a corpse loves the beak of the vulture. I will love you no matter what happens to you, and no matter how I discover what happens to you, and no matter what happens to me as I discover this." -- paraphrased from The Beatrice Letters, Lemony Snicket)
#svsss#bingqiu#luo binghe#shen qingqiu#lbh#sqq#i've been working through the series of unfortunate events and somehow that series has paired really nicely with svsss#the themes of cycling violence and what's justified and what isn't and what can possibly be done differently#and how trying to bring love and honour into the midst of it really changes nothing but also changes everything#it's just *chef's kiss*#i don't know how i can quite do my thoughts justice but i've spent the past few weeks quietly going between the two series (and mdzs and tg#as well if we're being honest they all hit similar questions and themes) and just reveling in the pain and ambiguity of it#everything is interconnected and it means you can never know what trauma and pain and necessity has shaped a person#each story goes too far back to ever ever EVER possibly see the full extent of it#at that level even communication itself is nearly impossible.#and because of that it's almost impossible to change anything. beat yourself apart and the outcome is the same#and yet ATTEMPTING to change things ATTEMPTING to do the kind thing the honourable thing is absolutely critical#because while you can change nothing you also have the capacity to change EVERYTHING#aaaaaaah i don't even know what i'm saying#but i read the beatrice letters today and the love letter just. killed me.#(obviously i cherrypicked some lines because it's three pages long but those ones felt right)#''i love you like a corpse loves a vulture's beak'' i just. can't get over that line.#to be completely changed. altered. destroyed. redeemed. purified. desecrated. reduced to nothing yet entirely necessary for another's life.#what a FUCKING line#anyway i was either going to blow up from thinking about it or else i had to exorcise it via art from an entirely different series#i've already done svsss and discworld why not throw a series of unfortunate events into the mix#i'll be honest folks i did not expect svsss to be the mxtx series that would fuck me up the most about the main ship#bingqiu is something else. i don't even know how to begin to approach my feelings on it. impossibility and necessity all at once#bizarre#my art
718 notes · View notes
subterra-rose · 2 years ago
Text
Tumblr media
3K notes · View notes