Advertisement
cognitios

FitnessleafCode

Nov 20th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4.   <title>Project Cognitios</title>
  5.   <meta name="keywords" content="Knowledge, Directory, Links, Learn, Cognitios, Resources">
  6.   <meta name="description" content="Learn anything on the web">
  7.   <meta name="author" content="Blake Foster" >
  8.   <link href="dist/css/bootstrap.min.css" rel="stylesheet">
  9.   <link rel="stylesheet" type="text/css" href="style.css">
  10.   <link rel="stylesheet" type="text/css" href="leaf.css">
  11.   <link rel="icon" type="image/png" href="/images/projectcognitios.png">
  12. </head>
  13. <body>
  14.   <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
  15.       <div class="container">
  16.         <div class="navbar-header">
  17.           <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
  18.             <span class="sr-only">Toggle navigation</span>
  19.             <span class="icon-bar"></span>
  20.             <span class="icon-bar"></span>
  21.             <span class="icon-bar"></span>
  22.           </button>
  23.           <a class="navbar-brand" href="index">Project Cognitios</a>
  24.         </div>
  25.         <div id="navbar" class="collapse navbar-collapse">
  26.           <ul class="nav navbar-nav navbar-right">
  27.             <li><a href="index">Home</a></li>
  28.             <li><a href="about">About</a></li>
  29.             <li><a href="leaves">Leaves</a></li>
  30.           </ul>
  31.         </div><!--/.nav-collapse -->
  32.       </div>
  33.     </nav>
  34.     <div class="container">
  35.       <div class="starter-template">
  36.       <hr>
  37.         <hr>
  38.             <h2>Fitness Leaves</h2>
  39.             <hr>
  40.             <img src="images/online.png"><br>
  41.             <a href="http://www.athletestreatingathletes.com/">Athletes Treating Athletes</a>
  42.             <p>A one-stop resource for athletes working through or trying to prevent overuse injuries</p>
  43.             <a href="http://www.catalystathletics.com/exercises/index.php">Catalyst Athletics</a>
  44.             <p>A nice gallery of exercise demos</p>
  45.             <a href="http://exrx.net/">ExRx</a>
  46.             <p>An exhaustive resource covering every exercise imaginable</p>
  47.             <a href="http://www.fitnessblender.com/">Fitness Blender</a>
  48.             <p>Home workout videos from strength training to cardio and flexibility, ranging from 5 to 90 minutes long.</p>
  49.             <a href="http://www.mobilitywod.com/">MobilityWOD</a>
  50.             <p>Understand the mechanics of your body and learn tools to perform basic maintenance on yourself</p>
  51.             <a href="http://www.rohitnair.net/pp/">Program Picker</a>
  52.             <p>Recommends the best program for you to meet your fitness goals</p>
  53.             <a href="https://zuzkalight.com/">Zuzka Light</a>
  54.             <p>A nice fitness site</p>
  55.             <a href="https://fitloop.co/">Fitloop</a>
  56.             <p>Learn practical fitness routines for free</p>
  57.             <a href="http://myfreeyoga.com/">My Free Yoga</a>
  58.             <p>Videos demonstrating proper yoga excersizes</p>
  59.             <hr>
  60.             <img src="images/toolbox.png"><br>
  61.             <a href="http://timetoswole.com/">Time to Swole</a>
  62.             <p>A tool designed to help you set realistic goals for your weightlifting journey.</p>
  63.       </div>
  64.     </div><!-- /.container -->
  65.     <!-- Bootstrap core JavaScript
  66.    ================================================== -->
  67.     <!-- Placed at the end of the document so the pages load faster -->
  68.   <hr>
  69.   <footer>
  70.     <p id="footer">Copyright &copy; Cognitios 2014</p>
  71.   </footer>
  72.   <script id="sid0020000076069100958">(function() {function async_load(){s.id="cid0020000076069100958";s.src=(window.location.href.indexOf('file:///') > -1 ? 'http:' : '') + '//st.chatango.com/js/gz/emb.js';s.style.cssText="width:200px;height:300px;";s.async=true;s.text='{"handle":"projectcognitios","arch":"js","styles":{"a":"4c7513","b":100,"c":"c9ea9c","d":"9ac361","e":"c9ea9c","g":"4c7513","h":"c9ea9c","k":"4c7513","l":"4c7513","m":"4c7513","n":"FFFFFF","q":"4c7513","r":100,"t":0,"pos":"br","cv":1,"cvbg":"4c7513","cvfg":"c9ea9c","cvw":75,"cvh":30,"sbc":"4c7513","cnrs":"0.35"}}';var ss = document.getElementsByTagName('script');for (var i=0, l=ss.length; i < l; i++){if (ss[i].id=='sid0020000076069100958'){ss[i].id +='_';ss[i].parentNode.insertBefore(s, ss[i]);break;}}}var s=document.createElement('script');if (s.async==undefined){if (window.addEventListener) {addEventListener('load',async_load,false);}else if (window.attachEvent) {attachEvent('onload',async_load);}}else {async_load();}})();</script>
  73. </body>
  74.   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  75.   <script src="dist/js/bootstrap.min.js"></script>
  76. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement