Sha256: 730df204aa8efb4272ee363e91eb6a78bdef588d59bb6e47509e248697306d28

Contents?: true

Size: 1.76 KB

Versions: 32

Compression:

Stored size: 1.76 KB

Contents

<!DOCTYPE html>
<html lang="en">
{%- include head/index.html -%}

<style>
    @media(max-width:768px) {

        /* social icons style */
        .social-icons {
            position: relative !important;
            width: 100% !important;
            height: 0px;
            display: flex;
            top: 0;
            font-size: 15px;
            color: #fff;
            flex-direction: row;
            z-index: 0;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            background: transparent !important;
            box-shadow: none !important;
            line-height: 30px;
        }

        .social-icons a {
            padding: 50px;
            color: #000 !important;
            font-size: 2rem !important;
        }

        .social-icon {
            margin: 0 !important;
            color: gray;
        }

        .social-icon:hover {
            color: black;
        }

        .social-icons a {
            padding: 10px;
        }
    }
</style>

<body>

    {%- include section/commonPage.html -%}

    {%- include share/socialshare.html -%}

    {%- if site.MonumetricID -%}
    {%- include footer/unqFooter.html -%}
    {%- else -%}
    {%- include footer/index.html -%}
    {%- endif -%}

    {%- include script.html -%}

    {%- if site.MonumetricID -%}
    <script defer src="/assets/js/leftNav.js"></script>
    <script src="/assets/js/X-letter-test.js" data-url="{{site.url}}" data-range="{{page.blanktilerange}}"
        data-letter="{{page.letter}}" data-ablank="{{page.ablank}}"></script>
    {%- else -%}
    <script src="/assets/js/X-letter.js" data-url="{{site.url}}" data-range="{{page.blanktilerange}}"
        data-letter="{{page.letter}}" data-ablank="{{page.ablank}}"></script>
    {%- endif -%}



</body>

</html>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
word-games-theme-1.5.6 _layouts/page2.html
word-games-theme-1.5.5 _layouts/page2.html
word-games-theme-1.5.4 _layouts/page2.html
word-games-theme-1.5.3 _layouts/page2.html
word-games-theme-1.5.2 _layouts/page2.html
word-games-theme-1.5.1 _layouts/page2.html
word-games-theme-1.5.0 _layouts/page2.html
word-games-theme-1.4.9 _layouts/page2.html
word-games-theme-1.4.8 _layouts/page2.html
word-games-theme-1.4.7 _layouts/page2.html
word-games-theme-1.4.6 _layouts/page2.html
word-games-theme-1.4.5 _layouts/page2.html
word-games-theme-1.4.4 _layouts/page2.html
word-games-theme-1.4.3 _layouts/page2.html
word-games-theme-1.4.2 _layouts/page2.html
word-games-theme-1.4.1 _layouts/page2.html
word-games-theme-1.4.0 _layouts/page2.html
word-games-theme-1.3.9 _layouts/page2.html
word-games-theme-1.3.8 _layouts/page2.html
word-games-theme-1.3.7 _layouts/page2.html