-
Notifications
You must be signed in to change notification settings - Fork 11
/
contact.html
77 lines (69 loc) · 2.14 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
permalink: /contact/
layout: default
suffixes:
- Community,
- Events,
- Forums,
- Friends,
- People,
- Support,
- Workshops,
- Us
title: Contact
---
<link href="https://cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<h1>{{page.title}}</h1>
<div class="row">
<div class="col-sm-6">
<h2>Social Media</h2>
<p>
We have plenty of places you can find out more about us.
</p>
<p>
<span class="fab fa-discord fa-lg text-green"></span>
<a target="_blank" href="https://discord.gg/jKFXkTd">Discord</a> - Online video and text messaging
</p>
<p>
<span class="fab fa-linkedin fa-lg text-green"></span>
<a target="_blank" href="https://www.linkedin.com/company/codewith">LinkedIn</a> - Follow us
</p>
<p>
<span class="fab fa-meetup fa-lg text-green"></span>
<a target="_blank" href="https://www.meetup.com/codewith/">Meetup</a> - Event information
</p>
<p>
<span class="fab fa-twitter fa-lg text-green"></span>
<a target="_blank" href="https://twitter.com/CodeWithGroup">Twitter</a> - Follow us
</p>
<p>
Alternatively, if you have any questions about CodeWith you can chat to us through Facebook
by clicking the below button. If you don't have a Facebook account you can use the guest option.
</p>
<p>
<button class="btn btn-primary" id="chat-now"><span class="fa fa-comments"></span> Chat Now!</button>
</p>
</div>
</div>
<script>
let chatButton = document.getElementById('chat-now');
chatButton.onclick = function () {
FB.CustomerChat.show(true)
}
</script>
<script type='text/javascript' src='https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
<script type='text/javascript'>
(function ($) {
window.fnames = new Array();
window.ftypes = new Array();
fnames[0] = 'EMAIL';
ftypes[0] = 'email';
fnames[1] = 'FNAME';
ftypes[1] = 'text';
fnames[2] = 'LNAME';
ftypes[2] = 'text';
fnames[3] = 'TOWN';
ftypes[3] = 'text';
}(jQuery));
var $mcj = jQuery.noConflict(true);
</script>