Skip to content

Commit

Permalink
More style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekLogan committed Sep 5, 2024
1 parent f503539 commit 15c461f
Show file tree
Hide file tree
Showing 8 changed files with 441 additions and 5,932 deletions.
36 changes: 0 additions & 36 deletions landing/about.html

This file was deleted.

6,291 changes: 439 additions & 5,852 deletions landing/img/Spectral_Connectomics_Logo.ai

Large diffs are not rendered by default.

Binary file not shown.
Binary file removed landing/img/Spectral_Connectomics_Logo_crop.png
Binary file not shown.
Binary file removed landing/img/about.jpg
Binary file not shown.
Binary file added landing/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 2 additions & 7 deletions landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,14 @@
<script type="text/javascript">
// Load data
function loadDataset(url) {
// Get the iframe and the hero section
var iframe = document.getElementById('datasetFrame');

// Change the iframe src and make it visible
var iframe = document.getElementById('interface');
iframe.src = url;
/*iframe.style.display = 'block';*/
}

// Toggle nTracer2 window
let newWindow = null; // This will hold the reference to your new window

window.addEventListener('DOMContentLoaded', function () {
console.log("DOMContentLoaded")
var urlParams = new URLSearchParams(window.location.search);
var viewer = urlParams.get('viewer');
var dashboardUrl = urlParams.get('dashboard');
Expand Down Expand Up @@ -106,7 +101,7 @@
<body>

<div id="header">
<img src="./img/Spectral_Connectomics_Logo_crop.png" alt="Your Logo" class="logo">
<img src="./img/logo.png" alt="Spectral Connectomics Logo; A brain cartoon with a neural network drawn inside." class="logo">

<a id="dashboardButton" class="nav-button" target="_blank">Open Dashboard</a>
</div>
Expand Down
37 changes: 0 additions & 37 deletions landing/index.html.old

This file was deleted.

0 comments on commit 15c461f

Please sign in to comment.