Fix some extraneous newlines

This commit is contained in:
Greg Shuflin 2023-03-27 20:18:23 -07:00
parent 4a7217f9e1
commit 010b9e731a

View File

@ -10,7 +10,7 @@
#let Large = 2em
#let large = 1.3em
#let section-header(content) = text(font: "Fira Sans", size: Large, fill: rgb(0%, 0%, 100%))[#smallcaps(content)]
#let section-header(content) = [ #text(font: "Fira Sans", size: Large, fill: rgb(0%, 0%, 100%))[#smallcaps(content)] \ ]
#let job-entry(job, job-title, dates) = [
#text(size: large, weight: "bold")[#job] \
#text(fill: medium-gray)[#job-title | #text(font: "Fira Sans", style: "italic")[#dates]]
@ -19,7 +19,7 @@
// Title
#{
set text(font: "Fira Sans", size: 2.5em)
smallcaps([Gregory Shuflin])
[ #smallcaps([Gregory Shuflin]) ]
}
//Contact section
@ -94,6 +94,7 @@ Structures, Computer Graphics
#section-header[Open-source Contributions]
#let just-url = "https://github.com/casey/just"
#let just-commits-url = "https://github.com/casey/just/commits?author=neunenak"
- Im an occasional contributor to the #link(just-commits-url)[just] command runner (#link(just-url)[github.com/casey/just])