<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="styles.css"> <script type="module" src="script.js"></script> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins"> </head> <body class="home-body"> <nav class="topnav sticky"> <a href="index.html"> <img src="coinklogo.png" class="logo" alt="img" width="230" height="150"> </a> <div> <a href="track.html">Track</a> <a href="learn.html">Learn</a> <a href="play.html">Play</a> <a href="plan.html">Plan</a> <a href="login.html">Login</a> </div> </nav> <!-- actual content--> <div class="homecontent"> <div class="row hometop"> <div class="column homebox"> <h1>Welcome to Coink!</h1> <h2>plan your pigture perfect future </h2> </div> <div class="column" style="margin-left: -55px;"> <img src="pinkclouds.jpg" alt="img"> </div> </div> <div class="homebot"> <h1>What is Coink?</h1> <h2>Coink is a fun and interactive tool for learning about financial literacy that is aimed towards middle and high school students. We provide an all-in-one platform to track your current finances, learn about personal finance essentials, play engaging financial simulations, and plan your financial future.</h2> <h1>Why Choose Coink?</h1> <h2>Millions of young adults grow up uninformed when it comes to personal finance. This leads to a lot of stress as well as poor finance management skills that hurt them in the long run. You can avoid this and make sure your financial future is bright by using Coink. </h2> <p class="takecontrol">take control of your financial future today with coink!</p> </div> </div> <footer class="footer"> © Coink! 2021 <p> Contact us at coink@gmail.com</p> </footer> </body> </html>