svelte-homepage Svelte Themes

Svelte Homepage

Responsive website using Svelte

Marketing Association NZ - Webpage

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.

Tech Stack

Client:

Demo

Netlify https://l5-mission-0.netlify.app/

Folder Structure

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

Contact

Peter Zhou - @zetapow - peterz@missionreadyhq.com

Project Link: https://github.com/zetapow/l5-mission0

Top categories

Loading Svelte Themes