Exemple #1
0
					</div>
					<div class="col-md-4 black sub-sec">
						<div class="sec-details textclass">
							<?php 
add_logo_svg(array('bgcolor' => '#14519A'));
?>
							<h3 class="blue">ENTREPRENEUR WELCOME</h3>
							<p>Your idea’s from whiteboard to market.Its simply – You have an idea we help you build it. Today there is more and more people looking to build their own technology business, not all have the necessary skills …</p>
							<div><a class="btn btn-primary-outline black" href="#">learn more</a></div>
						</div>
						<span><img alt="" src=""></span>
					</div>
					<div class="col-md-4 black sub-sec">
						<div class="sec-details textclass">
							<?php 
add_logo_svg(array('bgcolor' => '#A6CE37'));
?>
							<h3 class="green">ENTREPRENEUR WELCOME</h3>
							<p>Your idea’s from whiteboard to market.Its simply – You have an idea we help you build it. Today there is more and more people looking to build their own technology business, not all have the necessary skills …</p>
							<div><a class="btn btn-primary-outline black" href="#">learn more</a></div>
						</div>
					</div>
				</div>
			</div>

			<?php 
$latest_post = new WP_Query("showposts=4");
if ($latest_post->have_posts()) {
    ?>
			<h3 id="blogslist" class="text-center blog-hdr">FROM OUR BLOG</h3>
			<div class="container-fluid section blogs-list">
Exemple #2
0
$glyphs = array('bloglovin' => '&#xe80f;', 'dribbble' => '&#xe800;', 'email' => '&#xe80b;', 'facebook' => '&#xe802;', 'flickr' => '&#xe80a;', 'github' => '&#xe80c;', 'gplus' => '&#xe801;', 'instagram' => '&#xe809;', 'linkedin' => '&#xe806;', 'pinterest' => '&#xe803;', 'rss' => '&#xe805;', 'stumbleupon' => '&#xe808;', 'tumblr' => '&#xe807;', 'twitter' => '&#xe80d;', 'vimeo' => '&#xe80e;', 'youtube' => '&#xe804;');
?>

<div class="footer-top container-fluid section">
  <div class="sec-details text-over-img white">
    <h3>CREATIVE PROCESS STARTS</h3>
    <a class="btn btn-primary-outline" href="#">HERE</a>
  </div>
  <span><img alt="" src="/newlab/wp-content/themes/newlab/images/bg-footer-top.png"></span>
</div>

<footer class="container-fluid global-footer">
  <div class="col-md-6">
    <div class="footer-logo">
      <?php 
add_logo_svg(array('textcolor' => '#fff', 'labcolor' => '#000', 'bgcolor' => '#fff'));
?>
    </div>
    <div class="copyright">
      <p>Copyright <?php 
echo date('Y');
?>
 1337 LAB a proud laboratory for ideas in the heart of New York city</p>
      <p>244 Fifth Ave, 10001 <span>(209) 691-3379</span><br>hello@1337lab.io</p>
    </div>
  </div>

  <div class="footer-social col-md-6">
      <ul class="list-inline">
        <li class="social-facebook fontello"><a href="https://www.facebook.com/pages/1337lab/884369791601922?ref=hl" target="_blank"><?php 
echo $glyphs['facebook'];