Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessabilitiies issued, speed and responsiveness enhacement | Issue fixed #859 and #858 #861

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion apps/Info.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<meta name="keywords" content="camicroscope, quip" />
Expand All @@ -13,6 +13,18 @@
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">


<meta name="description" content="caMicroscope: An Open-Source Platform for Biomedical Image and Data Analysis" />
<meta name="keywords" content="digital pathology, biomedical imaging, caMicroscope, whole slide imaging, pathology analysis, image annotation, image analysis tool" />

<meta property="og:title" content="caMicroscope" />
<meta property="og:description" content="caMicroscope: An Open-Source Platform for Biomedical Image and Data Analysis" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://camicroscope.org/" />
<meta property="og:image" content="https://camicroscope.org/img/banner1.jpg" />



<script src='../common/authChecker.js'></script>
<script>
__auth_check(1)
Expand Down
20 changes: 17 additions & 3 deletions apps/landing/landing.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<html>
<head>

<title>caMicroscope</title>
Expand All @@ -10,6 +11,19 @@
<link rel="stylesheet" href="./main.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">

<meta name="description" content="caMicroscope: An Open-Source Platform for Biomedical Image and Data Analysis" />
<meta name="keywords" content="digital pathology, biomedical imaging, caMicroscope, whole slide imaging, pathology analysis, image annotation, image analysis tool" />
<meta name="robots" content="landing, follow" />
<meta name="referrer" content="origin-when-cross-origin" />

<meta property="og:title" content="caMicroscope" />
<meta property="og:description" content="caMicroscope: An Open-Source Platform for Biomedical Image and Data Analysis" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://camicroscope.org/" />
<meta property="og:image" content="https://camicroscope.org/img/banner1.jpg" />



</head>
<body>

Expand Down Expand Up @@ -81,21 +95,21 @@ <h2>caMicroscope</h2>

<div class="content">
<p>caMicroscope is a tool to view, annotate, and analyze biomedical images.</p>
<a href="#" class="image fit"><img src="./banner1.jpg" alt="" /></a>
<a href="#" class="image fit"><img src="./banner1.jpg" alt="Whole Slide Image" /></a>

</div>

<div class="posts" style="margin-top: 5em;">
<section class="post">
<a href="../table.html" class="image"><img src="./camic.jpg" alt=""/></a>
<a href="../table.html" class="image"><img src="./camic.jpg" alt="Digital pathology image viewer featured image"/></a>
<div class="content">
<h3>caMicroscope</h3>
<p>Use camicroscope to explore and mark slides uploaded. If this is a restricted access deployment, you will be prompted to log in here.</p>
<a href="../table.html" class="button">More</a>
</div>
</section>
<section class="post">
<a target="_blank" href="https://camicroscope.github.io/docs/" class="image"><img src="./code.jpg" alt=""/></a>
<a target="_blank" href="https://camicroscope.github.io/docs/" class="image"><img src="./code.jpg" alt="Documentation Page Featured Image"/></a>
<div class="content">
<h3>Documentation</h3>
<p>Read documentation for using and developing caMicroscope.</p>
Expand Down
13 changes: 12 additions & 1 deletion apps/signup/signup.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<meta name="keywords" content="camicroscope, quip" />
Expand All @@ -8,6 +8,17 @@
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no'>
<title>CaMicroscope - User Signup</title>


<meta name="description" content="caMicroscope: An Open-Source Platform for Biomedical Image and Data Analysis" />
<meta name="keywords" content="digital pathology, biomedical imaging, caMicroscope, whole slide imaging, pathology analysis, image annotation, image analysis tool" />

<meta property="og:title" content="caMicroscope" />
<meta property="og:description" content="caMicroscope: An Open-Source Platform for Biomedical Image and Data Analysis" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://camicroscope.org/" />
<meta property="og:image" content="https://camicroscope.org/img/banner1.jpg" />


<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
Expand Down
13 changes: 12 additions & 1 deletion apps/table.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<meta name="keywords" content="camicroscope, quip" />
Expand All @@ -13,6 +13,17 @@
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">

<meta name="description" content="caMicroscope: An Open-Source Platform for Biomedical Image and Data Analysis" />
<meta name="keywords" content="digital pathology, biomedical imaging, caMicroscope, whole slide imaging, pathology analysis, image annotation, image analysis tool" />

<meta property="og:title" content="caMicroscope" />
<meta property="og:description" content="caMicroscope: An Open-Source Platform for Biomedical Image and Data Analysis" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://camicroscope.org/" />
<meta property="og:image" content="https://camicroscope.org/img/banner1.jpg" />



<script src='../common/authChecker.js'></script>
<script>
__auth_check(1)
Expand Down