material-cards.html 12.5 KB
<div>
    <div class="header">
        <h2><strong>Material Cards</strong></h2>
        <p class="m-t-20">Cards are a convenient means of displaying content composed of different types of objects. They’re also well-suited for presenting similar objects whose size or supported actions can vary considerably, like photos with captions of variable length.</p>
        <div class="breadcrumb-wrapper">
            <ol class="breadcrumb">
                <li><a href="dashboard.html">Make</a>
                </li>
                <li><a href="#">Pages</a>
                </li>
                <li class="active">Cards</li>
            </ol>
        </div>
    </div>
    <h3>Images <strong>Card</strong></h3>
    <p>You can change image height by adding <code>small</code>,<code>medium</code> and large class to your card.</p>
    <div class="row">
        <div class="col-md-4">
            <div class="card small">
                <div class="card-image">
                    <img src="../../../assets/global/images/gallery/4.jpg">
                    <span class="card-title">Card Title</span>
                </div>
                <div class="card-content">
                    <p>I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.</p>
                </div>
                <div class="card-action">
                    <a href="#">This is a link</a>
                </div>
            </div>
        </div>
        <div class="col-md-4">
            <div class="card medium">
                <div class="card-image">
                    <img src="../../../assets/global/images/gallery/10.jpg">
                    <span class="card-title">Card Title</span>
                </div>
                <div class="card-content">
                    <p>I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.</p>
                </div>
                <div class="card-action">
                    <a href="#">This is a link</a>
                </div>
            </div>
        </div>
        <div class="col-md-4">
            <div class="card large">
                <div class="card-image">
                    <img src="../../../assets/global/images/gallery/11.jpg">
                    <span class="card-title">Card Title</span>
                </div>
                <div class="card-content">
                    <p>I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.</p>
                </div>
                <div class="card-action">
                    <a href="#">This is a link</a>
                </div>
            </div>
        </div>
    </div>
    <h3>Card <strong>Reveal</strong></h3>
    <p>Here you can hide / reveals information on click. To do that, the card-reveal div with a span.card-title inside to make this work.</p>
    <div class="row">
        <div class="col-md-3">
            <div class="card small">
                <div class="card-image">
                    <img class="activator" src="../../../assets/global/images/gallery/6.jpg">
                </div>
                <div class="card-content">
                    <span class="card-title activator grey-text text-darken-4">Card Title <i class="mdi-navigation-more-vert f-right"></i></span>
                    <p><a href="#">This is a link</a></p>
                </div>
                <div class="card-reveal">
                    <span class="card-title grey-text text-darken-4">Card Title <i class="mdi-navigation-close f-right"></i></span>
                    <p>Here is some more information about this product that is only revealed once clicked on.</p>
                </div>
            </div>
        </div>
        <div class="col-md-4">
            <div class="card medium">
                <div class="card-image">
                    <img class="activator" src="../../../assets/global/images/gallery/5.jpg">
                </div>
                <div class="card-content">
                    <span class="card-title activator grey-text text-darken-4">Card Title <i class="mdi-navigation-more-vert f-right"></i></span>
                    <p><a href="#">This is a link</a></p>
                </div>
                <div class="card-reveal">
                    <span class="card-title grey-text text-darken-4">Card Title <i class="mdi-navigation-close f-right"></i></span>
                    <p>Here is some more information about this product that is only revealed once clicked on.</p>
                </div>
            </div>
        </div>
        <div class="col-md-5">
            <div class="card large">
                <div class="card-image ">
                    <img class="activator" src="../../../assets/global/images/gallery/7.jpg">
                </div>
                <div class="card-content">
                    <span class="card-title activator grey-text text-darken-4">Card Title <i class="mdi-navigation-more-vert f-right"></i></span>
                    <p><a href="#">This is a link</a></p>
                </div>
                <div class="card-reveal">
                    <span class="card-title grey-text text-darken-4">Card Title <i class="mdi-navigation-close f-right"></i></span>
                    <p>Here is some more information about this product that is only revealed once clicked on.</p>
                </div>
            </div>
        </div>
    </div>
    <h3>Basic <strong>Card</strong></h3>
    <p>You can change image height by adding <code>small</code>,<code>medium</code> and large class to your card.</p>
    <div class="row">
        <div class="col-md-3">
            <div class="card">
                <div class="card-content">
                    <span class="card-title">Card Title</span>
                    <p>I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.</p>
                </div>
                <div class="card-action">
                    <a href="#">This is a link</a>
                    <a href="#">This is a link</a>
                </div>
            </div>
        </div>
        <div class="col-md-3">
            <div class="card grey darken-4">
                <div class="card-content c-white">
                    <span class="card-title">Card Title</span>
                    <p>I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.</p>
                </div>
                <div class="card-action">
                    <a href="#">This is a link</a>
                    <a href="#">This is a link</a>
                </div>
            </div>
        </div>
        <div class="col-md-3">
            <div class="card bg-aero">
                <div class="card-content">
                    <span class="card-title">Card Title</span>
                    <p>I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.</p>
                </div>
                <div class="card-action">
                    <a href="#">This is a link</a>
                    <a href="#">This is a link</a>
                </div>
            </div>
        </div>
        <div class="col-md-3">
            <div class="card bg-purple">
                <div class="card-content c-white">
                    <span class="card-title">Card Title</span>
                    <p>I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.</p>
                </div>
                <div class="card-action">
                    <a href="#" class="c-white">This is a link</a>
                    <a href="#" class="c-white">This is a link</a>
                </div>
            </div>
        </div>
    </div>
    <h3><strong>Colored</strong> Cards <strong>Draggable</strong></h3>
    <div class="row sortable">
        <div class="col-md-4">
            <div class="card light-blue darken-4">
                <div class="card-content c-white">
                    <h3 class="card-title">Card Title</h3>
                    <p>Brain freeze. i just heard about evans new position,good luck to you evan backstabber, bastard, i mean baxter. look at that, it's exactly three seconds before i honk your nose and pull your underwear over your head. hey, maybe i will give you a call sometime. your number still 911? look ma i'm road kill we got no food we got no money and our pets heads are falling off! haaaaaaarry. kinda hot in these rhinos.</p>
                </div>
            </div>
        </div>
        <div class="col-md-4">
            <div class="card bg-red">
                <div class="card-content c-white">
                    <h3 class="card-title">Card Title</h3>
                    <p>Brain freeze. i just heard about evans new position,good luck to you evan backstabber, bastard, i mean baxter. look at that, it's exactly three seconds before i honk your nose and pull your underwear over your head. hey, maybe i will give you a call sometime. your number still 911? look ma i'm road kill we got no food we got no money and our pets heads are falling off! haaaaaaarry. kinda hot in these rhinos.</p>
                </div>
            </div>
        </div>
        <div class="col-md-4">
            <div class="card bg-orange">
                <div class="card-content c-white">
                    <h3 class="card-title">Card Title</h3>
                    <p>Brain freeze. i just heard about evans new position,good luck to you evan backstabber, bastard, i mean baxter. look at that, it's exactly three seconds before i honk your nose and pull your underwear over your head. hey, maybe i will give you a call sometime. your number still 911? look ma i'm road kill we got no food we got no money and our pets heads are falling off! haaaaaaarry. kinda hot in these rhinos.</p>
                </div>
            </div>
        </div>
        <div class="col-md-4">
            <div class="card bg-dark">
                <div class="card-content c-white">
                    <h3 class="card-title">Card Title</h3>
                    <p>Brain freeze. i just heard about evans new position,good luck to you evan backstabber, bastard, i mean baxter. look at that, it's exactly three seconds before i honk your nose and pull your underwear over your head. hey, maybe i will give you a call sometime. your number still 911? look ma i'm road kill we got no food we got no money and our pets heads are falling off! haaaaaaarry. kinda hot in these rhinos.</p>
                </div>
            </div>
        </div>
        <div class="col-md-4">
            <div class="card bg-purple">
                <div class="card-content c-white">
                    <h3 class="card-title">Card Title</h3>
                    <p>Brain freeze. i just heard about evans new position,good luck to you evan backstabber, bastard, i mean baxter. look at that, it's exactly three seconds before i honk your nose and pull your underwear over your head. hey, maybe i will give you a call sometime. your number still 911? look ma i'm road kill we got no food we got no money and our pets heads are falling off! haaaaaaarry. kinda hot in these rhinos.</p>
                </div>
            </div>
        </div>
        <div class="col-md-4">
            <div class="card bg-aero">
                <div class="card-content">
                    <h3 class="card-title">Card Title</h3>
                    <p>Brain freeze. i just heard about evans new position,good luck to you evan backstabber, bastard, i mean baxter. look at that, it's exactly three seconds before i honk your nose and pull your underwear over your head. hey, maybe i will give you a call sometime. your number still 911? look ma i'm road kill we got no food we got no money and our pets heads are falling off! haaaaaaarry. kinda hot in these rhinos.</p>
                </div>
            </div>
        </div>
    </div>
    <div class="footer">
        <div class="copyright">
            <p class="pull-left sm-pull-reset">
                <span>Copyright <span class="copyright">&copy;</span> 2015 </span>
                <span>THEMES LAB</span>.
                <span>All rights reserved. </span>
            </p>
            <p class="pull-right sm-pull-reset">
                <span><a href="#" class="m-r-10">Support</a> | <a href="#" class="m-l-10 m-r-10">Terms of use</a> | <a href="#" class="m-l-10">Privacy Policy</a></span>
            </p>
        </div>
    </div>
</div>