Skip to content

essensdev/dispatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[DISPATCH]

— is a— super clean template for a subscription-based development studio.

Features

  • Ready-to-go web-template made with Astro;
  • Distinctive typography — Monaspace Neon;
  • Sustainable code and design;
  • Comes with the site.js — a single source of truth to update content, and don't waste any time jumping between files;
  • Includes 7 sections: main, subscription description, services, about, FAQ, benefits, contact;

Cover

Scores

Structure

/
├── public/
│   ├── css/
│   │   └── global.css
│   ├── favicon.svg
│   ├── fonts/
│   │   └── MonaspaceNeonVarVF.ttf
│   └── images/
│       ├── article.webp
│       └── cover.webp
├── src/
│   ├── components/
│   │   ├── About.astro
│   │   ├── Benefits.astro
│   │   ├── Contact.astro
│   │   ├── FAQ.astro
│   │   ├── Header.astro
│   │   ├── Navigation.astro
│   │   ├── Package.astro
│   │   ├── SectionTitle.astro
│   │   ├── Services.astro
│   │   └── Subscription.astro
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│   │   └── index.astro
│   └── site.js
└── package.json

Customization and Development

To change the contents of the websise, update the src/site.js file — it's the easiest way.

In case you want to change styles, colors, fonts — have a look at public/global.css file.

FAQ Preview