Advertisement
Guest User

index.html

a guest
Nov 12th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.24 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Grin</title>
  5. <meta content="text/html">
  6. <meta charset="utf-8">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  9. <!--[if lt IE 9]>
  10. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  11. <![endif]-->
  12.  
  13. <!-- GoogleFonts -->
  14. <!-- <link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet"> -->
  15.  
  16. <!-- Font Awesome -->
  17. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="" crossorigin="anonymous">
  18. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  19.  
  20. <!-- CSS Main -->
  21. <link rel="stylesheet" type="text/css" href="main.css">
  22.  
  23. <!-- Katex -->
  24. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.10.0/dist/katex.min.css" integrity="" crossorigin="anonymous">
  25. <script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.0/dist/katex.min.js" integrity="" crossorigin="anonymous"></script>
  26. <script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.0/dist/contrib/auto-render.min.js" integrity="" crossorigin="anonymous"></script>
  27. </head>
  28.  
  29.  
  30. <header class="container">
  31. <nav>
  32. <ul class="nav-logo">
  33. <li><a href="https://grin-tech.org/">Grin</a></li>
  34. </ul>
  35. <ul class="nav-root">
  36. <li>
  37. <a href="https://github.com/mimblewimble/grin/releases">Releases</a>
  38. </li>
  39. <li>
  40. <a href="https://github.com/mimblewimble/docs/wiki">Wiki</a>
  41. </li>
  42. <li>
  43. <span class="dropdown" href="https://www.grin-forum.org/">
  44. Community
  45. <nav>
  46. <span class="dropdown-heading">Everyone.</span>
  47. <a href="https://grinnews.substack.com/">News</a>
  48. <a href="https://www.grin-forum.org/">Forum</a>
  49. <a href="https://gitter.im/grin_community/Lobby">Chat</a>
  50. </nav>
  51. </span>
  52. </li>
  53. <li>
  54. <span class="dropdown" href="https://www.grin-forum.org/">
  55. Guides
  56. <nav>
  57. <span class="dropdown-heading">Learn to use Grin</span>
  58. <a href="https://github.com/mimblewimble/docs/wiki/how-to-run-a-grin-node">Running a node</code></a>
  59. <a href="https://github.com/mimblewimble/docs/wiki/how-to-use-the-grin-wallet">Using the wallet</a>
  60. <a href="https://github.com/mimblewimble/docs/wiki/how-to-mine-grin">Running a miner</a>
  61. </nav>
  62. </span>
  63. </li>
  64. <li>
  65. <span class="dropdown" href="https://www.grin-forum.org/">
  66. Learn more
  67. <nav>
  68. <span class="dropdown-heading">The Rabbit hole</span>
  69. <a href="https://github.com/mimblewimble/grin/blob/master/doc/intro.md">Grin Introduction</a>
  70. <a href="https://github.com/mimblewimble/grin/blob/master/doc/pow/pow.md">Cuckoo cycle</a>
  71. <a href="https://github.com/mimblewimble/grin/blob/master/doc/grin4bitcoiners.md">Grin for Bitcoiners</a>
  72. <a href="https://github.com/mimblewimble/docs/wiki/Grin-Privacy-Primer">Privacy in Grin</a>
  73. <a href="https://github.com/mimblewimble/docs/wiki/Monetary-Policy">Monetary Policy</a>
  74. <a href="https://github.com/mimblewimble/docs/wiki/Community-projects">Community projects</a>
  75. <a href="funding.html">Community funding</a>
  76. <a href="friends.html">Friends of Grin</a>
  77. </nav>
  78. </span>
  79. </li>
  80. <!-- <li><a href="/dev">Documentation</a></li> -->
  81. </ul>
  82. <ul class="nav-hamburger">
  83. <button class="hamburger" type="button">
  84. <span class="hamburger-box">
  85. <span class="hamburger-inner"></span>
  86. </span>
  87. </button>
  88. </ul>
  89. <div>
  90. </div>
  91. <ul class="nav-mobile">
  92. <div class="nav-mobile-fade">
  93. <span class="nav-mobile-heading">Grin</span>
  94. <li>
  95. <a href="https://grin-tech.org/">Home</a>
  96. </li>
  97. <li>
  98. <a href="https://github.com/mimblewimble/grin/blob/master/doc/intro.md">Introduction</a>
  99. </li>
  100. <li>
  101. <a href="https://github.com/mimblewimble/grin/releases">Releases</a>
  102. </li>
  103. <li>
  104. <a href="https://github.com/mimblewimble/docs/wiki">Wiki</a>
  105. </li>
  106. <li>
  107. <a href="https://www.grin-forum.org/">Forum</a>
  108. </li>
  109. <span class="nav-mobile-heading">Guides</span>
  110. <li>
  111. <a href="https://github.com/mimblewimble/grin/blob/master/doc/build.md">Setup Grin</a>
  112. </li>
  113. <li>
  114. <a href="https://github.com/mimblewimble/grin-miner/blob/master/README.md">Setup Grin Miner</a>
  115. </li>
  116. <span class="nav-mobile-heading">Learn more</span>
  117. <li>
  118. <a href="https://github.com/mimblewimble/grin/blob/master/doc/intro.md">Grin Introduction</a>
  119. </li>
  120. <li>
  121. <a href="https://github.com/mimblewimble/grin/blob/master/doc/pow/pow.md">Cuckoo cycle</a>
  122. </li>
  123. <li>
  124. <a href="https://github.com/mimblewimble/grin/blob/master/doc/grin4bitcoiners.md">Grin for Bitcoiners</a>
  125. </li>
  126. <li>
  127. <a href="https://grin-tech.org/friends">Friends of Grin</a>
  128. </li>
  129. <li>
  130. <a href="https://github.com/mimblewimble/docs/wiki/Community-projects">Community projects</a>
  131. </li>
  132. <li>
  133. <a href="https://grin-tech.org/funding">Community funding</a>
  134. </li>
  135. </div>
  136. </ul>
  137. </nav>
  138.  
  139. </header>
  140. <main>
  141. <section id="intro">
  142. <header id="splash" class="container">
  143. <div class="intro-logo">
  144. <img src="grin_mw_logo.svg" class="grin-logo" alt="Description">
  145. </div>
  146. <div class="intro">
  147. <div class="intro-text">
  148. <h1>Meet Grin.</h1>
  149. <p>
  150. The private and lightweight<br/>
  151. mimblewimble blockchain.
  152. </p>
  153. </div>
  154. <div class="intro-buttons">
  155. <a class="intro-button" href="https://github.com/mimblewimble/docs/wiki/Getting-Started-With-Grin%3A-Links-and-Resources">
  156. Get started
  157. </a>
  158. <a class="intro-button" href="https://github.com/mimblewimble/grin">
  159. Github
  160. <i class="fab fa-github"></i>
  161. </a>
  162. <!-- <button class="intro-button" type="button">
  163.  
  164. </button> -->
  165. </div>
  166. </div>
  167. </header>
  168. <section id="status">
  169. <span class="status-text">
  170. Currently Live: mainnet
  171. </span>
  172. <span class="status-message">
  173. Grin was launched on <a href="https://github.com/mimblewimble/grin/commit/8fc489a80868fcf12fcdbc0551528bb73fc891a0">Jan. 15th 2019</a>. It's very young and experimental. Use at your own risk!
  174. </span>
  175. </section>
  176. </section>
  177. <section id="primary">
  178. <div class="primary-root">
  179. <div class="pitch container">
  180. <h2>What's Grin?</h2>
  181. <p>Electronic transactions for all. Without censorship or restrictions.</p>
  182. <p>Grin empowers anyone to transact or save modern money without the fear of external control or oppression. Grin is designed for the decades to come, not just tomorrow. Grin wants to be usable by everyone, regardless of borders, culture, skills or access.</p>
  183. </div>
  184. <hr class="primary-hr">
  185. <div class="properties container">
  186. <section class="property">
  187. <div class="property-title">
  188. <img src="privacy.svg">
  189. <h3>Private</h3>
  190. </div>
  191. <p>Grin has no amounts and no addresses. Transactions can be trivially aggregated. To hide where a newly created transaction comes from, it gets relayed privately (a "random walk") among peers before it is publicly announced.</p>
  192. </section>
  193. <section class="property">
  194. <div class="property-title">
  195. <img src="scale.svg">
  196. <h3>Scalable</h3>
  197. </div>
  198. <p>MimbleWimble leverages cryptography to allow most of the past transaction data to be removed. This guarantees Grin won't collapse under its own weight in the long term.</p>
  199. </section>
  200. <section class="property">
  201. <div class="property-title">
  202. <img src="nodes.svg">
  203. <h3>Open</h3>
  204. </div>
  205. <p>Grin is developed openly, by developers distributed all over the world. It's not controlled by any company, foundation or individual. The coin distribution is designed to be as fair (but not gratis) as is known to be possible.</p>
  206. </section>
  207. </div>
  208. </div>
  209. </section>
  210. <section id="secondary">
  211. <!-- <hr></hr> -->
  212. <section class="funding">
  213. <h2>Funding</h2>
  214. <p>Grin is launched fairly — free of ICO, pre-mine or founder’s reward. We rely on donations to keep working on the project. Support the movement by purchasing some swag or making a donation.</p>
  215. <!-- <span class="funding-amount">€440 of €55,000 Target</span>
  216. <div class="funding-progress" style="width: 50%;"></div> -->
  217. <!-- <div class="funding-progress-container"></div> -->
  218. <a href="funding" class="funding-button">Donate to Grin</a>
  219. <a href="https://grin-tech.org/friends" class="funding-friends">Friends of Grin</a>
  220. <a href="https://tmgox.com/" class="funding-swag">Buy Swag</a>
  221. <hr>
  222. </section>
  223. <section class="funding">
  224. <h2>Patrons</h2>
  225. <p>If you’re an individual, company or institution excited about the potential of Grin or MimbleWimble, we humbly ask if you’d consider making a financial contribution to the project’s development. We’re experimenting with a 100% community-driven funding model.</p>
  226. <p>We sincerely thank all our past patrons for their support.</p>
  227. </section>
  228. <hr>
  229. <section class="info">
  230. <div class="container">
  231. <h2>Contribute</h2>
  232. </div>
  233. <a href="https://github.com/mimblewimble/docs/wiki/Getting-Started-With-Grin%3A-Links-and-Resources">
  234. <div class="info-box">
  235. <h4>mainnet, Onwards!</h4>
  236. <p>Grin mainnet was launched on Jan. 15 2019.</p>
  237. <p>Get started here!</p>
  238. <span class="info-learn-more">Learn more</span>
  239. </div>
  240. </a>
  241. <a href="https://github.com/mimblewimble/grin/blob/master/doc/build.md">
  242. <div class="info-box">
  243. <h4>floonet, Upwards!</h4>
  244. <p>Grin floonet is our official testnet. We need your help testing: either compile from the source or download the grin binary and join us.</p>
  245. <span class="info-learn-more">Learn more</span>
  246. </div>
  247. </a>
  248. </section>
  249. <a href="https://github.com/mimblewimble">
  250. <div class="info-banner" style="background-color: black;">
  251. <h1 class="info-banner-text">Help make Grin better.</h1>
  252. <img src="grin-logo-inverted-eyes.svg" class="info-grin-logo" alt="Description">
  253. </div>
  254. </a>
  255. </section>
  256. </main>
  257.  
  258. <footer>
  259. <div class="footer-root container-sm">
  260. <section class="footer-section" style="flex-grow: 0;">
  261. <img src="grin_mw_logo.svg" class="grin-logo-footer" alt="Description">
  262. </section>
  263. <section class="footer-section">
  264. <strong><h4>Grin</h4></strong>
  265. <div><a href="https://github.com/mimblewimble/grin/releases">Github</a></div>
  266. <div><a href="https://download.wpsoftware.net/bitcoin/wizardry/mimblewimble.txt">Original Whitepaper</a></div>
  267. <div><a href="https://download.wpsoftware.net/bitcoin/wizardry/mimblewimble.pdf">Andrew Poelstra's Whitepaper</a></div>
  268. <div><a href="https://github.com/mimblewimble/grin/blob/master/SECURITY.md">Security and vulnerability policy</a></div>
  269. <div><a href="https://grin-tech.org/friends">Friends of Grin</a></div>
  270. <div><a href="https://grin-tech.org/visual">Logos</a></div>
  271. </section>
  272. <section class="footer-section">
  273. <strong><h4>The Rabbit hole</h4></strong>
  274. <div><a href="https://github.com/mimblewimble/grin/blob/master/doc/intro.md">Grin Introduction</a></div>
  275. <div><a href="https://github.com/mimblewimble/grin/blob/master/doc/pow/pow.md">Cuckoo cycle</a></div>
  276. <div><a href="https://github.com/mimblewimble/grin/blob/master/doc/grin4bitcoiners.md">Grin for Bitcoiners</a></div>
  277. </section>
  278. <section class="footer-section" style="flex-grow: 6;">
  279. <strong><h4>Community</h4></strong>
  280. <div><a href="https://gitter.im/grin_community/Lobby">Gitter</a></div>
  281. <div><a href="https://grinnews.substack.com/">News</a></div>
  282. <div><a href="https://www.grin-forum.org/">Forum</a></div>
  283. <div><a href="https://twitter.com/grincouncil">Twitter</a></div>
  284. <div><a href="https://launchpad.net/~mimblewimble">Mailing List</a></div>
  285. <div><a href="https://github.com/mimblewimble/docs/wiki/News-and-Channels#communities">Community Groups</a></div>
  286. <div><a href="https://github.com/mimblewimble/docs/wiki/Events">Community Events</a></div>
  287. <div><a href="https://grin-tech.org/page-contribution-howto">Improve this website</a></div>
  288. </section>
  289. </div>
  290. </footer>
  291.  
  292. </body>
  293. <script>
  294. var hamburger = document.querySelector(".hamburger");
  295. var navMobile = document.querySelector(".nav-mobile");
  296. var navMobileFade = document.querySelector(".nav-mobile-fade");
  297. hamburger.addEventListener("click", function() {
  298. hamburger.classList.toggle("is-active");
  299. hamburger.classList.toggle("hamburger--slider");
  300. navMobile.classList.toggle("is-active");
  301. navMobileFade.classList.toggle("is-active");
  302. });
  303. document.addEventListener("DOMContentLoaded", function() {
  304. renderMathInElement(document.body, {
  305. delimiters: [
  306. { left: "$$", right: "$$", display: true },
  307. { left: "\\[", right: "\\]", display: true },
  308. { left: "$", right: "$", display: false },
  309. ],
  310. ignoredTags: [
  311. "script", "noscript", "style", "textarea", "pre", "code",
  312. ],
  313. });
  314. var nodes = document.querySelectorAll('script[type="math/tex; mode=display"]');
  315. for (var i = 0; i < nodes.length; i++) {
  316. var tex = nodes[i].innerHTML;
  317. var markup = "<div class=\"equation\">" +
  318. katex.renderToString(tex, { displayMode: true }) +
  319. "</div>";
  320. nodes[i].outerHTML = markup;
  321. }
  322. });
  323. </script>
  324. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement