Merge branch 'main' of github.com-work:Frappet/BMA-EHR-RECRUIT-QUALIFYING-EXAM
This commit is contained in:
commit
096569a750
9 changed files with 204 additions and 10 deletions
|
|
@ -90,6 +90,7 @@
|
|||
class="w-full lg:w-6/12 cardxl"
|
||||
>
|
||||
<div class="card bg-white shadow-xl w-full ">
|
||||
<<<<<<< HEAD
|
||||
<figure style="height: 250px;" class="img-hover-zoom--brightness">
|
||||
<img src={qualify_exams[0].img} alt="1" />
|
||||
</figure>
|
||||
|
|
@ -97,6 +98,15 @@
|
|||
<div class="text-sm font-medium text-gray-500">
|
||||
ข่าววันที่ : {qualify_exams[0].date}
|
||||
<div class="badge badge-secondary text-white ml-4">NEW</div>
|
||||
=======
|
||||
<figure style="height: 250px;" class="img-drop">
|
||||
<img src="{sel1}" alt="1" />
|
||||
</figure>
|
||||
<div class="card-body">
|
||||
<div class="text-sm font-medium text-gray-500">
|
||||
ข่าววันที่ : 24 มี.ค. 2566
|
||||
<div class="badge bg-blue-100 text-blue-500 ml-4 border-0">NEW</div>
|
||||
>>>>>>> 9fc92cfbcdd0223b44545f835b02bf845116d14b
|
||||
</div>
|
||||
<div class="card-title font-medium">
|
||||
{qualify_exams[0].title}
|
||||
|
|
@ -128,8 +138,13 @@
|
|||
<div class="flex flex-wrap space-y-8">
|
||||
<div class="flex flex-col w-full">
|
||||
<div class="card card-side bg-white shadow-xl w-full">
|
||||
<<<<<<< HEAD
|
||||
<figure class="w-full lg:w-5/12 imgCard">
|
||||
<img src={qualify_exams[1].img} alt="1" class="h-full" />
|
||||
=======
|
||||
<figure class="w-full lg:w-5/12 img-drop">
|
||||
<img src="{sel2}" alt="1" class="h-full" />
|
||||
>>>>>>> 9fc92cfbcdd0223b44545f835b02bf845116d14b
|
||||
</figure>
|
||||
<div class="card-body w-full lg:w-7/12">
|
||||
<h2 class="text-sm font-medium text-gray-500">
|
||||
|
|
@ -163,8 +178,13 @@
|
|||
</div>
|
||||
<div class=" flex flex-col w-full">
|
||||
<div class="card card-side bg-white shadow-xl w-full">
|
||||
<<<<<<< HEAD
|
||||
<figure class="w-full lg:w-5/12 imgCard">
|
||||
<img src={qualify_exams[2].img} alt="1" class="h-full"/>
|
||||
=======
|
||||
<figure class="w-full lg:w-5/12 img-drop">
|
||||
<img src="{sel3}" alt="1" class="h-full"/>
|
||||
>>>>>>> 9fc92cfbcdd0223b44545f835b02bf845116d14b
|
||||
</figure>
|
||||
<div class="card-body w-full lg:w-7/12">
|
||||
<div class="text-sm font-medium text-gray-500">
|
||||
|
|
@ -220,6 +240,7 @@
|
|||
|
||||
<div class="w-full lg:w-6/12 cardxl">
|
||||
<div class="card bg-white shadow-xl w-full ">
|
||||
<<<<<<< HEAD
|
||||
<figure style="height: 250px;" class="img-hover-zoom--brightness">
|
||||
<img src={competitive_exams[0].img} alt="1" />
|
||||
</figure>
|
||||
|
|
@ -227,6 +248,15 @@
|
|||
<div class="text-sm font-medium text-gray-500">
|
||||
ข่าววันที่ : {competitive_exams[0].date}
|
||||
<div class="badge badge-secondary text-white ml-4">NEW</div>
|
||||
=======
|
||||
<figure style="height: 250px;" class="img-drop">
|
||||
<img src="{c1}" alt="1" />
|
||||
</figure>
|
||||
<div class="card-body">
|
||||
<div class="text-sm font-medium text-gray-500">
|
||||
ข่าววันที่ : 24 มี.ค. 2566
|
||||
<div class="badge bg-blue-100 text-blue-500 ml-4 border-0">NEW</div>
|
||||
>>>>>>> 9fc92cfbcdd0223b44545f835b02bf845116d14b
|
||||
</div>
|
||||
<div class="card-title font-medium">
|
||||
{competitive_exams[0].title}
|
||||
|
|
@ -258,8 +288,13 @@
|
|||
<div class="flex flex-wrap space-y-8">
|
||||
<div class="flex flex-col w-full">
|
||||
<div class="card card-side bg-white shadow-xl w-full">
|
||||
<<<<<<< HEAD
|
||||
<figure class="w-full lg:w-5/12 imgCard">
|
||||
<img src={competitive_exams[1].img} alt="1" class="h-full" />
|
||||
=======
|
||||
<figure class="w-full lg:w-5/12 imgCard img-drop">
|
||||
<img src="{c2}" alt="1" class="h-full" />
|
||||
>>>>>>> 9fc92cfbcdd0223b44545f835b02bf845116d14b
|
||||
</figure>
|
||||
<div class="card-body w-full lg:w-7/12">
|
||||
<h2 class="text-sm font-medium text-gray-500">
|
||||
|
|
@ -293,8 +328,13 @@
|
|||
</div>
|
||||
<div class=" flex flex-col w-full">
|
||||
<div class="card card-side bg-white shadow-xl w-full">
|
||||
<<<<<<< HEAD
|
||||
<figure class="w-full lg:w-5/12 imgCard">
|
||||
<img src={competitive_exams[2].img} alt="1" class="h-full"/>
|
||||
=======
|
||||
<figure class="w-full lg:w-5/12 imgCard img-drop">
|
||||
<img src="{c3}" alt="1" class="h-full"/>
|
||||
>>>>>>> 9fc92cfbcdd0223b44545f835b02bf845116d14b
|
||||
</figure>
|
||||
<div class="card-body w-full lg:w-7/12">
|
||||
<div class="text-sm font-medium text-gray-500">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue