ปรับ css , เมนูหน้าแรก
This commit is contained in:
parent
1c9b5877d6
commit
0aa684f2fb
2131 changed files with 365205 additions and 99 deletions
|
|
@ -1,9 +1,11 @@
|
|||
<script>
|
||||
import '../app.postcss';
|
||||
import Header from '$lib/components/Header.svelte';
|
||||
import Footer from '$lib/components/Footer.svelte';
|
||||
</script>
|
||||
|
||||
<Header />
|
||||
|
||||
<slot />
|
||||
|
||||
<div class="justify-center place-content-center" style="padding-top:50px">
|
||||
<slot />
|
||||
</div>
|
||||
<Footer />
|
||||
|
|
|
|||
|
|
@ -5,9 +5,15 @@
|
|||
const qualify_exams = data.qualify_exams;
|
||||
const competitive_exams = data.competitive_exams;
|
||||
const detail = data.detail;
|
||||
import FullCalendar from '$lib/components/FullCalendar.svelte';
|
||||
const patternVue = "/images/pattern.png";
|
||||
const sel1 = "/images/sel1.png";
|
||||
const sel2 = "/images/sel2.png";
|
||||
const sel3 = "/images/sel3.png";
|
||||
const com1 = "/images/com1.jpg";
|
||||
const com2 = "/images/com2.jpg";
|
||||
const com3 = "/images/com3.jpg";
|
||||
/* import FullCalendar from '$lib/components/FullCalendar.svelte';
|
||||
import daygridPlugin from '@fullcalendar/daygrid';
|
||||
//import timegridPlugin from '@fullcalendar/timegrid';
|
||||
import interactionPlugin from '@fullcalendar/interaction';
|
||||
import type { EventClickArg } from '@fullcalendar/core';
|
||||
let calendarRef;
|
||||
|
|
@ -49,10 +55,276 @@
|
|||
],
|
||||
dateClick: clickDate,
|
||||
eventClick: clickEvent,
|
||||
};
|
||||
}; */
|
||||
|
||||
</script>
|
||||
<h1 class="p-5 text-center text-orange-800">กองสรรหาบุคคล</h1>
|
||||
<section class="header relative items-start mt-12 flex max-h-860-px">
|
||||
<div class="container mx-auto items-start flex flex-wrap">
|
||||
<div class="w-full md:w-6/12 lg:w-6/12 xl:w-6/12 px-6">
|
||||
<div class="pt-16 sm:pt-18">
|
||||
<h2 class="font-semibold text-3xl text-blueGray-600">
|
||||
กองสรรหาบุคคล
|
||||
</h2>
|
||||
<h2 class="pt-1 text-2xl text-red-400">
|
||||
Recruitment Division
|
||||
</h2>
|
||||
<p class="mt-4 text-lg leading-relaxed text-blueGray-500">
|
||||
การสรรหาและเลือกสรรบุคคลเข้ารับราชการเป็นข้าราชการกรุงเทพมหานครสามัญ และข้าราชการครูกรุงเทพมหานครเฉพาะสังกัดสำนักพัฒนา
|
||||
ชุมชน
|
||||
</p>
|
||||
<div class="mt-12">
|
||||
<a
|
||||
href="/qualifying"
|
||||
target="_blank"
|
||||
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"
|
||||
class=" ml-1 text-white font-bold px-6 py-4 rounded outline-none focus:outline-none mr-1 mb-1 bg-blueGray-700 active:bg-blueGray-600 uppercase text-sm shadow hover:shadow-lg ease-linear transition-all duration-150"
|
||||
target="_blank"
|
||||
>
|
||||
การสอบแข่งขัน
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<img
|
||||
class="absolute top-0 b-auto right-0 sm:w-5/12 -mt-48 sm:mt-0 w-9/12 hidden md:flex"
|
||||
src="{patternVue}"
|
||||
alt="..."
|
||||
/>
|
||||
</section>
|
||||
<section class="mt-48 md:mt-40 pb-40 relative bg-blueGray-100">
|
||||
<div
|
||||
class="-mt-20 top-0 bottom-auto left-0 right-0 w-full absolute h-20"
|
||||
style="transform: translateZ(0);"
|
||||
>
|
||||
<svg
|
||||
class="absolute bottom-0 overflow-hidden"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
preserveAspectRatio="none"
|
||||
version="1.1"
|
||||
viewBox="0 0 2560 100"
|
||||
x="0"
|
||||
y="0"
|
||||
>
|
||||
<polygon
|
||||
class="text-blueGray-100 fill-current"
|
||||
points="2560 0 2560 100 0 100"
|
||||
></polygon>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
<!-- ประกาศเกี่ยวกับการคัดเลือกบุคลากรกทม. -->
|
||||
<div class="container mx-auto">
|
||||
<div class="flex flex-wrap px-6">
|
||||
<div
|
||||
class="w-full pt-24 mb-10 flex flex-wrap justify-between">
|
||||
<h6 class="text-2xl font-semibold ">
|
||||
ประกาศเกี่ยวกับ<span class="text-red-400">การคัดเลือกบุคลากรกทม.</span>
|
||||
</h6>
|
||||
<a
|
||||
href="/"
|
||||
target="_blank"
|
||||
class="font-semibold text-gray-500 hover:text-gray-400 ease-linear transition-all duration-150"
|
||||
>
|
||||
ประกาศทั้งหมด
|
||||
<i class="fa fa-angle-double-right ml-1 leading-relaxed"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="w-full lg:w-6/12 cardxl"
|
||||
>
|
||||
<div class="card bg-white shadow-xl w-full ">
|
||||
<figure style="height: 250px;" class="img-hover-zoom--brightness">
|
||||
<img src="{sel1}" alt="1" />
|
||||
</figure>
|
||||
<div class="card-body">
|
||||
<div class="text-sm font-medium text-gray-500">
|
||||
ข่าววันที่ : 24 มี.ค. 2566
|
||||
<div class="badge badge-secondary text-white ml-4">NEW</div>
|
||||
</div>
|
||||
<div class="card-title font-medium">
|
||||
ด่วน !! ประกาศวัน เวลา สถานที่ และระเบียบการคัดเลือกลูกจ้างกทม.
|
||||
</div>
|
||||
<div class="mt-4 text-sm row-auto no-wrap">
|
||||
<i class="fab fa-twitter text-blue-500"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
|
||||
<i class="fab fa-facebook-f text-blue-700"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
|
||||
<i class="fab fa-line text-green-500"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-full lg:w-6/12">
|
||||
<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">
|
||||
<figure class="w-full lg:w-5/12 imgCard img-hover-zoom--brightness">
|
||||
<img src="{sel2}" alt="1" class="h-full" />
|
||||
</figure>
|
||||
<div class="card-body w-full lg:w-7/12">
|
||||
<h2 class="text-sm font-medium text-gray-500">
|
||||
ข่าววันที่ : 3 มี.ค. 2566
|
||||
</h2>
|
||||
<div class="card-title font-medium">
|
||||
ประกาศรายชื่อผู้มีสิทธิเข้ารับการคัดเลือกบุคลากรกทม.เป็นข้าราชการฯ ครั้งที่ 1/2565
|
||||
</div>
|
||||
<div class="mt-4 text-sm row-auto no-wrap">
|
||||
<i class="fab fa-twitter text-blue-500"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
|
||||
<i class="fab fa-facebook-f text-blue-700"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
|
||||
<i class="fab fa-line text-green-500"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class=" flex flex-col w-full">
|
||||
<div class="card card-side bg-white shadow-xl w-full">
|
||||
<figure class="w-full lg:w-5/12 imgCard img-hover-zoom--brightness">
|
||||
<img src="{sel3}" alt="1" class="h-full"/>
|
||||
</figure>
|
||||
<div class="card-body w-full lg:w-7/12">
|
||||
<div class="text-sm font-medium text-gray-500">
|
||||
ข่าววันที่ : 20 ธันวาคม 2566
|
||||
</div>
|
||||
<div class="card-title font-medium">
|
||||
ประกาศรับสมัครคัดเลือกบุคลากรกทม. !!
|
||||
</div>
|
||||
<div class="mt-4 text-sm row-auto no-wrap">
|
||||
<i class="fab fa-twitter text-blue-500"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
|
||||
<i class="fab fa-facebook-f text-blue-700"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
|
||||
<i class="fab fa-line text-green-500"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- ประกาศเกี่ยวกับการสอบแข่งขัน -->
|
||||
<div class="container mx-auto mt-4">
|
||||
<div class="flex flex-wrap px-6">
|
||||
<div
|
||||
class="w-full pt-24 mb-10 flex flex-wrap justify-between">
|
||||
<h6 class="text-2xl font-semibold ">
|
||||
ประกาศเกี่ยวกับ<span class="text-red-400">การสอบแข่งขัน</span>
|
||||
</h6>
|
||||
<a
|
||||
href="/"
|
||||
target="_blank"
|
||||
class="font-semibold text-gray-500 hover:text-gray-400 ease-linear transition-all duration-150"
|
||||
>
|
||||
ประกาศทั้งหมด
|
||||
<i class="fa fa-angle-double-right ml-1 leading-relaxed"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="w-full lg:w-6/12 cardxl"
|
||||
>
|
||||
<div class="card bg-white shadow-xl w-full ">
|
||||
<figure style="height: 250px;" class="img-hover-zoom--brightness">
|
||||
<img src="{com1}" alt="1" />
|
||||
</figure>
|
||||
<div class="card-body">
|
||||
<div class="text-sm font-medium text-gray-500">
|
||||
ข่าววันที่ : 24 มี.ค. 2566
|
||||
<div class="badge badge-secondary text-white ml-4">NEW</div>
|
||||
</div>
|
||||
<div class="card-title font-medium">
|
||||
ประกาศรายชื่อผู้ผ่านภาค ข. และมีสิทธิสอบภาค ค. ในการคัดเลือกคนพิการ ครั้งที่ 1/2565
|
||||
</div>
|
||||
<div class="mt-4 text-sm row-auto no-wrap">
|
||||
<i class="fab fa-twitter text-blue-500"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
|
||||
<i class="fab fa-facebook-f text-blue-700"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
|
||||
<i class="fab fa-line text-green-500"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-full lg:w-6/12">
|
||||
<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">
|
||||
<figure class="w-full lg:w-5/12 imgCard img-hover-zoom--brightness">
|
||||
<img src="{com2}" alt="1" class="h-full" />
|
||||
</figure>
|
||||
<div class="card-body w-full lg:w-7/12">
|
||||
<h2 class="text-sm font-medium text-gray-500">
|
||||
ข่าววันที่ : 13 มี.ค. 2566
|
||||
</h2>
|
||||
<div class="card-title font-medium">
|
||||
ใครลืมส่งเอกสาร !! สำหรับการคัดเลือกคนพิการฯ ครั้งที่ 1/2565 ส่งเอกสารเพิ่มได้
|
||||
</div>
|
||||
<div class="mt-4 text-sm row-auto no-wrap">
|
||||
<i class="fab fa-twitter text-blue-500"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
|
||||
<i class="fab fa-facebook-f text-blue-700"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
|
||||
<i class="fab fa-line text-green-500"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class=" flex flex-col w-full">
|
||||
<div class="card card-side bg-white shadow-xl w-full">
|
||||
<figure class="w-full lg:w-5/12 imgCard img-hover-zoom--brightness">
|
||||
<img src="{com3}" alt="1" class="h-full"/>
|
||||
</figure>
|
||||
<div class="card-body w-full lg:w-7/12">
|
||||
<div class="text-sm font-medium text-gray-500">
|
||||
ข่าววันที่ : 9 มี.ค. 2566
|
||||
</div>
|
||||
<div class="card-title font-medium">
|
||||
แผนที่การเดินทางมาสนามสอบคนพิการฯ ครั้งที่ 1/2565
|
||||
</div>
|
||||
<div class="mt-4 text-sm row-auto no-wrap">
|
||||
<i class="fab fa-twitter text-blue-500"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
|
||||
<i class="fab fa-facebook-f text-blue-700"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
|
||||
<i class="fab fa-line text-green-500"></i>
|
||||
<span class="pl-2 pr-4 text-gray-400">0</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- <h1 class="p-5 text-center text-orange-800">กองสรรหาบุคคล</h1>
|
||||
|
||||
<div class="w-full flex flex-col space-y-4 md:flex-row md:space-x-4 md:space-y-0" >
|
||||
<div class="md:w-2/5 lg:w-2/5 px-3">
|
||||
|
|
@ -105,5 +377,49 @@
|
|||
<div class="px-5">
|
||||
<h2>Full Size Calendar</h2>
|
||||
<FullCalendar bind:this={calendarRef} {options} />
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<style>
|
||||
@media only screen and (max-width: 1024px) {
|
||||
.card-side{
|
||||
flex-direction: column !important;
|
||||
}
|
||||
.cardxl{
|
||||
padding-right: 0rem !important;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
.imgCard{
|
||||
height: 250px;
|
||||
}
|
||||
}
|
||||
.card-side{
|
||||
flex-direction: row;
|
||||
}
|
||||
.cardxl{
|
||||
padding-right: 2rem;
|
||||
}
|
||||
.card-title{
|
||||
height: 80px;
|
||||
align-items: start;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
}
|
||||
.imgCard{
|
||||
max-height: 220px;
|
||||
}
|
||||
.img-hover-zoom--brightness img {
|
||||
transition: transform 2s, filter 1.5s ease-in-out;
|
||||
transform-origin: center center;
|
||||
filter: brightness(97%);
|
||||
}
|
||||
|
||||
/* The Transformation */
|
||||
.img-hover-zoom--brightness:hover img {
|
||||
filter: brightness(100%);
|
||||
transform: scale(1.3);
|
||||
}
|
||||
</style>
|
||||
|
|
@ -5,14 +5,17 @@
|
|||
export let data: PageData;
|
||||
|
||||
</script>
|
||||
<div class="p-5 max-w-4xl place-content-center ">
|
||||
{@html data.detail}
|
||||
</div>
|
||||
|
||||
|
||||
<div>{data.contact.description}</div>
|
||||
<div>{ver.version}</div>
|
||||
<div>{ver.builddate}</div>
|
||||
<section class="items-start h-screen flex max-h-860-px pt-10 bg-blueGray-100">
|
||||
<div class="container mx-auto items-start flex flex-wrap px-4">
|
||||
<div >
|
||||
{@html data.detail}
|
||||
</div>
|
||||
<div>{data.contact.description}</div>
|
||||
<div>{ver.version}</div>
|
||||
<div>{ver.builddate}</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,25 +4,44 @@
|
|||
const exams = data.exams
|
||||
</script>
|
||||
|
||||
|
||||
<h1 class="p-5">การสอบแข่งขัน</h1>
|
||||
|
||||
<div class="p-5">
|
||||
<table class="table table-compact w-full">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>วันที่</th>
|
||||
<th>การสอบ</th>
|
||||
<th>หน่วยงาน</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{#each exams as exam}
|
||||
<tr>
|
||||
<th><a href={"/exams/"+exam.id}>{exam.date}</a></th>
|
||||
<td>{exam.detail}</td>
|
||||
<td>{exam.institute}</td>
|
||||
{/each}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<section class="items-start h-screen flex max-h-860-px pt-10 bg-blueGray-100">
|
||||
<div class="container mx-auto items-start flex flex-wrap px-4">
|
||||
<h2 class="font-semibold text-2xl text-blueGray-600 mb-4">
|
||||
การสอบแข่งขัน
|
||||
</h2>
|
||||
<div
|
||||
class=" relative flex flex-col min-w-0 break-words w-full mb-6 shadow-lg rounded bg-white"
|
||||
>
|
||||
<div class="rounded-t mb-0 px-4 py-3 border-0">
|
||||
<div class="flex flex-wrap items-center">
|
||||
<div class="relative w-full px-4 max-w-full flex-grow flex-1">
|
||||
<h3
|
||||
class="font-semibold text-lg text-blueGray-700'"
|
||||
>
|
||||
รายการสอบ
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="block w-full overflow-x-auto">
|
||||
<table class="items-center w-full bg-transparent border-collapse">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="px-6 align-middle border border-solid py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left bg-blueGray-50 text-blueGray-500 border-blueGray-100">วันที่</th>
|
||||
<th class="px-6 align-middle border border-solid py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left bg-blueGray-50 text-blueGray-500 border-blueGray-100">การสอบ</th>
|
||||
<th class="px-6 align-middle border border-solid py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left bg-blueGray-50 text-blueGray-500 border-blueGray-100">หน่วยงาน</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{#each exams as exam}
|
||||
<tr>
|
||||
<th class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4 text-left"><a href={"/exams/"+exam.id}>{exam.date}</a></th>
|
||||
<td class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4 text-left">{exam.detail}</td>
|
||||
<td class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4 text-left">{exam.institute}</td>
|
||||
{/each}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -4,26 +4,44 @@
|
|||
const exams = data.exams
|
||||
</script>
|
||||
|
||||
<h1 class="p-5">การสอบคัดเลือก</h1>
|
||||
|
||||
|
||||
<div class="p-5">
|
||||
้<h2>รายการสอบ</h2>
|
||||
<table class="table table-compact w-full">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>วันที่</th>
|
||||
<th>การสอบ</th>
|
||||
<th>หน่วยงาน</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{#each exams as exam}
|
||||
<tr>
|
||||
<th><a href={"/exams/"+exam.id}>{exam.date}</a></th>
|
||||
<td>{exam.detail}</td>
|
||||
<td>{exam.institute}</td>
|
||||
{/each}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<section class="items-start h-screen flex max-h-860-px pt-10 bg-blueGray-100">
|
||||
<div class="container mx-auto items-start flex flex-wrap px-4">
|
||||
<h2 class="font-semibold text-2xl text-blueGray-600 mb-4">
|
||||
การสอบคัดเลือก
|
||||
</h2>
|
||||
<div
|
||||
class=" relative flex flex-col min-w-0 break-words w-full mb-6 shadow-lg rounded bg-white"
|
||||
>
|
||||
<div class="rounded-t mb-0 px-4 py-3 border-0">
|
||||
<div class="flex flex-wrap items-center">
|
||||
<div class="relative w-full px-4 max-w-full flex-grow flex-1">
|
||||
<h3
|
||||
class="font-semibold text-lg text-blueGray-700'"
|
||||
>
|
||||
รายการสอบ
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="block w-full overflow-x-auto">
|
||||
<table class="items-center w-full bg-transparent border-collapse">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="px-6 align-middle border border-solid py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left bg-blueGray-50 text-blueGray-500 border-blueGray-100">วันที่</th>
|
||||
<th class="px-6 align-middle border border-solid py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left bg-blueGray-50 text-blueGray-500 border-blueGray-100">การสอบ</th>
|
||||
<th class="px-6 align-middle border border-solid py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left bg-blueGray-50 text-blueGray-500 border-blueGray-100">หน่วยงาน</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{#each exams as exam}
|
||||
<tr>
|
||||
<th class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4 text-left"><a href={"/exams/"+exam.id}>{exam.date}</a></th>
|
||||
<td class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4 text-left">{exam.detail}</td>
|
||||
<td class="border-t-0 px-6 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4 text-left">{exam.institute}</td>
|
||||
{/each}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue