Skip to content

Commit

Permalink
New partners in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
kosarko committed Apr 14, 2023
1 parent 92f965c commit 42261a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/new_theme/public/js/footer_data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,21 @@ class FooterData {
{'content': 'Faculty <i>of</i> Applied Sciences', 'url': 'https://lindat.cz/partners/zcu'},
]
},
{
'tagline': 'Terezín',
'list': [
{'content': 'Terezín Initiative Institute', 'url': 'https://lindat.cz/partners/iti'},
{'content': 'Terezín Memorial', 'url': 'https://lindat.cz/partners/pt'},
]
},
{
'tagline': 'Czech Academy of Sciences',
'list': [
{'content': 'Czech Language Institute', 'url': 'https://lindat.cz/partners/ujc'},
{'content': 'Library <i>of</i> Academy', 'url': 'https://lindat.cz/partners/knav'},
{'content': 'Institute <i>of</i> History', 'url': 'https://lindat.cz/partners/hu'},
{'content': 'Institute <i>of</i> Philosophy', 'url': 'https://lindat.cz/partners/flu'},
{'content': 'Masaryk Institute <i>and</i> Archives', 'url': 'https://lindat.cz/partners/mua'},
]
},
{
Expand All @@ -75,6 +83,7 @@ class FooterData {
{'content': 'Moravian Library <i>in Brno</i>', 'url': 'https://lindat.cz/partners/mzk'},
{'content': 'National Gallery Prague', 'url': 'https://lindat.cz/partners/ng'},
{'content': 'National Film Archive', 'url': 'https://lindat.cz/partners/nfa'},
{'content': 'National Archives', 'url': 'https://lindat.cz/partners/na'},
]
},
]
Expand Down

0 comments on commit 42261a5

Please sign in to comment.