Skip to content

Commit 17426c1

Browse files
committed
2018 up up and away
1 parent 52639ad commit 17426c1

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

index.html

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</p>
8383
</div>
8484
<div class="col-md-offset-3 col-md-6 text-center">
85-
<a class="typeform-share" style="text-decoration:none" href="https://manojpandey.typeform.com/to/hMqENq" data-mode="1" target="_blank">
85+
<a class="typeform-share" style="text-decoration:none" data-mode="1" target="_blank">
8686
<div class='register-btn hvr-float-shadow'>
8787
Registration Coming Soon !
8888
</div>
@@ -677,30 +677,30 @@ <h4>New Delhi, 110058</h4>
677677
<script src="js/app.js"></script>
678678
<!--typeform-->
679679
<script>
680-
(function () {
681-
var qs, js, q, s, d = document,
682-
gi = d.getElementById,
683-
ce = d.createElement,
684-
gt = d.getElementsByTagName,
685-
id = 'typef_orm',
686-
b = 'https://s3-eu-west-1.amazonaws.com/share.typeform.com/';
687-
if (!gi.call(d, id)) {
688-
js = ce.call(d, 'script');
689-
js.id = id;
690-
js.src = b + 'share.js';
691-
q = gt.call(d, 'script')[0];
692-
q.parentNode.insertBefore(js, q)
693-
}
694-
id = id + '_';
695-
if (!gi.call(d, id)) {
696-
qs = ce.call(d, 'link');
697-
qs.rel = 'stylesheet';
698-
qs.id = id;
699-
qs.href = b + 'share-button.css';
700-
s = gt.call(d, 'head')[0];
701-
s.appendChild(qs, s)
702-
}
703-
})()
680+
// (function () {
681+
// var qs, js, q, s, d = document,
682+
// gi = d.getElementById,
683+
// ce = d.createElement,
684+
// gt = d.getElementsByTagName,
685+
// id = 'typef_orm',
686+
// b = 'https://s3-eu-west-1.amazonaws.com/share.typeform.com/';
687+
// if (!gi.call(d, id)) {
688+
// js = ce.call(d, 'script');
689+
// js.id = id;
690+
// js.src = b + 'share.js';
691+
// q = gt.call(d, 'script')[0];
692+
// q.parentNode.insertBefore(js, q)
693+
// }
694+
// id = id + '_';
695+
// if (!gi.call(d, id)) {
696+
// qs = ce.call(d, 'link');
697+
// qs.rel = 'stylesheet';
698+
// qs.id = id;
699+
// qs.href = b + 'share-button.css';
700+
// s = gt.call(d, 'head')[0];
701+
// s.appendChild(qs, s)
702+
// }
703+
// })()
704704
</script>
705705
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
706706
<script>

0 commit comments

Comments
 (0)