This commit is contained in:
Levi 2017-01-06 10:24:34 -05:00
commit f9387cd6b8
4 changed files with 168 additions and 43 deletions

View file

@ -61,7 +61,7 @@
<a href="#your">{% trans "Scale out" %}</a>
</li>
<li>
<a href="#our">{% trans "Our promise" %}</a>
<a href="#our">{% trans "Reliable and light" %}</a>
</li>
<li>
<a href="#price">{% trans "Buy VM" %}</a>
@ -139,9 +139,9 @@
<p class="lead">{% trans "Reuse existing factory halls intead of building an expensive building." %}</p>
</li>
<li><i class="fa-li fa fa-check-square-o fa-lg"></i>
<p class="lead">Being creative, using modern and alternative design for a datacenter. </p></li>
<p class="lead">{% trans "Being creative, using modern and alternative design for a datacenter." %} </p></li>
<li><i class="fa-li fa fa-check-square-o fa-lg"></i>
<p class="lead">Being open : Using FOSS exclusively, we can save money for licenses. </p></li>
<p class="lead">{% trans "Being open : Using FOSS exclusively, we can save money for licenses." %} </p></li>
</ul>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
@ -160,8 +160,8 @@
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Scale out</h2>
<p class="lead">We don't use special hardware. We use commodity hardware: we buy computers that you buy. Just many more and put them in a cozy home for computers called data center.</p>
<h2 class="section-heading">{% trans "Scale out" %}</h2>
<p class="lead">{% trans "We don't use special hardware. We use commodity hardware: we buy computers that you buy. Just many more and put them in a cozy home for computers called data center." %}</p>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive" src="{% static 'datacenterlight/img/home.png' %}" alt="">
@ -183,8 +183,8 @@
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Our promise</h2>
<p class="lead">Instead of creating an expensive SLA for availability, we promise that we do our best to run things as smooth as possible.</p>
<h2 class="section-heading">{% trans "Reliable and light" %}</h2>
<p class="lead">{% trans "Our VMs are located in Switzerland, with reliable power supply and fast internet connection. Our VM costs less thanks to our featherlight infrastructure." %}</p>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="{% static 'datacenterlight/img/dog.png' %}" alt="">
@ -206,8 +206,8 @@
<div class="col-xs-12 col-lg-4 col-sm-3">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">We are cutting down the costs significantly!</h2>
<p class="lead">Affordable VM hosting based in Switzerland</p>
<h2 class="section-heading">{% trans "We are cutting down the costs significantly!" %}</h2>
<p class="lead">{% trans "Affordable VM hosting based in Switzerland" %}</p>
</div>
<div class="col-xs-12 col-lg-4 col-sm-3"></div>
<!-- Title -->
@ -223,13 +223,13 @@
<div class="thumbnail">
<img class="relsonsive" src="{% static 'datacenterlight/img/economy.jpg' %}" alt="">
<div class="caption">
<h3>VM hosting </h3>
<p>Based in Switzerland</p>
<h3>{% trans "VM hosting" %} </h3>
<p>{% trans "Based in Switzerland" %}</p>
<p>1 core, </p>
<p>2 GiB RAM, </p>
<p>15 GiB storage(SSD)</p>
<p>{% trans "15 GiB storage(SSD)" %}</p>
<p>
<a href="#" class="btn btn-primary">Buy Now!</a> <a href="#" class="btn btn-default">More Info</a> </p>
<a href="#" class="btn btn-primary btn-buynow">{% trans "Buy Now!" %}</a> <a href="#" class="btn btn-default">{% trans "More Info" %}</a> </p>
</div>
</div>
</div>
@ -251,7 +251,7 @@
<div class="col-lg-12">
<div class="intro-message">
<h1>I want to try!</h1>
<h1>{% trans "I want to try!" %}</h1>
<p>&nbsp;</p>
<p>&nbsp;</p>
@ -269,10 +269,10 @@
</div>
<div class="form-group">
<label class="sr-only" for="exampleInputEmail3">Email address</label>
<label class="sr-only" for="exampleInputEmail3">{% trans "Email address" %}</label>
<input type="email" name="email" class="form-control" id="exampleInputEmail3" placeholder="Enter email">
</div>
<button type="submit" class="btn btn-default">Request Beta Access</button>
<button type="submit" class="btn btn-default">{% trans "Request Beta Access" %}</button>
</form>
@ -295,8 +295,8 @@
<div class="row">
<div class="col-lg-6"></div>
<div class="col-lg-6">
<h2>QUESTIONS? </h2>
<h2>CONTACT US! </h2>
<h2>{% trans "QUESTIONS?" %} </h2>
<h2>{% trans "CONTACT US!" %} </h2>
<h3>ungleich GmbH </h3>
<p><i class="fa fa-envelope-o"></i> info@datacenterlight.ch</p>
<p>In der Au 7, Schwanden 8762</p>
@ -325,27 +325,27 @@
<div class="col-lg-12">
<ul class="list-inline">
<li>
<a href="#">Home</a>
<a href="#">{% trans "Home" %}</a>
</li>
<li class="footer-menu-divider">&sdot;</li>
<li>
<a href="#about">How it works</a></li>
<a href="#about">{% trans "How it works" %}</a></li>
<li class="footer-menu-divider">&sdot;</li>
<li>
<a href="#about">Scale out</a></li>
<a href="#about">{% trans "Scale out" %}</a></li>
<li>&sdot;</li>
<li>
<a href="#about">Our promise</a></li>
<a href="#about">{% trans "Reliable and light" %}</a></li>
<li class="footer-menu-divider">&sdot;</li>
<li>
<a href="#services">Pricing</a>
<a href="#services">{% trans "Pricing" %}</a>
</li>
<li class="footer-menu-divider">&sdot;</li>
<li>
<a href="#contact">Contact</a>
<a href="#contact">{% trans "Contact" %}</a>
</li>
</ul>
<p class="copyright text-muted small">Copyright &copy; ungleich GmbH 2016. All Rights Reserved</p>
<p class="copyright text-muted small">Copyright &copy; ungleich GmbH {% now "Y" %}. All Rights Reserved</p>
</div>
</div>
</div>