|
| 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 %} |
0 commit comments