Files
osem/_includes/about.html
2015-03-09 15:40:03 +01:00

46 lines
2.3 KiB
HTML

<!-- 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" 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">
OSEM helps you to call for papers in your community. Receive, classify, evaluate 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" 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">
OSEM assists 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" 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">
OSEM 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>
</div>
</section>