Skip to content

Commit 10b3458

Browse files
Merge pull request #10 from CodeWithGroup/feature/contact-improvements
Feature/contact improvements
2 parents aa2b5d4 + 2914b2a commit 10b3458

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

contact.html

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>{{page.title}}</h1>
1010
</p>
1111

1212
<p>
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.
13+
If you have any questions about joining us at CodeWith you can chat to us now through Facebook by clicking the below button.
1414
You can chat to us without a facebook account by clicking on the guest option.
1515
</p>
1616

@@ -19,9 +19,28 @@ <h1>{{page.title}}</h1>
1919
</p>
2020

2121
<p>
22-
We are also available over email at <a href="mail:codewithgroup@gmail.com">codewithgroup@gmail.com</a>.
22+
We are also available over email at <a href="mailto:contact@codewith.org.uk">contact@codewith.org.uk</a>.
2323
</p>
2424

25+
<h2>
26+
Social Media
27+
</h2>
28+
<ul class="list-unstyled">
29+
<li>
30+
<span class="fab fa-slack"></span>
31+
<a href="#">Slack</a>
32+
</li>
33+
<li>
34+
<span class="fab fa-twitter"></span>
35+
<a href="https://twitter.com/codewithgroup" target="_blank">Twitter</a>
36+
</li>
37+
<li>
38+
<span class="fab fa-facebook"></span>
39+
<a href="https://www.facebook.com/CodeWithGroup/">Facebook</a>
40+
</li>
41+
42+
</ul>
43+
2544
<script>
2645
let chatButton = document.getElementById('chat-now');
2746
chatButton.onclick = function (){

0 commit comments

Comments
 (0)