<div id="tryruby-lang-container">
<div class="row">
<div class="col-md-3">
<button class="btn btn-default btn-sm" id="tryruby-lang-toggle"><span aria-hidden="true" class="glyphicon glyphicon-globe"></span> Language</button>
</div>
<div class="col-md-9">
<div class="hidden" id="tryruby-lang-hider">
<select class="form-control" id="tryruby-lang-select">
<option value="en">English</option>
<option value="es">Español</option>
<option value="fr">Français</option>
<option value="ja">日本語</option>
<option value="nl">Nederlands</option>
<option value="pt-br">Português do Brasil</option>
</select>
</div>
</div>
</div>
</div>
<select id="tryruby-index" class="form-control"></select>
<div id="tryruby-explanation">
<h2 id="tryruby-title">Got 30 minutes? Give Ruby a shot right now!</h2>
<div id="tryruby-content">
<p>Ruby is a programming language from Japan which is revolutionizing software development.</p>
<p>The beauty of Ruby is found in its balance between simplicity and power.</p>
<p>You can type some Ruby code in the editor and use these buttons to navigate:</p>
<ul>
<li><strong>Run</strong> → Executes the code in the editor</li>
<li><strong>Copy</strong> → Copies the example code to the editor</li>
<li><strong>Next</strong> → Allows you to go to the next lesson</li>
<li><strong>Back</strong> → Allows you to return to the previous lesson</li>
<li><strong>Clear</strong> → Clears the editor</li>
</ul>
<h3>Click on <strong>Next</strong> to start learning.</h3>
</div>
<div id="tryruby-answer" style="display:none"></div>
</div>