index.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <!doctype html>
  2. <html>
  3. <!-- This Part Runs Base.html-->
  4. <header>
  5. <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
  6. <script>
  7. $(function(){
  8. $("#base").load("base.html");
  9. });
  10. </script>
  11. </header>
  12. <body>
  13. <div id="base"></div>
  14. <This is all the Text on the main page-->
  15. <p>&nbsp;</p>
  16. <p>&nbsp;</p>
  17. <h1 style="text-align: center;" class="roboto-large">The Panorama Project</h1>
  18. <h2 style="text-align: center;" class = "text-muted"><span style="color: #999999;">to find the seed for the Panorama found from 1.8 to 1.12.2</span></h2>
  19. <p>&nbsp;</p>
  20. <div class="container">
  21. <div class="row">
  22. <div class="col-md-4">
  23. <div class="thumbnail">
  24. <img src="static/panorama_1.png" alt="panorama_1" style="width:100%">
  25. <div class="caption">
  26. <h3><strong>What is this Project?</strong></h3>
  27. <p style="padding-left: 30px;">
  28. &nbsp; &nbsp; &nbsp;This project branched off the project to find the <a href="https://packpng.com">pack.png seed</a>.
  29. The Paranoma project goal is to find the seed of the paranoma in the main menu.
  30. Please join the <a href="https://discord.gg/GCwWMZg">Minecraft Research discord</a> to contribute to this project and others.
  31. </p>
  32. </div>
  33. </div>
  34. </div>
  35. <div class="col-md-4">
  36. <div class="thumbnail">
  37. <img src="static/panorama_2.png" alt="panorama_2" style="width:100%">
  38. <div class="caption">
  39. <h3><strong>What we know</strong></h3>
  40. <p><span style="color: #999999;"><strong>Overview</strong></span></p>
  41. <ul>
  42. <li>The panorama existed from 1.8 prerelease 1 to 1.12.2.</li>
  43. <li>The images were taken with 90 FOV.</li>
  44. <li>The panorama was taken during the development of 1.8 therefore some features exist and some do not.</li>
  45. <li><span style="color: #333333;">More information in&nbsp;<a href="details.html">Details</a></span</li>
  46. </ul>
  47. </div>
  48. </div>
  49. </div>
  50. <div class="col-md-4">
  51. <div class="thumbnail">
  52. <img src="static/panorama_3.png" alt="panorama_3" style="width:100%">
  53. <div class="caption">
  54. <h3><strong>How Can I Help?</strong></h3>
  55. <p style="padding-left: 30px;"> &nbsp; &nbsp; &nbsp;First of all, join the <a href="https://discord.gg/GCwWMZg">Minecraft Research Discord</a>.
  56. Please read all the pages on the website.
  57. If you can help with any of the tasks found in the website or discord, please don't hesitate to help out, but please make sure you actually can help don't waste our time and your time.</p>
  58. </div>
  59. </div>
  60. </div>
  61. </div>
  62. </body>
  63. </html>