Wise Men promo
This commit is contained in:
19
wisemen/index.html
Normal file
19
wisemen/index.html
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>PassMate: Wise Men</title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="description" content="Bring home security this year">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||||
|
<link rel="stylesheet" href="wisemen.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<img src="wisemen.png">
|
||||||
|
<h2>Bring home security this year</h2>
|
||||||
|
<h1><a href="https://passmate.io/">PassMate</a></h1>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
48
wisemen/wisemen.css
Normal file
48
wisemen/wisemen.css
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'copernicus';
|
||||||
|
src: url('/copernicus-semibold.woff2') format('woff2');
|
||||||
|
font-weight: 600;
|
||||||
|
font-display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'proxima-nova';
|
||||||
|
src: url('/proxima-nova-semibold.woff2') format('woff2');
|
||||||
|
font-weight: 600;
|
||||||
|
font-display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 5vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
height: 50vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: 'copernicus';
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 10vh;
|
||||||
|
margin: 3vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-family: 'proxima-nova';
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 6.6vh;
|
||||||
|
margin: 3vh;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: black;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
BIN
wisemen/wisemen.png
Normal file
BIN
wisemen/wisemen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
Reference in New Issue
Block a user