Skip to content
/ vona Public

A minimalist and lightweight starter kit that that utilises Pico for beautiful plug-and-play landing page UI blocks.

License

Notifications You must be signed in to change notification settings

bit8bytes/vona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vona

License: MIT

Plug-and-play landing page UI blocks.

A minimalist and lightweight starter kit that that utilises Pico for beautiful plug-and-play landing page UI blocks.

Copy HTML, Add Pico CSS and Vona CSS, change your content, and deploy.

Table of contents

Quick Start

There are two ways to include vona.css:

Install manually

Download Pico and Vona and link both in the of your website.

<link rel="stylesheet" href="css/pico.min.css" />
<link rel="stylesheet" href="css/vona.min.css" />

Usage from CDN

Alternatively, you can use jsDelivr CDN to link pico.css and vona.css.

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
/>
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/gh/bit8bytes/vona@v0.0.8/dist/vona.min.css"
/>

Starter HTML template

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="stylesheet" href="css/pico.min.css" />
    <link rel="stylesheet" href="css/vona.min.css" />
    <title>My Vona Page</title>
  </head>
  <body class="vona">
    <main class="container">
      <h1>Hello Vona!</h1>
    </main>
  </body>
</html>

Documentation

Getting Started

Blocks

Contributing

If you are interested in contributing to Vona CSS, please send a email to gleiter.tobias@gmail.com.

Pages that use Vona

Copyright and license

Licensed under the MIT License.

About

A minimalist and lightweight starter kit that that utilises Pico for beautiful plug-and-play landing page UI blocks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published