Murray[d]➡ from the main channel: @chrisbergr by the strokes above do you mean the double border around the main content window? I look at this design and I feel like it's all feasible today, probably using very similar techniques to the past: repeating patterns, split images (so that edges are fixed, but the middle grows and repeats to fill in). It's just now a lot of the edging would be done directly with CSS properties like `border` and `outlin
Murray[d]Yeah, I can see this working a couple of ways. The simplest would be just to use an image as a background and let the size of the window dictate how much is visible. A more ridiculous way would be to generate it directly via something like Canvas (it's "just" a repeating diagonal line pattern, with a gradient over the top, an opacity mask, and some randomised speckling/noise). I'd opt for the first myself
Murray[d]But you wouldn't *want* that design to end up wide enough for an 8K resolution screen. The content area (the bit with the paper like background) wouldn't ever want to be larger than say `40rem` or so, because it's just wrapping content. It's the rest of the design that you would flex out
Murray[d]Personally, I'd just reveal more of the photos scattered around on wider viewports, but I imagine there are a bunch of other ways you can utilise that negative space
[chrisbergr]The entire content area has a pattern with vertical lines. And grungy edges. Bringing this together with variable width is also difficult, because with a 4px wide pattern the content area must always be divisible by 4, so that there are no strange overlaps.
Murray[d]Yep, that's tricky. I'd still do the grungy edges as images, just like back in the day; set them as image borders and they'll grow/shrink to fit. The background of the area (the mottled paper) would likely need to be an image that is wide enough for large screens and just clips out for smaller screens. True, the vertical lines are an issue... but I'd separate them out as a layer of their own. Position that between the background and the tex
Murray[d]Oh and to get that faded look on the vertical lines, a clipping mask could be applied. Again, a single preset mask would work fine here, or you could randomise it with CSS math functions or JS. Not something I've ever done, but should work
LoqiIt looks like we don't have a page for "nostalgia" yet. Would you like to create it? (Or just say "nostalgia is ____", a sentence describing the term)
capjamesg[d]Nostalgia is when someone reflects on the past, a feeling that some IndieWeb community members show with regard to older, more user-friendly websites.
inertia <inertia> hi i'm new to indieweb. if i wanted to setup my own site for POSSE, are there distributed/decentralized/p2p options for hosting content as an alternative to using my own server or VPS?
inertia[15:05:33] <+[KevinMarks]> Dat/Hypercore might be easier if you're into that idea, as it has a browser designed to help you do that to some extent
inertia[15:07:01] <@Loqi> IPFS is short for InterPlanetary File System, potentially a static site storage method using content based addressing https://indieweb.org/IPFS
inertia[15:12:19] <inertia> [KevinMarks] i'd considered hosting somewhere like github or heroku but i like p2p better in theory. hopefully results will improve with time. i'll look into Dat as well.