diff options
| author | Melonai <einebeere@gmail.com> | 2021-09-11 00:39:29 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2021-09-11 00:39:29 +0200 |
| commit | f48897e6c5949d46fd8be453d6ef3970fb4d123f (patch) | |
| tree | ee37e3936de725043b3fe5c0b326f17f073b78b3 /assets/static | |
| parent | ff1bee9cbd3fa99a962f4e98429fe3827ec632a7 (diff) | |
| download | portgate-main.tar.zst portgate-main.zip | |
Diffstat (limited to 'assets/static')
| -rw-r--r-- | assets/static/fonts/Inter-Light.ttf | bin | 0 -> 288088 bytes | |||
| -rw-r--r-- | assets/static/fonts/Inter-Medium.ttf | bin | 0 -> 292140 bytes | |||
| -rw-r--r-- | assets/static/index.css | 64 | ||||
| -rw-r--r-- | assets/static/portgate.svg | 6 |
4 files changed, 70 insertions, 0 deletions
diff --git a/assets/static/fonts/Inter-Light.ttf b/assets/static/fonts/Inter-Light.ttf new file mode 100644 index 0000000..a5f0736 --- /dev/null +++ b/assets/static/fonts/Inter-Light.ttf Binary files differdiff --git a/assets/static/fonts/Inter-Medium.ttf b/assets/static/fonts/Inter-Medium.ttf new file mode 100644 index 0000000..721147d --- /dev/null +++ b/assets/static/fonts/Inter-Medium.ttf Binary files differdiff --git a/assets/static/index.css b/assets/static/index.css new file mode 100644 index 0000000..cd30e03 --- /dev/null +++ b/assets/static/index.css @@ -0,0 +1,64 @@ +@font-face { + font-family: "Inter Light"; + src: url("/_portgate/static/fonts/Inter-Light.ttf"); +} + +@font-face { + font-family: "Inter Medium"; + src: url("/_portgate/static/fonts/Inter-Medium.ttf"); +} + +html, +body { + height: 100%; + width: 100%; +} + +body { + margin: 0; + + background-color: #6d6d7a; + color: #ffffff; + + display: flex; + align-items: center; + justify-content: center; + + font-family: "Inter Light"; + font-size: 16px; +} + +.container { + width: 500px; +} + +.logo { + width: 40px; +} + +.title { + font-family: "Inter Medium"; + font-size: 22px; +} + +.description { + font-size: 18px; + margin-bottom: 24px; +} + +.authentication-form { + display: flex; +} + +.authentication-input { + flex-grow: 1; + border: none; + padding: 15px; +} + +.authentication-button { + color: #ffffff; + width: 50px; + background-color: transparent; + border: none; +} diff --git a/assets/static/portgate.svg b/assets/static/portgate.svg new file mode 100644 index 0000000..d7fb2e1 --- /dev/null +++ b/assets/static/portgate.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 310.56"> + <rect fill="white" width="125" height="310.56"/> + <rect fill="white" x="375" width="125" height="310.56"/> + <rect fill="white" x="187.5" width="125" height="183.26"/> + <path fill="white" d="M250,218.7a91.86,91.86,0,0,1,91.86,91.86H500c0-138.07-111.93-250-250-250S0,172.49,0,310.56H158.14A91.86,91.86,0,0,1,250,218.7Z"/> +</svg> \ No newline at end of file |
