实习结束了
This commit is contained in:
parent
97af4251e5
commit
457f56e4b1
23
cv_print.typ
Normal file
23
cv_print.typ
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
|
||||||
|
// Imports
|
||||||
|
#import "@preview/brilliant-cv:2.0.5": cv
|
||||||
|
#let metadata = toml("./metadata.toml")
|
||||||
|
#let importModules(modules, lang: metadata.language) = {
|
||||||
|
for module in modules {
|
||||||
|
include {
|
||||||
|
"modules_" + lang + "/" + module + ".typ"
|
||||||
|
}
|
||||||
|
v(5pt)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#show: cv.with(metadata, profilePhoto: image("./src/avatar.jpg"))
|
||||||
|
// #set text(size: 9pt)
|
||||||
|
#importModules((
|
||||||
|
"education",
|
||||||
|
"skills",
|
||||||
|
"professional",
|
||||||
|
"projects",
|
||||||
|
"publications",
|
||||||
|
"certificates",
|
||||||
|
))
|
||||||
@ -25,7 +25,7 @@
|
|||||||
title: [前端实习生],
|
title: [前端实习生],
|
||||||
society: [南京迈趣尔有限公司],
|
society: [南京迈趣尔有限公司],
|
||||||
logo: image("../src/logos/maiqu.png"),
|
logo: image("../src/logos/maiqu.png"),
|
||||||
date: [2021 - 2023],
|
date: [2021.9 - 2023.1],
|
||||||
location: [南京],
|
location: [南京],
|
||||||
description: list(
|
description: list(
|
||||||
[在校期间负责多个应用的前端应用的产品设计、架构设计、软件开发与工程化工作],
|
[在校期间负责多个应用的前端应用的产品设计、架构设计、软件开发与工程化工作],
|
||||||
|
|||||||
0
slides.typ
Normal file
0
slides.typ
Normal file
Loading…
x
Reference in New Issue
Block a user