Giter VIP home page Giter VIP logo

palm-tree-css's Introduction

Palm Tree CSS's imagotype

๐ŸŒด Minimalist. Modern. Simple. ๐ŸŒด An open source CSS library.

GitHub Repo Size GitHub Language count GitHub Top Language GitHub Last Commit

Table of contents

Add Palm Tree to your project

Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.

<!-- Palm Tree CSS -->
<link
  rel="stylesheet"
  href="https://puzzlerdev.github.io/palm-tree-css-library/style.min.css"
  crossorigin="anonymous"
/>

The same but without minifying.

<!-- Palm Tree CSS -->
<link rel="stylesheet" href="https://puzzlerdev.github.io/palm-tree-css-library/style.css" crossorigin="anonymous" />

Keep in mind

Palm Tree uses viewport meta tag so you need to add it to your head.

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

Starter template

We recommend using the HTML5 structure, the initial code should be as follows.

<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />

    <!-- Palm Tree CSS -->
    <link
      rel="stylesheet"
      href="https://puzzlerdev.github.io/palm-tree-css-library/style.min.css"
      crossorigin="anonymous"
    />

    <title>Palm Tree</title>
  </head>
  <body>
    <h1>Hello, Palm Tree!</h1>
    <!-- Your code -->
  </body>
</html>

How to Contribute

The contribution guideline is derived from ConventionalCommits.org

Contributor Behavior

Be kind to one another. We're striving to make Conventional Commits an inclusive environment that's great for first time open-source contributors.

Pull Requests

Conventional Commits use the GitHub flow as main versioning workflow

  1. Fork the Palm Tree repository.
  2. Create a new branch for each feature, fix or improvement.
  3. Send a pull request from each feature branch to dev branch.

It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch.

This allow us to review and pull in new features or improvements individually.

Style Guide

All pull requests SHOULD adhere to the Conventional Commits specification

License

You must agree that your patch will be licensed under the Conventional Commit License, and when we change the license we will assume that you agreed with the change unless you object to the changes in time.

Credits

This project is developed by PuzzlerDev.

palm-tree-css's People

Contributors

adonyssantos 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.