NODEDC_SITE/templates/pages/home/blocks/project-video-detail.html

43 lines
1.6 KiB
HTML

<section class="s project-video-detail">
<div class="c _w-60 project-video-detail-copy project-video-detail-copy-top">
<hgroup data-module="hg" class="ho flip project-video-detail-hgroup">
<h2 class="main-h h1">
<span class="darker-40">{{text:content.heading.muted}}</span>
<span class="darker-70">{{text:content.heading.middle}}</span>
<span>{{text:content.heading.main}}</span>
</h2>
<div class="h-txt">{{html:content.introHtml}}</div>
</hgroup>
</div>
<div class="c full">
<div class="w-dyn-list">
<div data-module="slider" data-scroll-speed="{{attr:content.scroll.speed}}" role="list" class="slider w-dyn-items">
{{#each content.sliderItems}}
{{#if enabled}}
<div role="listitem" class="slide-w w-dyn-item">
<div class="video-cut">
<div class="video-screen">
<div data-media-handle="" data-media-src="{{attr:videoSrc}}" class="video-el"></div>
</div>
</div>
<hgroup class="slide-he-w">
<h3 data-title="" class="slide-he">{{text:title}}</h3>
</hgroup>
</div>
{{/if}}
{{/each}}
</div>
</div>
</div>
<div class="c _w-60 project-video-detail-copy project-video-detail-copy-bottom">
<hgroup data-module="hg" class="ho project-video-detail-hgroup">
<h2 class="main-h h1">
<span class="darker-40">{{text:content.heading.muted}}</span>
<span class="darker-70">{{text:content.heading.middle}}</span>
<span>{{text:content.heading.main}}</span>
</h2>
<div class="h-txt">{{html:content.introHtml}}</div>
</hgroup>
</div>
</section>