summaryrefslogtreecommitdiff
path: root/service/pixelated/assets
diff options
context:
space:
mode:
Diffstat (limited to 'service/pixelated/assets')
-rw-r--r--service/pixelated/assets/Interstitial.js5
-rw-r--r--service/pixelated/assets/welcome.mail4
2 files changed, 4 insertions, 5 deletions
diff --git a/service/pixelated/assets/Interstitial.js b/service/pixelated/assets/Interstitial.js
index a4c689b9..cf9ef8e4 100644
--- a/service/pixelated/assets/Interstitial.js
+++ b/service/pixelated/assets/Interstitial.js
@@ -4,13 +4,14 @@ if ($('#hive').length) {
var left_pos = img_width * .5;
var pixelated = hive.path("M12.4,20.3v31.8l28,15.8l28-15.8V20.3l-28-15.8L12.4,20.3z M39.2,56.4l-16.3-9V27.9l16.3,9.3L39.2,56.4z M57.7,47.4l-16.1,9l0-19.2l16.1-9.4V47.4z M57.7,25.2L40.4,35.5L22.9,25.2l17.5-9.4L57.7,25.2z").transform("translate(319, 50)").attr("fill", "#908e8e");
- var all = hive.group().transform("matrix(2, 0, 0, 2, "+(left_pos - 950)+", -40)");
+ var all = hive.group().transform("matrix(2, 0, 0, 2, -100, -100)");
var height = 50;
var width = 58;
- var rows = $(window).height() / height;
+ var rows = (($(window).height() / height) / 2) + 1;
var cols = (($(window).width() / width) / 2) + 1;
+
for (var j = 0; j < rows; j++) {
for (var i = 0; i < cols; i++) {
x = i * width + (j%2*width/2);
diff --git a/service/pixelated/assets/welcome.mail b/service/pixelated/assets/welcome.mail
index e85694f1..3f233143 100644
--- a/service/pixelated/assets/welcome.mail
+++ b/service/pixelated/assets/welcome.mail
@@ -5,9 +5,7 @@ To: Replace <will.be@the.user>
Content-Type: multipart/alternative; boundary=000boundary000
--000boundary000
-Content-Type: text/plain; charset=UTF-8
-
-Welcome to Pixelated Mail, a modern email with encryption.
+Welcome to Pixelated Mail, a modern email with encryption.
Pixelated Mail is an open source project that aims to provide secure email on the browser with all the functionality we've come to expect of a modern email client.