Skip to content

Commit ffa766f

Browse files
committed
Updates status of the projects & resolves conflicts
1 parent 4f7bbb7 commit ffa766f

12 files changed

+19
-15
lines changed

_layouts/default.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@
77
<div class="card">
88
<h3 class="card-header">
99
{{ post.name }}
10-
{% if post.status == 'active' %}
11-
<span class="label label-success">Active</span>
10+
{% if post.status == 'Accelerated' %}
11+
<span class="label label-success">Accelerated</span>
1212
{% endif %}
13-
{% if post.status == 'inactive' %}
14-
<span class="label label-danger">Inactive</span>
13+
{% if post.status == 'In progress' %}
14+
<span class="label label-info">In progress</span>
1515
{% endif %}
16+
{% if post.status == 'On hold' %}
17+
<span class="label label-danger">On hold</span>
18+
{% endif %}
19+
1620
</h3>
1721
<!--<img class="card-img-top" data-src="..." alt="Card image cap">-->
1822
<div class="card-block">

_posts/2016-07-24-BrexLex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ display_date: July 2016
66
github_url: https://github.com/HackBrexit/BrexLex
77
presentation_url: https://drive.google.com/open?id=1l0OWeE34QIPVd_gkPAuZq5afCRTeNqbgG5dL0zXVVqs
88
introduction_url: WEoXSfAtr8Q
9-
status: in progress
9+
status: In progress
1010
---

_posts/2016-07-24-BrexitNet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ display_date: July 2016
66
github_url: https://github.com/HackBrexit/BrexitNet
77
presentation_url:
88
introduction_url:
9-
status: on hold
9+
status: On hold
1010
---

_posts/2016-07-24-CampaignNinja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ display_date: July 2016
66
github_url: https://github.com/HackBrexit/CampaigningNinja
77
presentation-url: https://drive.google.com/open?id=1j0XdlOtpvRWAekr3PDATntDzMaonIs39VzxitAPlqmE
88
introduction_url: GNRqcbHTT4M
9-
status: on hold
9+
status: On hold
1010
---

_posts/2016-07-24-ExitGap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ display_date: July 2016
66
github_url: https://github.com/HackBrexit/ExitGap
77
presentation_url: https://drive.google.com/open?id=1VJ_aCrW8TsWwUUPsDmPis3B-2wVmUuIk86nTSfZqzlE
88
introduction_url: maUBGM0Pol4
9-
status: on hold
9+
status: On hold
1010
---

_posts/2016-07-24-Fixit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ display_date: July 2016
66
github_url:
77
presentation_url: https://drive.google.com/open?id=1_DeN7X8uzBsyK9ePBe2je8ljvt_cTvPv9UtU36YpSts
88
introduction_url: opnlCMKfyLI
9-
status: on hold
9+
status: On hold
1010
---

_posts/2016-07-24-HackBrexit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ name: HackBrexit
44
description: Hackathon project list
55
display_date: July 2016
66
github_url: https://github.com/HackBrexit/hackbrexit.github.io
7-
status: active
7+
status: Accelerated
88
---

_posts/2016-07-24-IStreetwatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ display_date: July 2016
66
github_url: https://github.com/HackBrexit/IStreetWatch
77
presentation_url: https://drive.google.com/open?id=1wiyu31ulcOoFEdgGSJO0kEGibAq-fzQQX3JQYkkg7Yk
88
introduction_url: JyzcKjWB8U4
9-
status: in progress
9+
status: In progress
1010
---

_posts/2016-07-24-MinistersUndertheInfluence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ display_date: July 2016
66
github_url: https://github.com/HackBrexit/MinistersUnderTheInfluence
77
presentation_url: https://drive.google.com/open?id=1-CsMiIhywwpsGFKeEBzOfc9a6BTBb8nk284ctJra77o
88
introduction_url: bVbTzTd2ZRs
9-
status: accelerated
9+
status: Accelerated
1010
---

_posts/2016-07-24-PopOutsideTheEchoChamber.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ display_date: July 2016
66
github_url: https://github.com/HackBrexit/hackbrexit.github.io
77
presentation_url: https://drive.google.com/open?id=1N3PFbBpczqFTsFtcHs3eRdbfW9UhnfVK_Lde5KQxJNw
88
introduction_url: ngXoltv5TEo
9-
status: on hold
9+
status: On hold
1010
---

0 commit comments

Comments
 (0)