Convention for Cascading Style Sheets: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
 
Line 48: Line 48:


==References==
==References==
{|
| valign="top" |
* [[Convention for JavaScript Packages and Classes]]
* [[Convention for JavaScript Packages and Classes]]
* [[Convention for Cascading Style Sheets]]
* [[Convention for Cascading Style Sheets]]
Line 55: Line 57:
* [[Convention for API]]
* [[Convention for API]]
* [https://www.icoconverter.com Converter for Icon]
* [https://www.icoconverter.com Converter for Icon]
* [https://design.ubuntu.com/font/ Ubuntu font]
| valign="top" |
|}

Latest revision as of 23:07, 25 August 2021

Overview

Like any other Open Source Community Project, Chorke, Inc. is aware about the coding convention. We have to follow Best Practice and the Community Standard. Beside that we should respect Chorke, Inc.'s own standard. Which one never conflict with others rather it will express our integrity and the beauty of contribution. By which our contributor could share and understand their contribution with each others. It will help us to increase the transparency of our business. Chorke, Inc.' and it's affiliate maintains by following domain:

FQDN Root Short Elaboration Wiki
shahed.biz biz SHa Shahed, Inc. (biz) SHa Pedia
chorke.com com CKi Chorke, Inc. (com) CKi Pedia
chorke.org org CKo Chorke, Inc. (org) CKo Pedia

The Shahed, Inc. is the parent concern of Chorke, Inc. Where chorke.com & chorke.org' are the sister. Main goal of chorke.org to focus on the community process.

Shahed, Inc (.biz)

.sha-btn {}
.sha-title-bg {}
.sha-banner-bg {}
.sha-content-bg {}

Chorke, Inc(.com)

.cki-btn {}
.cki-title-bg {}
.cki-banner-bg {
    background-color: rgba(12,135,16,1);
    background: @include filter-gradient(#0c8710, #84ba54, horizontal);
    background: @include background-image(linear-gradient(left, rgba(12,135,16,1) 0%, rgba(132,186,84,1) 100%));
}
.cki-content-bg {}

Chorke, Inc(.org)

.cko-btn {}
.cko-title-bg {}
.cko-banner-bg {
    background-color: rgba(132,186,84,1);
    background: @include filter-gradient(#84ba54, #84ba54, horizontal);
    background: @include background-image(linear-gradient(left, rgba(132,186,84,1) 0%, rgba(132,186,84,1) 100%));
}
.cko-content-bg {}

References