Skip to content

Commit

Permalink
Add adobe launch script
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoktenz committed Feb 8, 2024
1 parent 5b98a9e commit 0d93627
Showing 1 changed file with 147 additions and 74 deletions.
221 changes: 147 additions & 74 deletions client/public/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<!--
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Expand All @@ -15,75 +14,149 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Spatial Power Web Tool</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-67H6SVT562"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
<title>Spatial Power Web Tool</title>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-67H6SVT562"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag('config', 'G-67H6SVT562');
</script>
<style>
.leaflet-container {
height: 800px;
}
</style>
<script src="https://cbiit.github.io/nci-softwaresolutions-elements/components/include-html.js"></script>
</head>
gtag("config", "G-67H6SVT562");
</script>
<style>
.leaflet-container {
height: 800px;
}
</style>
<script src="https://cbiit.github.io/nci-softwaresolutions-elements/components/include-html.js"></script>
<script
src="https://assets.adobedtm.com/6a4249cd0a2c/785de09de161/launch-70d67a6a40a8.min.js"
async
></script>
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<include-html src="https://cbiit.github.io/nci-softwaresolutions-elements/banners/government-shutdown.html"></include-html>
<div id="root"></div>
<footer class="py-4 bg-primary-gradient text-light">
<div class="container row mx-auto">
<div class="mb-4 col-md">
<div class="h4 mb-0"><a target="_blank" href="https://dceg.cancer.gov/" style="color: white;">Division of Cancer
Epidemiology and Genetics</a></div>
<div class="h6">at the National Cancer Institute</div>
</div>
<div class="row mb-4 col-md ml-5">
<div class="col-md">
<div class="h5 font-weight-normal">CONTACT INFORMATION</div>
<ul class="footer-links">
<li><a href="mailto:[email protected]?subject=Spatial Power" target="_blank">Contact Us</a>
</li>
</ul>
</div>
<div class="col-md">
<div class="h5 font-weight-normal">MORE INFORMATION</div>
<ul class="footer-links">
<li><a href="https://dceg.cancer.gov/tools/design/spatial-power" target="_blank">Spatial Power and Related
Resources</a></li>
</ul>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<include-html
src="https://cbiit.github.io/nci-softwaresolutions-elements/banners/government-shutdown.html"
></include-html>
<div id="root"></div>
<footer class="py-4 bg-primary-gradient text-light">
<div class="container row mx-auto">
<div class="mb-4 col-md">
<div class="h4 mb-0">
<a
target="_blank"
href="https://dceg.cancer.gov/"
style="color: white"
>Division of Cancer Epidemiology and Genetics</a
>
</div>
<div class="h6">at the National Cancer Institute</div>
</div>
<div class="col-md">
<div class="h5 font-weight-normal">POLICIES</div>
<ul class="footer-links">
<li><a href="https://www.cancer.gov/policies/accessibility" target="_blank">Accessibility</a></li>
<li><a href="https://www.cancer.gov/policies/comments" target="_blank">Content Policy</a></li>
<li><a href="https://www.cancer.gov/policies/disclaimer" target="_blank">Disclaimer</a></li>
<li><a href="https://www.cancer.gov/policies/foia" target="_blank">FOIA</a></li>
<li><a href="https://www.hhs.gov/vulnerability-disclosure-policy/index.html" target="_blank">HHS
Vulnerability Disclosure</a></li>
</ul>
<div class="row mb-4 col-md ml-5">
<div class="col-md">
<div class="h5 font-weight-normal">CONTACT INFORMATION</div>
<ul class="footer-links">
<li>
<a
href="mailto:[email protected]?subject=Spatial Power"
target="_blank"
>Contact Us</a
>
</li>
</ul>
</div>
<div class="col-md">
<div class="h5 font-weight-normal">MORE INFORMATION</div>
<ul class="footer-links">
<li>
<a
href="https://dceg.cancer.gov/tools/design/spatial-power"
target="_blank"
>Spatial Power and Related Resources</a
>
</li>
</ul>
</div>
<div class="col-md">
<div class="h5 font-weight-normal">POLICIES</div>
<ul class="footer-links">
<li>
<a
href="https://www.cancer.gov/policies/accessibility"
target="_blank"
>Accessibility</a
>
</li>
<li>
<a
href="https://www.cancer.gov/policies/comments"
target="_blank"
>Content Policy</a
>
</li>
<li>
<a
href="https://www.cancer.gov/policies/disclaimer"
target="_blank"
>Disclaimer</a
>
</li>
<li>
<a href="https://www.cancer.gov/policies/foia" target="_blank"
>FOIA</a
>
</li>
<li>
<a
href="https://www.hhs.gov/vulnerability-disclosure-policy/index.html"
target="_blank"
>HHS Vulnerability Disclosure</a
>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="text-center">
<ul class="footer-links inline">
<li><a href="http://www.hhs.gov/" target="_blank">U.S. Department of Health and Human Services</a></li>
<li><a href="http://www.nih.gov/" target="_blank">National Institutes of Health</a></li>
<li><a href="https://www.cancer.gov/" target="_blank">National Cancer Institute</a></li>
<li><a href="http://usa.gov/" target="_blank">USA.gov</a></li>
</ul><span>NIH ... Turning Discovery Into Health ®</span>
</div>
</footer>
<script nomodule src="https://cdn.jsdelivr.net/npm/[email protected]/dist/polyfill.min.js"
integrity="sha256-WRc/eG3R84AverJv0zmqxAmdwQxstUpqkiE+avJ3WSo=" crossorigin="anonymous"></script>
<script nomodule src="https://cdn.jsdelivr.net/npm/[email protected]/dist/fetch.umd.js"
integrity="sha256-17sG19PAt2IccZKY2F4xmrujlvGGvjxB0bxuxPuycMw=" crossorigin="anonymous"></script>
</body>

</html>
<div class="text-center">
<ul class="footer-links inline">
<li>
<a href="http://www.hhs.gov/" target="_blank"
>U.S. Department of Health and Human Services</a
>
</li>
<li>
<a href="http://www.nih.gov/" target="_blank"
>National Institutes of Health</a
>
</li>
<li>
<a href="https://www.cancer.gov/" target="_blank"
>National Cancer Institute</a
>
</li>
<li><a href="http://usa.gov/" target="_blank">USA.gov</a></li>
</ul>
<span>NIH ... Turning Discovery Into Health ®</span>
</div>
</footer>
<script
nomodule
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/polyfill.min.js"
integrity="sha256-WRc/eG3R84AverJv0zmqxAmdwQxstUpqkiE+avJ3WSo="
crossorigin="anonymous"
></script>
<script
nomodule
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/fetch.umd.js"
integrity="sha256-17sG19PAt2IccZKY2F4xmrujlvGGvjxB0bxuxPuycMw="
crossorigin="anonymous"
></script>
</body>
</html>

0 comments on commit 0d93627

Please sign in to comment.