mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-20 07:15:19 +05:30
Feat:New blog weeb unlocked and new page anime
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user