parent
409138f6c9
commit
c8361fbbb9
1 changed files with 25 additions and 47 deletions
|
@ -1,6 +1,5 @@
|
||||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||||
<div
|
<div class="mt-12 rounded-lg bg-gray-200 overflow-hidden shadow divide-y divide-gray-200 sm:divide-y-0 sm:grid sm:grid-cols-2 sm:gap-px">
|
||||||
class="mt-12 rounded-lg bg-gray-200 overflow-hidden shadow divide-y divide-gray-200 sm:divide-y-0 sm:grid sm:grid-cols-2 sm:gap-px">
|
|
||||||
{%- for navItem in links -%}
|
{%- for navItem in links -%}
|
||||||
<div class="relative group bg-white p-6">
|
<div class="relative group bg-white p-6">
|
||||||
<h3 class="text-lg font-medium">
|
<h3 class="text-lg font-medium">
|
||||||
|
@ -19,31 +18,10 @@
|
||||||
|
|
||||||
<footer class="mt-12 mb-4">
|
<footer class="mt-12 mb-4">
|
||||||
<div class="text-gray-500">
|
<div class="text-gray-500">
|
||||||
Built in <a class="hover:underline focus:text-white focus:bg-pink-700 focus:outline-link"
|
Built in <a class="hover:underline focus:text-white focus:bg-pink-700 focus:outline-link" href="https://www.11ty.dev/">Eleventy</a> with <a class="hover:underline focus:text-white focus:bg-pink-700 focus:outline-link" href="https://tailwindui.com/">Tailwind UI</a>, <a class="hover:underline focus:text-white focus:bg-pink-700 focus:outline-link" href="https://gitlab.com/gaiety/portfolio/">Fork it Here</a>
|
||||||
href="https://www.11ty.dev/">Eleventy</a> with <a
|
|
||||||
class="hover:underline focus:text-white focus:bg-pink-700 focus:outline-link"
|
|
||||||
href="https://tailwindui.com/">Tailwind UI</a>, <a
|
|
||||||
class="hover:underline focus:text-white focus:bg-pink-700 focus:outline-link"
|
|
||||||
href="https://gitlab.com/gaiety/portfolio/">Fork it Here</a>
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
|
|
||||||
<script>
|
|
||||||
(function (f, a, t, h, o, m) {
|
|
||||||
a[h] = a[h] || function () {
|
|
||||||
(a[h].q = a[h].q || []).push(arguments)
|
|
||||||
};
|
|
||||||
o = f.createElement('script'),
|
|
||||||
m = f.getElementsByTagName('script')[0];
|
|
||||||
o.async = 1; o.src = t; o.id = 'fathom-script';
|
|
||||||
m.parentNode.insertBefore(o, m)
|
|
||||||
})(document, window, '//137.184.45.88/tracker.js', 'fathom');
|
|
||||||
fathom('set', 'siteId', 'YFXBJ');
|
|
||||||
fathom('trackPageview');
|
|
||||||
</script>
|
|
||||||
<!-- / Fathom -->
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue