Skip to content

Commit

Permalink
Logo added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhinemann committed Jul 22, 2024
1 parent a42399a commit 1272821
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
"tinymist.preview.showInActivityBar": true,
"tinymist.rootPath": "${workspaceFolder}",
"tinymist.formatterMode": "typstyle",
"tinymist.exportPdf": "onSave",
"tinymist.outputPath": "${workspaceFolder}/target/$name",
}
48 changes: 35 additions & 13 deletions Typst/cover.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "interior_template.typ": gold
#import "interior_template.typ": gold, purple

#let cover_image = "images/cover/"

Expand All @@ -11,6 +11,29 @@
#rotate(-30deg, reflow: true)[Placeholder image!]
]

#let logo = context {

set text(font: "Olde English", fill: gold, tracking: 1pt, bottom-edge: "bounds", top-edge: "bounds")
set block(above: 4pt, below: 4pt)

show text: it => {
box()[#it]
}

let small_f_size = 25pt
let big_f_size = 80pt
let line_width = measure(text(size: big_f_size)[#upper()[Mage]]).width + 5pt

let t_gradient = gradient.radial(white, gold)
set text(fill: t_gradient)

text(size: small_f_size)[Primed by Cortex]
line(length: line_width, stroke: 1.5pt + gold)
text(size: big_f_size)[#upper()[Mage]]
line(length: line_width, stroke: 1.5pt + gold)
text(size: small_f_size)[The Ascension]
}

#let front_cover = {
page(
background: {
Expand All @@ -21,28 +44,27 @@
margin: 30mm,
)[
#set text(font: "Abbess", size: 20pt, fill: white)

#align(center)[
#placeholder_im
#v(1fr)
A guide to Cortex Prime system conversion of the game
]
#set align(center)
#logo
#v(1fr)
A guide to Cortex Prime system conversion of the game
]
}

#let temp_cover = {
show heading: set text(fill: yellow, size: 60pt)
page(
fill: rgb("#200c40"),
fill: purple,
paper: "us-letter",
margin: 30mm,
)[
#set text(font: "Abbess", size: 20pt, fill: white)
#align(center)[
= #upper("Mage the ascension")
#set align(center)

#logo
#v(1fr)
A guide to Cortex Prime system conversion of the game

#align(bottom)[A guide to Cortex Prime system conversion of the game]
]
]
}

Expand All @@ -69,7 +91,7 @@
size: 10pt,
)

#align(center)[#placeholder_im]
#align(center)[#logo]

#v(1fr)

Expand Down
Binary file added Typst/fonts/EnglishGothic17ThC-Da9E.ttf
Binary file not shown.
Binary file added Typst/fonts/OldeEnglishRegular-Zd2J.ttf
Binary file not shown.
3 changes: 3 additions & 0 deletions illustration_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- [Unsplash](https://unsplash.com/)
- Getty Illustrations
- Library of Congress
Binary file not shown.

0 comments on commit 1272821

Please sign in to comment.