We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a58137 commit 9f0d3f4Copy full SHA for 9f0d3f4
contact.html
@@ -0,0 +1,30 @@
1
+---
2
+title: Contact
3
+layout: default
4
5
+
6
+<h1>{{page.title}}</h1>
7
8
+<p>
9
10
+</p>
11
12
13
+ If you have any questions about joining us at code with you can chat to us now through facebook by clicking the below button.
14
+ You can chat to us without a facebook account by clicking on the guest option.
15
16
17
18
+ <button class="btn btn-primary" id="chat-now">Chat Now!</button>
19
20
21
22
+ We are also available over email at <a href="mail:codewithgroup@gmail.com">codewithgroup@gmail.com</a>.
23
24
25
+<script>
26
+ let chatButton = document.getElementById('chat-now');
27
+ chatButton.onclick = function (){
28
+ FB.CustomerChat.show(true)
29
+ }
30
+</script>
0 commit comments