hoaaah/yii2-startbootstrap-agency

This extensions is library for Startbootstrap Agency Themes

dev-master 2017-03-12 11:15 UTC

This package is auto-updated.

Last update: 2024-04-25 14:50:46 UTC


README

This extensions is library for Startbootstrap Stylish-Portofolio Themes

Agency is a responsive, one page portfolio theme for Bootstrap created by Start Bootstrap. This theme features several content sections, a responsive portfolio grid with hover effects, full page portfolio item modals, a responsive timeline, and a working PHP contact form.

Start Bootstrap was created by and is maintained by David Miller, Owner of Blackrock Digital.

Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.

Installation

The preferred way to install this extension is through composer.

Either run

composer require hoaaah/yii2-startbootstrap-agency:dev-master

or add

"hoaaah/yii2-startbootstrap-agency": "*"

to the require section of your composer.json file.

Usage

You can use an example views in views-example and copy it to your view.

Don't forget to use this in your view

use hoaaah\agency\AgencyAsset;

AgencyAsset::register($this);

and just in case you want to use vendor image, to call any content of vendor image you can use this

$image = hoaaah\agency\AgencyAsset::register($this);

<img src=<?= $agency->baseUrl.'/img/portfolio/startup-framework.png' ?> class="img-responsive" alt="">

it will call startup-framework.png from /vendor/hoaaah/yii2-startbootstrap-agency/assets/img/portofolio/startup-framework.png

Creator

This startbootstrap-agency library for Yii2 was created by and is maintained by Heru Arief Wijaya.