2020-01-22 12:23:51 +01:00
|
|
|
<div>
|
|
|
|
<h4 class="text-sm m-t-sm" translate>{{ 'app.public.home.latest_documented_projects' }}</h4>
|
|
|
|
|
2020-02-19 12:07:42 +01:00
|
|
|
<uib-carousel interval="5000" disable-animation="true" active="activeSlide">
|
2024-03-29 18:28:42 +01:00
|
|
|
<uib-slide class="h480 cover r" ng-repeat="p in lastProjects track by $index" index="$index" style="background-image:url('{{p.project_image}}');">
|
2020-01-22 12:23:51 +01:00
|
|
|
<div class="carousel-caption">
|
|
|
|
<h1 class="title"><a ui-sref="app.public.projects_show({id:p.slug})">{{p.name}}</a></h1>
|
|
|
|
</div>
|
|
|
|
</uib-slide>
|
|
|
|
</uib-carousel>
|
|
|
|
</div>
|