Skip to content

Commit 6cd9d7c

Browse files
adds facebook widget
1 parent 7500f3c commit 6cd9d7c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

index.html

Lines changed: 10 additions & 3 deletions
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">
@@ -39,10 +42,10 @@ <h1>CODEWITH</h1>
3942

4043
<div class="container">
4144
<div class="row">
42-
<div class="col-lg-6"">
45+
<div class="col-lg-6">
4346
<h2>Watch this space</h2>
4447

45-
<p class=" lead">
48+
<p class="lead">
4649
CodeWith is a new community for adults wanting to learn more about the world of
4750
computers.
4851
</p>
@@ -52,7 +55,11 @@ <h2>Watch this space</h2>
5255
when the events are.
5356
</p>
5457

55-
</div>
58+
<div class="text-center">
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)