เปลี่ยนคำจาก การสอบคัดเลือก เป็น การคัดเลือก

This commit is contained in:
Tanyalak 2023-09-28 09:48:16 +07:00
parent 68e5b3d11a
commit acc69e81b5
6 changed files with 20 additions and 20 deletions

View file

@ -104,10 +104,10 @@
filter: brightness(0.98);
}
.fit2{
display: block;
display: block;
height: 100%;
width: 100%;
object-fit: cover;
object-fit: cover;
object-position: top;
}

View file

@ -17,17 +17,17 @@
>
<div class="flex-1">
<div class="justify-start flex">
<div class="content-center grid">
<div class="avatar">
<div class="w-10 rounded-full">
<img src={logo_url?logo_url:'/images/logo.png'} alt="logo">
<div class="content-center grid" >
<div class="avatar">
<div class="w-10 rounded-full">
<a href="{home}"><img src={logo_url?logo_url:'/images/logo.png'} alt="logo"></a>
</div>
</div>
</div>
</div>
<div class="content-center grid pl-4">
{title}
<div class="textline2">{supervised}</div>
</div>
</div>
<a class="content-center grid pl-4" href="{home}">
{title}
<div class="textline2">{supervised}</div>
</a>
</div>
</div>
<div class="flex-none gap-2">
@ -40,14 +40,14 @@
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
<ul tabindex="0" style="width: 150px;" class="menu menu-compact dropdown-content mt-3 right-0 p-2 shadow bg-base-100 rounded-box w-52">
<li ><a class="hover:text-gray-500 active:bg-white" href="/">หน้าหลัก</a></li>
<li><a class="hover:text-gray-500 active:bg-white" href="/qualifying">การสอบคัดเลือก</a></li>
<li><a class="hover:text-gray-500 active:bg-white" href="/qualifying">การคัดเลือก</a></li>
<li><a class="hover:text-gray-500 active:bg-white" href="/competitive">การสอบแข่งขัน</a></li>
<li><a class="hover:text-gray-500 active:bg-white" href="/about">เกี่ยวกับเรา</a></li>
</ul>
</div>
<div class="tabs hidden lg:flex w-full"><!-- tab-active -->
<a href="{home}" class="{$page.url.pathname == home? 'tab text-gray-700': 'tab '}">หน้าแรก</a>
<a href="{qualifying}" class="{$page.url.pathname == qualifying? 'tab text-gray-700': 'tab '}">การสอบคัดเลือก</a>
<a href="{qualifying}" class="{$page.url.pathname == qualifying? 'tab text-gray-700': 'tab '}">การคัดเลือก</a>
<a href="{competitive}" class="{$page.url.pathname == competitive? 'tab text-gray-700': 'tab '}">การสอบแข่งขัน</a>
<a href="{about}" class="{$page.url.pathname == about? 'tab text-gray-700': 'tab '}">เกี่ยวกับเรา</a>
</div>

View file

@ -43,7 +43,7 @@ export const load: PageServerLoad = async ({fetch}) => {
}
return exams
}
const qualify_exams = loadExam(env.API_QUALIFYING_URL +"/qualifying?limit=3",'ไม่สามารถอ่านรายการสอบคัดเลือกได้')
const qualify_exams = loadExam(env.API_QUALIFYING_URL +"/qualifying?limit=3",'ไม่สามารถอ่านรายการคัดเลือกได้')
const competitive_exams = loadExam(env.API_COMPETITIVE_URL+"/competitive?limit=3",'ไม่สามารถอ่านรายการสอบแข่งขันได้')
return {title,subtitle,content,image, qualify_exams,competitive_exams };

View file

@ -22,7 +22,7 @@
href="/qualifying"
class=" text-white font-bold px-6 py-4 rounded outline-none focus:outline-none mr-1 mb-1 bg-red-400 active:bg-red-500 uppercase text-sm shadow hover:shadow-lg ease-linear transition-all duration-150"
>
การสอบคัดเลือก
การคัดเลือก
</a>
<a
href="/competitive"

View file

@ -7,7 +7,7 @@
<section>
<div class="p-one parallax-inner">
<h2>การสอบคัดเลือก</h2>
<h2>การคัดเลือก</h2>
</div>
</section>
<section class="pb-40 relative bg-blueGray-100">
@ -23,7 +23,7 @@
</a>
</li>
<li>
<span class="breadTaxt">การสอบคัดเลือก</span>
<span class="breadTaxt">การคัดเลือก</span>
</li>
</ul>
</div>
@ -44,7 +44,7 @@
<div class="rounded-t mb-0 p-3 border-0 ">
<div class="flex flex-wrap items-center justify-between">
<h3 class="text-lg text-blueGray-700 font-semibold">
รายการสอบคัดเลือก
รายการคัดเลือก
</h3>
<div class="text-xs font-light">จำนวน {exams.length} รายการ</div>
</div>

View file

@ -12,7 +12,7 @@
</script>
<section>
<div class="p-one parallax-inner">
<h2>การสอบคัดเลือก</h2>
<h2>การคัดเลือก</h2>
</div>
</section>
<section class="pb-40 relative bg-blueGray-100">