1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 11:51:59 +02:00

(v1.7.1.9062) website update

This commit is contained in:
2021-12-06 11:12:30 +01:00
parent 1fa3fc6af2
commit e63defe324
97 changed files with 1768 additions and 3133 deletions

View File

@ -38,6 +38,9 @@
#r4ds .img {
width: 33%;
}
#r4ds .img img {
height: 120px;
}
/* class for footer */
.footer_logo {
@ -52,7 +55,7 @@
.countries_map {
float: left;
padding: 0 10px 10px 0;
max-width: 35%;
max-width: 35% !important;
}
@media only screen and (max-width: 992px) {
.footer_logo {
@ -63,6 +66,9 @@
footer p {
display: inline-block;
}
footer {
padding: 15px 0 20px !important;
}
/* Supports icons for brand using font-awesome */
.fab {
@ -116,13 +122,11 @@ pre {
kbd {
display: inline-block;
padding: 0 4px;
box-shadow: 1px 1px 1px #2c3e50;
margin: 2px;
box-shadow: 1px 1px 1px slategrey;
margin: 1px;
font-size: small;
vertical-align: text-bottom;
color: #2c3e50;
background: #eeeeee;
font-weight: bold;
}
li, p {
@ -134,6 +138,9 @@ li p {
.template-news li p {
margin: 0;
}
.template-news h3 {
padding-top: 10px;
}
/* slightly smaller blockquote */
blockquote {
@ -258,16 +265,9 @@ table a:not(.btn):hover {
font-size: 16px;
}
/* logos on index page */
.logo_img {
display: inline-block;
}
.logo_txt {
display: inline;
font-size: 125%;
vertical-align: middle;
color: black;
font-weight: bold;
/* AMR logo on index page */
.template-home h1 img {
height: 120px;
}
.btn.btn-info.btn-amr {

View File

@ -85,11 +85,9 @@ $(document).ready(function() {
// edit footer
$('footer').html(
'<div>' +
'<p><code>AMR</code> (for R). Developed at the <a href="https://www.rug.nl">University of Groningen</a> in collaboration with non-profit organisations <a href="https://www.certe.nl">Certe Medical Diagnostics and Advice Foundation</a> and <a href="https://www.umcg.nl">University Medical Center Groningen</a>.</p>' +
'<a href="https://www.rug.nl"><img src="https://github.com/msberends/AMR/raw/main/docs/logo_rug.png" class="footer_logo"></a>' +
'<p><code>AMR</code> (for R). Developed at the <a target="_blank" href="https://www.rug.nl">University of Groningen</a> in collaboration with non-profit organisations<br><a target="_blank" href="https://www.certe.nl">Certe Medical Diagnostics and Advice Foundation</a> and <a target="_blank" href="https://www.umcg.nl">University Medical Center Groningen</a>.</p>' +
'<a target="_blank" href="https://www.rug.nl"><img src="https://github.com/msberends/AMR/raw/main/docs/logo_rug.png" class="footer_logo"></a>' +
'</div>');
// all links should open in new tab/window
$('footer').html($('footer').html().replace(/href/g, 'target="_blank" href'));
// doctoral titles of authors
function doct_tit(x) {