<?php

get_header();
?>
<!-- Header Ends Here -->

<!-- Content Begins Here -->
<!-- Main Content Section Begins Here -->

	<?php 
echo alt_highlight_slider();
?>




<div class="container-fluid nopadding">
	<div class="row-fluid nopadding">
		<?php 
$abt_args = array('pagename' => 'about');
$p = new WP_Query($abt_args);
?>
		<div class="col-xs-12">
		<?php 
if ($p->have_posts()) {
    while ($p->have_posts()) {
        $p->the_post();
        ?>
			<?php 
        echo showMeta('Post Title');
        ?>
<?php get_header(); ?>
<!-- Header Ends Here -->

<!-- Content Begins Here -->
	<div class="container-fluid nopadding">
		<div class="row-fluid nopadding">
			<div class="col-xs-12 nopadding">
				<?php echo alt_highlight_slider();?>
			</div>
		</div>
	</div>
	
	<!-- Excerpt from About Page -->
	<div class="container">
		<div class="row">
			<div id="1" class="col-xs-12 nopadding">
				<?php
					$abt_args = array('pagename' => 'about');
					$p = new WP_Query($abt_args);
				?>
				<?php if ( $p->have_posts() ) : while ( $p->have_posts() ) : $p->the_post(); ?>
				<div class="row">
					<div class="row-height">
						<div class="col-xs-6 col-height">
							<div class="inside">
								<div class="content">
									<h2><?php echo showMeta('Post Caption'); ?></h2>
									<?php the_excerpt(); ?>
								</div>
							</div>
						</div>