forked from mmmaly/chcemvediet
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #336 Add case studies * #336 Refactoring casestudy * #336 Display flex chv-casestudy * #336 Include chv-baseline * #336 Fix typo * #336 Align line spacing
- Loading branch information
1 parent
4f1c378
commit e5a36fe
Showing
13 changed files
with
166 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-05-18 17:57+0200\n" | ||
"POT-Creation-Date: 2021-05-02 16:58+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -1359,6 +1359,12 @@ msgstr "Inštitúcií <br>v databáze" | |
msgid "main:homepage:bigstats:beta" | ||
msgstr "Na vývoji portálu chcemvediet.sk priebežne pracujeme. Posielanie žiadostí, notifikácie a expertný právny systém fungujú. " | ||
|
||
msgid "main:homepage:casestudy:anchor" | ||
msgstr "vybrane-pripady" | ||
|
||
msgid "main:homepage:casestudy:heading" | ||
msgstr "Vybrané prípady" | ||
|
||
msgid "main:homepage:didyouknow:twitter" | ||
msgstr "Tweet" | ||
|
||
|
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
Binary file added
BIN
+5.45 KB
chcemvediet/static/main/images/casestudy/ako_infoziadosti_pomahaju.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.78 KB
chcemvediet/static/main/images/casestudy/sef_danovych_kriminalistov.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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,19 @@ | ||
{# vim: set filetype=htmldjango shiftwidth=2 :#} | ||
|
||
{% comment %} | ||
% | ||
% Context: | ||
% -- None | ||
% | ||
{% endcomment %} | ||
|
||
{% block casestudy %} | ||
<a class="chv-casestudy" rel="noreferrer noopener" href="{% block link %}{% endblock %}" target="_blank"> | ||
<img class="chv-casestudy-img" src="{% block img %}{% endblock %}"> | ||
<div class="chv-casestudy-wrap"> | ||
<span class="chv-casestudy-date">{% block date %}{% endblock %}</span> | ||
<span class="chv-casestudy-heading">{% block heading %}{% endblock %}</span> | ||
<span class="chv-casestudy-text">{% block text %}{% endblock %}</span> | ||
</div> | ||
</a> | ||
{% endblock %} |
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,16 @@ | ||
{# vim: set filetype=htmldjango shiftwidth=2 :#} | ||
{% load trans from i18n %} | ||
|
||
{% comment %} | ||
% | ||
% Context: | ||
% -- None | ||
% | ||
{% endcomment %} | ||
|
||
<h2 id="{% trans 'main:homepage:casestudy:anchor' %}" class="text-center"> | ||
{% trans 'main:homepage:casestudy:heading' %} | ||
</h2> | ||
{% include "main/homepage/casestudy/sk/sef_danovych_kriminalistov.html" %} | ||
{% include "main/homepage/casestudy/sk/ako_infoziadosti_pomahaju.html" %} | ||
{% include "main/homepage/casestudy/sk/ako_pomaha_nas_portal.html" %} |
19 changes: 19 additions & 0 deletions
19
chcemvediet/templates/main/homepage/casestudy/sk/ako_infoziadosti_pomahaju.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,19 @@ | ||
{# vim: set filetype=htmldjango shiftwidth=2 :#} | ||
{% extends "main/homepage/casestudy/base.html" %} | ||
{% load static from staticfiles %} | ||
|
||
{% comment %} | ||
% | ||
% Context: | ||
% -- None | ||
% | ||
{% endcomment %} | ||
|
||
{% block link %}https://www.youtube.com/watch?v=7z4VgEbCBOk{% endblock %} | ||
{% block img %}{% static "main/images/casestudy/ako_infoziadosti_pomahaju.jpg" %}{% endblock %} | ||
{% block date %}4. október 2018{% endblock %} | ||
{% block heading %}Ako infožiadosti pomáhajú zvýšiť transparentnosť majetku úradníkov?{% endblock %} | ||
{% block text %} | ||
Investigatívny novinár M. Turček si vyžiadal zdôvodnenie predaja majetku obce Jelenec riaditeľovi | ||
KÚFS. | ||
{% endblock %} |
18 changes: 18 additions & 0 deletions
18
chcemvediet/templates/main/homepage/casestudy/sk/ako_pomaha_nas_portal.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,18 @@ | ||
{# vim: set filetype=htmldjango shiftwidth=2 :#} | ||
{% extends "main/homepage/casestudy/base.html" %} | ||
{% load static from staticfiles %} | ||
|
||
{% comment %} | ||
% | ||
% Context: | ||
% -- None | ||
% | ||
{% endcomment %} | ||
|
||
{% block link %}https://www.facebook.com/chcemvedietsk/posts/1737298786550549{% endblock %} | ||
{% block img %}{% static "main/images/casestudy/ako_pomaha_nas_portal.jpg" %}{% endblock %} | ||
{% block date %}11. august 2016{% endblock %} | ||
{% block heading %}Ako pomáha náš portál v investigatíve.{% endblock %} | ||
{% block text %} | ||
Ale aj o ďalších nástrojoch, hovorí J. Suchal v prednáške. Náš portál sa objaví v 23:20. | ||
{% endblock %} |
18 changes: 18 additions & 0 deletions
18
chcemvediet/templates/main/homepage/casestudy/sk/sef_danovych_kriminalistov.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,18 @@ | ||
{# vim: set filetype=htmldjango shiftwidth=2 :#} | ||
{% extends "main/homepage/casestudy/base.html" %} | ||
{% load static from staticfiles %} | ||
|
||
{% comment %} | ||
% | ||
% Context: | ||
% -- None | ||
% | ||
{% endcomment %} | ||
|
||
{% block link %}https://www.aktuality.sk/clanok/693148/sef-danovych-kriminalistov-kupuje-majetky-odmieta-ich-komentovat/{% endblock %} | ||
{% block img %}{% static "main/images/casestudy/sef_danovych_kriminalistov.jpg" %}{% endblock %} | ||
{% block date %}6. jún 2019{% endblock %} | ||
{% block heading %}S akými utajovaniami sa stretávajú investigatívci?{% endblock %} | ||
{% block text %} | ||
A ako sa s tým vysporiadať? Nadácia Zastavme korupciu vyhrala súd o informácie. | ||
{% endblock %} |
25 changes: 25 additions & 0 deletions
25
chcemvediet/templates/styleguide/components/casestudy.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,25 @@ | ||
{# vim: set filetype=htmldjango shiftwidth=2 :#} | ||
{% extends "main/homepage/casestudy/base.html" %} | ||
{% load static from staticfiles %} | ||
{% load lorem from poleno.utils %} | ||
|
||
{% comment %} | ||
% | ||
% Context: | ||
% -- None | ||
% | ||
{% endcomment %} | ||
|
||
|
||
{% block casestudy %} | ||
<h3>Case study</h3> | ||
<p>chv-casestudy <br>main/homepage/casestudy/base.html</p> | ||
<div class="sg-specimen chv-scheme-white"> | ||
{{ block.super }} | ||
</div> | ||
{% endblock %} | ||
|
||
{% block img %}{% static "main/images/casestudy/ako_infoziadosti_pomahaju.jpg" %}{% endblock %} | ||
{% block date %}1. apríl 2015{% endblock %} | ||
{% block heading %}{% lorem 4 %}{% endblock %} | ||
{% block text %}{% lorem 3 %}{% endblock %} |
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