Skip to content

Commit e2f892d

Browse files
committed
#11 Project status
1 parent 4c0a470 commit e2f892d

12 files changed

Lines changed: 23 additions & 1 deletion

_layouts/default.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,26 @@
55

66
{% for post in site.posts %}
77
<div class="card">
8-
<h3 class="card-header">{{ post.name }}</h3>
8+
<h3 class="card-header">
9+
{{ post.name }}
10+
{% if post.status == 'active' %}
11+
<span class="label label-success">Active</span>
12+
{% endif %}
13+
{% if post.status == 'inactive' %}
14+
<span class="label label-danger">Inactive</span>
15+
{% endif %}
16+
</h3>
917
<!--<img class="card-img-top" data-src="..." alt="Card image cap">-->
1018
<div class="card-block">
1119
<div class="row">
1220
<div class="col-sm-4">
21+
{% if post.introduction_url %}
1322
<div class="card-img-top embed-responsive embed-responsive-16by9">
1423
<iframe class="embed-responsive-item"
1524
src="//www.youtube.com/embed/{{ post.introduction_url }}?rel=0"
1625
allowfullscreen></iframe>
1726
</div>
27+
{% endif %}
1828
</div>
1929

2030
<div class="col-sm-8">

_posts/2016-07-24-BrexLex.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +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: active
910
---

_posts/2016-07-24-BrexitNet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ description: Mapping existing data to try and understand new correlations that c
55
display_date: July 2016
66
github_url: https://github.com/HackBrexit/BrexitNet
77
presentation_url:
8+
introduction_url:
9+
status: inactive
810
---

_posts/2016-07-24-CampaignNinja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +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: active
910
---

_posts/2016-07-24-ExitGap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +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: active
910
---

_posts/2016-07-24-Fixit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +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: active
910
---

_posts/2016-07-24-HackBrexit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +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
78
---

_posts/2016-07-24-IStreetwatch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +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: active
910
---

_posts/2016-07-24-MinistersUndertheInfluence.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +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: active
910
---

_posts/2016-07-24-PopOutsidetheecochamber.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +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: active
910
---

0 commit comments

Comments
 (0)