From 571a319c103476ba58ba5684a2cc7d9f5224dcef Mon Sep 17 00:00:00 2001 From: James Grugett Date: Tue, 22 Feb 2022 20:35:04 -0600 Subject: [PATCH] Commit html email templates --- .../src/email-templates/market-close.html | 645 ++++++++++++++++++ .../src/email-templates/market-comment.html | 499 ++++++++++++++ .../src/email-templates/market-resolved.html | 645 ++++++++++++++++++ 3 files changed, 1789 insertions(+) create mode 100644 functions/src/email-templates/market-close.html create mode 100644 functions/src/email-templates/market-comment.html create mode 100644 functions/src/email-templates/market-resolved.html diff --git a/functions/src/email-templates/market-close.html b/functions/src/email-templates/market-close.html new file mode 100644 index 00000000..f19f837b --- /dev/null +++ b/functions/src/email-templates/market-close.html @@ -0,0 +1,645 @@ + + + + + + Market closed + + + + + + + + + + + +
+
+ + + + +
+ + + + + + + + + + + + + + + + +
+ Manifold Markets +
+ You asked +
+

+ {{question}} +

+
+

+ Market closed +

+
+ + + + + + + +
+ Hi {{name}}, +
+
+ A market you created has closed. It's attracted + {{pool}} in + bets — congrats! +
+
+ Resolve your market to earn {{creatorFee}}% of the + profits as the creator commission. +
+
+ Thanks, +
+ Manifold Team +
+
+
+ +
+
+
+ +
+
+ + diff --git a/functions/src/email-templates/market-comment.html b/functions/src/email-templates/market-comment.html new file mode 100644 index 00000000..e7484922 --- /dev/null +++ b/functions/src/email-templates/market-comment.html @@ -0,0 +1,499 @@ + + + + + + Market comment + + + + + + + + + + + +
+
+ + + + +
+ + + + + + + +
+ Manifold Markets +
+ + + + + + + + + + +
+
+ + {{commentorName}} +
+
+
+ {{comment}} +
+
+ +
+
+
+ +
+
+ + diff --git a/functions/src/email-templates/market-resolved.html b/functions/src/email-templates/market-resolved.html new file mode 100644 index 00000000..c1871ae1 --- /dev/null +++ b/functions/src/email-templates/market-resolved.html @@ -0,0 +1,645 @@ + + + + + + Market resolved + + + + + + + + + + + +
+
+ + + + +
+ + + + + + + + + + + + + + + + +
+ Manifold Markets +
+ {{creatorName}} asked +
+

+ {{question}} +

+
+

+ Resolved {{outcome}} +

+
+ + + + + + + +
+ Dear {{name}}, +
+
+ A market you bet in has been resolved! +
+
+ Your payout is + M$ {{payout}}. +
+
+ Thanks, +
+ Manifold Team +
+
+
+ +
+
+
+ +
+
+ +