Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dblackstone1 authored Oct 24, 2023
1 parent 09aaf63 commit bf0b1d3
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>

<head>
<title>Symphony</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
Expand Down Expand Up @@ -49,7 +50,7 @@
}

.clear {
height: 42vh;
height: 42vh;
}

.navbar {
Expand All @@ -64,7 +65,7 @@
height: 52px;
}

#title{
#title {
display: flex;
align-items: center;
padding-left: 16px;
Expand All @@ -85,12 +86,12 @@
padding: 10px 12px 10px 2px;
}

#navlinks{
#navlinks {
padding-right: 16px;
align-items: center;
}

#navlinks a{
#navlinks a {
margin-left: 5px;
padding: 10px 12px;
font-size: 16px;
Expand All @@ -116,9 +117,17 @@
opacity: 0.8;
}

h1{
h1 {
color: #EDBF6A;
}

.contact-email {
position: fixed;
bottom: 10px;
right: 10px;
color: white;
font-size: 16px;
}
</style>
<script>
window.addEventListener('DOMContentLoaded', (event) => {
Expand Down Expand Up @@ -168,14 +177,15 @@
}
});
}

titleDiv.addEventListener('click', () => {
homeButton.click();
});
homeButton.classList.add('active');
});
</script>
</head>

<body>
<div class="container">
<div class="navbar">
Expand Down Expand Up @@ -228,7 +238,7 @@ <h1>Bank Runs Solved</h1>
<td class="panel">
<h1>Be the First</h1>
<p>Enter your contact information below to be one of the first to try this chain!</p>
<a href="https://forms.gle/g7YvaKZKz82XTtr66" target="_blank">Show Form</a>
<a href="https://forms.gle/z6TkmYvchhnf1zZG7" target="_blank">Show Form</a>
</td>
</tr>

Expand All @@ -237,5 +247,8 @@ <h1>Be the First</h1>
</tr>
</table>
</div>

<a href="mailto:dblackstone@orchestralabs.org" class="contact-email">Contact: dblackstone@orchestralabs.org</a>
</body>

</html>

0 comments on commit bf0b1d3

Please sign in to comment.