Posts

Display list of post in the form of List or Grid

Post 01

Under the sun in Cape Town

April 24, 2019

Under the sun in Cape Town

These are beautiful, well made & ortable! I bought them to wear to work & casually.

Read more
<div style="max-width: 370px">
    <div class="card border-0">
        <a href="../../blog-post-01.html" class="hover-shine card-img-top">
            <img src="../../images/blog_01.jpg"
                 alt="Under the sun in Cape Town">
        </a>
        <div class="card-body px-0 pt-6 pb-0">
            <p class="card-text fs-12 mb-2 text-muted lh-12 text-uppercase letter-spacing-05 font-weight-500">
                April 24, 2019
            </p>
            <h3 class="card-title mb-3 fs-20">
                <a href="../../blog-post-01.html">Under the sun in Cape Town</a>
            </h3>
            <p class="card-text mb-4 font-weight-500">These are beautiful, well made & ortable! I bought them to wear to work &
                casually. </p>
            <a href="#"
               class="fs-14 font-weight-bold border-bottom border-light-dark text-uppercase letter-spacing-05 d-inline-block border-hover-primary">
                Read more
            </a>
        </div>
    </div>
</div>

Post 02

<div style="max-width: 408px">
    <div class="card border-0">
        <a href="../../blog-post-01.html" class="hover-shine card-img-top">
            <img src="../../images/blog_01.jpg"
                 alt="Under the sun in Cape Town">
        </a>
        <div class="card-body px-0 pt-6 pb-0">
            <p class="card-text fs-12 mb-2 text-muted lh-12 text-uppercase letter-spacing-05 font-weight-500">
                April 24, 2019
            </p>
            <h3 class="card-title mb-0 fs-20">
                <a href="../../blog-post-01.html">Under the sun in Cape Town</a>
            </h3>
        </div>
    </div>
</div>

Post 03

April 24, 2019

Under the sun in Cape Town

These are beautiful, well made & ortable! I bought them to wear to work & casually.

Read more
<div class="card border-0">
    <div class="row no-gutters">
        <div class="col-md-6 pr-md-8">
            <a href="../../blog-post-01.html" class="hover-shine d-block">
                <img src="../../images/blog_01.jpg"
                     alt="Under the sun in Cape Town">
            </a>
        </div>
        <div class="col-md-6">
            <div class="card-body py-6 px-0 pb-0">
                <p class="card-text fs-12 mb-2 text-muted lh-12 text-uppercase letter-spacing-05 font-weight-500">
                    April 24, 2019
                </p>
                <h3 class="card-title mb-3 fs-20">
                    <a href="../../blog-post-01.html">Under the sun in Cape Town</a>
                </h3>
                <p class="card-text mb-4 font-weight-500">These are beautiful, well made & ortable! I bought them to wear to work &
                    casually. </p>
                <a href="#"
                   class="fs-14 font-weight-bold border-bottom border-light-dark text-uppercase letter-spacing-05 d-inline-block border-hover-primary">
                    Read more
                </a>
            </div>
        </div>
    </div>


</div>

Post 04

Meet the Model - Tropics

April 24, 2019

Meet the Model - Tropics

Awkwardness gives me great comfort. I’ve never been cool, but I’ve felt cool. I’ve been in the cool place, but I wasn’t really cool …

Read more
<div style="max-width: 830px;">
    <div class="card border-0">
        <a href="../../blog-post-01.html" class="hover-shine card-img-top d-block mb-7">
            <img src="../../images/blog_larger_01.jpg"
                 alt="Meet the Model - Tropics">
        </a>
        <div class="card-body p-0 text-center mxw-630 mx-auto">
            <p class="card-text fs-12 mb-2 text-muted lh-12 text-uppercase letter-spacing-05 font-weight-500">
                April 24, 2019
            </p>
            <h3 class="card-title mb-3 fs-20">
                <a href="../../blog-post-01.html">Meet the Model - Tropics</a>
            </h3>
            <p class="card-text mb-6">Awkwardness gives me great comfort. I’ve never been cool, but I’ve felt cool. I’ve
                been in the cool place, but I wasn’t really cool …</p>
            <a href="#"
               class="fs-14 font-weight-bold border-bottom border-light-dark text-uppercase letter-spacing-05 d-inline-block border-hover-primary">
                Read more
            </a>
        </div>
    </div>
</div>