Skip to content

Commit 9605fb0

Browse files
authored
Merge pull request #36 from HackBrexit/wtf/mvp
Wtf/mvp
2 parents a57db6a + 8619483 commit 9605fb0

File tree

10 files changed

+126
-0
lines changed

10 files changed

+126
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

_includes/header.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
<li class="nav-item">
1414
<a class="nav-link" href="open_source_accelerator.html">Open source accelerator</a>
1515
</li>
16+
<li class="nav-item">
17+
<a class="nav-link" href="ministers_under_the_influence.html">Ministers Under The Influence</a>
18+
</li>
19+
<li class="nav-item">
20+
<a class="nav-link" href="what_the_fact.html">What The Fact</a>
21+
</li>
1622
</ul>
1723
</nav>
1824

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{% include head.html %}
2+
3+
<div class="container">
4+
{% include header.html %}
5+
6+
<h1>Ministers Under The Influence MVP</h1>
7+
{% for image in site.static_files %}
8+
{% if image.path contains 'img/Muti' %}
9+
<img class="img-thumbnail" src="{{ site.baseurl }}{{ image.path }}" alt="HackBrexit 1st Hackathon Photo">
10+
{% endif %}
11+
{% endfor %}
12+
<br></br>
13+
<h2><b>#HackBrexit: Ministers Under The Influence?</b></h2>
14+
15+
<p>Ministers Under the Influence is a project that came out of the #HackBrexit Hackathon which took place during one weekend, July 23-24 in 2016. The project was further developed during the Hack Brexit accelerator programme which ran September - December 2016. See the site for the full project<a href="http://ministersundertheinfluence.co.uk" target="_blank"> here.</a></p>
16+
<br></br>
17+
<h2><b>The Project</b></h2>
18+
19+
<p>The aim of Ministers Under the Influence is to unearth public-but-obscure information about who ministers are meeting. By making this data more accessible we can hope to better hold our government to account. We hope this will feed into a wider project about tracking who is influencing our elected politicians.</p>
20+
<br></br>
21+
22+
<h2><b>Core Project Team</b></h2>
23+
<ul>
24+
<li><p><a href="https://github.com/aspiers" target="_blank">Adam Spiers</a></p></li>
25+
<li><p><a href="https://github.com/Greatlemer" target="_blank">Adrian Rogers</a></p></li>
26+
<li><p><a href="https://twitter.com/AlexRunswick" target="_blank">Alex Runswick</a></p></li>
27+
<li><p><a href="https://twitter.com/CharlotteBRF" target="_blank">Charlotte Fereday</a></p></li>
28+
<li><p><a href="https://github.com/cy0023" target="_blank">Chris Yeowood</a></p></li>
29+
<li><p><a href="https://github.com/elischutze" target="_blank">Eli Schutze Ramírez</a></p></li>
30+
<li><p><a href="https://github.com/jo-osborne" target="_blank">Joanne Osborne</a></p></li>
31+
<li><p><a href="https://github.com/JohnSmall" target="_blank">John Small</a></p></li>
32+
</ul>
33+
34+
<br></br>
35+
<h2><b>Project Contributors</b></h2>
36+
<ul>
37+
<li><p><a href="https://github.com/eddiejaoude" target="_blank">Eddie Jaoude</a></p></li>
38+
<li><p><a href="https://github.com/eleanombre" target="_blank">Eleanor Keane</a></p></li>
39+
<li><p><a href="https://github.com/graemea1" target="_blank">Graeme</a></p></li>
40+
<li><p><a href="https://github.com/joerayme" target="_blank">Joe Ray</a></p></li>
41+
<li><p><a href="https://github.com/lucetzer" target="_blank">Lucy Fang</a></p></li>
42+
<li><p><a href="https://github.com/zoodor" target="_blank">Mark T</a></p></li>
43+
<li><p><a href="https://github.com/n3dst4" target="_blank">Neil de Carteret</a></p></li>
44+
<li><p><a href="https://github.com/sikesLpp" target="_blank">Sikes</a></p></li>
45+
46+
</ul>
47+
48+
<br></br>
49+
50+
<h2><b>Want to get involved?</b></h2>
51+
<p>Whilst the 3 month accelerator programme which ran September - December 2016 is now over, we would still welcome contributions for the project. Please join us on slack to begin contributing <a href="https://hackbrexit.herokuapp.com/" target="_blank"> here.</a> and on the github repository <a href="https://github.com/HackBrexit/MinistersUnderTheInfluence">here.</a></p>
52+
53+
54+
</div>
55+
{% include footer.html %}
56+
57+
{% include foot.html %}

