Thanks to visit codestin.com
Credit goes to github.com

Skip to content

silverliningco/unkuna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Unkuna CSS framework

Unkuna is an open source CSS framework, it contains all the necessary elements for the development of a web application, without dependencies.

How to get started

You can use the CDN

 
<!-- CDN CSS -->
<link rel="stylesheet" href="https://cdn.unkuna.org/v0.9/css/unkuna.css">
<link rel="stylesheet" href="https://cdn.unkuna.org/v0.9/theme/unkuna-theme.css">

<!-- CDN JS -->
<script src="https://cdn.unkuna.org/v0.9/javascript/unkuna.js"></script>
                           

You can download zip file.

Documentation

At unkuna.org.

Starter template

<!DOCTYPE html>
<html>
    <head>
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Started template</title>  
        <!-- CDN CSS       -->
        <link rel="stylesheet" href="https://cdn.unkuna.org/v0.9/css/unkuna.css">
        <link rel="stylesheet" href="https://cdn.unkuna.org/v0.9/theme/unkuna-theme.css">
    </head>
    <body>
        <h1>Hello Word!</h1>

        <!-- CDN JS -->
        <script src="https://cdn.unkuna.org/v0.9/javascript/unkuna.js"></script>
    </body>  
</html>                            

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Creators

  • Ward Welvaert
  • Maday Choque
  • Carlos Figueroa
  • Sheila Gutierrez

Sponsor

alt text.

About

The Unkuna front end framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors