Skip to content

Commit

Permalink
resolve some landing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Apr 29, 2024
1 parent b7f0efc commit ce2befd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
8 changes: 3 additions & 5 deletions apps/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@
}

.company-name {
color: #24a9f6;
color: #e5c1ea;
}

.company-name a {
color: #24a9f6;
text-decoration: none;
color: #e5c1ea;
}

.company-name:hover {
color: #4f5e66;
text-decoration: underline;
color: #d5c1ea;
}
#footer-layout strong,
#footer-layout b {
Expand Down
19 changes: 9 additions & 10 deletions apps/landing/landing.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<html lang="en">
<head>

<title>caMicroscope</title>
Expand Down Expand Up @@ -61,21 +62,22 @@

<div class="inner">

<header class="major">

<h2>caMicroscope</h2>

</header>
<div role="header" id="header_landmark">
<header class="major">
<h2>caMicroscope</h2>
</header>
</div>

<!-- Content -->

<div class="content">

<div role="contentinfo" class="content">
<p>caMicroscope is a tool to view, annotate, and analyze biomedical images.</p>
<a href="#" class="image fit" aria-label="Reload Home Page"><img src="./banner1.jpg" alt="" /></a>

</div>

<div class="posts" style="margin-top: 5em;">
<div class="posts" role="main" style="margin-top: 5em;">
<section class="post">
<a href="../table.html" class="image" aria-label="Visit Slides Page"><img src="./camic.jpg" alt=""/></a>
<div class="content">
Expand All @@ -93,7 +95,6 @@ <h3>Documentation</h3>
</div>
</section>
</div>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/prPtb89jFig" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</section>


Expand Down Expand Up @@ -130,6 +131,4 @@ <h3>Documentation</h3>
<script> insertFooterLayout(); </script>
</body>



</html>
2 changes: 1 addition & 1 deletion apps/landing/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@
}

a {
color: #5f9dd2;
color: #e5c1ea;
}

strong, b {
Expand Down

0 comments on commit ce2befd

Please sign in to comment.