{"id":28356018,"url":"https://github.com/bit8bytes/vona","last_synced_at":"2025-10-28T17:09:10.936Z","repository":{"id":292934466,"uuid":"981817271","full_name":"bit8bytes/vona","owner":"bit8bytes","description":"A minimalist and lightweight starter kit that that utilises Pico for beautiful plug-and-play landing page UI blocks.","archived":false,"fork":false,"pushed_at":"2025-08-30T20:57:16.000Z","size":7694,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-30T21:28:45.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vona.bit8bytes.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bit8bytes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-11T23:54:10.000Z","updated_at":"2025-08-30T20:54:13.000Z","dependencies_parsed_at":"2025-05-12T22:34:58.468Z","dependency_job_id":"a9a747c7-eb49-4bb9-a773-08c76f721365","html_url":"https://github.com/bit8bytes/vona","commit_stats":null,"previous_names":["bit8bytes/vona"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/bit8bytes/vona","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit8bytes%2Fvona","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit8bytes%2Fvona/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit8bytes%2Fvona/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit8bytes%2Fvona/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bit8bytes","download_url":"https://codeload.github.com/bit8bytes/vona/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit8bytes%2Fvona/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273782436,"owners_count":25167130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-28T06:11:09.175Z","updated_at":"2025-10-28T17:09:05.873Z","avatar_url":"https://github.com/bit8bytes.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vona\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Plug-and-play landing page UI blocks.\n\nA minimalist and lightweight starter kit that that utilises Pico for beautiful plug-and-play landing page UI blocks.\n\nCopy HTML, Add Pico CSS and Vona CSS, change your content, and deploy.\n\n## Table of contents\n\n- [Getting Started](#quick-start)\n- [Contributing](#contributing)\n- [Copyright and license](copyright-and-license)\n\n## Quick Start\n\nThere are two ways to include vona.css:\n\n### Install manually\n\nDownload Pico and Vona and link both in the \u003chead\u003e of your website.\n\n```html\n\u003clink rel=\"stylesheet\" href=\"css/pico.min.css\" /\u003e\n\u003clink rel=\"stylesheet\" href=\"css/vona.min.css\" /\u003e\n```\n\n### Usage from CDN\n\nAlternatively, you can use jsDelivr CDN to link pico.css and vona.css.\n\n```html\n\u003clink\n  rel=\"stylesheet\"\n  href=\"https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css\"\n/\u003e\n\u003clink\n  rel=\"stylesheet\"\n  href=\"https://cdn.jsdelivr.net/gh/bit8bytes/vona@v0.0.8/dist/vona.min.css\"\n/\u003e\n```\n\n### Starter HTML template\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n  \u003chead\u003e\n    \u003cmeta charset=\"UTF-8\" /\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" /\u003e\n    \u003clink rel=\"stylesheet\" href=\"css/pico.min.css\" /\u003e\n    \u003clink rel=\"stylesheet\" href=\"css/vona.min.css\" /\u003e\n    \u003ctitle\u003eMy Vona Page\u003c/title\u003e\n  \u003c/head\u003e\n  \u003cbody class=\"vona\"\u003e\n    \u003cmain class=\"container\"\u003e\n      \u003ch1\u003eHello Vona!\u003c/h1\u003e\n    \u003c/main\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n## Documentation\n\n### Getting Started\n\n- [Introduction](https://vona.bit8bytes.com/docs/introduction)\n- [Quick Start](https://vona.bit8bytes.com/docs/installation)\n\n### Blocks\n\n- [Header](https://vona.bit8bytes.com/docs/blocks/header)\n- [Hero](https://vona.bit8bytes.com/docs/blocks/hero)\n- [Features](https://vona.bit8bytes.com/docs/blocks/features)\n- [Newsletter](https://vona.bit8bytes.com/docs/blocks/newsletter)\n- [Footer](https://vona.bit8bytes.com/docs/blocks/footer)\n\n## Contributing\n\nIf you are interested in contributing to Vona CSS, please send an email to \u003ca href=\"mailto:gleiter.tobias@gmail.com\"\u003egleiter.tobias@gmail.com\u003c/a\u003e.\n\n## Pages that use Vona\n\n- \u003ca href=\"https://goalkeepr.io\" target=\"_blank\"\u003eGoalkeepr\u003c/a\u003e\n- \u003ca href=\"https://filmlet.app\" target=\"_blank\"\u003eFilmlet\u003c/a\u003e\n\n## Copyright and license\n\nLicensed under the [MIT License](https://github.com/bit8bytes/vona/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbit8bytes%2Fvona","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbit8bytes%2Fvona","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbit8bytes%2Fvona/lists"}