This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<h1>Simple Proof Of Work Blockchain</h1> | |
<div class="text"> | |
<p><span class="number">01</span> <span class="green">class </span><span class="orange">Blockchain </span>{</p> | |
<p><span class="number">02</span> | |
<span class="indent"></span> | |
<span class="red">constructor</span>(difficulty) {</p> | |
<p><span class="number">03</span><span class="indent"></span><span class="indent"></span> this.<span class="blue">difficulty =</span> difficulty;</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%"> | |
<defs> | |
<radialGradient id="gradient-rmj186hyo" gradientTransform="rotate(310)"> | |
<stop offset="0%" stop-color="rgb(242,238,66)"></stop> | |
<stop offset="100%" stop-color="rgb(13,17,189)"></stop> | |
</radialGradient> | |
<filter id="filter-rmj186hyo"> | |
<feTurbulence baseFrequency="0.02399" numOctaves="6" seed="472"></feTurbulence> | |
<feColorMatrix class="anim" type="hueRotate" values="0"> | |
<animate attributeName="values" from="0" to="360" dur="3s" repeatCount="indefinite"></animate> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://fonts.googleapis.com/css?family=Raleway:200" rel="stylesheet"> | |
<script type="x-shader/x-vertex" id="vertexshader"> | |
attribute float size; | |
attribute vec3 color; | |
varying vec3 vColor; | |
void main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wok"> | |
<div class="frontHandle"></div> | |
<div class="backHandle"></div> | |
<div class="bodyTop"></div> | |
<div class="foods"> | |
<food></food><food></food><food></food><food></food><food></food> | |
<food></food><food></food><food></food><food></food><food></food> | |
<food></food><food></food><food></food><food></food><food></food> | |
<food></food><food></food><food></food><food></food><food></food> | |
</div> |