From 930542049e40a1a99c9a0c2c349519ccddf52140 Mon Sep 17 00:00:00 2001 From: lowercasename Date: Thu, 25 Jul 2019 16:16:04 +0100 Subject: First commit --- views/partials/importeventform.handlebars | 15 ++++ views/partials/neweventform.handlebars | 110 +++++++++++++++++++++++++++++ views/partials/sidebar-dropdown.handlebars | 11 +++ views/partials/sidebar.handlebars | 5 ++ 4 files changed, 141 insertions(+) create mode 100644 views/partials/importeventform.handlebars create mode 100755 views/partials/neweventform.handlebars create mode 100755 views/partials/sidebar-dropdown.handlebars create mode 100755 views/partials/sidebar.handlebars (limited to 'views/partials') diff --git a/views/partials/importeventform.handlebars b/views/partials/importeventform.handlebars new file mode 100644 index 0000000..35baf6e --- /dev/null +++ b/views/partials/importeventform.handlebars @@ -0,0 +1,15 @@ +

+ Upload an .ics file here to instantly create an event. You can save a Facebook event as an .ics file by clicking on the context menu next to the 'Import' and 'Edit' buttons on the event page and choosing the 'Export Event' option. Then select the 'Save to calendar' option and save the file on your computer. +

+ +Image showing the location of the export option on Facebook + +
+
+ + +
+ +
diff --git a/views/partials/neweventform.handlebars b/views/partials/neweventform.handlebars new file mode 100755 index 0000000..8f2b32e --- /dev/null +++ b/views/partials/neweventform.handlebars @@ -0,0 +1,110 @@ +
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ + Markdown formatting supported. +
+
+
+ +
+ +
+
+
+ +
+
+ + +
+ Recommended dimensions (w x h): 920px by 300px. +
+
+ {{#unless isPublic}} +
+ +
+ +
+
+
+
+
+ {{/unless}} +
+ +
+ +
+
+
+ +
+ + We will send your secret editing link to this email address. +
+
+
+
Options
+
+
+ + +
+
+ + +
+
+
+
+
+ +
+
+
+ + diff --git a/views/partials/sidebar-dropdown.handlebars b/views/partials/sidebar-dropdown.handlebars new file mode 100755 index 0000000..9f9e564 --- /dev/null +++ b/views/partials/sidebar-dropdown.handlebars @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/views/partials/sidebar.handlebars b/views/partials/sidebar.handlebars new file mode 100755 index 0000000..75f5ca8 --- /dev/null +++ b/views/partials/sidebar.handlebars @@ -0,0 +1,5 @@ +

gathio

+ +

Nicer events

+ + New event -- cgit v1.2.3