2
0

Point to spectre.app

This commit is contained in:
Maarten Billemont 2021-04-06 09:36:36 -04:00
parent e587e06250
commit 1e7491e0d9
2 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,6 @@
<div id="spectre">
<p>Master Password is evolving. Our next generation of privacy-first digital security is called <a href="https://spectre.app">Spectre</a>.</p>
</div>
<header class="{{ page.header }}"> <header class="{{ page.header }}">
<nav> <nav>
<a href="{% link index.html %}" data-hero="main">Master Password</a> <a href="{% link index.html %}" data-hero="main">Master Password</a>

View File

@ -82,6 +82,28 @@ nav {
} }
} }
} }
#spectre {
display: flex;
align-items: center;
justify-content: center;
height: 2em;
transition: all .38s ease-in 0s;
background: #0E3345 url("https://spectre.app/images/iphone.png") no-repeat 107% 53%;
color: #41A0A0;
border-bottom: 1px solid #173D50;
&:hover {
height: 5em;
}
p {
margin: 0;
}
a, a:link, a:visited, a:hover {
color: #F0FFFF;
}
}
header, section { header, section {
width: 100%; width: 100%;
} }
@ -131,7 +153,7 @@ header {
text-align: center; text-align: center;
} }
nav:first-child { nav:first-child {
position: fixed; position: absolute;
padding: 0 20px; padding: 0 20px;
margin: 0; margin: 0;
left: 0; left: 0;