Skip to content

Commit

Permalink
grotesk-cv:0.1.4 (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsiSkarp authored Oct 9, 2024
1 parent 465eb02 commit d0069f0
Show file tree
Hide file tree
Showing 38 changed files with 1,107 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/preview/grotesk-cv/0.1.4/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright 2024 Ásbjörn Skarphéðinsson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
19 changes: 19 additions & 0 deletions packages/preview/grotesk-cv/0.1.4/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Grotesk CV

A simple, one-page CV template with a clean and modern design. Inspired by https://github.com/mintyfrankie/brilliant-CV and Skywalker template from Typst.

## Requirements
You will need to install the following fonts in your local system:

- [Hanken Grotesk](https://fonts.google.com/specimen/Hanken+Grotesk)

This template also uses FontAwesome icons via the [fontawesome](https://typst.app/universe/package/fontawesome) package.

## Usage

The main content layout is defined in the `cv.typ` file, which is responsible for importing the different sections from `/content` into the document . Change the `metadata.typ` file to suit your needs.
Different sections can be added or removed by modifying the `cv.typ` file. Sections can be edited by modifying the corresponding `.typ` file in the `/content` directory.

## Preview

![Thumbnail](thumbnail.png "Preview")
Loading

0 comments on commit d0069f0

Please sign in to comment.