67 lines
2.4 KiB
HTML
67 lines
2.4 KiB
HTML
|
<div class="home-page">
|
||
|
<div class="section-header">
|
||
|
<div class="container-fluid dark">
|
||
|
<div class="container">
|
||
|
<h1>Welcome to Robur</h1>
|
||
|
<span class="text-center">
|
||
|
<span class="manchet">
|
||
|
<p>{{ robur.description }}</p>
|
||
|
</span>
|
||
|
</span>
|
||
|
<div class="button-pair">
|
||
|
<button class="contact-btn"><a href="#contact">Contact us</a></button>
|
||
|
<button class="github-btn"><a href="{{ robur.github }}">Find us on GitHub</a></button>
|
||
|
</div>
|
||
|
</div>
|
||
|
<img src="{{ root }}/images/vector_graphic.png" alt="Vector Graphics" class="background-vector">
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="section-1">
|
||
|
<div class="container-fluid dark">
|
||
|
<div class="container">
|
||
|
{%- autoescape false -%}
|
||
|
{{ what_we_do.body }}
|
||
|
{% endautoescape -%}
|
||
|
<div class="p-manchet">
|
||
|
<div class="col-md-4 p0">
|
||
|
<object data="{{ root }}/images/home.svg" type="image/svg+xml">
|
||
|
<img src="{{ root }}/images/home.svg" alt="Robust Infrastructure" />
|
||
|
</object>
|
||
|
<p class="first-box-p">Robust infrastructure</p>
|
||
|
</div>
|
||
|
<div class="col-md-4 p0">
|
||
|
<img src="{{ root }}/images/os_icon.png" alt="Open Source Projects">
|
||
|
<p>Open source projects</p>
|
||
|
</div>
|
||
|
<div class="col-md-4 p0">
|
||
|
<img src="{{ root }}/images/what_we_do_graphics_1.png" alt="Bottom-up Approach">
|
||
|
<p>Bottom-up approach</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="p-bottom">
|
||
|
<div class="col-md-4 p0">
|
||
|
<img src="{{ root }}/images/what_we_do_graphics_2.png" alt="Underscoring Security">
|
||
|
<p>Underscoring security</p>
|
||
|
</div>
|
||
|
<div class="col-md-4 p0 last-box">
|
||
|
<img src="{{ root }}/images/what_we_do_graphics_3.png" alt="Reliable Technology">
|
||
|
<p>Reliable technology</p>
|
||
|
</div>
|
||
|
<div class="col-md-4 p0">
|
||
|
<button class="our-work-btn"><a href="{{ root }}/our_work.html">Our work</a></button>
|
||
|
<button class="about-us-btn"><a href="{{ root }}/about_us.html">About us</a></button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="section-2">
|
||
|
<div class="container-fluid">
|
||
|
<div class="container">
|
||
|
{%- autoescape false -%}
|
||
|
{{ cooperative.body }}
|
||
|
{% endautoescape -%}
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|