├── LICENSE ├── README.md ├── image └── testImage.png ├── main.pdf ├── main.typ └── template.typ /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikudanngo/typst-ja-resume-template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikudanngo/typst-ja-resume-template/HEAD/README.md -------------------------------------------------------------------------------- /image/testImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikudanngo/typst-ja-resume-template/HEAD/image/testImage.png -------------------------------------------------------------------------------- /main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikudanngo/typst-ja-resume-template/HEAD/main.pdf -------------------------------------------------------------------------------- /main.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikudanngo/typst-ja-resume-template/HEAD/main.typ -------------------------------------------------------------------------------- /template.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nikudanngo/typst-ja-resume-template/HEAD/template.typ --------------------------------------------------------------------------------