mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
perform test
test to courses Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
@@ -44,16 +44,22 @@
|
||||
|
||||
#v(12pt)
|
||||
|
||||
// ─── Instructors ──────────────────────────────────────────────────────────────
|
||||
#text(size: 13pt, fill: rgb("#555555"))[Instructors]
|
||||
#linebreak()
|
||||
#text(size: 15pt, weight: "bold")[#instructors]
|
||||
// ─── Instructors (only when provided) ────────────────────────────────────────
|
||||
#if instructors != "" [
|
||||
#text(size: 13pt, fill: rgb("#555555"))[Instructors]
|
||||
#linebreak()
|
||||
#text(size: 15pt, weight: "bold")[#instructors]
|
||||
]
|
||||
|
||||
#v(1fr)
|
||||
|
||||
// ─── Bottom: recipient, date, length ──────────────────────────────────────────
|
||||
// ─── Bottom: recipient, date, duration, issuer ────────────────────────────────
|
||||
#text(size: 15pt, weight: "bold")[#recipient]
|
||||
#linebreak()
|
||||
#text(size: 12pt)[*Date Issued:* #date_str]
|
||||
#linebreak()
|
||||
#text(size: 12pt)[*Length:* #length_str]
|
||||
#if length_str != "" and length_str != "0 mins" [
|
||||
#text(size: 12pt)[*Duration:* #length_str]
|
||||
#linebreak()
|
||||
]
|
||||
#text(size: 12pt)[*Issued by:* Philproperties]
|
||||
|
||||
Reference in New Issue
Block a user