Skip to content
Open
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
239 changes: 133 additions & 106 deletions virtual_dr.html
Original file line number Diff line number Diff line change
@@ -1,117 +1,144 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Virtual Doctor&reg;</title>
<link rel="stylesheet" href="frameworks.css" />
<link rel="stylesheet" href="company.css" />
<link rel="stylesheet" href="site.css" />
<meta name="viewport" content="width=device-width">
</head>

<body class="logged-out env-production page-responsive min-width-0 f4">

<div class="position-relative js-header-wrapper ">
<header class="Header header-logged-out js-details-container Details position-relative f4 py-3" role="banner">
<div class="container-lg d-lg-flex p-responsive">
<div class="HeaderMenu HeaderMenu--bright d-lg-flex flex-justify-between flex-auto">
<nav class="mt-3 mt-lg-0">
<ul class="d-lg-flex list-style-none">
<li class="ml-lg-2">
<a class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0" href="#">Features</a></li>
<li class="ml-lg-4">
<a class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0" href="#">Business</a></li>
<li class="ml-lg-4">
<a class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0" href="#">Explore</a></li>
<li class="ml-lg-4">
<a class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0" href="#">Marketplace</a></li>
<li class="ml-lg-4">
<a class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0" href="#">Pricing</a></li>
</ul>
</nav>
</div>
</div>
</header>
</div>
<head>
<meta charset="utf-8">
<title>Virtual Doctor&reg;</title>
<link rel="stylesheet" href="frameworks.css" />
<link rel="stylesheet" href="company.css" />
<link rel="stylesheet" href="site.css" />
<meta name="viewport" content="width=device-width">
</head>

<div role="main" class="application-main ">
<div class="py-6 py-sm-8 py-lg-10 py-xl-12 jumbotron-codelines">
<div class="container-lg p-responsive position-relative">
<div class="d-md-flex flex-items-center gutter-md-spacious">
<div class="col-md-7 text-center text-md-left ">
<h1 class="alt-h0 text-white lh-condensed-ultra mb-3">Virtual Doctor&reg;!</h1>
<p class="alt-lead mb-4">
Virtual Doctor is a finely tuned Artificial Intellegnce medical diagnosis system, featuring <a href="https://ai.google/" target="_blank" class="text-white jumbotron-link">Google AI</a>.
</p><br>
<p class="alt-lead mb-4 text-white">Virtual Doctor is on the Job!
<ul>
<li>Assess patients' needs by making clinical judgments by identifying patients' symptoms and responses.</li><br>
<li>Create detailed and accessible care plans and place the care plan into effect.</li><br>
<li>Continuously monitor the status of patients and determine whether or not the care plan is effective or needs to be modified.</li><br>
<li>And so much more, sign up and receive the complete product specification sheet!</li>
</ul>
</p>
</div>
<div class="mx-auto col-sm-8 col-md-5 hide-sm">
<div class="rounded-1 text-gray bg-gray-light py-4 px-4 px-md-3 px-lg-4">
<form class="home-hero-signup js-signup-form" autocomplete="off" accept-charset="UTF-8" method="post" onsubmit="return false">
<dl class="form-group mt-0">
<dt class="input-label">
<label class="form-label f5">Contact</label>
</dt>
<dd>
<input type="text" class="form-control form-control-lg input-block" placeholder="Contact Name" autofocus>
</dd>
</dl>
<dl class="form-group">
<dt class="input-label">
<label class="form-label f5">Email</label>
</dt>
<dd>
<input type="text" class="form-control form-control-lg input-block js-email-notice-trigger" placeholder="[email protected]">
</dd>
</dl>
<dl class="form-group">
<dt class="input-label">
<label class="form-label f5">Company</label>
</dt>
<dd>
<input type="password" class="form-control form-control-lg input-block" placeholder="Company Name">
</dd>
</dl>
<button class="btn btn-primary btn-large f4 btn-block">Sign up for Virtual Doctor&reg;</button>
<p class="form-control-note mb-0 text-center">
By clicking &ldquo;Sign up for Virtual Doctor&reg;&rdquo;, you agree to our
<a class="" href="#">terms of service</a> and
<a class="" href="#">privacy statement</a>.
</p>
</form>
</div>
<body class="logged-out env-production page-responsive min-width-0 f4">

<div class="position-relative js-header-wrapper ">
<header class="Header header-logged-out js-details-container Details position-relative f4 py-3" role="banner">
<div class="container-lg d-lg-flex p-responsive">
<div class="HeaderMenu HeaderMenu--bright d-lg-flex flex-justify-between flex-auto">
<nav class="mt-3 mt-lg-0">
<ul class="d-lg-flex list-style-none">
<li class="ml-lg-2">
<a class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0"
href="#">Features</a>
</li>
<li class="ml-lg-4">
<a class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0"
href="#">Business</a>
</li>
<li class="ml-lg-4">
<a class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0"
href="#">Explore</a>
</li>
<li class="ml-lg-4">
<a class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0"
href="#">Marketplace</a>
</li>
<li class="ml-lg-4">
<a class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0"
href="#">Pricing</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
</div>

