Metalabs-Website

Metalabs — Icon Sheet Builder Pro Website

A responsive product website for Metalabs and its primary Adobe Illustrator extension, Icon Sheet Builder Pro.

Product represented

Icon Sheet Builder Pro v14.1.8 automates icon-sheet production inside Adobe Illustrator 23+. The website presents its verified capabilities from the supplied extension source:

Roadmap

Only two products are shown:

  1. Icon Sheet Builder Pro — current main product
  2. Meta Data Tool — Metalabs Pro — pending Adobe Stock SEO metadata tool

Structure

metalabs-website/
├── index.html
├── css/
│   ├── styles.css
│   └── product.css
├── js/
│   └── main.js
├── assets/
│   ├── logo-mark.svg
│   ├── icon-sheet-dashboard.png
│   └── icon-sheet-activation.png
└── README.md

Run locally

Open index.html, or serve the folder:

python3 -m http.server 8080

Before publishing

The site has no external framework or runtime dependency.