Branding improvements.
Ylian Saint-Hilaire committed
Dec 21, 2018 at 16:39 UTC
346b3c7faf17652a5a5b4ca3347ddb6afe0ee6bb
4 files changed
+4
-3
sample-config.json
+1
@@ -25,6 +25,7 @@
25
"": {
26
"Title": "MyServer",
27
"Title2": "Servername",
28
+ "TitlePicture": "title-sample.png",
29
"UserQuota": 1048576,
30
"MeshQuota": 248576,
31
"NewAccounts": 1,
views/download.handlebars
+1
-1
@@ -12,7 +12,7 @@
12
<body>
13
<div id=container style=max-height:100vh>
14
<div id=mastheadx></div>
15
- <div id=masthead style="background:url(/images/logoback.png) 0px 0px;background-color:#036;background-repeat:no-repeat;height:66px;width:100%;overflow:hidden">
15
+ <div id=masthead style="background:url(logo.png) 0px 0px;background-color:#036;background-repeat:no-repeat;height:66px;width:100%;overflow:hidden">
16
<div style=float:left;height:66px;color:#c8c8c8;padding-left:20px;padding-top:8px>
17
<strong><font style="font-size:46px;font-family:Arial,Helvetica,sans-serif">{{{title}}}</font></strong>
18
</div>
views/message.handlebars
+1
-1
@@ -12,7 +12,7 @@
12
<body>
13
<div id=container style=max-height:100vh>
14
<div id=mastheadx></div>
15
- <div id=masthead style="background:url(/images/logoback.png) 0px 0px;background-color:#036;background-repeat:no-repeat;height:66px;width:100%;overflow:hidden">
15
+ <div id=masthead style="background:url(logo.png) 0px 0px;background-color:#036;background-repeat:no-repeat;height:66px;width:100%;overflow:hidden">
16
<div style=float:left;height:66px;color:#c8c8c8;padding-left:20px;padding-top:8px>
17
<strong><font style="font-size:46px;font-family:Arial,Helvetica,sans-serif">{{{title}}}</font></strong>
18
</div>
views/terms-mobile.handlebars
+1
-1
@@ -27,7 +27,7 @@
27
<body onload="if (typeof(startup) !== 'undefined') startup();" style="overflow-y:hidden;max-width:100%;margin:0;padding:0;border:0;color:black;font-size:13px;font-family:\'Trebuchet MS\', Arial, Helvetica, sans-serif">
28
<div id="container">
29
<!-- Begin Masthead -->
30
- <div id=masthead style="background-color:#036;background-repeat:no-repeat;height:50px;width:100%;overflow:hidden">
30
+ <div id=masthead style="background:url(logo.png) 0px 0px;background-size:341px 50px;background-color:#036;background-repeat:no-repeat;height:50px;width:100%;overflow:hidden">
31
<div style="float:left;height:66px;color:#c8c8c8;padding-left:10px;padding-top:4px">
32
<strong><font style="font-size:36px;font-family:Arial,Helvetica,sans-serif">{{{title}}}</font></strong>
33
</div>