1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 08:52:15 +02:00

new website, freq updates

This commit is contained in:
2018-12-29 22:24:19 +01:00
parent fca6df9d3c
commit 92a32b62a7
153 changed files with 12867 additions and 69654 deletions

8
pkgdown/extra.js Normal file
View File

@ -0,0 +1,8 @@
// Add updated Font Awesome 5.6.3 library
$('head').append('<!-- Updated Font Awesome library --><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">');
/* edit footer */
var footer_txt = $('footer .copyright p').html();
footer_txt = footer_txt.replace("Developed by", "Developed at the University of Groningen. Authors:");
$('footer').html('<p>' + footer_txt + '</p>');
//$('footer').prepend("<div class='university'/>");