aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views/others/index.edge
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-04-02 15:32:18 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2020-04-02 15:32:18 +0200
commitddd002094d5c80ca4065b7d181e7f5b9471556da (patch)
tree1c5d9d018878595b32b4ec6bd3734bef698237d5 /resources/views/others/index.edge
parentMerge branch 'master' of https://github.com/getferdi/ferdi-server (diff)
downloadferdium-server-ddd002094d5c80ca4065b7d181e7f5b9471556da.tar.gz
ferdium-server-ddd002094d5c80ca4065b7d181e7f5b9471556da.tar.zst
ferdium-server-ddd002094d5c80ca4065b7d181e7f5b9471556da.zip
Update dashboard design
Diffstat (limited to 'resources/views/others/index.edge')
-rw-r--r--resources/views/others/index.edge46
1 files changed, 6 insertions, 40 deletions
diff --git a/resources/views/others/index.edge b/resources/views/others/index.edge
index 9c90fb0..9b4d3e5 100644
--- a/resources/views/others/index.edge
+++ b/resources/views/others/index.edge
@@ -4,18 +4,18 @@
4<div class="leading-normal tracking-normal text-gray-900" style="font-family: 'Source Sans Pro', sans-serif;"> 4<div class="leading-normal tracking-normal text-gray-900" style="font-family: 'Source Sans Pro', sans-serif;">
5 5
6 <div class="h-screen bg-right bg-cover"> 6 <div class="h-screen bg-right bg-cover">
7 <div class="flex justify-center">
8 <img class="h-20 my-10" src="{{ assetsUrl('img/icon.png') }}">
9 </div>
7 <!--Main--> 10 <!--Main-->
8 <div class="container pt-10 md:pt-14 px-6 mx-auto flex flex-wrap flex-col md:flex-row items-center"> 11 <div class="container px-6 mx-auto flex flex-wrap flex-col md:flex-row items-center">
9 12
10 <!--Left Col--> 13 <!--Left Col-->
11 <div class="flex flex-col w-full xl:w-2/5 justify-center lg:items-start overflow-y-hidden"> 14 <div class="flex flex-col w-full xl:w-2/5 justify-center lg:items-start overflow-y-hidden">
12 <h1 15 <h1
13 class="my-4 text-3xl md:text-5xl text-purple-800 font-bold leading-tight text-center md:text-left slide-in-bottom-h1"> 16 class="my-4 text-3xl md:text-5xl text-gray-800 font-bold leading-tight text-center md:text-left slide-in-bottom-h1">
14 Ferdi Server 17 Ferdi Server
15 </h1> 18 </h1>
16 <p class="leading-normal text-base md:text-2xl mb-8 text-center md:text-left slide-in-bottom-subtitle">
17 You are accessing a custom <a href="https://github.com/getferdi/ferdi">Ferdi</a> server.
18 </p>
19 19
20 <p class="text-gray-700 font-bold pb-8 lg:pb-6 text-center md:text-left fade-in"> 20 <p class="text-gray-700 font-bold pb-8 lg:pb-6 text-center md:text-left fade-in">
21 Setup your client 21 Setup your client
@@ -44,7 +44,7 @@
44 <p class="text-gray-700 font-bold pb-8 lg:pb-6 text-center md:text-left fade-in pt-8"> 44 <p class="text-gray-700 font-bold pb-8 lg:pb-6 text-center md:text-left fade-in pt-8">
45 Manage your account 45 Manage your account
46 </p> 46 </p>
47 <a href="https://getferdi.com" class="bg-gray-700 hover:bg-gray-900 text-white font-bold py-2 px-4 rounded"> 47 <a href="/user/account" class="bg-gray-700 hover:bg-gray-900 text-white font-bold py-2 px-4 rounded">
48 Go to account dashboard 48 Go to account dashboard
49 </a> 49 </a>
50 50
@@ -79,37 +79,3 @@
79 </div> 79 </div>
80</div> 80</div>
81@endsection 81@endsection
82
83
84@section('nothing')
85<style>
86 ol,
87 p {
88 margin: 0.5rem 0;
89 }
90
91 img {
92 height: 200px;
93 margin: 0;
94 }
95
96</style>
97
98<img src="https://github.com/getferdi/ferdi/raw/develop/build-helpers/images/icon.png" alt="Ferdi logo">
99
100<h1>Ferdi Server</h1>
101<p>You are accessing a custom <a href="https://github.com/getferdi/ferdi">Ferdi</a> server.</p>
102<p>
103 To use this server in your Ferdi client, <a href="ferdi://settings/app">open Ferdi's settings</a> and as the
104 <code>server</code>, enter <code id="server"></code>
105</p>
106<p>
107 Alternatively, you can manage your account in the <a href="/user/account">account dashboard</a>.
108</p>
109
110<br />
111<small>
112 <a href="https://github.com/getferdi/server">ferdi-server</a> is a project by <a
113 href="https://getferdi.com">the Ferdi Team</a>.
114</small>
115@endsection