aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-10 20:54:26 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-10 20:54:26 +0100
commit13f0c4b898d3d95db35b659416c5271f2abd65ab (patch)
tree5b29349d4fae583c57793e48cfe90398342f692e
parentTweak UI to look like getferdi.com (diff)
downloadferdium-server-13f0c4b898d3d95db35b659416c5271f2abd65ab.tar.gz
ferdium-server-13f0c4b898d3d95db35b659416c5271f2abd65ab.tar.zst
ferdium-server-13f0c4b898d3d95db35b659416c5271f2abd65ab.zip
Iterate on index view
-rw-r--r--resources/views/others/index.edge17
1 files changed, 5 insertions, 12 deletions
diff --git a/resources/views/others/index.edge b/resources/views/others/index.edge
index 1d8b425..ade5304 100644
--- a/resources/views/others/index.edge
+++ b/resources/views/others/index.edge
@@ -7,14 +7,14 @@
7 <!--Left Col--> 7 <!--Left Col-->
8 <div class="flex flex-col w-full xl:w-2/5 justify-center lg:items-start overflow-y-hidden"> 8 <div class="flex flex-col w-full xl:w-2/5 justify-center lg:items-start overflow-y-hidden">
9 <h1 9 <h1
10 class="my-4 text-3xl md:text-5xl text-gray-800 font-bold leading-tight text-center md:text-left slide-in-bottom-h1"> 10 class="my-10 text-3xl md:text-5xl text-gray-800 font-bold leading-tight text-center md:text-left slide-in-bottom-h1">
11 Ferdi Server 11 👨🏾‍🍳 Server
12 </h1> 12 </h1>
13 13
14 <p class="text-gray-700 font-bold pb-8 lg:pb-6 text-center md:text-left fade-in"> 14 <p class="text-gray-700 font-bold pb-8 lg:pb-6 text-center md:text-left fade-in">
15 Setup your client 15 Setup your client
16 </p> 16 </p>
17 <div class="flex w-full justify-center md:justify-start pb-24 lg:pb-0 fade-in"> 17 <div class="flex w-full justify-center md:justify-start pb-0 fade-in">
18 <ol class="list-decimal list-inside"> 18 <ol class="list-decimal list-inside">
19 <li> 19 <li>
20 Logout of Ferdi, if you are currently logged in 20 Logout of Ferdi, if you are currently logged in
@@ -29,19 +29,12 @@
29 </div> 29 </div>
30 30
31 <p class="text-gray-700 font-bold pb-8 lg:pb-6 text-center md:text-left fade-in pt-8"> 31 <p class="text-gray-700 font-bold pb-8 lg:pb-6 text-center md:text-left fade-in pt-8">
32 Don't have Ferdi yet?
33 </p>
34 <a href="https://getferdi.com" class="bg-gray-700 hover:bg-gray-900 text-white font-bold py-2 px-4 rounded">
35 Get Ferdi
36 </a>
37
38 <p class="text-gray-700 font-bold pb-8 lg:pb-6 text-center md:text-left fade-in pt-8">
39 Manage your account 32 Manage your account
40 </p> 33 </p>
41 <a href="/user/account" class="bg-gray-700 hover:bg-gray-900 text-white font-bold py-2 px-4 rounded"> 34 <a href="/user/account" class="bg-gray-700 hover:bg-gray-900 text-white font-bold text-center md:text-left py-2 px-4 rounded">
42 Go to account dashboard 35 Go to account dashboard
43 </a> 36 </a>
44 37 <p class="text-gray-700 my-10 py-0 pb-8 lg:pb-6 text-center md:text-left fade-in pt-2"><em><a href="https://getferdi.com">Don't have Ferdi yet?</a></em></p>
45 </div> 38 </div>
46 39
47 <!--Right Col--> 40 <!--Right Col-->