Sha256: 8b7ab829c601210fc939e5913ec73085cf7d9101eab9980e35aa09698f225c91

Contents?: true

Size: 1.33 KB

Versions: 8

Compression:

Stored size: 1.33 KB

Contents

<!--
  file: info-section.html
  path: _includes/info-section.html
  includes: breadcrumbs.html, searchbar.html, dev-shortcuts.html
  references: 
    - https://getbootstrap.com/docs/5.3/components/modal/
 -->

    <!-- Modal -->
    <div class="modal fade" id="info-section" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
        <div class="modal-dialog">
            <div class="modal-content">
                <div class="modal-header">
                    <h1 class="modal-title fs-5" id="staticBackdropLabel">Information Highway</h1>
                    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
                </div>
                <div class="modal-body">
                    
                    <!-- _include/breadcrumbs.html -->
                {% include breadcrumbs.html %}
                {% include searchbar.html %}
                {% include dev-shortcuts.html %}
                <!-- Dark Mode Switch -->
                {% include halfmoon.html %}

        </div>
        <div class="modal-footer">
          <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
          <button type="button" class="btn btn-primary">Understood</button>
        </div>
      </div>
    </div>
  </div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-zer0-0.1.7 _includes/info-section.html
jekyll-theme-zer0-0.1.6 _includes/info-section.html
jekyll-theme-zer0-0.1.5 _includes/info-section.html
jekyll-theme-zer0-0.1.4 _includes/info-section.html
jekyll-theme-zer0-0.1.3 _includes/info-section.html
jekyll-theme-zer0-0.1.2 _includes/info-section.html
jekyll-theme-zer0-0.1.1 _includes/info-section.html
jekyll-theme-zer0-0.1.0 _includes/info-section.html