Welcome to mirror list, hosted at ThFree Co, Russian Federation.

more.html « partials « layouts - github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0fd6331d4731c87addfe1fe5d3fb43fc2beda1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<section class="bar background-image-fixed-2 no-mb color-white text-center">
    <div class="dark-mask"></div>
    <div class="container">
        <div class="row">
            <div class="col-md-12">
                <div class="icon icon-lg"><i class="fa fa-file-code-o"></i>
                </div>
                <h3 class="text-uppercase">Do you want to see more?</h3>
                <p class="lead">We have prepared for you more than 40 different HTML pages, including 5 variations of homepage.</p>
                <p class="text-center">
                    <a href="index2.html" class="btn btn-template-transparent-black btn-lg">Check other homepage</a>
                </p>
            </div>

        </div>
    </div>
</section>