Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.86 KB

File metadata and controls

42 lines (37 loc) · 1.86 KB
layout
home
Under construction

This site will be finished soon! Responsive image

CAB group

Models. Robots. Software.

About us

Welcome to our group!

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Latest news

    {% for post in site.posts %}
        <h5><span class="float-left text-muted text-small"> {{ post.date | date_to_long_string }}</span> > <a href="{{ post.url }}">{{ post.title }}</a></h5>
        {{ post.excerpt | strip_html | strip_newlines | truncate: 156 }}
    {% endfor %}
  
</div>
<div class="col-sm">
  {% twitter https://twitter.com/phantomas1234 limit=2 %}
</div>