A practical starter kit of reusable Pardot (Marketing Cloud Account Engagement) assets for higher-education campaigns. This repository contains ready-to-use HTML templates, shared CSS, and utility snippets to help teams launch consistent landing pages and emails faster.
nova/| Area | Representative Files | Purpose |
|---|---|---|
| Starter Pages | landing-pages/univ_starter_landing.html, landing-pages/univ_starter_landing_variant_b.html, landing-pages/univ_starter_success.html |
Base pages to start and complete campaign flows |
| Landing Campaigns | landing-pages/univ_landing_bachelor.html, landing-pages/univ_landing_master.html, landing-pages/univ_webinar_landing.html, landing-pages/univ_tour_landing.html |
Audience- or campaign-specific landing variants |
| Email Campaigns | emails/univ_email_newsletter.html, emails/univ_email_nurture.html, emails/univ_email_autoresponder.html, emails/univ_email_1to1_sales.html |
Outreach templates for lifecycle communication |
| Shared Assets | assets/css/univ_starter_style.css, assets/js/univ_calendar_generator.js, assets/snippets/univ_utm_passthrough.html, assets/snippets/univ_dynamic_content_snippets.html |
Styling and reusable behavior across templates |
| Pardot Utilities | pardot/univ_pardot_form_layout.html, pardot/univ_pardot_preference_center.html, pardot/univ_pardot_404.html |
Supporting pages and layout snippets for Pardot |
| Documentation | docs/univ_naming_convention_matrix.md, docs/univ_pardot_handover_guide.md |
Governance and handover references |
landing-pages/univ_starter_landing.html: base landing page templatelanding-pages/univ_starter_landing_variant_b.html: alternate base landing variantassets/css/univ_starter_style.css: shared core stylingemails/univ_email_*.html: email template setlanding-pages/univ_landing_*.html: campaign landing template setdocs/univ_pardot_handover_guide.md: handover notesdocs/univ_naming_convention_matrix.md: naming guidanceThe repository now follows this structure:
PardotStarterKit/
├── emails/
│ ├── univ_email_1to1_sales.html
│ ├── univ_email_autoresponder.html
│ ├── univ_email_newsletter.html
│ └── univ_email_nurture.html
├── landing-pages/
│ ├── univ_starter_landing.html
│ ├── univ_starter_landing_variant_b.html
│ ├── univ_starter_success.html
│ └── univ_landing_*.html
├── assets/
│ ├── css/
│ ├── js/
│ └── snippets/
├── pardot/
│ ├── univ_pardot_404.html
│ ├── univ_pardot_form_layout.html
│ └── univ_pardot_preference_center.html
├── docs/
│ ├── univ_naming_convention_matrix.md
│ ├── univ_pardot_handover_guide.md
│ └── pardot_native_cookie_styles.md
├── README.md
└── ROADMAP.md
docs/univ_naming_convention_matrix.md..gitignore to avoid committing local editor and OS artifacts.ROADMAP.md for a phased implementation and improvement plan.