Add PsiTransfer branding assets to manifest and account UI
This commit is contained in:
parent
e04fe8fa30
commit
911eb27fd9
3 changed files with 18 additions and 0 deletions
|
|
@ -9,6 +9,14 @@
|
|||
"strict_min_version": "128.0"
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"16": "resources/img/logo16.png",
|
||||
"32": "resources/img/logo32.png",
|
||||
"48": "resources/img/logo48.png",
|
||||
"64": "resources/img/logo64.png",
|
||||
"96": "resources/img/logo96.png",
|
||||
"128": "resources/img/logo128.png"
|
||||
},
|
||||
"permissions": [
|
||||
"cloudFile",
|
||||
"storage"
|
||||
|
|
|
|||
|
|
@ -29,9 +29,17 @@ body {
|
|||
}
|
||||
|
||||
.hero {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.hero-logo {
|
||||
display: block;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.eyebrow {
|
||||
margin: 0 0 8px;
|
||||
text-transform: uppercase;
|
||||
|
|
|
|||
|
|
@ -4,11 +4,13 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>PsiTransfer Account</title>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../resources/img/logo32.png" />
|
||||
<link rel="stylesheet" href="account.css" />
|
||||
</head>
|
||||
<body>
|
||||
<main class="page">
|
||||
<header class="hero">
|
||||
<img class="hero-logo" src="../resources/img/logo128.png" alt="PsiTransfer Filelink logo" width="64" height="64" />
|
||||
<p class="eyebrow">Thunderbird Filelink</p>
|
||||
<h1>PsiTransfer Account</h1>
|
||||
<p class="intro">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue