File: //home/awaldron/_domains/cmt.alanwaldron.com/index.php
<?php include('_header_html.php'); ?>
<!-- Header -->
<header id="header-1">
<div class="header-masc">
<!-- Background animation -->
<div class="space-header">
<div class="stars"></div>
</div>
<!-- Background animation end-->
<div class="container header-container" style="height:100vh;">
<div class="row">
<div class="col-md-12 col-sm-12 main-title wow fadeInUp" data-wow-duration="1.9s" style="padding:18vh 0 40px;height:auto;">
<div class="text-center" style="width:100%;">
<img src="images/commet-icon-w.png" style="max-width: 300px; margin-bottom:60px;" />
<!-- Main header title -->
<h3 class="white text-center"><b>Choose Your Path:</b></h1>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 wow fadeInUp" data-wow-duration="1.9s" style="padding-top:0;">
<div class="text-center" style="width:100%;">
<a href="build-communities.php" class="btn big-btn">
<h3 class="white text-center">I would like to <br/><b>Build Communities</b><br/> for my business, non-profit or social group.</h3>
</a>
</div>
</div>
<div class="col-md-6 col-sm-6 wow fadeInUp" data-wow-duration="1.9s" style="padding-top:0;">
<div class="text-center" style="width:100%;">
<a href="join-communities.php" class="btn big-btn">
<h3 class="white text-center">I would like to <br/><b>Join Communities</b><br/> and meet new people who share my interests.</h3>
</a>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Header end -->
<?php include('_footer_html.php'); ?>