Design Language

Get started with Bootstrap 4 based Coats Digital Design Language. The coats official framework for building responsive, mobile-first sites.

CSS

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

              
                
              
            

As the style.css is the file that we keep updating to accomodate new features, new components and much more, here are the freezed versions of this file.

# CSS File name Integrity value Date Released Release Notes
1 styles.001.css sha384-uyTK1LT4U7DowLxipr9QZS3xsllW+lg7PW8JGHBLWB9YWSjeN7LD+DPcx3+ftsBa 11th May 2023 Click here

Javascript

Place the following 'script' tag near the end of your pages, right before the closing 'body' tag, to enable them. jQuery must come first, then JavaScript plugin and then custom javascript file.


            

Dark theme implementation

Copy-paste this additional stylesheet 'link' into your 'head' right after main "Styles.css".

              
                
              
            
Security - Subresource Integrity

Subresource Integrity (SRI) is a security feature that helps protect websites and their users from malicious attacks by verifying that resources (such as scripts, stylesheets, and images) used on the website have not been modified in transit. It does this by adding an integrity attribute to the HTML element that references the resource, containing a hash of the resource's contents, which is used to verify its authenticity. SRI is particularly important when using third-party resources, as it helps ensure that they have not been tampered with and helps to maintain the integrity of the website.

Generate SRI Hash