Skip to content

Commit 7a61963

Browse files
committed
commenting registration message and function for now
1 parent 84323a5 commit 7a61963

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@
115115
<p>NWoC (NJACK Winter of Code) is a program by NJACK (The Official Computer Science Club of IIT Patna) that
116116
helps students understand the paradigm of Open Source contribution and gives them real world software
117117
development experience.
118-
<div id="demo-snackbar-example" class="mdl-js-snackbar mdl-snackbar">
118+
<!-- <div id="demo-snackbar-example" class="mdl-js-snackbar mdl-snackbar">
119119
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdA1dAV8ywtVNenm26nfEXfp07jfLWDxcz8PkQF8hwZGTIHfg/viewform?usp=sf_link"
120120
target="_blank" class="mdl-snackbar__text" style="text-decoration: none;"></a>
121121
<button class="mdl-snackbar__action" type="button"></button>
122-
</div>
122+
</div> -->
123123
</p>
124124
</div>
125125
<div class="nwoc-header-sponsors">
@@ -502,7 +502,7 @@ <h4>Tell your friends about NWoC</h4>
502502
});
503503

504504
</script>
505-
<script>
505+
<!-- <script>
506506
(function () {
507507
'use strict';
508508
var snackbarContainer = document.querySelector('#demo-snackbar-example');
@@ -522,7 +522,7 @@ <h4>Tell your friends about NWoC</h4>
522522
});
523523
524524
}());
525-
</script>
525+
</script> -->
526526
<script>
527527
//Get the button
528528
var mybutton = document.getElementById("myBtn");

0 commit comments

Comments
 (0)