Koans

by pharma_nsk

HTML

<body>
<h1>The Path to Enlightenment</h1><hr class="right">
<span class="addition">These instructions are for *nix platforms. We also have <a href="#">Windows instructions</a>.</span>
<p>You can run the tests by calling the path.to.enlightenment.rb file </p>
<p> In your terminal, while in the ruby, koans directory, type: </p>
<p class="code"><code>[ ruby_koans ] $ ruby path_to_enlightement.rb</code></p>
<h2>Red, Green, Refactor</h2>
<p>In test-drivlopment (TDD) the mantra has always benn red: write a failing test and run it: green: make the test pass, and refactor: look at the code and see if you can make it even better.</p>
<p class="url">www.it********.ru</p>
</body>

CSS

@import 'https://fonts.googleapis.com/css?family=Arapey|Halant:300|Montaga';
body {background-color:white; font-family: 'Halant', serif; font-size:18px;}
h1 {color:#CA2D37;font-family: 'Halant', serif;margin-bottom:0px;font-size:26px;line-height:26px;margin-top:20px; margin-bottom:-5px;}
a {color:#CA2D37;}
.addition {font-style:italic;font-size:13px;  font-weight:bold; line-height:13px; opacity: 0.6;}
hr {border: 0; border-bottom: 1px solid #F1CACD;}
hr.right  {margin: auto 0 auto auto; width: 47%; position:relative; bottom:10px;}
code{font-size:14px;}
.code {background:linear-gradient(to top, black, grey); color:white; padding:10px;}
h2 {color:#CA2D37;font-family: 'Halant', serif; font-size:20px;}
.url{float:right; margin:0px;font-weight:bold; line-height:13px; opacity: 0.4;}