What People Publish

Resume Website

Definition

A resume website is a single page holding the same material as a paper CV — a line about what you do, recent roles with dates and outcomes, skills, education, and how to reach you — laid out for a screen. It differs from an online CV mainly in ambition: the resume page is short, aimed at one kind of job, and built to be skimmed, while a full CV keeps going. In practice it is one scrolling page with a few headings, no navigation and nothing to log into. Having its own address is the point: you send a link on an application form or in an email rather than hoping a 2 MB attachment gets through. Most people keep a PDF version beside it for the systems that still insist on a file.

Why It Matters

The person opening your link is usually on a phone, between two other things, and gives it well under a minute. If the text is a screenshot, or the layout needs sideways scrolling, or the page takes four seconds to appear, that is the impression you have made. A page that loads instantly and puts your current role in the first screenful makes the opposite one. The address carries weight too: a custom domain like your-name.com sits well in an email signature and keeps working when you change employer, email provider or country.

How It Works

Build it as static files — one HTML page, a stylesheet, perhaps a photograph — with nothing that needs a server. Use real text rather than an exported image of a document, so the page can be searched, copied, translated and read aloud; a picture of a CV is invisible to all four. Set a viewport meta tag and let the layout collapse to a single column below about 600 pixels wide, which is the difference between readable and pinch-to-zoom. Write a title tag carrying your name and role, because that string is what appears in a browser tab and in a shared link preview. Keep the PDF at a predictable path beside the page and link it plainly, so anyone who needs a file does not have to write and ask for one.

Real-World Example

A product designer publishes hers at nadia-okonkwo.99helpers.site: 40 KB of HTML and CSS, an 80 KB photograph, and a linked PDF for the application forms that demand an upload. The link goes in every application she sends. The hosting analytics show it opened on mobile within minutes of each email, which tells her the first screenful is doing all the work. When she changes role she edits one section and re-uploads, and every link already sent resolves to the current version.

Common Mistakes

  • Exporting the CV as an image and dropping it on the page — nothing in it can be copied, searched or read by a screen reader, and it is unreadably small on a phone
  • Offering no downloadable file at all — plenty of application systems still require an upload and will not take a link
  • Hiding the contact details behind a form — the whole page exists to make getting in touch easy

Related Terms

Put a file online in seconds

Drop in a document, an image, a page or a whole static website and share the link — free, with no build step and no server to set up.

Host a file free →