33 lines
886 B
Plaintext
33 lines
886 B
Plaintext
doctype html
|
|
|
|
include module/head.pug
|
|
main#app
|
|
.bg-white.section.text-dark
|
|
.container.mb-big
|
|
.text-center
|
|
div
|
|
h1.text-huge.text-withSubtitle Open Tourism Map
|
|
h2.text-big.text-gray Collaborative Holiday Planner
|
|
.spacer
|
|
.section.bg-dark.text-white
|
|
.container-medium
|
|
.row
|
|
.col-8
|
|
h2.text-big Your journey
|
|
p.text-gray
|
|
| Browse hotels, restaurants and attractions,....
|
|
br
|
|
|
|
|
| Select and plan the varying elements of your journey
|
|
.col-4
|
|
.row.align
|
|
.input
|
|
input#journey.id(v-model="journey.id", placeholder="ID", type="text")
|
|
p
|
|
.row.align
|
|
button.button.button--primary.button--mobileFull(
|
|
v-on:click="start_journey"
|
|
) Start the journey
|
|
|
|
include module/foot.pug
|