Skip to content

SonarSoftwareInc/external_tool_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonar "Dark Rye" Theme

A theme based off Bootstrap for external tools.

Quick Start

<!doctype html>
<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <!-- Bootstrap Core CSS -->
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">

    <!-- Sonar Dark Rye Theme CSS -->
    <link rel="stylesheet" href="assets/css/sonar-darkrye.css">

    <title>Hello, world!</title>
  </head>
  <body class="sonar-darkrye">
    <h1>Hello, world!</h1>

    <!-- jQuery first, then Popper.js, then Bootstrap JS -->
    <script src="assets/js/jquery-3.5.1.slim.min.js"></script>
    <script src="assets/js/popper.min.js"></script>
    <script src="assets/js/bootstrap.min.js"></script>

  </body>
</html>

For more details on all Bootstrap core features and functionality visit:

Bootstrap Documentation: https://getbootstrap.com/docs/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published