diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..53a89a3 Binary files /dev/null and b/.DS_Store differ diff --git a/_includes/header.html b/_includes/header.html index ca22f70..893d693 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -13,6 +13,12 @@ + + diff --git a/_layouts/ministers_under_the_influence.html b/_layouts/ministers_under_the_influence.html new file mode 100644 index 0000000..3d78d49 --- /dev/null +++ b/_layouts/ministers_under_the_influence.html @@ -0,0 +1,57 @@ +{% include head.html %} + +
+ {% include header.html %} + +

Ministers Under The Influence MVP

+ {% for image in site.static_files %} + {% if image.path contains 'img/Muti' %} + HackBrexit 1st Hackathon Photo + {% endif %} + {% endfor %} +

+

#HackBrexit: Ministers Under The Influence?

+ +

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 here.

+

+

The Project

+ +

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.

+

+ +

Core Project Team

+ + +

+

Project Contributors

+ + +

+ +

Want to get involved?

+

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 here. and on the github repository here.

+ + +
+{% include footer.html %} + +{% include foot.html %} diff --git a/_layouts/what_the_fact.html b/_layouts/what_the_fact.html new file mode 100644 index 0000000..4edfcd5 --- /dev/null +++ b/_layouts/what_the_fact.html @@ -0,0 +1,57 @@ +{% include head.html %} + +
+ {% include header.html %} + +

What The Fact MVP

+ {% for image in site.static_files %} + {% if image.path contains 'img/Wtf' %} + HackBrexit 1st Hackathon Photo + {% endif %} + {% endfor %} +

+ +

#HackBrexit: What The Fact

+ +

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 here.

+

+ +

The Project

+ +

What The Fact is a chrome browser plugin that gives you fact-checking information about what you're reading.

+

+ +

Core Project Team

+ +

+ +

Project Contributors

+ +

+ +

Want to get involved?

+

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 here. and on the github repository here.

+ + +
+{% include footer.html %} + +{% include foot.html %} diff --git a/img/.DS_Store b/img/.DS_Store new file mode 100644 index 0000000..e771ddc Binary files /dev/null and b/img/.DS_Store differ diff --git a/img/Muti/MUtI.png b/img/Muti/MUtI.png new file mode 100644 index 0000000..0b64cf6 Binary files /dev/null and b/img/Muti/MUtI.png differ diff --git a/img/Wtf/wtf.png b/img/Wtf/wtf.png new file mode 100644 index 0000000..b07c507 Binary files /dev/null and b/img/Wtf/wtf.png differ diff --git a/ministers_under_the_influence.html b/ministers_under_the_influence.html new file mode 100644 index 0000000..da3bd77 --- /dev/null +++ b/ministers_under_the_influence.html @@ -0,0 +1,3 @@ +--- +layout: ministers_under_the_influence +--- diff --git a/pasted_image_at_2017_01_09_07_24_pm_480-1.png b/pasted_image_at_2017_01_09_07_24_pm_480-1.png new file mode 100644 index 0000000..b07c507 Binary files /dev/null and b/pasted_image_at_2017_01_09_07_24_pm_480-1.png differ diff --git a/what_the_fact.html b/what_the_fact.html new file mode 100644 index 0000000..94aa8e0 --- /dev/null +++ b/what_the_fact.html @@ -0,0 +1,3 @@ +--- +layout: what_the_fact +---