Feat:New blog weeb unlocked and new page anime

This commit is contained in:
coolnsx
2025-06-09 00:03:46 +05:30
parent d9fb4e52c4
commit 73a606303e
7 changed files with 360 additions and 7 deletions

View File

@@ -16,9 +16,8 @@
<span class="text-white font-semibold">Laravel</span>. Beyond web
development, I handle Linux servers, automate deployment pipelines, and
optimize infrastructure using tools like
<span class="font-semibold">NGINX</span>,
<span class="font-semibold">Docker</span>, and
<span class="font-semibold">systemd</span>.
<span class="font-semibold">Jenkins</span> and
<span class="font-semibold">Docker</span>.
</p>
<p class="mt-4 text-lg text-gray-300">
@@ -34,9 +33,19 @@
<div class="pt-6">
<a
href="{{ get_url(path='@/blog/_index.md') }}"
class="inline-block px-6 py-3 bg-blue-600 hover:bg-blue-700 text-white font-medium rounded-lg shadow transition"
class="inline-flex items-center px-6 py-3 bg-blue-600 hover:bg-blue-700 text-white font-medium rounded-lg shadow transition"
>
Read My Blog
Read My Blogs
<svg
class="ml-2 h-5 w-5"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7" />
</svg>
</a>
</div>