Open index.html in a browser to preview the site.
In index.html, find the portfolio section. Replace the placeholder divs with actual images:
<!-- Replace this: -->
<div class="portfolio-placeholder">
<span>Tattoo 1</span>
</div>
<!-- With this: -->
<img src="images/tattoo-1.jpg" alt="Realism tattoo by Paco.Inks">Drop all tattoo photos into the images/ folder.
In the About section, replace the placeholder div with:
<img src="images/paco-portrait.jpg" alt="Paco - Tattoo Artist">Same process — replace placeholder divs in the Flash section with actual images.
Search for instagram.com/paco.inks and tiktok.com/@paco.inks to update URLs.
In script.js, find paco.inks@email.com and replace with the actual email address.
Copy a portfolio item block and change the data-category to match:
realism— Realism piecesblackgrey— Black & Grey piecesportrait— Portrait work- Combine them:
realism portraitfor a realistic portrait
Change available to claimed class when a flash design is taken.
- GitHub Pages — free, push to a repo and enable Pages
- Netlify — free, drag and drop the folder
- Vercel — free, connect to GitHub
- Custom domain — buy a domain like pacoinks.com and point it to any of the above
paco-inks-website/
├── index.html ← Main page
├── styles.css ← All styling
├── script.js ← Interactions & form
├── images/ ← Drop photos here
└── README.md ← This file