Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Community page
  • Loading branch information
cajogos committed Oct 4, 2020
commit 91aff5557f3c904957d46520bf58a0b98eeaffea
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@

### Website

* TODO: Volunteer pages
* TODO: Resources pages
* TODO: Supporters pages
* TODO: Community pages
* TODO: Add Google Analytics tag

### Systems
Expand Down
45 changes: 45 additions & 0 deletions pages/community.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
permalink: /community
layout: main
title: Join the CoderDojo RISE community
breadcrumbs: "Home:/:;Community:/community:community active;"
---
<div class="heading-banner-container banner-inverse heading-black">
<div class="heading-banner">
<h1>Community</h1>
</div>
</div>
<div class="container community">
<h2>Community Events</h2>
<div class="well">
<p style="font-size:1.3em">We are working on creating some awesome Community Events for the wider CoderDojo
network!</p>
</div>
<hr/>
<div class="newsletter-form-container">
<div class="row form-area">
<div class="col-sm-6">
<h4>Sign up to the community newsletters</h4>
</div>
<div class="col-sm-6 text-right">
<form class="form-inline" id="subscribe-form" data-list="{$list}">
<div class="form-group">
<label class="sr-only">Your email address</label>
<div class="input-group">
<input type="email" class="form-control success" id="newsletter-email-input"
placeholder="Your email address..." required="required" />
</div>
</div>
<button type="submit" class="btn btn-success" disabled>
<i class="fa fa-envelope"></i> Sign Up
</button>
</form>
</div>
</div>
<div class="response-success">
<h3>Thank you! You are on our list. Watch out for our emails <i class="fa fa-smile-o"></i></h3>
</div>
</div>
<hr/>
<h4 class="text-center">More coming Soon...</h4>
</div>