Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/banner-images/nstf-south32-awards_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ <h2>Cube Analysis and Rendering Tool for Astronomy,
style="color:rgb(10, 68, 140);font-weight: bold;font-size:18px; background-color: rgba(255, 255, 255, 0.5);;">Latest stable
release: v6.0 (June 2026)</span>
<br>
<span
style="color:rgb(255, 132, 0);font-weight: bold;font-size:18px; background-color: rgba(255, 255, 255, 0.5);;">NEWS: CARTA received 2025/2026 NSTF-South32 Awards <a href="https://www.idia.ac.za/2026/07/29/carta-wins-nstf-south32-award/" target="_blank">(Read more...)</a></span>
<br>

<!--End Call to Action-->

Expand Down
4 changes: 3 additions & 1 deletion js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ $(document).ready(function () {
'banner_dark_kyra.png',
'banner_dark_tim2.png',
'banner_dark_kyra2.png',
'nstf-south32-awards_dark.png'
];

const lightBanners = [
'banner_light.png',
'banner_light_tim.png',
'banner_light_kyra.png'
'banner_light_kyra.png',
'nstf-south32-awards_light.png'
];

// Detect if user prefers dark mode
Expand Down
Loading