Sha256: 2183a40943e2ce5c3d0b7555a6598475064f7ea7745426c4a9e7726bb87de64f

Contents?: true

Size: 785 Bytes

Versions: 18

Compression:

Stored size: 785 Bytes

Contents

<style>
.k-friend {
    text-decoration: none;
}
</style>
<div class="k-posts-list"></div>
<div class="mdui-container">
    <div class="mdui-row-sm-2 mdui-row-md-4">
        {% for f in site.data.friends %}
        <div class="mdui-col">
            <a class="k-friend" href="{{f.url}}" target="_blank">
            <div class="mdui-card mdui-hoverable">
                <div class="mdui-card-header">
                    <img class="mdui-card-header-avatar" src="{{f.image}}" />
                    <div class="mdui-card-header-title">{{f.name}}</div>
                    <div class="mdui-card-header-subtitle">{{f.describe}}</div>
                </div>
            </div>
            </a>
            <br>
        </div>
        {% endfor %}
    </div>
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
jekyll-theme-mdui-0.5.2.4 _includes/content/friends.html
jekyll-theme-mdui-0.5.2.3 _includes/content/friends.html
jekyll-theme-mdui-0.5.2.1 _includes/content/friends.html
jekyll-theme-mdui-0.5.2 _includes/content/friends.html
jekyll-theme-mdui-0.5.1.2 _includes/content/friends.html
jekyll-theme-mdui-0.5.1.1 _includes/content/friends.html
jekyll-theme-mdui-0.5.1 _includes/content/friends.html
jekyll-theme-mdui-0.5.0 _includes/content/friends.html
jekyll-theme-mdui-0.4.9.9 _includes/content/friends.html
jekyll-theme-mdui-0.4.9.8 _includes/content/friends.html
jekyll-theme-mdui-0.4.9.7 _includes/content/friends.html
jekyll-theme-mdui-0.4.9.6 _includes/content/friends.html
jekyll-theme-mdui-0.4.9.5 _includes/content/friends.html
jekyll-theme-mdui-0.4.9.4 _includes/content/friends.html
jekyll-theme-mdui-0.4.9.3 _includes/content/friends.html
jekyll-theme-mdui-0.4.9.2 _includes/content/friends.html
jekyll-theme-mdui-0.4.9.1 _includes/content/friends.html
jekyll-theme-mdui-0.4.9 _includes/content/friends.html