Skip to content

Commit 1895fc4

Browse files
authored
Merge pull request #3 from HarryEMartland/master
adds facebook widget
2 parents dae7a72 + de2393e commit 1895fc4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626

2727
<body>
2828

29+
<div id="fb-root"></div>
30+
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v8.0&appId=237112290739662&autoLogAppEvents=1" nonce="fagP3uUO"></script>
31+
2932
<div class="jumbotron text-center" id="header">
3033
<div class="mobileLogo">
3134
<img src="./img/CodeWithSymbol.png" id="keyboardSymbol" height="100" width="200" alt="CodeWith">
@@ -52,7 +55,11 @@ <h2>Watch this space</h2>
5255
when the events are.
5356
</p>
5457

55-
</div>
58+
<div class="text-center mb-4">
59+
<div class="fb-page" data-href="https://www.facebook.com/codewithgroup" data-tabs="events" data-width="" data-height="" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/codewithgroup" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/codewithgroup">CodeWith</a></blockquote></div>
60+
</div>
61+
62+
</div>
5663
<div class="col-lg-6">
5764
<h2>Subscribe to our mailing list</h2>
5865

0 commit comments

Comments
 (0)