InteractiveArts / bootstraptor

Bootstraptor Twitter Bootstrap starter KIT
3 stars 1 forks source link

Portfolio Template #3

Open waddy79 opened 9 years ago

waddy79 commented 9 years ago

Anyone know how to use the portfolio template? The data-value tags and the portfolio item class don't seem to work

waddy79 commented 9 years ago

This is the code - not sure how to do the portfolio item class

<div class="container">
        <!-- FILTER-->
    <!-- just add your TAG to data-filter="ADD HERE" -->    
    <!-- and then add your same TAG to portfolio item class="ADD HERE" -       ->
    <div class="row">
        <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
            <div class="panel panel-default text-center">
                <div class="panel-body">
                    <div class="proj">
                        <div id="filters">
                        <a href="#" data-filter="*" class=" active btn   btn-danger">Show All</a>
                        <a href="#" data-filter=".graphics" class="btn  btn-danger">Graphics</a>
                        <a href="#" data-filter=".web" class="btn  btn-danger">Web</a>
                        <a href="#" data-filter=".ui" class="btn  btn-danger">UI</a>
                        <a href="#" data-filter=".design" class="btn  btn-danger">Design</a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

<!--END: FILTER-->
``` ```