Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codyhouse/virgo-template
Virgo is a free HTML, CSS, JS template built using the CodyHouse Components and Framework.
https://github.com/codyhouse/virgo-template
codyhouse components framework template theme
Last synced: 2 months ago
JSON representation
Virgo is a free HTML, CSS, JS template built using the CodyHouse Components and Framework.
- Host: GitHub
- URL: https://github.com/codyhouse/virgo-template
- Owner: codyhouse
- Created: 2019-07-16T14:37:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T14:05:28.000Z (over 2 years ago)
- Last Synced: 2024-11-06T22:44:39.030Z (3 months ago)
- Topics: codyhouse, components, framework, template, theme
- Language: CSS
- Size: 10.2 MB
- Stars: 115
- Watchers: 9
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virgo Template by 🐞 CodyHouse
Virgo is a free HTML, CSS, JS landing template built using the [CodyHouse Components](https://codyhouse.co/ds/components). It's compatible with [CodyFrame CSS](https://codyhouse.co/ds/docs/framework) and [Tailwind CSS](https://tailwindcss.com/).[View Demo](https://codyhouse.co/demo-templates/virgo/index.html)
https://user-images.githubusercontent.com/5512545/142900965-b2566379-82ef-4d10-87af-d79711a39270.mp4
## Progressive enhancement
The following script in the `` of the html files:```html
document.getElementsByTagName("html")[0].className += " js";
```is used in CSS to check if JavaScript is enabled and apply additional style accordingly.
## Gulp
The CodyFrame version of the template includes a Gulp file with some basic configurations.To use this configuration file, once you have downloaded the template, run the following commands in your command line:
```
npm install
npm run gulp watch
```The first command will install the modules the framework requires for compiling SCSS into CSS; the second will launch your project on a development server.
## License
Check [CodyHouse License page](https://codyhouse.co/license#templates).## Credits
1. Images: [Unsplash](https://unsplash.com/)
2. Icons: [Nucleoapp](https://nucleoapp.com/)