Skip to content

Commit d1186fb

Browse files
committed
adds changes to open source accelerator page and header and sign up form to avoid conflict
2 parents 7f23770 + 8896f16 commit d1186fb

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

_includes/header.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
<a class="nav-link" href="sign_up_form.html">Sign up form</a>
1212
</li>
1313
<li class="nav-item">
14+
<<<<<<< HEAD
1415
<a class="nav-link" href="open_source_accelerator.html">Open Source Accelerator</a>
16+
=======
17+
<a class="nav-link" href="open_source_accelerator.html">Open source accelerator</a>
18+
>>>>>>> master
1519
</li>
1620
</ul>
1721
</nav>

_layouts/open_source_accelerator.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,33 @@
11
{% include head.html %}
22

33
<div class="container">
4+
<<<<<<< HEAD
45
{% include header.html %}
6+
=======
7+
{% include header.html %}
8+
>>>>>>> master
59

610
<h1>Hack Brexit Open Source Accelerator</h1>
711

812
<ul>
913
<li><p><b>Join the Hack Brexit fortnightly Wednesday meetup group <a href="https://www.meetup.com/Hack-Brexit/" target="_blank"> here</a></p></b></li>
1014

15+
<<<<<<< HEAD
1116
<li><p><b>Join the Hack Brexit slack group for discussion outside of these in person meetups <a href="https://hackbrexit.herokuapp.com/" target="_blank"> here</a></p></b></li>
17+
=======
18+
<li><p><b>Join the Hack Brexit slack group <a href="https://hackbrexit.herokuapp.com/" target="_blank"> here</a></p></b></li>
19+
>>>>>>> master
1220
</ul>
1321

1422
<h2>What is the accelerator all about?</h2>
1523

1624
<ul>
1725

26+
<<<<<<< HEAD
1827
<li>The accelerator is a three month programme that takes 2 of the 10 projects created during Hack Brexit weekend.</li>
28+
=======
29+
<li>A three month programme that takes 2 of the 10 projects created during Hack Brexit weekend.</li>
30+
>>>>>>> master
1931

2032
<li>Run regular monthly meetings for the teams to present and discuss their projects progress, hosted by ThoughtWorks London.</li>
2133

_layouts/sign_up_form.html

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@
55

66
<h1>Hack Brexit Mailing List</h1>
77

8-
<p>Sign up on our Hack Brexit contact form for us to keep you updated with all of the latest news </p>
8+
<p>Fill in your details here for us to keep you updated with the latest news about the Hack Brexit project.</p>
99

10-
<form method="POST" action="http://formspree.io/hackbrexit@gmail.com">
11-
<input type="email" name="email" placeholder="Your email">
12-
<input type="name" name="name" placeholder="Your name">
13-
<button type="submit">Send</button>
10+
<form method="post" action="http://formspree.io/hackbrexit@gmail.com">
11+
<div class="form-group">
12+
<label for="fullname">Full Name</label>
13+
<input type="name" name="name" class="form-control" id="fullname" placeholder="Your fullname">
14+
</div>
15+
16+
<div class="form-group">
17+
<label for="email">Email</label>
18+
<input type="email" email="email" class="form-control" id="email" placeholder="Your email">
19+
</div>
20+
21+
<button type="submit" class="btn btn-primary btn-block">Sign up for updates on Hack Brexit</button>
1422
</form>
1523

1624
</div>

0 commit comments

Comments
 (0)