Skip to content

Commit 5d55b9e

Browse files
Update index.html
1 parent fc8cae6 commit 5d55b9e

1 file changed

Lines changed: 27 additions & 4 deletions

File tree

index.html

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,30 @@
943943
.delay-200 { animation-delay: 200ms; }
944944
.delay-300 { animation-delay: 300ms; }
945945
.delay-400 { animation-delay: 400ms; }
946-
.delay-500 { animation-delay: 500ms; }
946+
.delay-500 { animation-delay: 500ms; }
947+
948+
949+
/* Ensure canvas visibility throughout */
950+
#background-canvas {
951+
z-index: -1;
952+
}
953+
954+
main, footer, header, section {
955+
background-color: transparent;
956+
position: relative;
957+
z-index: 1;
958+
}
959+
960+
/* Adjust specific element backgrounds for transparency */
961+
.feature,
962+
.usage-example,
963+
.release-announcement,
964+
.prior-work,
965+
.demo-section {
966+
background: rgba(255,255,255,0.02);
967+
backdrop-filter: blur(10px);
968+
}
969+
947970
</style>
948971
</head>
949972

@@ -1252,7 +1275,7 @@ <h2>Try fastrerandomize:</h2>
12521275
<h4>Documentation</h4>
12531276
<ul class="footer-links">
12541277
<li><a href="install.html">Installation Guide</a></li>
1255-
<li><a href="documentation.html">API Reference</a></li>
1278+
<li><a href="https://github.com/cjerzak/fastrerandomize-software/blob/main/fastrerandomize.pdf?raw=true">API Reference</a></li>
12561279
<li><a href="tutorials.html">Tutorials</a></li>
12571280
</ul>
12581281
</div>
@@ -1271,7 +1294,7 @@ <h4>Community</h4>
12711294
<h4>Resources</h4>
12721295
<ul class="footer-links">
12731296
<li><a href="https://arxiv.org/abs/2501.07642">Paper</a></li>
1274-
<li><a href="cite.html">How to Cite</a></li>
1297+
<li><a href="https://connorjerzak.com/wp-content/uploads/2025/01/FastReandomizeBib.txt">How to Cite</a></li>
12751298
<li><a href="benchmarks.html">Benchmarks</a></li>
12761299
<li><a href="examples.html">Examples</a></li>
12771300
</ul>
@@ -1281,7 +1304,7 @@ <h4>Resources</h4>
12811304
<h4>About</h4>
12821305
<ul class="footer-links">
12831306
<li><a href="aboutus.html">Team</a></li>
1284-
<li><a href="contact.html">Contact</a></li>
1307+
<li><a href="mailto:connor.jerzak@austin.utexas.edu">Contact</a></li>
12851308
<li><a href="https://github.com/cjerzak/fastrerandomize-software?tab=License-1-ov-file#readme">License</a></li>
12861309
</ul>
12871310
</div>

0 commit comments

Comments
 (0)