UNPKG

workshopper-browser-guide

Version:

Create an html browser version of the exercise descriptions

59 lines (53 loc) 2.77 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.zh-tw.html">HELLO WORLD</a></li> <li><a href="baby_steps.zh-tw.html">BABY STEPS</a></li> <li><a href="my_first_io.zh-tw.html">MY FIRST I/O!</a></li> <li><a href="my_first_async_io.zh-tw.html">MY FIRST ASYNC I/O!</a></li> <li><a href="filtered_ls.zh-tw.html">FILTERED LS</a></li> <li><a href="make_it_modular.zh-tw.html">MAKE IT MODULAR</a></li> <li><a href="http_client.zh-tw.html">HTTP CLIENT</a></li> <li><a href="http_collect.zh-tw.html">HTTP COLLECT</a></li> <li><a href="juggling_async.zh-tw.html">JUGGLING ASYNC</a></li> <li><a href="time_server.zh-tw.html">TIME SERVER</a></li> <li><a href="http_file_server.zh-tw.html">HTTP FILE SERVER</a></li> <li><a href="http_uppercaserer.zh-tw.html">HTTP UPPERCASERER</a></li> <li><a href="http_json_api_server.zh-tw.html">HTTP JSON API SERVER</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>