|
| 1 | +<!DOCTYPE html> |
| 2 | +<html class="chapters"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <link rel="stylesheet" href="/style.css"> |
| 6 | + <link rel="stylesheet" href="/community-groups.css"> |
| 7 | + <link rel="shortcut icon" href="/favicon.ico"> |
| 8 | + <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro" rel="stylesheet" type="text/css"> |
| 9 | + <link rel="stylesheet" href="/mapbox.css"> |
| 10 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 11 | + <title>NodeSchool - Chapters</title> |
| 12 | + </head> |
| 13 | + <body class="chapters"> |
| 14 | + <header> |
| 15 | + <div class="container"> |
| 16 | + <div class="full"> |
| 17 | + <a href="index.html"><img class="logo" src="/images/schoolhouse.svg" alt="nodeschoolhouse"></a> |
| 18 | + <ul class="nav"> |
| 19 | + <li><a href="index.html" data-i18n="menu-index">Home</a></li> |
| 20 | + <li><a href="events.html" data-i18n="menu-events">Events</a></li> |
| 21 | + <li><a href="chapters.html" data-i18n="menu-chapters">Chapters</a></li> |
| 22 | + <li class="current-page"><a href="community-groups.html" data-i18n="menu-community-groups">Community Groups</a></li> |
| 23 | + <li><a href="about.html" data-i18n="menu-about">About</a></li> |
| 24 | + <li><a href="building-workshops.html" data-i18n="menu-building-workshops">Build</a></li> |
| 25 | + <li><a href="host.html" data-i18n="menu-host">Host</a></li> |
| 26 | + </ul> |
| 27 | + </div> |
| 28 | + </div> |
| 29 | + </header> |
| 30 | + <div id="main" name="main" role="main"> |
| 31 | + <div class="container" style="background-color: #fff;"> |
| 32 | + <div class="full"> |
| 33 | + <h1 data-i18n="chapters-h1">NodeSchool Chapters</h1> |
| 34 | + <p data-i18n="chapters-header">Cities all over have started to host NodeSchool events regularly. Here's a list of chapters. See the <a href="hexdex.html">hexdex</a> for an index of chapter ⬢ hexagon logos.</p> |
| 35 | + |
| 36 | + <div id="chapter-list"> |
| 37 | + <div class="loading" data-i18n="index-chapter-list-loading"> |
| 38 | + Loading... |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + |
| 42 | + <h2 id="region-other" data-i18n="chapters-other">Other region?</h2> |
| 43 | + <div class="other"> |
| 44 | + <span data-i18n="chapters-start">Can't find a NodeSchool chapter in your region?</span> <a href="https://github.com/nodeschool/discussions" data-i18n="chapters-start2">Open an issue on the discussions board</a> <span data-i18n="chapters-start3">to find other people around you. If there isn't an existing chapter nearby, start your own! Follow these instructions on</span> <a href="host.html" data-i18n="chapters-start4">how to host an event</a><span data-i18n="chapters-start5">.</span> |
| 45 | + </div> |
| 46 | + </div> |
| 47 | + </div> |
| 48 | + </div> |
| 49 | + <div class="container" style="background-color: #fff;"> |
| 50 | + <footer> |
| 51 | + <div class="third"> |
| 52 | + <p><strong>nodeschool.io</strong></p> |
| 53 | + <small>Photos by <a href="https://www.flickr.com/photos/matthewbergman" target="_blank">Matthew Bergman</a></small> |
| 54 | + </div> |
| 55 | + <div class="two-thirds"> |
| 56 | + <ul> |
| 57 | + <li><strong data-i18n="footer-contact-header">Contact</strong></li> |
| 58 | + <li><a href="https://twitter.com/nodeschool" target="_blank">t/@nodeschool</a></li> |
| 59 | + <li><a href="https://github.com/nodeschool" target="_blank">gh/nodeschool</a></li> |
| 60 | + </ul> |
| 61 | + <ul> |
| 62 | + <li><strong data-i18n="footer-contribute-header">Contribute</strong></li> |
| 63 | + <li><a href="https://github.com/nodeschool/discussions/issues/new" target="_blank" data-i18n="footer-contribute-question">Open an Issue</a></li> |
| 64 | + <li><a href="https://github.com/nodeschool/discussions/issues" target="_blank" data-i18n="footer-contribute-answer">Answer a Question</a></li> |
| 65 | + </ul> |
| 66 | + <ul> |
| 67 | + <li><strong data-i18n="footer-about-header">About</strong></li> |
| 68 | + <li><a href="building-workshops.html" data-i18n="footer-about-build">Build a workshopper</a></li> |
| 69 | + <li><a href="host.html" data-i18n="footer-about-host">Host a workshop</a></li> |
| 70 | + </ul> |
| 71 | + </div> |
| 72 | + </footer> |
| 73 | + </div> |
| 74 | + |
| 75 | + <script id="tmpl-chapter-list" type="text/html"> |
| 76 | + <p style="font-size: 100%"><em>Chapter count: {{total}}</em></p> |
| 77 | + {{#regions}} |
| 78 | + <div class="chapter-list {{region}}"> |
| 79 | + <h2>{{region}} ({{count}})</h2> |
| 80 | + <ul> |
| 81 | + {{#chapters}} |
| 82 | + <li class="chapter"> |
| 83 | + {{#website}} |
| 84 | + <a target="_blank" href="{{website}}">{{location}}{{#country}}, {{country}}{{/country}}</a> |
| 85 | + {{/website}} |
| 86 | + {{^website}} |
| 87 | + <a target="_blank" href="{{repo}}">{{location}}{{#country}}, {{country}}{{/country}}</a> |
| 88 | + {{/website}} |
| 89 | + </li> |
| 90 | + {{/chapters}} |
| 91 | + </ul> |
| 92 | + </div> |
| 93 | + {{/regions}} |
| 94 | + </script> |
| 95 | + |
| 96 | + <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> |
| 97 | + <script type="text/javascript" src="/js/dependencies.js"></script> |
| 98 | + <script type="text/javascript" src="/js/chapters.js"></script> |
| 99 | + <script> |
| 100 | + !function(s,c,h,O,o,l){s.GoogleAnalyticsObject=h;s[h]||(s[h]=function(){ |
| 101 | + (s[h].q=s[h].q||[]).push(arguments)});s[h].l=+new Date;o=c.createElement(O); |
| 102 | + l=c.getElementsByTagName(O)[0];o.src='//www.google-analytics.com/analytics.js'; |
| 103 | + l.parentNode.insertBefore(o,l)}(window,document,'ga','script'); |
| 104 | + |
| 105 | + ga('create', 'UA-49267600-1', 'nodeschool.io'); |
| 106 | + ga('send', 'pageview'); |
| 107 | + </script> |
| 108 | + </body> |
| 109 | +</html> |
0 commit comments