Sha256: df68bfb464fdf1a9fe0b3ab1816450a9d226881d64ddb6677f04b7840aaad9ae

Contents?: true

Size: 1.36 KB

Versions: 5

Compression:

Stored size: 1.36 KB

Contents

<doctype>
<html lang="">
<head>
  <meta charset="utf-8">
  <title>Stardust</title>
  <meta name="description" content="Ethos's design system">

  <link rel="icon" href="favicon.ico" type="image/x-icon" />

  <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>

  <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
  <link rel="stylesheet" href="../assets/compiled/main.css">
</head>

<body>

<div class="rf-container">
  <ul>
    <li><a href="#icons">Icons</a></li>
    <li><a href="#modals">Modals</a></li>
    <li><a href="#buttons">Buttons</a></li>
  </ul>

  <section class="rf-section">
    <h2 id="icons">Icons</h2>
    <?php include "icons.php" ?>
  </section>

  <section class="rf-section">
    <h2 id="modals">Modals</h2>
    <?php include "modals.php" ?>
  </section>

  <section class="rf-section">
    <h2 id="buttons">Buttons</h2>
    <?php include "buttons.php" ?>
  </section>

  <section class="rf-section">
    <h2 id="list-groups">List Groups</h2>
    <?php include "list-groups.php" ?>
  </section>
</div>

</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ethosstyles-0.1.12 app/views/index.php
ethosstyles-0.1.11 app/views/index.php
ethosstyles-0.1.10 app/views/index.php
ethosstyles-0.1.9 app/views/index.php
ethosstyles-0.1.8 app/views/index.php