mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 13:41:52 +02:00
(v2.1.1.9237) clean-up
This commit is contained in:
@ -131,9 +131,13 @@ input[type="search"] {
|
||||
width: 150px;
|
||||
}
|
||||
blockquote {
|
||||
font-style: italic;
|
||||
padding: 1.25rem 1.25rem;
|
||||
border-left: 1rem solid var(--amr-green-dark);
|
||||
}
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
/*
|
||||
this shows on top of every sidebar to the right
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
$(document).ready(function() {
|
||||
// add GPT assistant info
|
||||
$('aside').prepend('<div class="amr-gpt-assistant"><a target="_blank" href="https://chatgpt.com/g/g-M4UNLwFi5-amr-for-r-assistant"><img src="https://github.com/msberends/AMR/raw/main/pkgdown/assets/AMRforRGPT.svg"></a></div>');
|
||||
$('aside').prepend('<div class="amr-gpt-assistant"><a target="_blank" href="https://chat.amr-for-r.org"><img src="https://amr-for-r.org/AMRforRGPT.svg"></a></div>');
|
||||
|
||||
// replace 'Developers' with 'Maintainers' on the main page, and "Contributors" on the Authors page
|
||||
$(".developers h2").text("Maintainers");
|
||||
@ -62,7 +62,7 @@ $(document).ready(function() {
|
||||
if (window.location.href.includes('AMR_for_Python')) {
|
||||
$('body').addClass('amr-for-python'); /* to set colours in CSS */
|
||||
$('img[src="../logo.svg"]').attr('src', '../logo_python.svg'); /* replace base logo */
|
||||
$('img[src="https://github.com/msberends/AMR/raw/main/pkgdown/assets/AMRforRGPT.svg"]').attr('src', 'https://github.com/msberends/AMR/raw/main/pkgdown/assets/AMRforRGPT_python.svg'); /* replace GPT logo */
|
||||
$('img[src="https://amr-for-r.org/AMRforRGPT.svg"]').attr('src', 'https://amr-for-r.org/AMRforRGPT_python.svg'); /* replace GPT logo */
|
||||
}
|
||||
|
||||
// add country flags
|
||||
|
Reference in New Issue
Block a user