Expanding aboutus page

This commit is contained in:
Alexander Hosking 2017-02-07 17:13:43 -05:00
parent 32301e5f61
commit 1720c1097a

View File

@ -9,7 +9,7 @@
<div class="px-text">
<div class="px-text-holder">
<h1>About Us</h1>
<span>One jeepers stood owing and narrow while among that orca thanks.</span>
<span>You may think we're a one man shop, bust just you wait and see. We'll get your project from planning to completion faster than you'd expect.</span>
</div>
</div>
</div>
@ -26,16 +26,16 @@
<div class="px-section-title">
<h3>Our Story</h3>
</div>
<p class="px-textborder" style="margin:0 0 30px;">That sleekly gosh strangely jeez and wide scowled a that over brought much lantern inset hey humorous considerable far far that sleekly bridled that crud faultily mistook gosh oh besides shed kangaroo this crookedly and llama thanks more one sexily instead much much nicely onto fruitfully turtle some impudently decisive unlike far up spontaneously wherever icy some roughly oh guinea as one festive wildebeest far proud this hamster more invidious one far until much this concomitantly and and dachshund alas.</p>
<p style="margin:0;">Stolid the wow goat about hello insufferably harmful indescribably one nightingale gawked notably mandrill responsibly until since diligent darn while cozily earthworm grudgingly greedy frugally less this yikes therefore like ahead extensively scantly alas suave oh darn jeepers well mandrill over.</p>
<p class="px-textborder" style="margin:0 0 30px;">Because being handsome just isn't enough anymore</p>
<p style="margin:0;">Blah, blah, blah</p>
</div>
</div>
<div class="element-size-50">
<div class=" lightbox col-md-12">
<p style="margin:0 0 30px; padding:42px 0 0;">Seal soft annoyingly overpaid hello some alas yellow jeepers jeepers less and versus tarantula fortuitously the as crud notwithstanding messy that after buffalo warthog well oversaw tuneful opposite much meant that conservatively confessedly the and more lemur and sank hey wherever globefish a less beyond and dishonest crud a overrode far much hey much squid partook hare hooted less grasshopper square robust erratically from rubbed kiwi and then wound oh alas nosily jeez wow hence.</p>
<p style="margin:0 0 30px; padding:42px 0 0;">More blah blah blah.</p>
<div class="px-author-sec">
<h6>James harshaw</h6>
<span>Chife Operating Office</span>
<h6>John Paul Sacco</h6>
<span>Chief Construction Office</span>
<img src="{{ url_for('static', filename='images/sgnaiture.png') }}" alt="#">
</div>
</div>
@ -49,7 +49,7 @@
</div>
</div>
</div>
<div class="element-size-100">
<!-- <div class="element-size-100">
<div class="px-partner">
<ul class="row">
<li class="col-md-2"><figure><a href="#"><img src="{{ url_for('static', filename='extra-images/clients-1.png') }}" alt="#"></a></figure></li>
@ -157,11 +157,11 @@
</article>
</div>
</div>
</div>
</div> -->
</div>
</div>
</section>
<section class="page-section" style="background:url(assets/extra-images/bg-counter.png) no-repeat; background-size:cover; padding:60px 0 30px;">
<section class="page-section" style="background:url({{ url_for('static', filename='extra-images/bg-counter.png') }}) no-repeat; background-size:cover; padding:60px 0 30px;">
<div class="container">
<div class="row">
<div class="section-fullwidth">
@ -421,7 +421,7 @@
</div>
</div>
</section>
<section class="page-section" style="background:url(assets/extra-images/bg-testimonial.png) no-repeat; background-size:cover; padding:50px 0 20px;">
<!-- <section class="page-section" style="background:url(assets/extra-images/bg-testimonial.png) no-repeat; background-size:cover; padding:50px 0 20px;">
<div class="container">
<div class="row">
<div class="section-fullwidth">
@ -464,12 +464,12 @@
</div>
</div>
</div>
</section>
</section> -->
<section class="page-section" style="padding:85px 0 0; margin-bottom:50px;">
<div class="container">
<div class="row">
<div class="section-fullwidth">
<div class="element-size-100">
<!-- <div class="element-size-100">
<div class="">
<div style="text-align: center;" class="px-fancy-heading">
<h2>Power Behind Our Work</h2>
@ -589,12 +589,12 @@
</div>
</div>
</div>
</div>
</div> -->
<div class="element-size-100">
<div class="px-fancy-heading" style="text-align: center;">
<div class="px-content-inner">
<h2>Our Clients</h2>
<p>One jeepers stood owing and narrow while among that orca thanks.</p>
<p>Our clients are the best clients.</p>
</div>
</div>
</div>
@ -618,7 +618,18 @@
</section>
</div>
</main>
<!-- Main Content -->
<script>
/* ---------------------------------------------------------------------------
* Counter Integers Function
* --------------------------------------------------------------------------- */
jQuery(document).ready(function( $ ) {
$('.custom-counter').counterUp({
delay: 10,
time: 1000
});
});
</script>
<!-- Main Content -->
<!-- Footer -->
{% include 'blocks/footer.html' %}