Newer
Older
## Cloud
## Software
<div class="flex-cards">
{%- assign posts = site.pages | where_exp: "item", "item.path contains 'services/software'" -%}
{% for post in posts -%}
{% include cards/post_card_image.html post=post excerpt=true %}
{% endfor -%}
</div>
## Backbone
## Guidelines
<div class="flex-cards">
{%- assign posts = site.categories['guidelines'] | where: "lang", "en" -%}
{% for post in posts -%}
{% include cards/post_card_image.html post=post %}
{% endfor -%}
</div>
<div class="alert alert-success">
<h2 id="contact-us"><i class="fas fa-info-circle"></i> Comments or Suggestions?</h2>
<p>
Feel free to <a href="{% link contact.md %}">contact us</a>.
</p>
</div>