Skip to content

Commit c40c9f5

Browse files
committed
adding in message to alert users of fhh transition
1 parent 8c65e9f commit c40c9f5

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

html/index.html

+7
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@
1919
<!-- For language translation -->
2020
<script type="text/javascript" src="../js/i18next-1.7.4.js"></script>
2121
</head>
22+
23+
2224
<body>
25+
<div class="main_container redirect">
26+
<div>
27+
Starting September 6th, 2018, the U.S. Surgeon General's Family Health History Tool has a new home at the Office of Public Health Genomics in the Centers for Disease Control. Users will notice few changes to the tool. Please update the link in your bookmarks to <a href="https://phgkb.cdc.gov/FHH/">https://phgkb.cdc.gov/FHH</a>.
28+
</div>
29+
</div><br />
2330
<div class="nav" align="right">
2431
<BUTTON id="nav_help" class="help_item translate" data-i18n="fhh_fhh.a_get_help" onclick="get_help()">Get Help</BUTTON>
2532
</div>

themes/deploy/frontpage.css

+12
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@ div.main_container
3333
{ padding-left: 20px;
3434
padding-top: 20px;
3535
}
36+
div.main_container.redirect {
37+
background-color:#F0AD4F;
38+
font-size:15px;
39+
}
40+
div.main_container.redirect div {
41+
padding:10px;
42+
}
43+
44+
div.main_container.redirect a{
45+
color:blue;
46+
text-decoration:none;
47+
}
3648

3749
#separatorBox
3850
{ height: 35px;

0 commit comments

Comments
 (0)