Finished layout with all basic navigations implemented.

This commit is contained in:
2016-03-28 00:41:03 -05:00
parent 077bd0b938
commit a67c362b76
11 changed files with 267 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<link rel="shortcut icon" type="image/png" href="assets/logos/mttalogo64x64.jpg"/>
<link rel="shortcut icon" type="image/png" href="assets/logos/mttalogo64x64.png"/>
<title>MTTA</title>
@@ -38,26 +38,46 @@
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars fa-lg"></i>
</button>
<a class="navbar-brand" href="#">MTTA</a>
<a class="navbar-brand" href="index.html">MTTA</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="news.html">News</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="jumbotron dark-embroidery-bg">
<h1>Manitoba Table Tennis Association</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vel pulvinar tellus. Integer at quam purus. Praesent imperdiet vulputate augue eget fringilla.</p>
<div class="jumbotron main">
<img src="assets/logos/mttalogo_inverted.png" alt="Smiley face" height="19%" width="19%" align="right">
<div class="container">
<h1>Manitoba Table Tennis Association</h1>
<p style="font-size: 100%">The M.T.T.A. is incorporated as a volunteer non-profit organization with the objectives of promoting and developing all aspects of table tennis throughout Manitoba. The M.T.T.A. offers numerous programs which adhere to the Canadian Sport 4 Life principles guiding Long Term Athlete Development.</p>
<a href="news.html" style="color: black;"><button type="button" class="btn btn default">News</button></a>
</div>
</div>
<div class="row">
<div class="col-md-6 padding">
<h3>The Sport and The M.T.T.A.</h3>
<p style="font-size: 90%">Table Tennis, besides being in the Summer Olympics, is also one of the worlds largest participation sports and is the hardest racquet sport to play. Like badminton, squash, tennis and racquetball, table tennis has the parameters of speed, power and placement but add in spin and extreme sudden variations of spin and you have the basis for a most demanding sport. SO GET OUT OF THE BASEMENT AND PLAY TABLE TENNIS WITH THE MANITOBA TABLE TENNIS ASSOCIATION!</p>
</div>
<div class="col-md-6 padding">
<h3>Membership</h3>
<p style="font-size: 90%">Members of the MTTA are automatically granted membership in Table Tennis Canada (TTC) and are entitled to a variety of programs and services offered through the National Office. They are automatically enrolled in Table Tennis Canadas National Rating and Rankings Program. Results of all sanctioned league and tournament matches are automatically submitted to TTC and provincial and national ranking lists are published 12 times fcv throughout the season</p>
</div>
</div>
<div class="container center">
<p style="font-size: 20px;">Follow us at: <a href="https://twitter.com/MbTableTennis"><i class="fa fa-twitter"></i></a> <a href="https://www.facebook.com/tabletennismanitoba"><i class="fa fa-facebook"></i></a> <a href="https://instagram.com/mbtabletennis/"><i class="fa fa-instagram"></i></a></p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>