A couple of small design fixes

This commit is contained in:
Henne Vogelsang 2014-12-11 17:20:13 +01:00
parent 9722dc1c92
commit 60956f6158
6 changed files with 41 additions and 11 deletions

View file

@ -1,35 +1,43 @@
<!-- Services Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center text-muted">
<h3 class="section-heading">Event Management</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-circle fa-stack-2x" style="color: #AEEE00;"></i>
<i class="fa fa-file-text fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Paper Submission</h4>
<hr style="width: 50%; border-color: #AEEE00;">
<p class="text-muted">
Helps you to call for papers in your community. Recieve, classify, eavaluate and schedule submissions for your event.
</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-circle fa-stack-2x" style="color: #01B0F0;"></i>
<i class="fa fa-calendar fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Marketing</h4>
<hr style="width: 50%; border-color: #01B0F0;">
<p class="text-muted">
Assits you in communicating the value of your event. Create a splash page and agenda. Let visitors register &amp; buy tickets for your event.
</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-flash fa-stack-1x fa-inverse"></i>
<i class="fa fa-circle fa-stack-2x" style="color: #FF358B;"></i>
<i class="fa fa-dashboard fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Analytics</h4>
<hr style="width: 50%; border-color: #FF358B;">
<p class="text-muted">
Supports you with staying on top of your event. Inform yourself about the evolution of your program and audience of your event.
Supports you with staying on top of your event. Inform yourself about the evolution of the program and audience of your event.
</p>
</div>
</div>