From 0e369c712354839d56037b8e70b0976e444a8514 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Thu, 2 Apr 2020 14:22:49 +0200 Subject: Add new home page --- resources/views/layouts/v2.edge | 18 ++++++++ resources/views/others/index.edge | 95 +++++++++++++++++++++++++++++++++------ 2 files changed, 100 insertions(+), 13 deletions(-) create mode 100644 resources/views/layouts/v2.edge (limited to 'resources/views') diff --git a/resources/views/layouts/v2.edge b/resources/views/layouts/v2.edge new file mode 100644 index 0000000..39f8085 --- /dev/null +++ b/resources/views/layouts/v2.edge @@ -0,0 +1,18 @@ + + + + + + + + Ferdi Server + + {{ style('css/tailwind') }} + {{ style('css/main') }} + + + + @!section('content') + + + diff --git a/resources/views/others/index.edge b/resources/views/others/index.edge index c594d31..ef3bbfa 100644 --- a/resources/views/others/index.edge +++ b/resources/views/others/index.edge @@ -1,6 +1,87 @@ -@layout('layouts.main') +@layout('layouts.v2') @section('content') +
+ +
+ +
+ + +
+

+ Ferdi Server +

+

+ You are accessing a custom Ferdi server. +

+ +

+ Setup your client +

+
+
    +
  1. + Logout of Ferdi, if you are currently logged in +
  2. +
  3. + Choose "Change Server" to get to the settings screen +
  4. +
  5. + Enter +
  6. +
+
+ +

+ Don't have Ferdi yet? +

+ + Get Ferdi now + + +

+ Manage your account +

+ + Go to account dashboard + + +
+ + +
+ +
+ + + + +
+ + + +
+
+@endsection + + +@section('nothing')