about.php 5.86 KB
<?php
    use yii\web\View;
    
    /**
     * @var View $this
     */
?>
<section>
    <div class="row">
        <div class="col-md-12">
            
            <div class="heading">
                <h2>About Universal</h2>
            </div>
            
            <p class="lead">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean
                ultricies mi vitae est. Mauris placerat eleifend leo.</p>
        
        </div>
    </div>
    
    <div class="row">
        <div class="col-md-8">
            <div class="panel-group accordion" id="accordionThree">
                <div class="panel panel-default">
                    <div class="panel-heading">
                        <h4 class="panel-title">
                            
                            <a data-toggle="collapse" data-parent="#accordionThree" href="#collapse3a">
                                
                                Accordion item no.1
                            
                            </a>
                        
                        </h4>
                    </div>
                    <div id="collapse3a" class="panel-collapse collapse in">
                        <div class="panel-body">
                            <div class="row">
                                <div class="col-md-4">
                                    <img src="img/template-easy-customize.png" alt="" class="img-responsive">
                                </div>
                                <div class="col-md-8">
                                    <p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see
                                        his brown belly, slightly domed and divided by arches into stiff sections.</p>
                                    <p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see
                                        his brown belly, slightly domed and divided by arches into stiff sections.</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="panel panel-default">
                    <div class="panel-heading">
                        <h4 class="panel-title">
                            
                            <a data-toggle="collapse" data-parent="#accordionThree" href="#collapse3b">
                                
                                Accordion item no.2
                            
                            </a>
                        
                        </h4>
                    </div>
                    <div id="collapse3b" class="panel-collapse collapse">
                        <div class="panel-body">
                            <div class="row">
                                <div class="col-md-4">
                                    <img src="img/template-easy-code.png" alt="" class="img-responsive">
                                </div>
                                <div class="col-md-8">
                                    <p>It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window
                                        at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad.</p>
                                    <p>It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window
                                        at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad.</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="panel panel-default">
                    <div class="panel-heading">
                        <h4 class="panel-title">
                            
                            <a data-toggle="collapse" data-parent="#accordionThree" href="#collapse3c">
                                
                                Accordion item no.3 a little too small
                            
                            </a>
                        
                        </h4>
                    </div>
                    <div id="collapse3c" class="panel-collapse collapse">
                        <div class="panel-body">
                            <p>His room, a proper human room although a little too small, lay peacefully between its four familiar walls.</p>
                            
                            <p>A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice,
                                gilded frame.</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        
        <div class="col-md-4">
            <div class="video">
                <div class="embed-responsive embed-responsive-4by3">
                    <iframe class="embed-responsive-item" src="//www.youtube.com/embed/upZJpGrppJA"></iframe>
                </div>
            
            </div>
        </div>
    </div>
</section>
use yii\web\View;