@@ -133,7 +133,11 @@ <h3>How it works?</h3>
133133 < div class ="mdl-cell mdl-cell--6-col ">
134134 < a href ="/NWoC_MentorManual.pdf " target ="_blank " class ="mdl-button mdl-js-button mdl-button--raised mdl-button--colored mdl-js-ripple-effect "> Download Mentor Manual </ a >
135135 </ div >
136- </ div >
136+ </ div >
137+
138+ < h3 > Register</ h3 >
139+ < p > Registrations for NWoC 2019 will open soon. Till then, spread the word.
140+ </ p >
137141
138142 < a id ="timeline "> </ a >
139143 < h3 > Timeline</ h3 >
@@ -242,6 +246,7 @@ <h3 style="text-align: left">NWoC 2018 Statistics</h3>
242246 < div id ="projectFacts " class ="sectionClass ">
243247 < div class ="fullWidth eight columns ">
244248 < div class ="projectFactsWrap ">
249+
245250 < div class ="item wow fadeInUpBig animated animated " data-number ="40 " style ="visibility: visible; ">
246251 < i class ="fa fa-code "> </ i >
247252 < br >
@@ -250,13 +255,13 @@ <h3 style="text-align: left">NWoC 2018 Statistics</h3>
250255
251256 < p > Projects done</ p >
252257 </ div >
253- < div class ="item wow fadeInUpBig animated animated " data-number ="500 " style ="visibility: visible; ">
258+ < div class ="item wow fadeInUpBig animated animated " data-number ="1000 " style ="visibility: visible; ">
254259 < i class ="fa fa-bug "> </ i >
255260 < br >
256261 < br >
257- < p id ="number2 " class ="number "> 500 +</ p >
262+ < p id ="number2 " class ="number "> 1000 +</ p >
258263
259- < p > Issues created </ p >
264+ < p > Participants </ p >
260265 </ div >
261266 < div class ="item wow fadeInUpBig animated animated " data-number ="700 " style ="visibility: visible; ">
262267 < i class ="fa fa-check "> </ i >
@@ -279,7 +284,7 @@ <h3 style="text-align: left">NWoC 2018 Statistics</h3>
279284 </ div >
280285
281286 < h3 > Projects</ h3 >
282- < p > NWoC 2018 had over 40 projects to work upon. We had projects ranging from web development to Machine Learning. For the complete list of projects in NWoC 2018, please visit the < a href ="/projects.html "> Projects</ a > page.</ p >
287+ < p > NWoC 2018 had over 40 projects to work upon. We had projects ranging from Web, App Development to Blockchain and Machine Learning. For the complete list of projects in NWoC 2018, please visit the < a href ="/projects.html "> Projects</ a > page.</ p >
283288
284289 < h3 > Previous edition sponsored by</ h3 >
285290 < a href ="https://www.github.com/ " target ="_blank "> < img class ="nwoc-current-sponsors " src ="./images/GitHub_Logo_custom.png "/> </ a >
@@ -348,8 +353,8 @@ <h4>Tell your friends about NWoC</h4>
348353 < div >
349354 © NJACK, IIT Patna 2019
350355 < ul class ="footer-contact ">
351- < li > < a href ="
mailto:[email protected] ?subject=[NWoC] "
target ="
_blank "
> Email </ a > </ li > 352- < li > < a href ="
mailto:[email protected] ?subject=[NWoC] "
target ="
_blank "
> Email </ a > </ li > 356+ < li > < a href ="
mailto:[email protected] ?subject=[NWoC] "
target ="
_blank "
> [email protected] </ a > </ li > 357+ < li > < a href ="
mailto:[email protected] ?subject=[NWoC] "
target ="
_blank "
> [email protected] </ a > </ li > 353358 < li > < a href ="https://www.facebook.com/njack.iitp/ " target ="_blank "> Facebook</ a > </ li >
354359 < li > < a href ="https://twitter.com/njackiitp " target ="_blank "> Twitter</ a > </ li >
355360 < li > < a href ="https://github.com/Njack-IITP/ " target ="_blank "> GitHub</ a > </ li >
@@ -395,15 +400,15 @@ <h4>Tell your friends about NWoC</h4>
395400 easing : settings . easing ,
396401 step : function ( ) {
397402 var mathCount = Math . ceil ( this . count ) ;
398- thisElement . text ( mathCount ) ;
403+ thisElement . text ( mathCount + "+" ) ;
399404 } ,
400405 complete : settings . complete
401406 } ) ;
402407 } ;
403408
404409
405410$ ( '#number1' ) . jQuerySimpleCounter ( { end : 40 , duration : 3000 } ) ;
406- $ ( '#number2' ) . jQuerySimpleCounter ( { end : 500 , duration : 3000 } ) ;
411+ $ ( '#number2' ) . jQuerySimpleCounter ( { end : 1000 , duration : 3000 } ) ;
407412$ ( '#number3' ) . jQuerySimpleCounter ( { end : 700 , duration : 3000 } ) ;
408413$ ( '#number4' ) . jQuerySimpleCounter ( { end : 255 , duration : 3000 } ) ;
409414
0 commit comments