nguyent063

about.html

Feb 21st, 2021 (edited)
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <title>About</title>
  8.     <link href="style.css" rel="stylesheet" type="text/css"/>
  9.     <link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
  10.     <link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
  11. </head>
  12. <body>
  13.     <div class="topnav">
  14.         <a href="index.html">Home</a>
  15.         <a href="game.html">Game</a>
  16.         <a href="about.html">About</a>
  17.         <img src="Monkey Market Logo.svg" alt="Logo">
  18.     </div>
  19.     <h1> About Monkey Market </h1>
  20.     <div class="forparents">
  21.       <p>The purpose of Monkey Market is to give kids a fun and exciting stepping stone into learning about the stock market and the real-world events that affect it. <b>Buying and selling shares, net worth, and reading graphs are all important concepts that children are able to learn about through Monkey Market.</b> By simplifying the general idea of the stock market in a new, digestible concept for younger children, Monkey Market hopes to make understanding the stock market a little easier for children of all ages.
  22. </p>
  23.     </div>
  24.     <div id="test_chart"></div>
  25.     <script src="chart.js"></div>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment