UNPKG

unserver-unify

Version:

75 lines (72 loc) 3.86 kB
<style> .parallax-team { background: url(assets/images/bg4.jpg) 50% 0 repeat fixed; color: #fff; } .parallax-team.img2{ background: url(assets/images/hand.jpg) 50% 0 repeat fixed;} .parallax-team.img2:before{ background:rgba(84, 128, 45, 0.61);} </style> <div ng-controller="AdvHomeCtrl as ctrl" class="home_new"> <div class="home_slider"> <div uib-carousel active="active" interval="myInterval"> <div uib-slide index="$index" class="slider_type1" ng-repeat="slide in Bigslides" ng-class="{'slider_type1':slide.style=='inline','slider_type2':slide.style=='float','slider_type3':slide.style=='text'}"> <img ng-src="{{ schoolUrl+slide.bimg }}" style="margin:auto;width:100%;height:100%;"/> <div class="text_content" ng-if="(slide.title || slide.brief) && slide.text"> <h1> {{slide.title}} </h1> <p> {{slide.brief}} </p> <a class="btn btn-warning" ui-sref="index.courses" ng-if="slide.style=='float'"> {{'View Course' | translate }} </a> </div> </div> </div> <img ng-if=" !Bigslides || Bigslides.length == 0" ng-src="{{ currentSchool.bar ? schoolUrl+currentSchool.bar : 'assets/images/default_banner.jpg' }}" style="width:100%;" /> </div> <div class="clearfix"></div> <section class="g-py-100"> <div class="container"> <div class="row no-gutters"> <div class="col-lg-4 g-px-40 g-mb-50 g-mb-0--lg"> <!-- Icon Blocks --> <div class="text-center"> <span class="d-inline-block u-icon-v3 u-icon-size--xl g-bg-primary g-color-white rounded-circle g-mb-30"> <i class="fa fa-globe"></i> </span> <h3 class="h5 g-color-gray-dark-v2 g-font-weight-600 text-uppercase mb-3">International Programs</h3> <p class="mb-0">More than 100 students from different countries are welcomed each year. Discover how to come at Bamboo University through international program</p> </div> <!-- End Icon Blocks --> </div> <div class="col-lg-4 g-brd-left--lg g-brd-gray-light-v4 g-px-40 g-mb-50 g-mb-0--lg"> <!-- Icon Blocks --> <div class="text-center"> <span class="d-inline-block u-icon-v3 u-icon-size--xl g-bg-primary g-color-white rounded-circle g-mb-30"> <i class="fa fa-calendar"></i> </span> <h3 class="h5 g-color-gray-dark-v2 g-font-weight-600 text-uppercase mb-3">One-Year Preparation Program</h3> <p class="mb-0">This one-year program aims to help foreign students to prepare their next academic years in a most effective way: language skills, program discovering, training sessions... Furthermore, it enables to facilitate students’ integration in Asian culture and school life.</p> </div> <!-- End Icon Blocks --> </div> <div class="col-lg-4 g-brd-left--lg g-brd-gray-light-v4 g-px-40"> <!-- Icon Blocks --> <div class="text-center"> <span class="d-inline-block u-icon-v3 u-icon-size--xl g-bg-primary g-color-white rounded-circle g-mb-30"> <i class="fa fa-home"></i> </span> <h3 class="h5 g-color-gray-dark-v2 g-font-weight-600 text-uppercase mb-3">Welcome! Prepare your stay</h3> <p class="mb-0">In this section you will find all necessary and useful information to prepare your stay in the lovely city. Transport, accommodation, health, insurance, bank… and leisure activities!</p> </div> <!-- End Icon Blocks --> </div> </div> </div> </section> <div class="clearfix"></div> <div ng-include="'app/home/homeadvsection.html'"></div> </div>