aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/layouts')
-rw-r--r--resources/views/layouts/v2.edge18
1 files changed, 17 insertions, 1 deletions
diff --git a/resources/views/layouts/v2.edge b/resources/views/layouts/v2.edge
index f3bf37c..aa9c696 100644
--- a/resources/views/layouts/v2.edge
+++ b/resources/views/layouts/v2.edge
@@ -13,7 +13,23 @@
13</head> 13</head>
14 14
15<body> 15<body>
16 @!section('content') 16 <div class="flex flex-col h-screen">
17 <div class="bg-black">
18 <div class="flex flex-row items-center container px-20 mx-auto">
19 <a href="/"><img width="50" class="my-4 mr-10" src="https://github.com/getferdi/server/raw/master/logo.png"></a>
20 <a class="github-button" href="https://github.com/getferdi/server" data-icon="octicon-star" data-show-count="true" aria-label="Star getferdi/server on GitHub">Star</a>
21 </div>
22 </div>
23 <div class="flex flex-1">
24 @!section('content')
25 </div>
26 <div class="bg-black">
27 <div class="container px-20 py-3 text-sm text-white mx-auto text-center">
28 2021 © All rights reserved - <a href="/terms" style="color: #d772fe">Terms of service</a> and <a href="/privacy" style="color: #d772fe">privacy policy</a>.
29 </div>
30 </div>
31 </div>
32 <script async defer src="https://buttons.github.io/buttons.js"></script>
17</body> 33</body>
18 34
19</html> 35</html>