<div role="main" class="application-main ">
<div class="py-6 py-sm-8 py-lg-10 py-xl-12 jumbotron-codelines">
<div class="container-lg p-responsive position-relative">
<div class="d-md-flex flex-items-center gutter-md-spacious">
<div class="col-md-7 text-center text-md-left ">
<h1 class="alt-h0 text-white lh-condensed-ultra mb-3">Virtual Doctor&reg;!</h1>
<p class="alt-lead mb-4">
Virtual Doctor is a finely tuned Artificial Intellegnce medical diagnosis system, featuring
<a href="https://ai.google/" target="_blank" class="text-white jumbotron-link">Google
AI</a>.
</p><br>
<p class="alt-lead mb-4 text-white">Virtual Doctor is on the Job!
<ul>
<li>Assess patients' needs by making clinical judgments by identifying patients' symptoms
and responses.</li><br>
<li>Create detailed and accessible care plans and place the care plan into effect.</li><br>
<li>Continuously monitor the status of patients and determine whether or not the care plan
is effective or needs to be modified.</li><br>
<li>And so much more, sign up and receive the complete product specification sheet!</li>
</ul>
</p>
</div>
<div class="mx-auto col-sm-8 col-md-5 hide-sm">
<div class="rounded-1 text-gray bg-gray-light py-4 px-4 px-md-3 px-lg-4">
<form class="home-hero-signup js-signup-form" autocomplete="off" accept-charset="UTF-8"
method="post" onsubmit="return false">
<dl class="form-group mt-0">
<dt class="input-label">
<label class="form-label f5">Contact</label>
</dt>
<dd>
<input type="text" class="form-control form-control-lg input-block"
placeholder="Contact Name" autofocus>
</dd>
</dl>
<dl class="form-group">
<dt class="input-label">
<label class="form-label f5">Email</label>
</dt>
<dd>
<input type="text"
class="form-control form-control-lg input-block js-email-notice-trigger"
placeholder="[email protected]">
</dd>
</dl>
<dl class="form-group">
<dt class="input-label">
<label class="form-label f5">Company</label>
</dt>
<dd>
<input type="password" class="form-control form-control-lg input-block"
placeholder="Company Name">
</dd>
</dl>
<button class="btn btn-primary btn-large f4 btn-block">Sign up for Virtual
Doctor&reg;</button>
<p class="form-control-note mb-0 text-center">
By clicking &ldquo;Sign up for Virtual Doctor&reg;&rdquo;, you agree to our
<a class="" href="#">terms of service</a> and
<a class="" href="#">privacy statement</a>.
</p>
</form>
</div>
</div>
</div>
</div>
</div>

<div class="container-lg p-responsive">
<div class="text-center py-7 py-md-8 py-lg-9">
<h3 class="alt-h3 text-gray-light mb-4 lh-condensed">
COMING SOON for the following mobile platforms!
</h3>
<ul class="d-flex flex-justify-center flex-items-center flex-wrap list-style-none mt-2 mt-md-3 grayscale">
<li><img src="itunes.jpg" alt="itunes" class="logo-img-lg px-4 px-lg-6 px-md-5 my-md-3"></li>
<li><img src="googleplay.jpg" alt="android" class="logo-img-lg px-4 px-lg-6 px-md-5 my-md-3"></li>
</ul>
</div>

<div class="columns">
<ul class="d-flex flex-justify-center flex-items-center flex-wrap list-style-none mt-2 mt-md-3 grayscale">
<li><a href="https://www.facebook.com/" title="Follow on Facebook"><img src="facebook.png"></img></a></li>
<li><a href="https://twitter.com/" title="Follow on Twitter"><img src="twitter.png"></img></a></li>
<li><a href="https://www.instagram.com/" title="Follow on Instagram"><img src="instagram.png"></img></a></li>
<li><a href="https://www.linkedin.com/" title="Follow on LinkedIn"><img src="linkedin.png"></img></a></li>
</ul>
</div>
<div class="container-lg p-responsive">
<div class="text-center py-7 py-md-8 py-lg-9">
<h3 class="alt-h3 text-gray-light mb-4 lh-condensed">
AVAILABLE NOW for the following mobile platforms!
</h3>
<ul
class="d-flex flex-justify-center flex-items-center flex-wrap list-style-none mt-2 mt-md-3 grayscale">
<li><img src="itunes.jpg" alt="itunes" class="logo-img-lg px-4 px-lg-6 px-md-5 my-md-3"></li>
<li><img src="googleplay.jpg" alt="android" class="logo-img-lg px-4 px-lg-6 px-md-5 my-md-3"></li>
</ul>
</div>

<div class="columns">
<ul
class="d-flex flex-justify-center flex-items-center flex-wrap list-style-none mt-2 mt-md-3 grayscale">
<li><a href="https://www.facebook.com/" title="Follow on Facebook"><img
src="facebook.png"></img></a></li>
<li><a href="https://twitter.com/" title="Follow on Twitter"><img src="twitter.png"></img></a></li>
<li><a href="https://www.instagram.com/" title="Follow on Instagram"><img
src="instagram.png"></img></a></li>
<li><a href="https://www.linkedin.com/" title="Follow on LinkedIn"><img
src="linkedin.png"></img></a></li>
</ul>
</div>
</div>
</body>
</html>
</div>
</body>

</html>