mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
28 lines
874 B
HTML
28 lines
874 B
HTML
---
|
|
layout: page
|
|
|
|
title: Contact BigchainDB GmbH
|
|
tagline: Get In Touch
|
|
|
|
js: page-contact.min.js
|
|
---
|
|
|
|
<section class="section section-contactform">
|
|
|
|
<div class="row">
|
|
<div class="h-card contactlist">
|
|
<p><strong class="p-name p-org">{{ site.address.company }}</strong></p>
|
|
|
|
<div class="p-adr">
|
|
<p class="p-street-address">{{ site.address.street }}</p>
|
|
<p><span class="p-postal-code">{{ site.address.zip }}</span> <span class="p-locality">{{ site.address.city }}</span></p>
|
|
<p class="p-country-name">{{ site.address.country }}</p>
|
|
</div>
|
|
|
|
<p><a class="u-url" href="{{ site.url }}">{{ site.url | remove: 'https://' }}</a></p>
|
|
<p><a class="u-email" href="mailto:{{ site.email.contact }}">{{ site.email.contact }}</a></p>
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|