Sha256: c54028e3b03abc492c5dcced1347d8764537924e01a7bd14a29c8feb99c3c042

Contents?: true

Size: 1.74 KB

Versions: 10

Compression:

Stored size: 1.74 KB

Contents

<html>
{%- 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

10 entries across 10 versions & 1 rubygems

Version Path
word-games-theme-1.2.4 _layouts/page2.html
word-games-theme-1.2.3 _layouts/page2.html
word-games-theme-1.2.2 _layouts/page2.html
word-games-theme-1.2.1 _layouts/page2.html
word-games-theme-1.2.0 _layouts/page2.html
word-games-theme-1.1.9 _layouts/page2.html
word-games-theme-1.1.8 _layouts/page2.html
word-games-theme-1.1.7 _layouts/page2.html
word-games-theme-1.1.6 _layouts/page2.html
word-games-theme-1.1.5 _layouts/page2.html