Skip to content

Commit 3c60471

Browse files
Adding social media to contact page
1 parent 03aca32 commit 3c60471

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

contact.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,28 @@ <h1>{{page.title}}</h1>
2222
We are also available over email at <a href="mail:codewithgroup@gmail.com">codewithgroup@gmail.com</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+
<li>
42+
<span class="fas fa-envelope"></span>
43+
<a href="mailto:contact@codewith.org.uk?subject=Codewith Website Contact">Email Us</a>
44+
</li>
45+
</ul>
46+
2547
<script>
2648
let chatButton = document.getElementById('chat-now');
2749
chatButton.onclick = function (){

0 commit comments

Comments
 (0)