Working Skelleton

This commit is contained in:
2019-03-11 17:03:55 +01:00
commit 8ed2de006d
6779 changed files with 514323 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
extends layout
block content
#itemPage
a#back(href="/") «
#stage(style="background-image: url('https://i.ebayimg.com/00/s/NzY1WDEwMjQ=/z/mMEAAOSwB9dama23/$_72.JPG')")
section#details
p Familienurlaub, Camping oder Wochenendausflug - erweitere deinen Stauraum um weitere 147 x 107cm.
ul
li Gesamtgewicht: 750kg
li Nutzlast: 580kg
li Außenmaß: 245 × 154 × 108 cm
li Radgröße: 10"
li Ungebremst
p.price
span.value nur 20€ / Tag
+6
View File
@@ -0,0 +1,6 @@
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}
+17
View File
@@ -0,0 +1,17 @@
extends layout
block content
#stage
div.welcome Willkommen auf Rent For Camp
a.startLink(href="#", onclick="document.getElementById('items').scrollIntoView(); return false;") Jetzt stöbern
section#items
a.item(href="#", style="background-image: url('https://i.ebayimg.com/00/s/NzY1WDEwMjQ=/z/mMEAAOSwB9dama23/$_72.JPG')")
title Anhänger
intro Ich bin eine Beschreibung.
a.item(href="#", style="background-image: url('https://i.pinimg.com/originals/40/e7/7f/40e77f882031dc270a1010fd373a19d5.jpg')")
title Diesel-Heizung
intro Ich bin eine Beschreibung.
a.item(href="#", style="background-image: url('https://tenturi.com/91/reifentritt.jpg')")
title Reifen-Tritthilfe
intro Ich bin eine Beschreibung.
+15
View File
@@ -0,0 +1,15 @@
doctype html
html
head
title= title
meta(charset="utf-8")
meta(name="viewport", content="width=device-width, initial-scale=1, shrink-to-fit=no")
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content
script(src="/javascripts/jquery-3.3.1.min.js", crossorigin="anonymous")
script(src="/javascripts/bootstrap.bundle.min.js", crossorigin="anonymous")
script(src="/javascripts/actions.js", crossorigin="anonymous")