From 843db021a1e8490a72cec55a81cd36c2842284c2 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Thu, 5 Sep 2019 10:38:50 +0200 Subject: Convert static pages to edge views --- resources/views/others/import.edge | 19 ++++++++++++++++++ resources/views/others/index.edge | 38 ++++++++++++++++++++++++++++++++++++ resources/views/others/new.edge | 40 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 resources/views/others/import.edge create mode 100644 resources/views/others/index.edge create mode 100644 resources/views/others/new.edge (limited to 'resources') diff --git a/resources/views/others/import.edge b/resources/views/others/import.edge new file mode 100644 index 0000000..b890bbb --- /dev/null +++ b/resources/views/others/import.edge @@ -0,0 +1,19 @@ +@layout('layouts.main') + +@section('content') +

Import a Franz account

+

Please login using your Franz account. We will create a new Ferdi account with the same credentials.

+
+
+
+ +
+
+ + + + By importing your Franz account, you accept the Terms of service and Privacy + policy + +
+@endsection diff --git a/resources/views/others/index.edge b/resources/views/others/index.edge new file mode 100644 index 0000000..c594d31 --- /dev/null +++ b/resources/views/others/index.edge @@ -0,0 +1,38 @@ +@layout('layouts.main') + +@section('content') + +

ferdi-server

+

You are accessing a custom Ferdi server.

+

+ To use this server in your Ferdi client, open Ferdi's settings and as the + server, enter +

+

+ Alternatively, you can manage your account in the account dashboard. +

+ +
+ + ferdi-server is a project by vantezzen. + + + +@endsection diff --git a/resources/views/others/new.edge b/resources/views/others/new.edge new file mode 100644 index 0000000..1b54558 --- /dev/null +++ b/resources/views/others/new.edge @@ -0,0 +1,40 @@ +@layout('layouts.main') + +@section('content') +

Create a new recipe

+

Please create a recipe using the + official Franz guide, then publish it here.

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ *These images must be publicly availible and have CORS enabled in order to work.

+ +
+
+
+ Drop recipe files here
or click here to select files +

+ Drag and drop your recipe files into this area.
+ Please do not select the folder that contains the files but rather the files itself. +

+
+
+

+ + +
+ + +@endsection -- cgit v1.2.3-54-g00ecf