Fixed paragraph text back to old color
This commit is contained in:
parent
94a69a4836
commit
6a96a86fd1
1 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
<div class="split-description">
|
||||
<h3>{% trans "We are seriously open source." %}</h3>
|
||||
<p class="lead lead-light">{% blocktrans %} Our full software stack is opensource – We don't use anything that isn't opensource. <br>Yes, we are that cool. {% endblocktrans %}</p>
|
||||
<p class="lead">{% blocktrans %} Our full software stack is opensource – We don't use anything that isn't opensource. <br>Yes, we are that cool. {% endblocktrans %}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -91,7 +91,7 @@
|
|||
<div class="col-xs-12 col-sm-8 col-md-7 text-right">
|
||||
<div class="tech-sub-sec">
|
||||
<h2>{% trans "We believe in giving back to the FOSS community." %}</h2>
|
||||
<p class="lead lead-light">{% blocktrans %}Data Center Light is the child of free and open source software (FOSS). <br>We grew up with it, live by it, and belive in it.<br> The more we work on our data center,<br> the more we contribute back to the FOSS community.{% endblocktrans %}</p>
|
||||
<p class="lead">{% blocktrans %}Data Center Light is the child of free and open source software (FOSS). <br>We grew up with it, live by it, and belive in it.<br> The more we work on our data center,<br> the more we contribute back to the FOSS community.{% endblocktrans %}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -106,7 +106,7 @@
|
|||
<div class="col-xs-12 col-sm-7 col-md-8 col-lg-8 text-left tech-sub-sec ">
|
||||
<div class="tech-sub-sec">
|
||||
<h2>{% trans "We bring the future to you." %}</h2>
|
||||
<p class="lead lead-light">{% blocktrans %} Data Center Light uses the most modern technologies out there.<br>
|
||||
<p class="lead">{% blocktrans %} Data Center Light uses the most modern technologies out there.<br>
|
||||
Your VM needs only IPv6. Data Center Light provides<br> transparent two-way IPv6/IPv4 translation.
|
||||
{% endblocktrans %}</p>
|
||||
</div>
|
||||
|
@ -122,7 +122,7 @@
|
|||
</div>
|
||||
<div class="col-xs-12 col-sm-5 col-md-4 col-lg-4 text-right tech-sub-sec padding-vertical">
|
||||
<div>
|
||||
<p class="lead lead-light">{% blocktrans %} No more spinning metal plates!<br>
|
||||
<p class="lead">{% blocktrans %} No more spinning metal plates!<br>
|
||||
Data Center Light uses only SSDs.<br>
|
||||
We keep things faster and lighter. {% endblocktrans %}</p>
|
||||
</div>
|
||||
|
@ -144,7 +144,7 @@
|
|||
<div class="row text-center">
|
||||
<div class="col-xs-12 col-md-6 text">
|
||||
<h2 class="section-heading">{% trans "Starting from only 15CHF per month. Try now." %}</h2>
|
||||
<p class="lead lead-light">{% trans "Actions speak louder than words. Let's do it, try our VM now." %}</p>
|
||||
<p class="lead">{% trans "Actions speak louder than words. Let's do it, try our VM now." %}</p>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-12 col-md-6 hero-feature">
|
||||
|
|
Loading…
Reference in a new issue