<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="styles.css"> <script type="module" src="script.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> </head> <body> <div class="topnav" > <a class="active" href="#home">Home</a> <a href="#projects">Exercise</a> <a href="#about">About</a> <a href="https://snuggoat54.qoom.space/personalPhysicalTherapist/mission.html">Mission</a> <a href="https://snuggoat54.qoom.space/personalPhysicalTherapist/contact.html">Contact Us</a> <div class="search-container"> <form action="/acage.php"></form> <input id="searchbar" onkeyup="search_body()" type="text" name="search" placeholder="Search..."> <button type="submit">Submit</button> </div> </div> <div id="home"> <section class="intro"> <h2>PAPT</h2> <p class="maintext">(personal artificial physical therapist)</p> <p class="maintext">The Virtual Way to Make Sure You Heal Healthy</p> <p class="maintext"> Use this website to aid you in your recovery as you learn the correct ways to do exercises</p> </section> </div> <!--───────────────Projects───────────────--> <div id="projects"> <h3>Your Injury.<hr></h3> <p>Select one of the boxes below to get exercises</p> <div class="work-box"> <div class="work"> <!--───────────────card───────────────--> <div class="card"> <img class="work-img" src="https://i0.wp.com/cdn-prod.medicalnewstoday.com/content/images/articles/324/324246/man-with-front-shoulder-pain.jpg?w=1155&h=1541"> <a href="https://snuggoat54.qoom.space/personalPhysicalTherapist/shoulder.html" > <!--Link to project--> <div class="work-content">Shoulder</div></a> </div> <div class="card"> <img class="work-img" src="https://medcraze.com/wp-content/uploads/2020/06/elbow-joint-instability.jpg"> <a href="https://snuggoat54.qoom.space/personalPhysicalTherapist/elbow.html"> <!--Link to project--> <div class="work-content">Elbow</div></a> </div> <div class="card"> <img class="work-img" src="https://media.istockphoto.com/photos/old-man-suffering-from-pain-and-rheumatism-picture-id862018330?k=6&m=862018330&s=612x612&w=0&h=8x8fCGIP9LfgtLubpJ2plLD4omoRgQ2fgHIAuf957sk="> <a href="https://snuggoat54.qoom.space/personalPhysicalTherapist/wrist.html"> <!--Link to project--> <div class="work-content">Wrist</div></a> </div> <div class="card"> <img class="work-img" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Hand_Model.jpg/1200px-Hand_Model.jpg"> <a href="https://snuggoat54.qoom.space/personalPhysicalTherapist/hand.html"> <!--Link to project--> <div class="work-content">Hand</div></a> </div> <div class="card"> <img class="work-img" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSMLGfM6DVwRE-aVX_NurdxU_nmECgUQYs0hg&usqp=CAU"> <a href="https://snuggoat54.qoom.space/personalPhysicalTherapist/back.html"> <!--Link to project--> <div class="work-content">Back</div></a> </div> <div class="card"> <img class="work-img" src="https://media.istockphoto.com/photos/hip-back-and-spinal-problems-in-young-ages-picture-id1051136258?k=6&m=1051136258&s=612x612&w=0&h=7ZPBaf4nKo4Qj3wrQ-zCZ2TZJMTZVbtT4z0mYaLjZ94="> <a href="https://snuggoat54.qoom.space/personalPhysicalTherapist/hip.html"> <!--Link to project--> <div class="work-content">Hip</div></a> </div> <div class="card"> <img class="work-img" src="https://www.businessinsider.in/photo/78558709/5-common-injuries-that-cause-knee-pain-while-running-and-how-to-treat-them.jpg?imgsize=158434"> <a href="https://snuggoat54.qoom.space/personalPhysicalTherapist/knee.html"> <!--Link to project--> <div class="work-content">Knee</div></a> </div> <div class="card"> <img src="https://sparkpeo.hs.llnwd.net/e1/resize/100//blog_photos/main/BigImages/walking_header.png"> <a href="https://snuggoat54.qoom.space/personalPhysicalTherapist/ankle.html" > <!--Link to project--> <div class="work-content">Ankle</div></a> </div> </div> </div> </div> <!--──────────────About────────────────--> <div id="about"> <!--────social media links─────--> <h3>About Us<hr></h3> <p>Personal physical theapist is a website dedicated to</br>helping with physical therapy and exercises remotely.</br>PAPT measures your body movements to ensure you are</br>doing every exercise correctly which can help prevent</br>exercise born injuries.</p> <a href="https://snuggoat54.qoom.space/~/personalPhysicalTherapist/Feedback"><button>Feedback Survey</button></a> </div> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <footer> <p class="footer">Made By: <a href='https://personal-website-starter-code.kaylaalmonte.repl.co/' target="_blank">Kayla Almonte</a></p> </footer> </body> </html>