Skip to content

IKAcc/Joqd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joqd

Joqd (Farsi: جغد, "Owl") is a HTML, CSS and JS web framework, using Google's Material Design Specs, helps web designers and developers build their responsive web projects faster.

Joqd is a fully responsive, mobile-first and language-friendly framework. it was created by Javid Izadfar and Setareh Karimi at IKA Computing Club as a free and open-source tool; so feel free to use and modify it as you need.

Joqd uses Gorbeh as it's main UI icon set.

License

Joqd files are licensed under the MIT License:

Usage

To use Joqd on your project, follow these simple steps:

  1. Download Joqd's latest release.

  2. Add Joqd's asseets to your project.

  3. Add Joqd.js to your HTML file:

<!-- Pol js -->
    <script src="js/joqd.js"></script>

or

<!-- Pol min.js -->
    <script src="js/joqd.min.js"></script>
  1. Add Joqd.css to your HTML file (Optional):
<!-- Pol css -->
  <link href="css/joqd.css" rel="stylesheet">

or

<!-- Pol min.css -->
    <link href="css/joqd.min.css" rel="stylesheet">

Checkout joqd.ikacc.ir for more initialization guide, components and style specs and resources.

Creators

IKA Computing Club

Releases

No releases published

Packages

No packages published