2.0.1
Change the tagline 'See the sun the way your body does.' to 'See the sun the way your skin does.'
This commit is contained in:
+2
-2
@@ -182,7 +182,7 @@ export function UTCIForecast() {
|
|||||||
<div class="nav-overlay" onClick=${() => { const n = document.getElementById('site-nav'); n.classList.remove('nav-open'); document.getElementById('nav-drawer').classList.remove('is-open'); }}></div>
|
<div class="nav-overlay" onClick=${() => { const n = document.getElementById('site-nav'); n.classList.remove('nav-open'); document.getElementById('nav-drawer').classList.remove('is-open'); }}></div>
|
||||||
<div class="nav-logo" aria-hidden="true">
|
<div class="nav-logo" aria-hidden="true">
|
||||||
<span class="nav-logo-wordmark"><span class="nav-logo-sun">SUN</span><span class="nav-logo-scope">Scope</span></span>
|
<span class="nav-logo-wordmark"><span class="nav-logo-sun">SUN</span><span class="nav-logo-scope">Scope</span></span>
|
||||||
<span class="nav-logo-tag">See the sun the way your body does.</span>
|
<span class="nav-logo-tag">See the sun the way your skin does.</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="nav-links" id="nav-drawer">
|
<div class="nav-links" id="nav-drawer">
|
||||||
<a href="./index.html">Forecast</a>
|
<a href="./index.html">Forecast</a>
|
||||||
@@ -276,7 +276,7 @@ export function UTCIForecast() {
|
|||||||
<h1 class="utci-title">
|
<h1 class="utci-title">
|
||||||
<span class="title-sun">SUN</span><span class="title-scope">Scope</span>
|
<span class="title-sun">SUN</span><span class="title-scope">Scope</span>
|
||||||
</h1>
|
</h1>
|
||||||
<div class="utci-tagline">See the sun the way your body does.</div>
|
<div class="utci-tagline">See the sun the way your skin does.</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="scope-col">
|
<div class="scope-col">
|
||||||
|
|||||||
+1
-1
@@ -169,7 +169,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||||||
<div class="logo">
|
<div class="logo">
|
||||||
<span class="logo-sun">SUN</span><span class="logo-scope">Scope</span>
|
<span class="logo-sun">SUN</span><span class="logo-scope">Scope</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="tagline">See the sun the way your body does.</div>
|
<div class="tagline">See the sun the way your skin does.</div>
|
||||||
|
|
||||||
<h1>Restore your access</h1>
|
<h1>Restore your access</h1>
|
||||||
<p>Enter the email address you used to subscribe and we'll unlock SunScope Extra on this browser.</p>
|
<p>Enter the email address you used to subscribe and we'll unlock SunScope Extra on this browser.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user