This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Used prefix: prefix="dtx: http://vocab.datex.org/terms# --> | |
<article typeof="dtx:ParkingSite" resource="{{app.request.baseUrl}}#parking"> | |
<h2 property="dtx:parkingName">{{data.name}}</h2> | |
<p property="dtx:parkingSiteAddress">{{data.address}}</p> | |
<p property="dtx:ParkingLocation">{{data.city}}</p> | |
<p property="dtx:contactDetailsTelephoneNumber">{{data.telephone}}</p> | |
<p property="dtx:parkingDescription">{{data.description}}</p> | |
<p property="dtx:longitude">{{data.longitude}}</p> | |
<p property="dtx:latitude">{{data.latitude}}</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
Met vriendelijke groeten, | |
</p> | |
<div style=" | |
height:100px; | |
display:inline-block; | |
border-radius:2px; | |
padding:30px 120px 30px 5px; | |
box-shadow:2px 2px 0px #021D43; | |
background-color: #EC4D35; |