Digital Portfolio
Definition
A digital portfolio is the online version of the folder you used to carry to interviews. In practice it takes one of three shapes: a single PDF of curated pages, a small set of images with a contact line, or a static site with an index page linking to individual case studies. The unit that matters is the address, because that is what goes in an email signature, on a business card and in an application form. Portfolios differ from social profiles in ownership and permanence — an account on a design network can change its layout, gate your work behind a login, or disappear, whereas a folder of files you published stays exactly as you left it. Most people overbuild them. Eight to twelve pieces, each with two lines saying what the job was and what you did, beats forty thumbnails with no context.
Why It Matters
The portfolio is usually opened on a phone, in under a minute, by someone who has four other candidates to look at. If the first image takes eight seconds to arrive, that is most of your window gone. Weight is the thing you control most easily: a 40 MB page of unresized camera JPEGs becomes 3 MB with sensible export settings and looks identical on screen. The second thing that costs work is dead links. A portfolio pointing at a client site that has since been redesigned shows a 404 to a reviewer who will not chase it — screenshots of your own work never rot.
How It Works
A static portfolio is a folder: an index.html naming and linking the pieces, an images directory, maybe one stylesheet. The host serves index.html when someone requests the bare address, and every other file by its path underneath. Keep image paths relative so the whole folder can move without editing anything. Export photographs at roughly twice their display width, in JPEG or WebP, and diagrams as SVG or PNG. On 99helpers you can drag the folder or a ZIP archive in, get an address in seconds, and replace any file later with version history behind it — so a corrected case study goes live at the same address the recruiter already has. Adding a custom domain on a paid plan swaps the address for your own name without moving the files.
Real-World Example
An illustrator has been sending a 62 MB PDF as an attachment, and half of it bounces at the recipient's mail server. She exports the same 14 pieces as web-sized JPEGs, writes a plain index page with a caption under each, and publishes the folder at ines-illustration.99helpers.site — 4.1 MB in total, loading in about a second on a phone. The link goes in her email signature. Three months later she swaps two pieces for newer work without telling anyone the address changed, because it did not.
Common Mistakes
- ✕Uploading full-resolution camera files — a 12 MB photograph displayed at 900 pixels wide is thirty times the data anyone needs
- ✕Linking out to live client sites as the proof of work — those sites get rebuilt, and the portfolio breaks without you noticing
- ✕Publishing without an index.html at the top level — the address then shows a bare file listing or an error instead of the work
Related Terms
Online Proposal
A pitch, quote or scope document published at a web address and sent as a link rather than an attachment. The client opens it in a browser; you keep the ability to correct it after sending.
Client Deliverable
The finished thing you hand over at the end of a piece of work — a report, a set of files, a built site, a brand pack. Handing it over well means a stable address, a clear name and a version anyone can identify.
Static Site
A static site is a website made of finished files — HTML, CSS, JavaScript, images — that are sent to the browser exactly as they are stored. Nothing is assembled on the server when a visitor arrives.
Image Hosting
Storing image files somewhere on the web and serving them at addresses that can be dropped straight into an img tag, an email or a marketplace listing. The useful output is the address, not the upload.
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.
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 →