feat: añadido sitemap custom
This commit is contained in:
@@ -39,27 +39,25 @@
|
||||
</div>
|
||||
<hr class="m-4" />
|
||||
|
||||
<div class="flex justify-center p-8 flex-col items-center bg-teal-200 rounded-t-lg shadow-md">
|
||||
<p
|
||||
class="underline font-serif font-bold text-2xl md:text-4xl lg:text-5xl self-center"
|
||||
>
|
||||
Sitemap
|
||||
</p>
|
||||
|
||||
{{partial "sitemap.html"}}
|
||||
</div>
|
||||
|
||||
<hr class="m-4" />
|
||||
<!-- Aca esta la parte de abajo de la portada -->
|
||||
|
||||
<div class="flex justify-center p-8 flex-col items-center bg-sky-200 rounded-t-lg shadow-md">
|
||||
<div
|
||||
class="w-[80%] rounded-lg overflow-hidden border-2 shadow-2xl bg-[radial-gradient(circle,rgba(0,0,0,0)_0%,rgba(0,0,0,0.5)_70%,#ffffff_100%),repeating-linear-gradient(45deg,#000000,#000000_10px,#ffffff_10px,#ffffff_20px)]"
|
||||
<p
|
||||
class="underline font-serif font-bold text-2xl md:text-4xl lg:text-5xl self-center"
|
||||
>
|
||||
<div class="px-6 py-4 flex flex-col sm:flex-row justify-between">
|
||||
<span
|
||||
class="inline-block bg-gray-200 border rounded-full px-3 py-1 text-sm font-semibold text-gray-700 mr-2 mb-2 sm:mb-0"
|
||||
>
|
||||
<div class="font-bold text-black text-xl">Portfolio</div>
|
||||
</span>
|
||||
<span
|
||||
class="inline-block bg-gray-200 border rounded-full px-3 py-1 text-sm font-semibold text-gray-700 mr-2"
|
||||
>
|
||||
<p class="text-black text-sm md:text-xl">
|
||||
Algunos proyectos que he estado haciendo
|
||||
</p>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
Portfolio
|
||||
</p>
|
||||
{{partial "proyectos.html" .}}
|
||||
{{partial "posts.html" .}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user