UNPKG

workshopper-browser-guide

Version:

Create an html browser version of the exercise descriptions

59 lines (53 loc) 2.86 kB
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>learnyounode Guide</title> <meta name="description" content="learn git and github"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="assets/css/style.css"> <link href='assets/fonts/fonts.css' rel='stylesheet' type='text/css'> </head> <body class="tableofcontents"> <ul class="nav-lang"> <li><a href="index.html" >English</a></li> <li><a href="index.es.html" >Español</a></li> <li><a href="index.ja.html" >日本語</a></li> <li><a href="index.pt-br.html" >Português (Brasil)</a></li> <li><a href="index.ru.html" >Русский</a></li> <li><a href="index.zh-cn.html" >中文 (中国)</a></li> <li><a href="index.zh-tw.html" >中文 (臺灣)</a></li> </ul> <div class="wrapper"> <header class="weehero">learnyounode</header> <!-- <h2>Welcome to learnyounode!</h2> <p>Step-by-step instructions for each of the challenges in the <a href="https://github.com/rvagg/learnyounode" target="_blank">learnyounode workshop</a>.</p> <p>This guide comes with learnyounode when you install it so it works offline and you can use it as a resource at anytime. Have fun!</p> <h2>learnyounode Challenges</h2> --> <ol class="toc"> <li><a href="hello_world.pt-br.html">OLÁ, MUNDO</a></li> <li><a href="baby_steps.pt-br.html">PASSOS DE BEBÊ</a></li> <li><a href="my_first_io.pt-br.html">MEU PRIMEIRO I/O!</a></li> <li><a href="my_first_async_io.pt-br.html">MEU PRIMEIRO I/O ASSÍNCRONO!</a></li> <li><a href="filtered_ls.pt-br.html">LISTA DE ARQUIVOS FILTRADOS</a></li> <li><a href="make_it_modular.pt-br.html">FAÇA ISSO MODULAR</a></li> <li><a href="http_client.pt-br.html">CLIENTE HTTP</a></li> <li><a href="http_collect.pt-br.html">COLETÂNEA HTTP</a></li> <li><a href="juggling_async.pt-br.html">BRINCANDO ASSÍNCRONAMENTE</a></li> <li><a href="time_server.pt-br.html">SERVIDOR DE TEMPO</a></li> <li><a href="http_file_server.pt-br.html">SERVIDOR DE ARQUIVOS HTTP</a></li> <li><a href="http_uppercaserer.pt-br.html">TRANSFORMADOR UPPERCASE HTTP</a></li> <li><a href="http_json_api_server.pt-br.html">API DE SERVIDOR DE JSON HTTP</a></li> </ol> <footer> <ul> <!-- <li class="all-caps"><a href="index.html"><strong>Challenges</strong></a></li> <li class="all-caps"> <a href="https://github.com/rvagg/learnyounode/issues/new" target="_blank">Open an Issue</a> </li> </ul> --> </footer> </div> </body> </html>