branding updates
This commit is contained in:
parent
c6292715dc
commit
f2194df604
3 changed files with 34 additions and 4 deletions
|
|
@ -1,6 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Distrust</title>
|
||||
|
||||
<!-- HTML Meta Tags -->
|
||||
<meta name="description" content="See no evil, hear no evil, speak no evil.">
|
||||
<meta property="og:url" content="https://distrust.network">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Distrust">
|
||||
<meta property="og:description" content="See no evil, hear no evil, speak no evil.">
|
||||
<meta property="og:image" content="https://distrust.network/logo.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:domain" content="distrust.network">
|
||||
<meta property="twitter:url" content="https://distrust.network">
|
||||
<meta name="twitter:title" content="Distrust">
|
||||
<meta name="twitter:description" content="See no evil, hear no evil, speak no evil.">
|
||||
<meta name="twitter:image" content="https://distrust.network/logo.png">
|
||||
|
||||
<link rel="icon" href="logo.png">
|
||||
<style>
|
||||
.centered {
|
||||
|
|
@ -10,7 +25,7 @@
|
|||
transform: translate(-50%, -50%);
|
||||
font-family: monospace;
|
||||
}
|
||||
@media (max-width: 640px) {
|
||||
@media (max-width: 768px) {
|
||||
.centered {
|
||||
position: fixed;
|
||||
top: 10%;
|
||||
|
|
@ -49,9 +64,9 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="centered">
|
||||
<h1>Distrust</h1>
|
||||
<h1>Distrust</h1> <img src="/logo.png" class="privacy-policy" width="100pt" height="100pt">
|
||||
<hr>
|
||||
<p><i>"The mask of self-deception was no longer a mask for me, it was a part of me."</i> <small>Robert W. Chambers</small></p>
|
||||
<p><i>"See no evil, hear no evil, speak no evil."</i> <small><a href="https://en.wikipedia.org/wiki/Three_wise_monkeys">Japanese Pictoral Maxim</a></small></p>
|
||||
<h3>About</h3>
|
||||
<hr>
|
||||
<p>The Distrust family of services works off one simple principle:</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue