clean code, organization -> title and add subtitle
This commit is contained in:
parent
3ef4e0c6eb
commit
16917a088f
11 changed files with 35 additions and 47 deletions
|
|
@ -5,7 +5,7 @@
|
|||
let calendarRef;
|
||||
export let events:CalendarEvent[]
|
||||
let options = {
|
||||
themeSystem: 'bootstrap5',
|
||||
// themeSystem: 'bootstrap5',
|
||||
initialView: 'dayGridMonth',
|
||||
plugins: [daygridPlugin],
|
||||
locale: 'th',
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
// make dynamic date to be added to footer
|
||||
let date = new Date().getFullYear();
|
||||
export let logo_url:string = "/images/logo.png"
|
||||
export let address:string ="173 ถนนดินสอ แขวงเสาชิงช้า เขตพระนคร กรุงเทพมหานคร 10200"
|
||||
export let organization:string = "กองสรรหาบุคคล yyy"
|
||||
export let address:string ="ใส่ที่อยู่ที่นี้"
|
||||
export let title:string = "ใส่องค์กรที่นี้"
|
||||
export let divisions:{title:string,url:string}[] =[]
|
||||
export let institutes:{title:string,url:string}[] =[]
|
||||
</script>
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
<img src="{logo_url}" alt="logo">
|
||||
</div>
|
||||
</div>
|
||||
<h5 class="text-2xl font-semibold">{organization}</h5>
|
||||
<h5 class="text-2xl font-semibold">{title}</h5>
|
||||
<h6 class="text-md mt-1 mb-2 text-blueGray-600">
|
||||
{address}
|
||||
</h6>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<script lang="ts">
|
||||
export let logo_url:string = "/images/logo.png"
|
||||
export let organization:string = "กองสรรหาบุคคล yyy"
|
||||
export let supervised:string = "สำนักงาน ก.ก.xx"
|
||||
export let title:string = "ใส่ชื่อองค์กรที่นี้"
|
||||
export let supervised:string = "ใส่สังกัดที่นี้"
|
||||
|
||||
</script>
|
||||
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="content-center grid pl-4">
|
||||
{organization}
|
||||
{title}
|
||||
<div class="textline2">{supervised}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -45,10 +45,6 @@
|
|||
<a href="/competitive" class="tab">การสอบแข่งขัน</a>
|
||||
<a href="/about" class="tab">เกี่ยวกับเรา</a>
|
||||
</div>
|
||||
<!-- <button class="btn btn-primary btn-outline">
|
||||
<i class="fa-solid fa-arrow-right-to-bracket"></i>
|
||||
<span class="pl-3">เข้าสู่ระบบ</span>
|
||||
</button> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue