This repository contains a single page, mobile responsive website prototype for Marketing Association NZ. This project serves as a template for a digital news home page.
Netlify https://l5-mission-0.netlify.app/
my-svelte-app/
├── images/
│ ├── mobile.png # Git Screenshot
├── src/
│ ├── app.css # Import TailwindCSS
│ ├── app.html # Linking Google fonts and Font Awesome Icons
│ ├── components/ # Svelte components
│ │ ├── Footer.svelte
│ │ ├── Header.svelte
│ │ └── Main.svelte
│ │ └── Step.svelte
│ ├── lib/
│ │ ├── index.js
│ ├── routes/ # Svelte stores
│ │ ├── +layout.svelte
│ │ └── +page.svelte
│ ├── static/ # Images used for the website
│ │ ├── blog-image.webp
│ │ ├── favicon.png
│ │ └── ...
├── svelte.config.js # configuring Netlify adapter
├── vite.config.js # enabling TailwindCSS
├── package.json
└── README.md
Peter Zhou - @zetapow - peterz@missionreadyhq.com
Project Link: https://github.com/zetapow/l5-mission0