Skip to content

Commit

Permalink
Add link to awesome scoring README
Browse files Browse the repository at this point in the history
  • Loading branch information
hjonin committed Dec 5, 2023
1 parent 8a91dfe commit 4a9f5e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/fr/awesome/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: layouts/page.njk
<p class="fr-text--lead">
Voici la liste des logiciels libres développés par des administrations et à fort potentiel de réutilisation.
<br>
Vous pouvez en apprendre plus dans le <a href="https://github.com/codegouvfr/awesome-codegouvfr" target="_blank">dépôt dédié à cette liste</a> et dans <a>l'article de blog</a> expliquant ce projet.
Vous pouvez en apprendre plus dans le <a class="fr-link fr-text--lead" href="https://github.com/codegouvfr/awesome-codegouvfr" target="_blank">dépôt dédié à cette liste</a> et dans <a class="fr-link fr-text--lead">l'article de blog</a> expliquant ce projet.
</p>
<div class="fr-grid-row fr-grid-row--gutters fr-grid-row--center fr-mb-3w">
{% asyncAll filename, project in awesome.dist %}
Expand All @@ -19,7 +19,7 @@ layout: layouts/page.njk
url: project.logo,
alt: "Logo du projet"
},
detail: '<img src="' + project.awesomeShield + '" alt="Badge Awesome CodeGouvFr du projet">'
detail: '<a class="fr-link link-no-style" href="https://github.com/codegouvfr/awesome-codegouvfr#awesome-codegouvfr-score" target="_blank"><img src="' + project.awesomeShield + '" alt="Badge Awesome CodeGouvFr du projet"></a>'
} %}
{% include "components/card.njk" %}
</div>
Expand Down
8 changes: 8 additions & 0 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@ div.fr-callout__text p {
content: none !important;
}

.fr-link.link-no-style {
background-image: none;
}

.fr-link.link-no-style:after {
content: none;
}

/* Custom */
.banner-primary {
background: var(--background-alt-green-archipel);
Expand Down

0 comments on commit 4a9f5e8

Please sign in to comment.