https://github.com/microdotmatrix/green-lion
Landing page website for Green Lion Innovations
https://github.com/microdotmatrix/green-lion
astro html javascript tailwindcss
Last synced: 2 months ago
JSON representation
Landing page website for Green Lion Innovations
- Host: GitHub
- URL: https://github.com/microdotmatrix/green-lion
- Owner: microdotmatrix
- Created: 2025-01-23T17:12:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-18T19:53:49.000Z (5 months ago)
- Last Synced: 2026-01-19T03:33:38.660Z (5 months ago)
- Topics: astro, html, javascript, tailwindcss
- Language: Astro
- Homepage: https://greenlioninnovations.com
- Size: 34.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Green Lion Innovations
[https://greenlioninnovations.com](https://greenlioninnovations.com)
Green Lion Innovations is a Denver, CO based business strategy firm focused on early stage development in the regulated cannabis industry.
## Technologies
This site is built with the following technologies:
- [Astro](https://astro.build)
- [Tailwind CSS](https://tailwindcss.com)
- [Fluid Tailwind](https://fluid-tailwind.vercel.app)
- [TypeScript](https://www.typescriptlang.org)
Green Lion Innovations is a static site created with [Astro](https://astro.build), deployed to [Vercel](https://vercel.com).
### Styling
Styling is handled by a combination of [Tailwind CSS](https://tailwindcss.com), with [Fluid Tailwind](https://fluid-tailwind.vercel.app) - which uses CSS clamp() values for fluid typography and spacing across screen sizes - and uses [PostCSS](https://postcss.org) tools such as [PostCSS Custom Media](https://github.com/) to efficiently manage media queries. Light and dark mode themes are built on [ShadCN](https://github.com/shadcn/ui) CSS custom properties, though the site does not utilize it's components. All icons are SVGs from the magnificent [Icones](https://icones.js.org) library.
### Scripts
Interative effects such as dark mode and scroll animations are enabled by lightweight vanilla JavaScript and typed with [TypeScript](https://www.typescriptlang.org).
### Media
Images are served locally and optimized with [Astro's](https://astro.build) native image component.