Skip to content

A multi-purpose theme of HTML, CSS, and JS templates

Notifications You must be signed in to change notification settings

majoflosa/glide-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glide Theme

A multi-purpose theme of HTML, CSS, and JS templates. See live demo

Setup

  • Download, or fork & clone repo

  • Install dependencies

npm install
  • Create bundle for production
npm run build
  • Start development server
npm start

File structure

root
* dist
  * img
    * (all images)
  * js
    * script.js
  * index.html
  * all html templates...
* src
  * js
    * lib
    * scripts
      * generals
      * landing
      * portfolio
      * portfolio-single
    * index.js
  * sass
    * components
      * components partials
    * generals
      * _vars.sass
      * _mixins.sass
      * (all partials for general styles and utility classes)
    * elements-ref
      * (all partials for elements reference page)
    * landing-page
      * (all partials for landing page)
    * generic-page
      * (all partials for generic page)
    * portfolio
      * (all partials for portfolio page)
    * portfolio-single
      * (all partials for single portfolio project page)
    * style.sass

About

A multi-purpose theme of HTML, CSS, and JS templates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published