wip: I think mac cannot handle bold style
This commit is contained in:
parent
088f6704c2
commit
83f0a44e72
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.pdf
|
||||
6
cv.typ
6
cv.typ
@ -7,13 +7,11 @@
|
||||
include {
|
||||
"modules_" + lang + "/" + module + ".typ"
|
||||
}
|
||||
v(5pt)
|
||||
}
|
||||
}
|
||||
|
||||
#show: cv.with(
|
||||
metadata,
|
||||
profilePhoto: image("./src/avatar.png"),
|
||||
)
|
||||
#show: cv.with(metadata, profilePhoto: image("./src/avatar.png"))
|
||||
// #set text(size: 9pt)
|
||||
#importModules((
|
||||
"education",
|
||||
|
||||
@ -44,7 +44,7 @@ language = "zh"
|
||||
inject_ai_prompt = false
|
||||
|
||||
# Decide if you want to inject keywords or not
|
||||
inject_keywords = true
|
||||
inject_keywords = false
|
||||
injected_keywords_list = ["Data Analyst", "GCP", "Python", "SQL", "Tableau"]
|
||||
|
||||
[personal]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
|
||||
// Imports
|
||||
#import "@preview/brilliant-cv:2.0.5": cvSection, cvEntry, hBar
|
||||
#import "@preview/brilliant-cv:2.0.5": cvEntry, cvSection, hBar
|
||||
#let metadata = toml("../metadata.toml")
|
||||
#let cvSection = cvSection.with(metadata: metadata)
|
||||
#let cvEntry = cvEntry.with(metadata: metadata)
|
||||
@ -16,18 +16,18 @@
|
||||
logo: image("../src/logos/ucla.png"),
|
||||
description: list(
|
||||
[研究方向:点云分割、点云配准、弱监督学习],
|
||||
// [课程: Big Data Mining #hBar() Cloud Computing #hBar() Project Management],
|
||||
[课程: Big Data Mining #hBar() Cloud Computing #hBar() Project Management],
|
||||
),
|
||||
)
|
||||
|
||||
#cvEntry(
|
||||
title: [计算机科学与技术(腾讯实验班)- 学士],
|
||||
society: [南京信息工程大学],
|
||||
date: [2014 - 2018],
|
||||
date: [2020 - 2024],
|
||||
location: [南京],
|
||||
logo: image("../src/logos/ucla.png"),
|
||||
description: list(
|
||||
[研究方向:季节内台风预报、图像语义分割、],
|
||||
// [课程: 数据库系统 #hBar() 计算机网络 #hBar() 软件工程 #hBar() 人工智能],
|
||||
[课程: 计算机网络 #hBar() 软件工程 #hBar() 人工智能 #hBar() 计算机图形学 #hBar() 计算机视觉],
|
||||
),
|
||||
)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
|
||||
// Imports
|
||||
#import "@preview/brilliant-cv:2.0.5": cvSection, cvEntry
|
||||
#import "@preview/brilliant-cv:2.0.5": cvEntry, cvSection
|
||||
#let metadata = toml("../metadata.toml")
|
||||
#let cvSection = cvSection.with(metadata: metadata)
|
||||
#let cvEntry = cvEntry.with(metadata: metadata)
|
||||
@ -9,20 +9,20 @@
|
||||
#cvSection("职业经历")
|
||||
|
||||
#cvEntry(
|
||||
title: [前端工程师],
|
||||
society: [北京小米],
|
||||
title: [前端实习生],
|
||||
society: [北京小米科技有限公司 - 南京],
|
||||
logo: image("../src/logos/xiaomi.svg"),
|
||||
date: [2025.4 - 现在],
|
||||
location: [南京],
|
||||
description: list(
|
||||
[参与米家 React Native 的插件开发,保证大家电插件的稳定上线],
|
||||
[参与米家 React Native 的插件开发和迭代,保证大家电产品的稳定上线],
|
||||
// [],
|
||||
),
|
||||
tags: ("React Native", "Rematch"),
|
||||
tags: ("React Native", "Redux", "ESLint"),
|
||||
)
|
||||
|
||||
#cvEntry(
|
||||
title: [前端工程师],
|
||||
title: [前端实习生],
|
||||
society: [南京迈趣尔有限公司],
|
||||
logo: image("../src/logos/maiqu.png"),
|
||||
date: [2021 - 2023],
|
||||
@ -31,4 +31,5 @@
|
||||
[在校期间负责多个应用的前端应用的产品设计、架构设计、软件开发与工程化工作],
|
||||
[负责团队文档搭建、Code Review、指导团队成员展开工作。],
|
||||
),
|
||||
tags: ("Vue3", "TypeScript", "Uniapp", "Vite", "Cloudbase"),
|
||||
)
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
#cvSection("开发技能")
|
||||
|
||||
#set strong(delta: 300)
|
||||
|
||||
#strong(delta: 300)[lalala]
|
||||
|
||||
- 熟悉 *HTML、CSS、JavaScript、TypeScript、SASS、UnoCSS* 等前端技术;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user