This repository was archived by the owner on Jan 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +378
-1
lines changed Expand file tree Collapse file tree 4 files changed +378
-1
lines changed Original file line number Diff line number Diff line change
1
+ <div class =" bg-gray-100" >
2
+ <div class =" container flex flex-col items-center px-4 py-5 mx-auto space-y-6 lg:space-y-0 lg:flex-row lg:justify-between" >
3
+ <img class =" w-48" src =" ./assets/logo.svg" alt =" Tailwindcomponents logo" >
4
+
5
+ <p class =" text-sm text-center text-gray-500" >© 2021 Highscore Studio. Component copyrights belongs to their authors.</p >
6
+
7
+ <div class =" flex items-center space-x-6" >
8
+ <a href =" #" class =" text-sm text-gray-500 hover:underline" >Privacy</a >
9
+ <a href =" #" class =" text-sm text-gray-500 hover:underline" >Legal</a >
10
+ <a href =" #" class =" text-sm text-gray-500 hover:underline" >Cookies</a >
11
+ </div >
12
+
13
+ </div >
14
+ </div >
Original file line number Diff line number Diff line change @@ -55,5 +55,7 @@ class="flex flex-col space-y-4 lg:hidden"
55
55
<main >
56
56
@yield (' body' )
57
57
</main >
58
+
59
+ @include (' _layouts.footer' )
58
60
</body >
59
61
</html >
Original file line number Diff line number Diff line change 13
13
</svg >
14
14
</button >
15
15
16
- <a href =" #" class =" px-4 py-2 text-sm font-semibold text-center text-white rounded-md bg-primary hover:bg-teal-500 " >
16
+ <a href =" #" class =" px-4 py-2 text-sm font-semibold text-center text-white rounded-md bg-primary hover:bg-teal-300 " >
17
17
Submit new component
18
18
</a >
19
19
You can’t perform that action at this time.
0 commit comments