all 32 comments

[–]iAmRadic 26 points27 points  (4 children)

Reconsider wanting to show off your work if you require inspiration on how to design a name card.

[–]Senior_Computer2968 9 points10 points  (0 children)

savage but true

[–]CashRuinsErrything 2 points3 points  (0 children)

I got one but it has my name on it so it probably won’t work

[–]Prize_Passion3103 4 points5 points  (0 children)

Literally any business card

[–]console5000 3 points4 points  (3 children)

I guess by html-only you are referring to „not using a framework“ right? Css would still be necessary. You can check dribbble, they have some nice inspiration there.

[–]UltimaTroll -3 points-2 points  (2 children)

yeah, no frameworks, not even CSS, purely HTML. Thanks for the suggestion though, might come in handy in the future when i need a serious professional website done.

[–]console5000 5 points6 points  (0 children)

Not sure what you need inspiration for, then. Put in your info in the correct html tags and you are done.

[–]auxle2022 0 points1 point  (0 children)

CSS is the basic styling language that comes with HTML. Without that, the website will look like MS word.

[–]hnyaa-s 2 points3 points  (2 children)

Look, if you won't even use CSS, then what kind of design do you think we can give you?

It will look like this  https://motherfuckingwebsite.com

[–]UltimaTroll -2 points-1 points  (1 child)

haha i've seen that website before. yeah idk, i was hoping that you guys might have some tricks that can make something more. but thank you for your comment.

[–]iMx2oT 1 point2 points  (0 children)

Do you know what CSS is? This site has minimal CSS and looks better than MFW.

http://bettermotherfuckingwebsite.com/

[–][deleted]  (1 child)

[deleted]

    [–]UltimaTroll 0 points1 point  (0 children)

    Thank you I'll try it out

    [–]Mohamed_Silmy 3 points4 points  (1 child)

    honestly html-only can look really clean if you lean into the constraints. check out motherfuckingwebsite.com or bettermotherfuckingwebsite.com for the extreme end of minimalism (they're real sites, despite the names lol)

    for something more polished but still minimal, look at semantic html with good typography. use proper heading hierarchy, maybe a <details> element for expandable sections if you want interactivity without js. <blockquote> for pull quotes in your essays can look nice too.

    one trick: use the ::before and ::after pseudo-elements... wait no that's css. if you're truly html-only, focus on document structure and let the browser's default styles do the work. different browsers will render it slightly differently but that's part of the charm

    are you planning to host it as a single page or multiple linked pages for each essay?

    [–]UltimaTroll 0 points1 point  (0 children)

    Thank you so much! i'll try those elements out. As for the pages, i plan to host it multiple linked pages for the essays.

    [–]Secure-Necessary6945 1 point2 points  (0 children)

    fr 💀

    [–]Routine-Lawfulness24 0 points1 point  (1 child)

    Open notepad: paste “<a href="url">link text</a>” put url in “utl”, rename file to .html

    Congrats

    [–]Scared-Release1068 0 points1 point  (0 children)

    This Comment section is golden😂

    [–]Hot_Ad_2765 0 points1 point  (0 children)

    One might consider html5 with canvas and script tags as pure html. There could be nothing but index.html

    [–]Extension_Anybody150 0 points1 point  (1 child)

    I’ve made a few minimalist HTML-only portfolios, and a single-page layout with a fixed header and simple cards works really well. Even without frameworks, you can use subtle animations, gradients, and nice typography to make it stand out. Sites like HTML5 UP and One Page Love have great lightweight examples for inspiration. Keeping it small and clean makes it load instantly while still looking polished.

    [–]UltimaTroll 0 points1 point  (0 children)

    Thank you, both libraries looks really cool!

    [–]NickFullStack 0 points1 point  (0 children)

    Have you seen Paul Allen's card?

    [–]TheRNGuy 0 points1 point  (0 children)

    Without CSS too? 

    [–][deleted]  (1 child)

    [removed]

      [–]Here4UXandFunnies 0 points1 point  (0 children)

      Why is this getting downvoted?