|
72 | 72 | </a> |
73 | 73 | <div class="mdl-layout-spacer"></div> |
74 | 74 | <nav class="mdl-navigation mdl-layout--large-screen-only"> |
75 | | - <a class="mdl-navigation__link nwoc-menu-item" href="#how-it-works">How it works</a> |
| 75 | + <a class="mdl-navigation__link nwoc-menu-item" href="#register">Register</a> |
76 | 76 | <a class="mdl-navigation__link nwoc-menu-item" href="./projects.html">Projects</a> |
77 | 77 | <a class="mdl-navigation__link nwoc-menu-item" href="./leaderboard.html">Leaderboard</a> |
78 | 78 | <a class="mdl-navigation__link nwoc-menu-item" href="./archive.html">Archive</a> |
|
89 | 89 | </button> |
90 | 90 | </div> |
91 | 91 | <nav class="mdl-navigation"> |
92 | | - <a class="mdl-navigation__link nwoc-drawer-item" href="/#how-it-works">How it works</a> |
| 92 | + <a class="mdl-navigation__link nwoc-drawer-item" href="/#register">Register</a> |
93 | 93 | <a class="mdl-navigation__link nwoc-drawer-item" href="/projects.html">Projects</a> |
94 | 94 | <a class="mdl-navigation__link nwoc-drawer-item" href="/leaderboard.html">Leaderboard</a> |
95 | 95 | <a class="mdl-navigation__link nwoc-drawer-item" href="/archive.html">Archive</a> |
96 | | - <a class="mdl-navigation__link nwoc-menu-item" href="/codeofconduct.html">Conduct</a> |
| 96 | + <a class="mdl-navigation__link nwoc-drawer-item" href="/codeofconduct.html">Conduct</a> |
97 | 97 | <a class="mdl-navigation__link nwoc-drawer-item" href="/contact.html">Contact</a> |
98 | 98 | </nav> |
99 | 99 | </div> |
|
103 | 103 | <img class="nwoc-big-logo" src="./images/nwoc-logo.png"/> |
104 | 104 | <div class="nwoc-slogan"> |
105 | 105 | <p>NWoC (NJACK Winter of Code) is a program by NJACK (The Official Computer Science Club of IIT Patna) that helps students understand the paradigm of Open Source contribution and gives them real world software development experience. |
| 106 | + <div id="demo-snackbar-example" class="mdl-js-snackbar mdl-snackbar"> |
| 107 | + <div class="mdl-snackbar__text"></div> |
| 108 | + <button class="mdl-snackbar__action" type="button"></button> |
| 109 | + </div> |
| 110 | + <script> |
| 111 | + (function() { |
| 112 | + 'use strict'; |
| 113 | + var snackbarContainer = document.querySelector('#demo-snackbar-example'); |
| 114 | + var handler = function(event) { |
| 115 | + document.querySelector('.nwoc-slogan').removeChild(snackbarContainer); |
| 116 | + }; |
| 117 | + setTimeout(function() { |
| 118 | + 'use strict'; |
| 119 | + var data = { |
| 120 | + message: 'Registrations are now open.', |
| 121 | + timeout: 10000000, |
| 122 | + actionHandler: handler, |
| 123 | + actionText: 'Close' |
| 124 | + }; |
| 125 | + snackbarContainer.MaterialSnackbar.showSnackbar(data); |
| 126 | + }, 1000); |
| 127 | + }()); |
| 128 | + </script> |
106 | 129 | </p> |
107 | 130 | </div> |
108 | | - |
109 | 131 | <div class="nwoc-header-sponsors"> |
110 | 132 | <br> |
111 | 133 | <br> |
@@ -138,9 +160,10 @@ <h3>How it works?</h3> |
138 | 160 | </div> |
139 | 161 | </div> |
140 | 162 |
|
141 | | - <h3>Register</h3> |
142 | | - <p>Registrations for NWoC 2019 will open soon. Till then, spread the word and follow us on <a href="https://www.facebook.com/njack.iitp/" target="_blank">Facebook</a> to receive all the updates. |
143 | | - <a href="https://www.facebook.com/njack.iitp/" target="_blank">Facebook</a> |
| 163 | + <h3 id="register">Register</h3> |
| 164 | + <p>Register as a mentor here: <a href="https://docs.google.com/forms/d/e/1FAIpQLSfU3tyNC2H6IEkiNqzXuxosjCcqcR7UmtMjLLQWh1LyjOltYA/viewform?usp=sf_link">link</a></p> |
| 165 | + <p>Register as a student here: <a href="https://docs.google.com/forms/d/e/1FAIpQLSesHgAj3ouKRKkQgg0kro9YCqn4_GyBqJ7B08Cqh24rfwOvSw/viewform?usp=sf_link">link</a></p> |
| 166 | + <p>Join our chat channel on Gitter over <a href="https://gitter.im/NWoC/NWoC2019">here</a>. Follow us on <a href="https://www.facebook.com/njack.iitp/" target="_blank">Facebook</a> for all the latest updates. |
144 | 167 | </p> |
145 | 168 |
|
146 | 169 | <a id="timeline"></a> |
@@ -243,7 +266,7 @@ <h3>Timeline</h3> |
243 | 266 | </tbody> |
244 | 267 | </table> |
245 | 268 | <br><br> |
246 | | - <p>Follow NJACK, IIT Patna on <a href="https://www.facebook.com/njack.iitp/" target="_blank">Facebook</a> and <a href="https://twitter.com/njackiitp" target="_blank">Twitter</a>. Join the <a href="https://gitter.im/NWoC/NWoC2018" target="_blank">Gitter</a> channel for updates.</p> |
| 269 | + <p>Follow NJACK, IIT Patna on <a href="https://www.facebook.com/njack.iitp/" target="_blank">Facebook</a> and <a href="https://twitter.com/njackiitp" target="_blank">Twitter</a>. Join the <a href="https://gitter.im/NWoC/NWoC2019" target="_blank">Gitter</a> channel for updates.</p> |
247 | 270 | <div class="sectiontitle"> |
248 | 271 | <h3 style="text-align: left">NWoC 2018 Statistics</h3> |
249 | 272 | </div> |
|
0 commit comments