Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 1150154

Browse files
committed
Home page
1 parent a51e19e commit 1150154

File tree

4 files changed

+378
-1
lines changed

4 files changed

+378
-1
lines changed

source/_layouts/footer.blade.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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>

source/_layouts/master.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,7 @@ class="flex flex-col space-y-4 lg:hidden"
5555
<main>
5656
@yield('body')
5757
</main>
58+
59+
@include('_layouts.footer')
5860
</body>
5961
</html>

source/_layouts/nav.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</svg>
1414
</button>
1515

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">
1717
Submit new component
1818
</a>
1919

0 commit comments

Comments
 (0)