about.html 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>SNAKY PARTCILES</title>
  5. </head>
  6. <link rel="stylesheet" href="../css/general.css">
  7. <link rel="shortcut icon" href="../img/favicon.ico" type="image/x-icon">
  8. <link rel="icon" href="../img/favicon.ico" type="image/x-icon">
  9. <body>
  10. <header class="head-container"> SNAKY PARTICLES - ABOUT</header>
  11. <div>
  12. <!--canvas id="navigation">alternate content</canvas-->
  13. <article class="navbar">
  14. <ul>
  15. <li> <img src="../img/logo.png" alt="logo" style="width:120px;height:120px;"> </li>
  16. <li><a class="nav" href="../index.html">Start Game</a></li>
  17. <li><a class="nav" href="./settings.html">Settings</a></li>
  18. <li><a class="nav" href="./scorelist.html">Scorelist</a></li>
  19. <li><a class="nav"href="./about.html">About</a></li>
  20. <li><a class="nav"href="./end.html">Quit</a></li>
  21. </ul>
  22. </article>
  23. </div>
  24. <article class="container">
  25. <p>This game was created as part of the Webfest 2015 at CERN. For more information see on the <a href="https://webfest.web.cern.ch/"> Webfest Homepage</a>.</p>
  26. <p>The game is following the example of the historic game "Snake". It connects aspects of game with learning particle physics. So the two main goals are EDUCATION and FUN.</p>
  27. <p>The project is based on open source. The main libary used is create.js. The whole source code can be accessed by GitHub. Just check the project <a href="ttps://github.com/snaky-particles"> snaky-particles</a>.</p>
  28. <p>The MIT License (MIT)</p>
  29. <p>Copyright (c) 2015 snaky-particles</p>
  30. <p>Permission is hereby granted, free of charge, to any person obtaining a copy
  31. of this software and associated documentation files (the "Software"), to deal
  32. in the Software without restriction, including without limitation the rights
  33. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  34. copies of the Software, and to permit persons to whom the Software is
  35. furnished to do so, subject to the following conditions:</p>
  36. <p>The above copyright notice and this permission notice shall be included in all
  37. copies or substantial portions of the Software.</p>
  38. <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  39. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  40. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  41. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  42. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  43. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  44. SOFTWARE.</p>
  45. </article>
  46. <footer class="foot-container">
  47. <div class="left"> Snaky Particles: An educational particle physics game.</div>
  48. <div align="right"> @CERN-Webfest 2015 </div>
  49. </footer>
  50. </body>
  51. </html>