Project Overview
Parody is a digital agency portfolio HTML template, ideal for showcasing project cases from creative studios, digital marketing teams, or design agencies. It includes 20+ complete pages covering business modules such as blog, portfolio, services, and team, with responsive layout and various interactive effects.
Tech Stack
- HTML5 + CSS3 (static pages)
- Bootstrap 5 (grid and basic components)
- jQuery (interaction logic)
- Font Awesome 6 Pro (icons)
- Google Fonts (font schemes: Inter, Plus Jakarta Sans, DM Sans, etc.)
- Swiper (carousel)
- Isotope (masonry/filtering)
- Magnific Popup (image/video lightbox)
- Nice Select (dropdown selection)
- WOW.js (scroll animations)
- mail.php (form backend)
Project Structure
parodyhtml-10/
└── parody-prev/
├── index.html
├── about.html
├── blog.html
├── contact.html
├── portfolio-*.html
├── service.html
├── shop.html
├── team.html
├── pricing.html
├── faq.html
├── error.html
└── assets/
├── css/
│ └── main.css
├── js/
│ ├── main.js
│ └── ajax-form.js
└── mail.php
Key File Descriptions
parody-prev/index.html— Homepage entry point; all pages extend from the same structureassets/css/main.css— Complete theme styles including layout, components, and responsive rulesassets/js/main.js— Core interactions: navigation, scroll animations, lightbox, Isotope filtering, etc.assets/js/ajax-form.js— AJAX submission logic for the contact formassets/mail.php— Backend processing script for the formparody-prev/portfolio-*.html— Portfolio display pages with multi-column layouts and detail pages
Quick Start
This is a pure static template. Simply open index.html in your browser to preview the full effect. To run a local server:
# Python 3
python -m http.server 8080
# Node.js (npx)
npx serve .
Then visit http://localhost:8080/parody-prev/index.html.
Usage Suggestions
Ideal for creative agencies, digital marketing companies, or freelance designers building an online portfolio. When deploying the contact form in production, configure the email server parameters in mail.php, or replace it with a third-party form service (e.g., Formspree).
