예제 #1
0
파일: index.php 프로젝트: browar777/MVC
    echo Shift::remove($value[2]);
    ?>
</h3>
                        <p class="text-muted">We update dependencies to keep things fresh.</p>
                    </div>
                </div>
            </a>
            <a href="<?php 
    echo HOME . '/portfolio/' . $value[3];
    ?>
">
                <div class="col-lg-3 col-md-6 text-center">
                    <div class="service-box">
                        <i class="fa fa-4x fa-heart wow bounceIn text-primary" data-wow-delay=".3s"></i>
                        <h3><?php 
    echo Shift::remove($value[3]);
    ?>
</h3>
                        <p class="text-muted">You have to make your websites with love these days!</p>
                    </div>
                </div>
            </a>
            </div>

    <?php 
}
?>



        </div>