Skip to content

Commit

Permalink
Update Info.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nwanduka authored Aug 20, 2024
1 parent a966a9b commit e66f7db
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion apps/Info.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,26 @@
<link rel="stylesheet" href="./table.css" />
<link rel="stylesheet" href="./info.css" />
<link rel="shortcut icon" type="image/x-icon" href="/apps/landing/favicon.png">

<style>
.skip-to-content {
position: absolute;
top: -40px;
left: 0;
background: #212529;
color: white;
padding: 8px;
z-index: 100;
transition: top 0.3s;
}
.skip-to-content:focus {
top: 0;
}
</style>
</head>

<body>
<a href="#main-content" class="skip-to-content">Skip to main content</a>
<div class="page-container">
<div>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top bg-dark" style="position: sticky; margin-top: -4em;">
Expand Down Expand Up @@ -70,6 +87,7 @@
</div>
</nav>

<main id="main-content">
<div class="header text-center text-white bg-dark p-4">
<h1 class="h1">caMicroscope</h1>
<p style="font-weight: bold; font-size: 14pt;">Digital pathology image viewer with support for human/machine generated annotations and markups.</p>
Expand Down Expand Up @@ -151,7 +169,7 @@ <h3 class="text-center h3 mb-2" style="margin-top:8px;margin-bottom:10px;">Infor
</div>
</div>
</div>

</main>

<!-- footer -->
<footer id="footer-layout"></footer>
Expand Down

0 comments on commit e66f7db

Please sign in to comment.