-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us-our-values.html
executable file
·38 lines (27 loc) · 1.28 KB
/
about-us-our-values.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
layout: default
title: Our values
section_id: about us
---
<div class='non-parallax' style='background-image: url(images/sliders/passage.jpg); color: #fff;'>
<div class='row'>
<div class='twelve columns'>
{% include section-header.html title="About us" color="#fff" tagline="Our values" class="big" %}
</div>
</div>
<div class='four spacing'></div>
</div>
<div class="full" style="background: #f5f5f5;">
<div class="row">
<div class="large-12 columns">
<div class="spacing"></div>
<div class='mod modCallToAction'>
<p class='centered-text large'>
We want to <strong>make a difference</strong> that positively impacts millions of lives. For real success this must be done with the utmost <strong>integrity</strong> and will be extremely hard work, requiring us to be <strong>tenacious</strong> and <strong>entrepreneurial</strong>. We embrace this challenge with <strong>enthusiasm</strong> and <strong>openness</strong>, accepting our own <strong>agency</strong> in constantly <strong>learning</strong> and working as a <strong>team</strong> with everyone rallying as a <strong>custodian</strong> of the company to achieve our goal.
</p>
</div>
<div class="four spacing"></div>
</div>
</div>
</div>
</div>