Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@

<body>

<div id="fb-root"></div>
<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>

<div class="jumbotron text-center" id="header">
<div class="mobileLogo">
<img src="img/CodeWithSymbol.png" id="keyboardSymbol" height="100" width="200" alt="CodeWith">
Expand All @@ -39,10 +42,10 @@ <h1>CODEWITH</h1>

<div class="container">
<div class="row">
<div class="col-lg-6"">
<div class="col-lg-6">
<h2>Watch this space</h2>

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

</div>
<div class="text-center mb-4">
<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>
</div>

</div>
<div class="col-lg-6">
<h2>Subscribe to our mailing list</h2>

Expand Down