https://github.com/hoaaah/yii2-startbootstrap-agency
https://github.com/hoaaah/yii2-startbootstrap-agency
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoaaah/yii2-startbootstrap-agency
- Owner: hoaaah
- Created: 2017-03-12T07:23:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T11:15:21.000Z (about 8 years ago)
- Last Synced: 2025-02-08T09:22:56.358Z (4 months ago)
- Language: CSS
- Size: 3.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YII2 Startbootstrap-Agency Library
==================================
This extensions is library for Startbootstrap Stylish-Portofolio Themes[Agency](http://startbootstrap.com/template-overviews/agency/) is a responsive, one page portfolio theme for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/). 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](http://davidmiller.io/)**, Owner of [Blackrock Digital](http://blackrockdigital.io/).
* https://twitter.com/davidmillerskt
* https://github.com/davidtmillerStart Bootstrap is based on the [Bootstrap](http://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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
```php
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
```php
$image = hoaaah\agency\AgencyAsset::register($this);
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](http://belajararief.com/)**.
* https://twitter.com/hoaaah
* https://github.com/hoaaah