diff --git a/wisemen/index.html b/wisemen/index.html new file mode 100644 index 0000000..366ad72 --- /dev/null +++ b/wisemen/index.html @@ -0,0 +1,19 @@ + + + + + PassMate: Wise Men + + + + + + + + + +

Bring home security this year

+

PassMate

+ + + diff --git a/wisemen/wisemen.css b/wisemen/wisemen.css new file mode 100644 index 0000000..7955e94 --- /dev/null +++ b/wisemen/wisemen.css @@ -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; +} diff --git a/wisemen/wisemen.png b/wisemen/wisemen.png new file mode 100644 index 0000000..ae7757a Binary files /dev/null and b/wisemen/wisemen.png differ