CINXE.COM
Fitness for Life: Middle School
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Fitness for Life: Middle School</title> <link href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css" rel="stylesheet" /> <script defer src="https://use.fontawesome.com/releases/v6.1.1/js/all.js"></script> </head> <body> <section class="section"> <div class="container"> <div class="content"> <img src="/webfiles/images/HK-logo-hor.png" width="300" alt="Human Kinetics, Inc Logo"> </div> <div class="notification"> <article class="media"> <div class="media-left"> <span class="icon is-large"><i class="fa-solid fa-2x fa-book-open" aria-hidden="true"></i></span> </div> <div class="media-content"> <div class="content"> <p><strong>Students</strong><br /> Students can access the web resource for <em>Fitness for Life: Middle School</em> by clicking the button below. </p> <p> <div class="button is-dark" title="Click this button to go to the web resource homepage."> <i class="fa-solid fa-arrow-up-right-from-square" aria-hidden="true"></i> <strong> </strong> <a href="index.html" target="_blank"> <small><strong>Web Resource</strong></small></a> </div> </p> </div> </div> <!-- <div class="media-content"> <div class="content"> <p><strong>Students</strong><br /> Students can access the web resource for <em>TITLE</em> by clicking the button below. </p> <p> <div class="button is-dark" title="Click this button to go to the web resource homepage."> <i class="fa-solid fa-arrow-up-right-from-square" aria-hidden="true"></i> <strong> </strong> <a href="WR/index.html" target="_blank"> <small><strong>Web Resource</strong></small></a> </div> </p> </div> </div> --> </article> <article class="media"> <div class="media-left"> <span class="icon is-large"><i class="fa-solid fa-2x fa-person-chalkboard" aria-hidden="true"></i></span> </div> <div class="media-content"> <div class="content"> <p><strong>Instructors</strong><br /><a href="https://us.humankinetics.com/pages/review-desk-copy-request-form" target="_blank">Visit our website</a> to request ancillary materials.</p> </div> </div> </article> </div> </div> </section> </body> </html>