Skip to content

Instantly share code, notes, and snippets.

<div class="c-banner c-banner--video ">
<div class="video-container">
<video width="" height="" controls>
<source src="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4" type="video/mp4">
<source src="http://clips.vorwaerts-gmbh.de/VfE.webm" type="video/webm">
<source src="http://clips.vorwaerts-gmbh.de/VfE.ogv" type="video/ogg">
<img src="" width="2400" height="" alt="Big Buck Bunny" title="No video playback capabilities, please download">
</video>
<div class="c-banner c-banner--parallax">
<div class="parallax parallax--takeover">
<div class="video-container">
<video width="" height="" controls>
<source src="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4" type="video/mp4">
<source src="http://clips.vorwaerts-gmbh.de/VfE.webm" type="video/webm">
<source src="http://clips.vorwaerts-gmbh.de/VfE.ogv" type="video/ogg">
<img src="" width="2400" height="" alt="Big Buck Bunny" title="No video playback capabilities, please download">
<div class="c-banner c-banner--parallax">
<div class="parallax">
<div class="video-container">
<video width="" height="" controls>
<source src="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4" type="video/mp4">
<source src="http://clips.vorwaerts-gmbh.de/VfE.webm" type="video/webm">
<source src="http://clips.vorwaerts-gmbh.de/VfE.ogv" type="video/ogg">
<img src="" width="2400" height="" alt="Big Buck Bunny" title="No video playback capabilities, please download">
Could not find pattern referenced with partial syntax molecules-up. This can occur when a pattern was renamed, moved, or no longer exists but it still called within a different template somewhere.
Could not find pattern referenced with partial syntax molecules-cta. This can occur when a pattern was renamed, moved, or no longer exists but it still called within a different template somewhere.
Could not find pattern referenced with partial syntax molecules-cta. This can occur when a pattern was renamed, moved, or no longer exists but it still called within a different template somewhere.
Could not find pattern referenced with partial syntax molecules-inline-form. This can occur when a pattern was renamed, moved, or no longer exists but it still called within a different template somewhere.
Could not find pattern referenced with partial syntax molecules-down. This can occur when a pattern was renamed, moved, or no longer exists but it still called within a different template somewhere.
Could not find patte
<h1>{{sofa.title}} Collection</h1>
$scope.slickLeadConfig = {
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
fade: true,
asNavFor: '.thumb-swatches'
};
$scope.slickThumbSwatches = {
slidesToShow: 1,
angular.module('store', ['ngRoute'])
.config(function($routeProvider){
$routeProvider
.when('/', {
templateUrl: 'views/home.html'
})
<div ng-controller="StoreController as store" class="row">
<form novalidate method='get' name="storesForm" id='searchForm' ng-controller="StoreController as storeCtrl" ng-submit="store.submit()">
<label for="postcode" class="controls__label">Postcode</label>
<input required type="text" name="postcode" placeholder="Search..." ng-model="store.postcode">
<input type="submit" value="Search">
</form>
<section class="cards col-lg-6">