-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds first draft of MUtI page to link to project domain #35
Open
charlottebrf
wants to merge
14
commits into
master
Choose a base branch
from
ministers/mvp
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
31fe6c2
Adds first draft of MUtI page to link to project domain
charlottebrf bd46f3b
Renames file correctly to be .html
charlottebrf 1a65afd
Deletes duplicated MUtI file
charlottebrf e1acd43
Amends the space suggested by elischutze PR review
charlottebrf da6cb04
Adds first version of WTF MVP page
charlottebrf 9d2c33b
Adds WTF layout file
charlottebrf e1723e7
Updates team names for MUtI
charlottebrf 4efd83c
Adds in Alex & Tamasin but incomplete links for both
charlottebrf 6906ed7
Updates team members & layout
charlottebrf c2c4bf9
Updated Oli Key's link
charlottebrf a6d4912
Merge branch 'wtf/mvp' of github.com:HackBrexit/hackbrexit.github.io …
charlottebrf 290aa26
Adds a link for Alex Runswick
charlottebrf 22d7895
Improves appearance of MUtI page & adds in MUtI logo
charlottebrf fcbab79
Improves line indentation
charlottebrf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{% include head.html %} | ||
|
||
<div class="container"> | ||
{% include header.html %} | ||
|
||
<h1>Ministers Under The Influence MVP</h1> | ||
|
||
<ul> | ||
<li><p><b>Ministers Under The Influence is one of the two MVP projects produced during the Hack Brexit<a href="http://hackbrexit.org/open_source_accelerator.html" target="_blank"> 3 month open source accelerator programme.</a></p></b></li> | ||
</ul> | ||
|
||
<h2>#HackBrexit: Ministers Under The Influence?</h2> | ||
|
||
<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> | ||
|
||
<h2>The Project</h2> | ||
|
||
<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> | ||
|
||
<h2>The Team</h2> | ||
<ul> | ||
<li><p><a href="https://github.com/aspiers" target="_blank">Adam Spiers</a></p></li> | ||
<li><p><a href="https://github.com/Greatlemer" target="_blank">Adrian Rogers</a></p></li> | ||
<li><p><a href="INCOMPLETE" target="_blank">Alex Runswick</a></p></li> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Indentation is not correct |
||
<li><p><a href="https://twitter.com/CharlotteBRF" target="_blank">Charlotte Fereday</a></p></li> | ||
<li><p><a href="https://github.com/cy0023" target="_blank">Chris Yeowood</a></p></li> | ||
<li><p><a href="https://github.com/eddiejaoude" target="_blank">Eddie Jaoude</a></p></li> | ||
<li><p><a href="https://github.com/eleanombre" target="_blank">Eleanor Keane</a></p></li> | ||
<li><p><a href="https://github.com/elischutze" target="_blank">Eli Schutze Ramírez</a></p></li> | ||
<li><p><a href="https://github.com/graemea1" target="_blank">Graeme</a></p></li> | ||
<li><p><a href="https://github.com/jo-osborne" target="_blank">Joanne Osborne</a></p></li> | ||
<li><p><a href="https://github.com/joerayme" target="_blank">Joe Ray</a></p></li> | ||
<li><p><a href="https://github.com/JohnSmall" target="_blank">John Small</a></p></li> | ||
<li><p><a href="https://github.com/lucetzer" target="_blank">Lucy Fang</a></p></li> | ||
<li><p><a href="https://github.com/zoodor" target="_blank">Mark T</a></p></li> | ||
<li><p><a href="https://github.com/n3dst4" target="_blank">Neil de Carteret</a></p></li> | ||
<li><p><a href="https://github.com/sikesLpp" target="_blank">Sikes</a></p></li> | ||
<li><p><a href="INCOMPLETE" target="_blank">Tamasin </a></p></li> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where does |
||
</ul> | ||
|
||
|
||
<h2>Want to get involved?</h2> | ||
<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> | ||
|
||
|
||
</div> | ||
{% include footer.html %} | ||
|
||
{% include foot.html %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
layout: ministers_under_the_influence | ||
--- |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p>
tags are not needed here