ABOUT.HTML 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <style>
  5. body{
  6. background: url("xmas-lights.png") repeat-x center top;
  7. color: #eee;
  8. font-size: 18px;
  9. margin: 8px;
  10. padding: 0px;
  11. line-height:20px;
  12. font-family: arial;
  13. }
  14. h1{
  15. color: #fc0;
  16. font-size: 28px;
  17. text-align: center;
  18. }
  19. h2{
  20. color: #c90;
  21. font-size: 20px;
  22. text-align: center;
  23. }
  24. div.awesome{
  25. color: #ccc;
  26. font-size: 14px;
  27. }
  28. a{
  29. color: #4ef;
  30. text-decoration: none;
  31. cursor: pointer;
  32. }
  33. a:hover{
  34. color: #0e0;
  35. }
  36. </style>
  37. </head>
  38. <body>
  39. <br>
  40. <h1>Monkey2 v2018.09</h1>
  41. <h2>(Mx2cc v1.1.15 &bull; Ted2go v2.13)</h2>
  42. <p>Welcome to monkey2, an open source, user friendly, cross platform programming language by Mark Sibly.
  43. <p>Some example programs can be found in the bananas directory.
  44. <p>Monkey2 is a crowd funded project. If you like what you see, please consider contributing to development by becoming a Patreon supporter: <a href="https://www.patreon.com/monkey2">https://www.patreon.com/monkey2</a>.
  45. <p>For monkey2 discussion and programming help, feel free to drop by the monkey2 forums: <a href="http://monkeycoder.co.nz/forums">http://monkeycoder.co.nz/forums</a>.
  46. <p>Please post any bug reports or feature requests to the monkey2 github repository: <a href="https://github.com/blitz-research/monkey2">https://github.com/blitz-research/monkey2</a>.
  47. <p>A big shout out to everyone who has contributed to Monkey2 to date, including...
  48. <div class="awesome">
  49. David Maziarka,
  50. Rene Damm,
  51. Nil,
  52. abakobo,
  53. James Boyd,
  54. Pharmhaus,
  55. Peter Rigby,
  56. kmac,
  57. Cole Chapman,
  58. Thomas Finnerup,
  59. Alan Haugen,
  60. Kraut Apps,
  61. Turgut Temucin,
  62. Boz,
  63. Mat Bowen,
  64. Phil7,
  65. starfruit,
  66. Jonathan Pittock,
  67. Lee Wade,
  68. Amon,
  69. Anatol Bogun,
  70. Erik Thon,
  71. Eric Stout,
  72. C.E.,
  73. Mark,
  74. Jules Duquette,
  75. Rajasekaran Senthil Kumaran,
  76. Alan Purdom,
  77. Evgeniy Goroshkin,
  78. Christian Leth Jeppesen,
  79. Jon Decker,
  80. Jean-Marc "JIHEM" QUÉRÉ,
  81. Leo Santos,
  82. Roger Lockerbie,
  83. Philippe Back,
  84. Jesse M Perez,
  85. Hotcakes,
  86. Paul Apgar,
  87. Kirsty,
  88. Antony Wells,
  89. Pierrou,
  90. Felipe Alfonso,
  91. Alan Broad,
  92. Adam,
  93. Abe Noll,
  94. aleana,
  95. Matthew,
  96. Sean,
  97. Jean-Luc Addams,
  98. Russell Palmer,
  99. Aroldo Carvalho,
  100. Arthur,
  101. Daniele Prandini,
  102. Anthony Diamond,
  103. Mario Givency,
  104. Jimmy Söderman Sers,
  105. Adam Myatt,
  106. Mark Cooper,
  107. James Freeman,
  108. Jochen,
  109. Aaron Woodard,
  110. Afan Olovcic,
  111. MyQly,
  112. Osakimov,
  113. Dennis Rohn,
  114. Lucien Bulles,
  115. Javier,
  116. Richard Keam,
  117. RenK,
  118. Hezkore,
  119. Bill Murray,
  120. Richard Betson,
  121. Danilo,
  122. Robinson Taylor,
  123. Diffrenzy,
  124. Catalin Lucaciu,
  125. Lars Kristian Gretnes,
  126. Second Gear Games,
  127. Ole Jostein Røtne,
  128. alban read,
  129. Mark Mcvittie,
  130. York Burkhardt,
  131. Chris B,
  132. Lee Murphy,
  133. Carl Read
  134. </div>
  135. </body>
  136. </html>