8000 Kindex box design change · HlidacStatu/HlidacStatu@aeac93d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Kindex box design change
Browse files Browse the repository at this point in the history
  • Loading branch information
suchoss committed Jul 12, 2021
1 parent f537a45 commit aeac93d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Web.Statu/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -126,22 +126,27 @@
<div class="watcher__title">
<img src="/Content/img/icon-person-watcher.svg">
<h2 class="new-title">
<a href="/kindex">Co je K-Index</a>
<a href="/kindex">K-Index</a>
</h2>
</div>

<div class="block-col ">
<p class="muted">
<a href="/kindex">Index klíčových rizik</a> - zkráceně KIndex, je ukazatel míry rizikových faktorů. Tyto faktory jsou spojovány s rizikem korupce a nehospodárným nakládáním veřejných peněz.
</p>
@Html.Partial("~/Views/Kindex/_SearchForm.cshtml")
<p>
<a href="/kindex">
<img src="/content/Img/kindex-info.png" style="width:80%;" title="Popis K-Indexu" />
</a>
</p>
<div class="row">
<a href="@HlidacStatu.Lib.Analysis.KorupcniRiziko.KIndexData.GetKratkaMetodikaURL()" class="btn btn-default">Co je K-Index</a>
<a href="@HlidacStatu.Lib.Analysis.KorupcniRiziko.KIndexData.GetMetodikaURL()" class="btn btn-default" style="margin-left:10px">Metodika</a>
</div>
<p>
<a href="https://texty.hlidacstatu.cz/k-index/">S podporou Active Citizens Fund a Norských fondů.</a><a href="https://texty.hlidacstatu.cz/k-index-watchdog-bravely-monitors-public-corruption/"><img src="/Content/Img/en.png" style="height:13px;width:20px;vertical-align:baseline" /></a>
<a href="https://texty.hlidacstatu.cz/k-index/"><img src="/Content/Img/acf.jpg" style="width:90%;height:auto;" /></a>
<a href="https://texty.hlidacstatu.cz/k-index/"><img src="/Content/Img/acf.jpg" style="width:80%;height:auto;" /></a>
</p>
</div>
</div>
Expand Down

0 comments on commit aeac93d

Please sign in to comment.
0