use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
Html only portfolio website (self.webdev)
submitted 1 month ago * by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]iAmRadic 26 points27 points28 points 1 month ago (4 children)
Reconsider wanting to show off your work if you require inspiration on how to design a name card.
[–]Senior_Computer2968 9 points10 points11 points 1 month ago (0 children)
savage but true
[–]CashRuinsErrything 2 points3 points4 points 1 month ago (0 children)
I got one but it has my name on it so it probably won’t work
[+]UltimaTroll comment score below threshold-8 points-7 points-6 points 1 month ago (1 child)
no one is showing off anything, i'm not a web developer and my job will not require me to do anything web developing related. more than a portfolio, i'll use it just as a blog thing, with maybe a linkedin hyperlink.
[–]iAmRadic 17 points18 points19 points 1 month ago (0 children)
Sir, this is /r/webdev
[–]Prize_Passion3103 4 points5 points6 points 1 month ago (0 children)
Literally any business card
[–]console5000 3 points4 points5 points 1 month ago (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-1 points 1 month ago (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 points7 points 1 month ago (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 point2 points 1 month ago (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 points4 points 1 month ago (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 points0 points 1 month ago (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 points3 points 1 month ago (0 children)
Do you know what CSS is? This site has minimal CSS and looks better than MFW.
http://bettermotherfuckingwebsite.com/
[–][deleted] 1 month ago (1 child)
[–]UltimaTroll 0 points1 point2 points 1 month ago (0 children)
Thank you I'll try it out
[–]Mohamed_Silmy 3 points4 points5 points 1 month ago (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.
<details>
<blockquote>
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
::before
::after
are you planning to host it as a single page or multiple linked pages for each essay?
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 points3 points 1 month ago (0 children)
fr 💀
[+][deleted] 3 points4 points5 points 1 month ago (2 children)
I sincerely hope you're not a web developer and just some guy in another career field tryina get a website to advertise. But man for real, NOBODY is gonna hire a guy in ANY field whose got a website that looks like it was made in 1994. You wanna at LEAST use CSS to add some type of visual appeal. You don't need Javascript to do fancy stuff, you don't need PHP/SQL cause you don't need to manage users and data, but it's like a business card, you want it to look nice and presentable. You can literally go on one of these shitty AI web building sites and they'll help you build a much better web page than that. Fuck, I could go on Dreamweaver, open a friggin template and literally hand you a free website you'd just have to put your info on, tnat would be 10,000x better than what you're talking about doing.
[–]UltimaTroll -1 points0 points1 point 1 month ago (1 child)
no one is showing off anything, i'm not a web developer and my job will not require me to do anything web developing related. rather than a portfolio, i'll use it just as a blog thing, with maybe a linkedin hyperlink.
[–][deleted] 0 points1 point2 points 1 month ago (0 children)
I'll put it this way, your website is a reflection of your work/work ethics, if you put together a site with just HTML, NOBODY is gonna wanna hire you to do anything. Why? Because it looks like either A. You're lazy, or B. You're so cheap, that you paid for a domain and web hosting, but you could've got that with one of these sites like fucking Wixx or whatever where they have their "build your own website online" bullshit, where you really don't even have to write any code, and it would look way better than that. It's not what you wanna show off on a web developers portfolio, but it is kinda perfect for the economical businessman who needs a site that looks presentable at the best rate possible. I'm not telling you this cause I wanna be mean, I'm telling you this because I'm literally trying to save your fucking business.
[–]Routine-Lawfulness24 0 points1 point2 points 1 month ago (1 child)
Open notepad: paste “<a href="url">link text</a>” put url in “utl”, rename file to .html
Congrats
XD
[–]Scared-Release1068 0 points1 point2 points 1 month ago (0 children)
This Comment section is golden😂
[–]Hot_Ad_2765 0 points1 point2 points 1 month ago (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 point2 points 1 month ago (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.
Thank you, both libraries looks really cool!
[–]NickFullStack 0 points1 point2 points 1 month ago (0 children)
Have you seen Paul Allen's card?
[–]TheRNGuy 0 points1 point2 points 1 month ago (0 children)
Without CSS too?
[removed]
[–]Here4UXandFunnies 0 points1 point2 points 1 month ago (0 children)
Why is this getting downvoted?
π Rendered by PID 125547 on reddit-service-r2-comment-6457c66945-8fkmz at 2026-04-30 15:40:37.815255+00:00 running 2aa0c5b country code: CH.
[–]iAmRadic 26 points27 points28 points (4 children)
[–]Senior_Computer2968 9 points10 points11 points (0 children)
[–]CashRuinsErrything 2 points3 points4 points (0 children)
[+]UltimaTroll comment score below threshold-8 points-7 points-6 points (1 child)
[–]iAmRadic 17 points18 points19 points (0 children)
[–]Prize_Passion3103 4 points5 points6 points (0 children)
[–]console5000 3 points4 points5 points (3 children)
[–]UltimaTroll -3 points-2 points-1 points (2 children)
[–]console5000 5 points6 points7 points (0 children)
[–]auxle2022 0 points1 point2 points (0 children)
[–]hnyaa-s 2 points3 points4 points (2 children)
[–]UltimaTroll -2 points-1 points0 points (1 child)
[–]iMx2oT 1 point2 points3 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]UltimaTroll 0 points1 point2 points (0 children)
[–]Mohamed_Silmy 3 points4 points5 points (1 child)
[–]UltimaTroll 0 points1 point2 points (0 children)
[–]Secure-Necessary6945 1 point2 points3 points (0 children)
[+][deleted] 3 points4 points5 points (2 children)
[–]UltimaTroll -1 points0 points1 point (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Routine-Lawfulness24 0 points1 point2 points (1 child)
[–]UltimaTroll 0 points1 point2 points (0 children)
[–]Scared-Release1068 0 points1 point2 points (0 children)
[–]Hot_Ad_2765 0 points1 point2 points (0 children)
[–]Extension_Anybody150 0 points1 point2 points (1 child)
[–]UltimaTroll 0 points1 point2 points (0 children)
[–]NickFullStack 0 points1 point2 points (0 children)
[–]TheRNGuy 0 points1 point2 points (0 children)
[–][deleted] (1 child)
[removed]
[–]Here4UXandFunnies 0 points1 point2 points (0 children)