Skip to content

Commit 75c167b

Browse files
Add Salck registration form. (#77)
1 parent 4b51ad5 commit 75c167b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,22 @@ <h3 class="text-center">Get Involved</h3>
5252
For usage questions, head over to <a href="http://answers.ros.org/">ROS Answers</a>
5353
and please tag your question with <a href="https://answers.ros.org/questions/scope:all/sort:activity-desc/tags:embedded/">embedded</a>.
5454
</p>
55+
<div id="CommunityInviter"></div>
56+
<script>
57+
window.CommunityInviterAsyncInit = function () {
58+
    CommunityInviter.init({
59+
      app_url:'micro-ros',
60+
      team_id:'micro-ros'
61+
    })
62+
};
63+
(function(d, s, id){
64+
    var js, fjs = d.getElementsByTagName(s)[0];
65+
    if (d.getElementById(id)) {return;}
66+
    js = d.createElement(s); js.id = id;
67+
    js.src = "https://communityinviter.com/js/communityinviter.js";
68+
    fjs.parentNode.insertBefore(js, fjs);
69+
}(document, 'script', 'Community_Inviter'));
70+
</script>
5571
</div>
5672
</div>
5773
</div>

0 commit comments

Comments
 (0)