Advertisement
Guest User

Untitled

a guest
May 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link href="https://fonts.googleapis.com/css?family=Droid+Serif|Raleway:400,500,600,700" rel="stylesheet">
  5. <link href="css/style.css" rel="stylesheet" type="text/css">
  6. <title>Memory Card Game</title>
  7. </head>
  8. <body>
  9. <header>
  10. <h1>Memory Card Game</h1>
  11. </header>
  12. <nav>
  13. <a href="#">Instructions</a>
  14. <a href="#">Game</a>
  15. </nav>
  16. <main>
  17. <h2>Instructions</h2>
  18. <p>Concentration, also known as Match Match, Memory, Pelmanism, Shinkei-suijaku, Pexeso or simply Pairs, is a card game in which all of the cards are laid face down on a surface and two cards are flipped face up over each turn. The object of the game is to turn over pairs of matching cards.</p>
  19. <div id="game-board" class="board clearfix"></div>
  20. </main>
  21. <footer class="clearfix">
  22. <p class="copyright">
  23. Copyright 2017
  24. </p>
  25. <p class="message">
  26. Created with &hearts; by <span class="name">GA</span>
  27. </p>
  28. </footer>
  29. <h3>Why should I play?</h3>
  30. <p>Match Match is a game that's great for young children and also in a game show format. Its simple rules and minimalist style enable any beginning user to quickly master this iteration, and for its simple design it provides many hours of entertainment.</p>
  31. <a href="https://www.facebook.com/profile.php?id=100004460268906">Follow me on Facebook</a>
  32. <a href="https://www.linkedin.com/in/thomas-mckenna-b8218b144">Add me on LinkedIn</a>
  33. <script src="js/main.js"></script>
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement