Skip to content

Commit

Permalink
Add and link RF and TdC logos into theme
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 4, 2024
1 parent 35b6b51 commit 51a53ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file added images/resource-families-logo.jpg
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 images/tour-de-clarin-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
{% if content.field_resource_families.0 %}
<div class="resource_families_fields row">
<div class="col-3 p-3 m-auto">
<img src="sites/default/files/resource-families-hires.jpg">
<a href="/node/4738">
<img src="/themes/contrib/clarin_bootstrap/images/resource-families-logo.jpg" alt="CLARIN Resource Familes logo, linking to the 'Resource Familes' section of this website">
</a>
</div>
<div class="col-9 pt-3 m-auto">
<div class="field--label-inline">{{ content.field_resource_families }}</div>
Expand All @@ -125,7 +127,9 @@
{% if content.field_tour_de_clarin_intro.0 or content.field_tour_de_clarin_interview.0 %}
<div class="tour_de_clarin_fields row">
<div class="col-3 p-0 m-auto">
<img src="sites/default/files/media/news/TourdeClarin-v1.png">
<a href="/node/4526">
<img src="/themes/contrib/clarin_bootstrap/images/tour-de-clarin-logo.png" alt="Tour de CLARIN logo, linking to the 'Tour de CLARIN' section of this website" >
</a>
</div>
<div class="col-9 pt-3">
<div class="field--label-inline"><div class="field__label">Introduction</div>{{ content.field_tour_de_clarin_intro.0 }}</div>
Expand Down

0 comments on commit 51a53ff

Please sign in to comment.