🐞 CodyHouse
Virgo Template by Virgo is a free HTML, CSS, JS landing template built using the CodyHouse Components. It's compatible with CodyFrame CSS and Tailwind CSS.
virgo-preview.mp4
Progressive enhancement
The following script in the <head>
of the html files:
<script>document.getElementsByTagName("html")[0].className += " js";</script>
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.