Skip to content

Instantly share code, notes, and snippets.

View PjGeeroms's full-sized avatar

Pieter-Jan Geeroms PjGeeroms

View GitHub Profile
@PjGeeroms
PjGeeroms / parking.html
Last active July 6, 2016 20:04
Datex2 Rdfa Parking
<!-- 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>
@PjGeeroms
PjGeeroms / signature.html
Created July 7, 2017 07:59
Signature Digital Leader
<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;