C35 Petit Maison Archives: A Quiet HTML Method for Vintage Hair Accessories
The C35 Petit Maison Archives is a method for cataloguing a small collection of vintage hair accessories using plain HTML files. The name suggests a petit maison, a little house: a modest but lovingly organised digital home for each piece. For collectors who own perhaps a few dozen special clips, combs, and headbands, a full database or spreadsheet can feel cold and impersonal. An HTML archive, by contrast, lets you create a visual, browsable catalogue that lives on your computer, a USB stick, or a local network — no subscription, no algorithm, just your collection and your words.
Why HTML for a Petit Maison?
HTML is the skeleton of the web, but it works beautifully offline. A single index.html file can link to a handful of pages, each dedicated to one accessory or a small group. You control the layout, the typography, the colours. You can embed photographs, write notes on provenance, and cross-reference storage locations. Unlike cloud platforms that may change their terms or disappear, an HTML archive is yours to keep. The C35 method takes this idea and adds a simple structure: each item gets a unique identifier (for example, C35-HC-001 for a hair claw), a dedicated page, and a master list that acts as a visual index.
Setting Up Your C35 Archive
Begin by creating a folder on your computer named c35-petit-maison. Inside, place an index.html file and a subfolder called items. Each item will have its own HTML file inside items. You also need an images subfolder for photographs. The structure looks like this:
c35-petit-maison/index.html— the master catalogue pageitems/— individual item pagesimages/— photographs named after item IDs
This hierarchy keeps everything tidy. The master page displays a grid of thumbnails; clicking a thumbnail opens the item’s page. You can write the HTML from scratch or use a simple template. The C35 system recommends a consistent table for metadata on each item page.
Metadata Fields in the C35 System
For every piece, record the following fields. They are chosen to be useful for a British vintage collection:
| Field | Example |
|---|---|
| Item ID | C35-HC-001 |
| Type | Hair claw |
| Era | 1950s |
| Material | Celluloid with metal spring |
| Condition | Excellent, original finish intact |
| Provenance | Purchased at a car boot sale in Kent, 2023 |
| Storage Location | Drawer 3, box B |
| Notes | Similar to the Sea Foam Scallop Hair Claw but in amber |
The Storage Location field is especially practical — it ties the digital record to the physical drawer or box, saving you from rummaging when you want to wear a particular piece.
Crafting the Master Index Page
The index.html page should feel inviting. Use a heading like “C35 Petit Maison Archives” and a short introduction. Then create a grid of thumbnail images, each linking to the corresponding item page. A simple
display: flex; flex-wrap: wrap; works well. Keep the design minimal — a soft background colour, centred text, and generous spacing. This is your little digital salon, not a corporate dashboard.
For each thumbnail, write a caption with the item ID and a brief description. For example: “C35-HC-001 — Amber celluloid claw, 1950s.” If you have a particularly striking piece, such as a Rainbow Hair Claw, you might feature it larger on the index to draw the eye. The goal is to make browsing a pleasure, even if you are the only visitor.
Individual Item Pages: Depth Without Clutter
Each item page should open with a larger photograph of the accessory, followed by the metadata table. Below the table, add a paragraph of personal commentary — why you acquired it, how it feels to wear, any historical context you have uncovered. If the piece is a rare find, such as a 1920s carved horn comb, include a note on its construction. This is where the archive becomes a journal, not just an inventory.
To keep the pages lightweight, use JPEG images at 72 dpi and a width of 800 pixels for the main photo. Thumbnails on the index can be 200 pixels wide. The C35 method discourages heavy JavaScript or external stylesheets — everything in one CSS file embedded in the of each page so the archive stays portable and future-proof.
Practical Tips for a Lasting Archive
- Back up regularly. Copy the entire
c35-petit-maisonfolder to a separate drive or cloud storage. The small size of an HTML-only archive makes this trivial. - Use consistent naming. Photographs should follow the item ID, e.g.,
C35-HC-001.jpg. This prevents broken links when you reorganise files. - Update condition notes. Over time, a vintage accessory may develop new patina or a loose prong. Revisit the page and edit the condition field accordingly.
- Link to physical storage. If you store several items in one box, create a separate “storage location” page and link to it from each item. For instance, a page called
drawer-3.htmlcould list all pieces kept there.
When the Archive Grows
The C35 Petit Maison system is designed for collections of up to about fifty pieces. If your collection expands beyond that, you might split the archive into sections by type: one index for hair claws, another for headbands, and so on. The HTML method scales gracefully because you are simply adding more files and links. You can even create a top-level index linking to each sub-index. The warmth of the system lies in its handmade quality — every link is placed by your own hand, every description written with care.
For collectors who also enjoy the tactile side of vintage, the C35 archive pairs beautifully with physical storage methods. You might, for example, keep a printed copy of the index page inside the lid of your storage box. That way, the digital and the tangible reinforce each other. The archive becomes a quiet companion to your collection, one that asks nothing more than a few minutes of your time each time you add a new piece.
Start this weekend. Pick one drawer, photograph each accessory, and write a single HTML file for the first item. By Sunday evening, you will have the beginning of your own petit maison archive — a small, honest structure that honours the history and craftsmanship of every vintage hair accessory you own.
