Giter Site home page Giter Site logo

chamsedine-bouhouch / zenii Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thebakerdev/zenii

0.0 0.0 0.0 1.3 MB

A free flat landing page for OctoberCMS. The theme is build using Tailwindcss

License: MIT License

CSS 25.62% JavaScript 19.43% HTML 54.95%

zenii's Introduction

Zenii Theme

A free flat landing page theme for OctoberCMS built using Tailwindcss.

Features

  • Responsive
  • Small CSS size
  • Material Icons
  • Flat Illustrations from unDraw
  • Built-in theme options
  • Built using Tailwindcss
  • Laravel Mix

Theme Options

The theme comes with page options for each section within the page. It comes with a few components that are extracted from Tailwindcss' utility classes.

Theme Customizations

Using Laravel Mix, its easy to customize and compile the themes' assets. To start you must first install the theme dependencies.

npm install

Customizing theme colors and fonts can be done inside tailwind.config.js file. By default the file looks like this:

module.exports = {
    theme: {
        colors: {
            primary: '#6C63FF',
            secondary: '#8C87E6',
            tertiary: '#444444',
            error: '#ff6363',
            white: '#FFFFFF',
            lightGray: '#f9f9f9',
            gray: '#F3F3F3',
            transparent: 'transparent'
        },
        fontFamily: {
            body: ['Roboto','sans-serif'],
            display: ['Rubik', 'Roboto', 'sans-serif']
        }
    }
}

Make sure to add the font links in the partials/meta.htm when changing fonts.

More Tailwindcss configuration can be found here

All scripts and styles can be found inside assets/src folder.

Compiling Assets

Use Lavel Mix's default command to compile your asset for development. The theme uses PostCSS to process the css and runs PurgeCSS to remove unwanted css on the production build to minimize the css file size.

Development Build

npm run dev 

Watching Development Build

npm run watch

Production Build

npm run prod

Demo

Credits to the authors of these libraries

License

This project is licensed under the MIT License - see the LICENSE.md file for details

zenii's People

Contributors

thebakerdev avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.