Skip to content

Commit

Permalink
Add image links to viewer header
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn authored Jun 21, 2023
1 parent 936a50e commit 482c45f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/ips/assets/html-waverify/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div style="display: flex; flex-wrap: wrap; justify-content: space-between; min-height: 70px;">
<div style="display: flex; align-items: center;">
<div>
<img class="doh_logo_doh-black" alt="Washington State Department of Health Logo" width="240px" src="/img/doh_logo_doh-black.png">
<a href="https://doh.wa.gov"><img class="doh_logo_doh-black" alt="Washington State Department of Health Logo" width="240px" src="/img/doh_logo_doh-black.png"></a>
</div>
<!--<div style="vertical-align: middle;">Washington State<br>Department of Health</div>-->
</div>
Expand All @@ -17,7 +17,7 @@
<div class="vaccineLogo" style="padding: 5px 1.5vw;">
<div style="display: flex; align-items: center;">
<div>
<img alt="WaVerify+ Logo" width="200px" src="/img/waverifypluslogo.png" style="align-self: center;">
<a href="/home"><img alt="WaVerify+ Logo" width="200px" src="/img/waverifypluslogo.png" style="align-self: center;"></a>
</div>
<div style="vertical-align: middle; font-size: 18px; display: inline-block; padding-left: 17px; font-family: Verdana, sans-serif; color: rgb(34, 72, 156);">International Patient Summary Viewer</div>
</div>
Expand All @@ -28,4 +28,4 @@
<div>
<h1 style="padding-left: 17px; font-size: 38px; font-weight: 200; font-family: Verdana, sans-serif; color: rgb(200, 76, 14); margin: 50px 0px;">WA Verify<sup>+</sup> International Patient Summary Viewer</h1>
</div>
<textarea id="ipsInput" rows="8" style="display:none"></textarea>
<textarea id="ipsInput" rows="8" style="display:none"></textarea>

0 comments on commit 482c45f

Please sign in to comment.