This is a prototype website for the MDPI Figure Guide.
figure-guide/
├── index.html # Main figure guide page
├── faq.html # FAQ (figure compression / quality)
├── styles.css # Site styles
├── assets/
│ ├── MDPI-logo-Black.svg # MDPI logo used in the site
│ └── faq/ # Comparison images for the FAQ page
├── MDPI-logo-Black.svg # MDPI logo (repository root copy)
└── README.md # Project documentation (this file)
This site is deployed on Netlify at https://mdpi-figure-guide.netlify.app/.
Edit index.html or faq.html directly for text changes. FAQ comparison images live in assets/faq/.
Serve the project root with any static file server:
# Python 3
python3 -m http.server 8000
# Node.js (npx)
npx serve .Then open http://localhost:8000.
Content © MDPI AG. All rights reserved.