Sha256: a057a18e11a06eaa1a8195dd47eb05b8b0fba21f3f6ba05fcafa01169283a69c

Contents?: true

Size: 1.66 KB

Versions: 86

Compression:

Stored size: 1.66 KB

Contents

<style>
    .inner-dropdown {
        display: flex;
        justify-content: space-evenly;
    }

    .inner-dropdown li {
        list-style: none;
        padding: 5px 0;
        text-align: left;
    }

    .anchor_links {
        text-decoration: none;
        color: white;
    }

    .anchor_links:hover {
        text-decoration: underline !important;
        color: white;
    }

    @media(max-width:768px) {
        .inner-dropdown {
            flex-direction: column;
        }
    }
</style>
<div class="main_row row py-5 mx-0 mt-5">
    <div class="col-md-11 mx-auto">
        {%- if dataToShow.megaMenu -%}
        <div class="inner-dropdown">
            {%- for item in dataToShow.megaMenu.dropdown -%}
            <div class="catPad mb-4">
                <p class="text-muted">{{item.categoryName}}</p>
                <div> {%- for item in item.links -%}
                    <p>
                        <a class="anchor_links" href="{{item.url}}">
                            {{item.name}}</a>
                    </p>
                    {%- endfor -%}
                </div>
            </div>
            {%- endfor -%}
        </div>
        {%- endif -%}
    </div>
</div>

<div class="row m-0 py-3" style="background-color: white;">
    <div class="col-12">
        <div class="text-center px-md-5 px-0 footer__flexbox">
            <p  style="font-size:18px"
             class="m-0 text-black">{{site.copyright_text}}</p>
            <!-- <p class="m-0"><a class="footer__link" href="/privacy-policy">Privacy Policy</a>
                <a class="footer__link" href="/terms-and-conditions">| Terms of Use</a>
            </p> -->
        </div>
    </div>
</div>
</div>

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
word-games-theme-3.2.2 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.2.1 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.1.9 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.1.8 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.1.7 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.1.6 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.1.5 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.1.4 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.1.3 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.1.2 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.1.1 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.1.0 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.0.9 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.0.8 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.0.7 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.0.6 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.0.5 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.0.4 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.0.3 _includes/wordgames/xyzpages/xyzFooter.html
word-games-theme-3.0.2 _includes/wordgames/xyzpages/xyzFooter.html