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
Online CV
An online CV is a full curriculum vitae published at a web address — the long document version, with publications, teaching, grants and talks, rather than a one-page summary. It is normally kept alongside a downloadable PDF of the same content.
Digital Portfolio
A selection of your finished work published at one web address you can send to anybody. It is a place to look at what you have made, not a profile on someone else's platform.
Digital Business Card
A digital business card is a small web page holding your name, role and ways to reach you, opened by scanning a code or tapping a link. It usually offers a contact file the phone can save straight into its address book.
Custom Domain
A custom domain is a name you own, pointed at content somebody else hosts, so visitors see files.acme.com instead of the provider's address. You keep the registration; the provider keeps the servers.
Link in Bio
A link in bio page is one page holding all the links a social profile has no room for, so that the single link a platform allows can point at everything. It works best at an address you own rather than one you rent.
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 →