2016-04-13 05:31:19 +00:00
{% load static %}
2016-04-16 01:18:29 +00:00
{% load i18n %}
2016-04-13 05:31:19 +00:00
< section id = "services" >
2017-10-31 21:20:47 +00:00
< div class = "container" >
2018-02-04 14:03:47 +00:00
< div class = "text-center section-heading-contain wow fadeInDown" >
2017-11-28 21:26:31 +00:00
< h2 class = "section-heading" > {% trans "our services" %}< / h2 >
2017-11-28 22:32:52 +00:00
< h3 class = "section-subheading text-muted sm_left" >
2017-10-31 21:20:47 +00:00
{% trans "We support our clients in all areas of Unix infrastructure." %}< br / >
{% trans "Our top notch configuration management is refreshingly simple and reliable." %}
< / h3 >
< / div >
2016-04-13 05:31:19 +00:00
< div class = "row text-center" >
< div class = "col-sm-4" >
2017-10-31 21:20:47 +00:00
< div class = "team-member wow fadeInUp" data-wow-delay = "0.25s" >
2016-04-13 05:31:19 +00:00
< img src = "{% static 'ungleich_page/img/team/5.jpg' %}" data-replaced = "{% static 'ungleich_page/img/services/hosting.png' %}" class = "img-responsive img-circle img-toggle" alt = "" >
< div class = "team-member-caption inline-block" >
2017-10-31 21:20:47 +00:00
< h4 class = "portfolio-caption" > {% trans "Hosting" %}< / h4 >
2018-02-14 20:25:29 +00:00
< p class = "text-muted sm_left" > {% trans "Ruby on Rails. Java hosting, Django hosting, we make it everything run smooth and safe." %}< / p >
2016-04-13 05:31:19 +00:00
< / div >
< / div >
< / div >
< div class = "col-sm-4" >
2017-10-31 21:20:47 +00:00
< div class = "team-member wow fadeInUp" data-wow-delay = "0.5s" >
2016-04-13 05:31:19 +00:00
< img src = "{% static 'ungleich_page/img/team/4.jpg' %}" data-replaced = "{% static 'ungleich_page/img/services/configuration.png' %}" class = "img-responsive img-circle img-toggle" alt = "" >
< div class = "team-member-caption inline-block" >
2017-10-31 21:20:47 +00:00
< h4 class = "portfolio-caption" > {% trans "Configuration as a Service" %}< / h4 >
2018-02-14 20:25:29 +00:00
< p class = "text-muted sm_left" > {% trans "Ruby on Rails, Django, Java, Webserver, Mailserver, any infrastructure that needs to configured, we provide comprehensive solutions. Amazon, rackspace or bare metal servers, we configure for you." %}< / p >
2016-04-13 05:31:19 +00:00
< / div >
< / div >
< / div >
< div class = "col-sm-4" >
2017-10-31 21:20:47 +00:00
< div class = "team-member wow fadeInUp" data-wow-delay = "0.75s" >
2016-04-13 05:31:19 +00:00
< img src = "{% static 'ungleich_page/img/team/6.jpg' %}" data-replaced = "{% static 'ungleich_page/img/services/linux.png' %}" class = "img-responsive img-circle img-toggle cursor-pointer" alt = "" >
< div class = "team-member-caption inline-block" >
2017-10-31 21:20:47 +00:00
< h4 class = "portfolio-caption" > {% trans "Linux System Engineering" %}< / h4 >
2018-02-14 20:25:29 +00:00
< p class = "text-muted sm_left" > {% trans "Let your developers develop! We take care of your system administration. Gentoo, Archlinux, Debian, Ubuntu, and many more." %}< / p >
2016-04-13 05:31:19 +00:00
< / div >
< / div >
< / div >
< / div >
2017-10-31 21:20:47 +00:00
< / div >
2016-05-08 15:01:59 +00:00
< / section >