You sip wine and Pabst Blue Ribbon is in a hidden area.
A broken man, obsessed with 500 year old Mexican culture.
You sip wine and Pabst Blue Ribbon is in a hidden area.
I played it. When you switch to your hand and click on the art pieces it brings up an opaque dark background. This displays a slightly higher res scan of the item, some information about the piece, and a link to information about the art (I think they all goto The Met).
That’s not cheese, that’s a threat!
Doom in an art gallery resonates with me on a spiritual level.
I don’t get this post.
I find “tree sauce” to be silly. They should use a more mature term like “tree blood”.
So bare minimum for no frills this doesn’t need to look fancy:
Look up the bare minimum HTML template but it’s going to be more or less an html element that contain head and body elements.
In the head is where you put your metadata. Add a title element along with a style element for your css. Do some research here for placing fancy things like a favicon, font families, and SEO stuff.
In the body add a header, a div, and a footer elements. Add a nav element to your header for your navigation. If you’re using a single page then you’ll use anchor tags to get around. The div give it a class of “container”, “wrapper”, “app” or whatever. Put your legal and contact info in the footer.
The h1 through h6 tags are headers with the higher number h being by default smaller font sizes. Use these as your titles for your content. You shouldn’t have more than h1 element.
If you’re not using a style library then do a quick search for display grid and display flex. You can make a really rudimentary column and row layout without much effort.
I’d section out my content then assign an id so the nav can jump to it. <section class=“container container_foobar” id=“foobar”> <h2>Foobar Experience</h2> <div class=“row”> <div class=“column column–size_2”> <p>words</p> </div> <div class=“row”> <div class=“column column–size_1”> <p>things</p> </div> </section>
Quick style tips. Center your content if you don’t want to worry about screen size. Don’t put plain black text on a plain white background, it hurts the eyes for long periods of reading. Use box-sizing: border-box on your parent elements to make them more manageable. Padding adds size to an element; Margin pushes the element away. Add position relative to your content div and sections; if you get fancy with position (such as absolute or fixed) the element will reference that “relative parent” for it’s placement.
Do all of this in VS Code if you don’t have a better editor. If you want images host them on your server and you can reference the URL endpoints in the html file.
I have now worked on my day off. I hope that helped.
Edit: Lemmy doesn’t like html markup in chat (reasonable). Here is an example section element
So I’m a front end dev so I’m actually the opposite. My first question is where you want this to live, how are you going to host this site?
If you don’t need anything fancy can a standard HTML file with some style tags in the head with some fundamental css suffice?
I love how Sony learned nothing from the PS3 launch price.
It’s a sensation that can’t be feasibly replicated so it must be earned.
Well said.
eating it in a cone feels rushed.
I live for the rush. You’re putting the ice cream back in the freezer and I’m making sure it’s going into the old gullet.
Why are we allowing a yankee carpetbagger to change the name? I don’t remember having a vote.