Skip to content
Snippets Groups Projects
Commit b144dcaa authored by Silas Meister's avatar Silas Meister
Browse files

Merge

parent 9f14729e
No related branches found
No related tags found
No related merge requests found
let slideNumber = 0;
const newsImageSources = ['../img/nasa_news_1.jpg', '../img/nasa_news_2.jpg', '../img/nasa_news_3.jpg'];
const newsImageSources = ['../img/nasa_news_1.jpg', '../img/nasa_news_2.jpg', '../img/nasa_news_3.jpg'];
const newsTitles = ['Space Station', 'Earth', 'NASA Goddard'];
const newsSubtitles = ['Expedition 48 Crew Lands Safely on Earth', 'NASA Announces Summer 2023 Hottest on Record', 'NASA\'s Webb Snaps Supersonic Outflow of Young Star'];
document.addEventListener("DOMContentLoaded", function() {
onload();
});
document.addEventListener("DOMContentLoaded", function() {
onload();
});
......@@ -14,6 +18,8 @@ function onload() {
setInterval(slideImage, 30000);
setHoverForOverlay();
setHoverForOverlay();
}
function slideImage() {
......
......@@ -400,6 +400,7 @@ main {
white-space: normal;
}
.nasa-launch {
background-color: #eeeeee;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment