mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
Matthias Kretschmann
77e10d9a8f
* add meetup link to community page * all social data as array * add next meetup link to hero, grab data from Meetup API * community bar style tweaks
49 lines
1.7 KiB
HTML
49 lines
1.7 KiB
HTML
---
|
|
layout: page
|
|
|
|
title: Community
|
|
tagline: "Get Involved"
|
|
description: 'There are many ways you can contribute to the BigchainDB project, some very easy and others more involved.'
|
|
|
|
image: photo2.jpg
|
|
|
|
js: page-community.min.js
|
|
quotes: set3
|
|
---
|
|
|
|
<section class="section section-community">
|
|
<div class="row">
|
|
<header class="section-header">
|
|
<p class="section-description">There are many ways you can contribute to the BigchainDB project, some very easy and others more involved. We welcome all potential contributors, so we ask that everyone participating abide by some simple guidelines.</p>
|
|
|
|
<a href="{{ site.social.github.url }}/{{ site.social.github.repo }}/blob/master/CONTRIBUTING.md" class="btn btn-primary btn-sm">Read The Guidelines</a>
|
|
</header>
|
|
|
|
<div class="grid grid--full grid-small--fit grid--gutters">
|
|
<div class="grid__col">
|
|
<h1>Follow</h1>
|
|
<p>Follow us for the latest updates</p>
|
|
|
|
{% for link in site.social %}
|
|
<a class="social-link js-social-link" href="{{ link[1].url }}" title="{{ link[1].title }}">
|
|
<svg class="icon icon--social icon--{{ link[0] }}" aria-labelledby="title">
|
|
<title>{{ link.title }}</title>
|
|
<use xlink:href="/assets/img/sprite.svg#{{ link[0] }}"></use>
|
|
</svg>
|
|
<span class="social-link__title">{{ link[1].title }}</span>
|
|
</a>
|
|
{% endfor %}
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% include svg/wrigley-with-stage.svg %}
|
|
|
|
</section>
|
|
|
|
{% include sections/section-newsletter.html %}
|
|
|
|
{% include sections/section-testimonials.html %}
|