_layouts/what_the_fact.html

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{% include head.html %}
2+
3+
<div class="container">
4+
{% include header.html %}
5+
6+
<h1>What The Fact MVP</h1>
7+
{% for image in site.static_files %}
8+
{% if image.path contains 'img/Wtf' %}
9+
<img class="img-thumbnail" src="{{ site.baseurl }}{{ image.path }}" alt="HackBrexit 1st Hackathon Photo">
10+
{% endif %}
11+
{% endfor %}
12+
<br></br>
13+
14+
<h2><b>#HackBrexit: What The Fact</b></h2>
15+
16+
<p>What The Fact is a project that came out of the #HackBrexit Hackathon which took place during one weekend, July 23-24 in 2016. The project was further developed during the Hack Brexit accelerator programme which ran September - December 2016. See the site for the full project<a href="http://whatthefact.uk" target="_blank"> here.</a></p>
17+
<br></br>
18+
19+
<h2><b>The Project</b></h2>
20+
21+
<p>What The Fact is a chrome browser plugin that gives you fact-checking information about what you're reading.</p>
22+
<br></br>
23+
24+
<h2><b>Core Project Team</b></h2>
25+
<ul>
26+
<li><p><a href="https://github.com/soosa" target="_blank">Annett Soosa</a></p></li>
27+
<li><p><a href="https://github.com/cnak" target="_blank">Cedric Kisema</a></p></li>
28+
<li><p><a href="https://github.com/jialutu" target="_blank">Jialu Tu</a></p></li>
29+
<li><p><a href="www.linkedin.com/in/kyliecastellaw" target="_blank">Kylie Castellaw </a></p></li>
30+
<li><p><a href="https://uk.linkedin.com/in/okey1838" target="_blank">Oliver Key</a></p></li>
31+
</ul>
32+
<br></br>
33+
34+
<h2><b>Project Contributors</b></h2>
35+
<ul>
36+
<li><p><a href="https://github.com/jeremynevans" target="_blank">Jeremy Evans</a></p></li>
37+
<li><p><a href="https://github.com/jennypop" target="_blank">Jenny Yang</a></p></li>
38+
<li><p><a href="https://github.com/orgs/HackBrexit/people/JoeWroe" target="_blank">Joe Wroe</a></p></li>
39+
<li><p><a href="https://github.com/sjnorth" target="_blank">Samantha North</a></p></li>
40+
<li><p><a href="https://github.com/FadumaM" target="_blank">Faduma North</a></p></li>
41+
<li><p><a href="https://github.com/eddiejaoude" target="_blank">Eddie Jaoude</a></p></li>
42+
<li><p><a href="https://github.com/Guzol" target="_blank">Gustek Guzol</a></p></li>
43+
<li><p><a href="https://github.com/joerayme" target="_blank">Joe Ray</a></p></li>
44+
<li><p><a href="https://github.com/zoodor" target="_blank">Mark T</a></p></li>
45+
<li><p><a href="https://github.com/nicosy" target="_blank">Nico</a></p></li>
46+
<li><p><a href="https://github.com/superspring" target="_blank">Super Spring</a></p></li>
47+
</ul>
48+
<br></br>
49+
50+
<h2><b>Want to get involved?</b></h2>
51+
<p>Whilst the 3 month accelerator programme which ran September - December 2016 is now over, we would still welcome contributions for the project. Please join us on slack to begin contributing <a href="https://hackbrexit.herokuapp.com/" target="_blank"> here.</a> and on the github repository <a href="https://github.com/HackBrexit/WhatTheFact">here.</a></p>
52+
53+
54+
</div>
55+
{% include footer.html %}
56+
57+
{% include foot.html %}

img/.DS_Store

6 KB
Binary file not shown.

img/Muti/MUtI.png

35.5 KB
Loading

img/Wtf/wtf.png

39.3 KB
Loading

ministers_under_the_influence.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
layout: ministers_under_the_influence
3+
---
39.3 KB
Loading

what_the_fact.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
layout: what_the_fact
3+
---

0 commit comments

Comments
 (0)