mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 08:32:04 +02:00
as.rsi warning, site update
This commit is contained in:
@ -21,6 +21,16 @@
|
||||
# ==================================================================== #
|
||||
*/
|
||||
|
||||
/* R for Data Science (r4ds) */
|
||||
#r4ds a {
|
||||
display: inline;
|
||||
}
|
||||
#r4ds * {
|
||||
text-align: center;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* class for footer */
|
||||
.footer_logo {
|
||||
float: right;
|
||||
|
@ -34,6 +34,16 @@ $( document ).ready(function() {
|
||||
window.location.replace(url_new);
|
||||
}
|
||||
|
||||
$('#sidebar').prepend(
|
||||
'<div id="r4ds">' +
|
||||
' <a href="https://r4ds.had.co.nz/">' +
|
||||
' <img src="../../AMR/cover_r4ds.png" width="25%">' +
|
||||
' </a>' +
|
||||
' <p>Learn R reading this great book!</p>' +
|
||||
' <p>Or read it free online: <a href="https://r4ds.had.co.nz/" target="_blank">r4ds.co.nz</a>.</p>' +
|
||||
' <hr>' +
|
||||
'</div>');
|
||||
|
||||
$('footer').html(
|
||||
'<div>' +
|
||||
'<p>' + $('footer .copyright p').html().replace(
|
||||
|
BIN
pkgdown/logos/cover_r4ds.png
Normal file
BIN
pkgdown/logos/cover_r4ds.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 334 KiB |
Reference in New Issue
Block a user