Initial commit

This commit is contained in:
Ahrom
2025-11-16 12:43:07 +03:30
commit 4bbe56b83f
16778 changed files with 1914371 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
<div>
<div class="w-full mx-auto flex justify-center bg-[#191a1f]">
<div class="flex w-[75%] py-10 items-center justify-between">
<div>
<h1 class="text-white text-xl">
boliza
</h1>
</div>
<div class="w-1/3">
<div class="w-full flex justify-between">
<a class="text-white" href="{{route('index')}}" wire:navigate>خانه</a>
<a class="text-white" href="#">صفحات</a>
<a class="text-white" href="#">لیست مقالات</a>
<a class="text-white" href="#">مگامنو</a>
<a class="text-white" href="#">داشبورد</a>
</div>
</div>
<div>
<div class="flex gap-5">
</div>
</div>
</div>
</div>
<div class="w-full mx-auto flex justify-center bg-[#191a1f]">
<div class="flex w-[75%] p-3 bg-[#192134] rounded items-center justify-between">
<div>
<div>
<button class="py-2 px-1 rounded text-white bg-[#2163e8]"> اخبار امروز </button>
</div>
</div>
<div class="">
<div class=" flex gap-3">
<button class=" rounded-full text-[#3c3f48] bg-[#191a1f] content-center"> <span class="px-1.5 ">
< </span> </button>
<button class=" rounded-full text-[#3c3f48] bg-[#191a1f] content-center"> <span class="px-1.5"> > </span> </button>
</div>
</div>
</div>
</div>
</div>