feat: initial typst template for resume
This commit is contained in:
20
resume/profile_zh/skills.typ
Normal file
20
resume/profile_zh/skills.typ
Normal file
@ -0,0 +1,20 @@
|
||||
// Import
|
||||
#import "@preview/brilliant-cv:4.0.1": cv-section, cv-skill, h-bar
|
||||
|
||||
|
||||
#cv-section("技能与兴趣")
|
||||
|
||||
#cv-skill(
|
||||
type: [语言],
|
||||
info: [英语 #h-bar() 法语 #h-bar() 中文],
|
||||
)
|
||||
|
||||
#cv-skill(
|
||||
type: [技术栈],
|
||||
info: [Tableau #h-bar() Python (Pandas/Numpy) #h-bar() PostgreSQL],
|
||||
)
|
||||
|
||||
#cv-skill(
|
||||
type: [个人兴趣],
|
||||
info: [游泳 #h-bar() 烹饪 #h-bar() 阅读],
|
||||
)
|
||||
Reference in New Issue
Block a user