6060
6161` ` ` yaml
6262brand:
63- typography:
64- fonts:
65- - family: Roboto
66- source: google
67- - family: Source Sans 3
68- source: google
63+ typography:
6964 base: Source Sans 3
7065 color:
7166 primary: "#516db0"
@@ -128,8 +123,8 @@ resume_entry(educ)
128123` ` `
129124
130125 ` ` ` {=typst}
131- #resume-entry(title: " Ph.D. in Physics" ,location: " Zürich, Switzerland" ,date: " 1905" ,description: " University of Zürich" ,)
132- #resume-entry(title: " Master of Science" ,location: " Zürich, Switzerland" ,date: " 1896 - 1900" ,description: " ETH" ,)
126+ #resume-entry(title: [ Ph.D. in Physics] ,location: [ Zürich, Switzerland] ,date: [ 1905] ,description: [ University of Zürich] ,)
127+ #resume-entry(title: [ Master of Science] ,location: [ Zürich, Switzerland] ,date: [ 1896 - 1900] ,description: [ ETH] ,)
133128 ` ` `
134129
135130` ` ` r
@@ -146,7 +141,7 @@ resume_entry(award, details = c("detail1", "detail2"))
146141` ` `
147142
148143 ` ` ` {=typst}
149- #resume-entry(title: " Nobel Prize in Physics" ,location: " Stockholm, Sweden" ,date: " 1921" ,description: " For his services to" ,)
144+ #resume-entry(title: [ Nobel Prize in Physics] ,location: [ Stockholm, Sweden] ,date: [ 1921] ,description: [ For his services to] ,)
150145 #resume-item[
151146 - Theoretical Physics
152147 - Discovery of the law of the photoelectric effect
@@ -176,7 +171,7 @@ work |>
176171` ` `
177172
178173 ` ` ` {=typst}
179- #resume-entry(title: " Associate Professor" ,location: " Zürich, Switzerland" ,date: " 1909 - 1911" ,description: " University of Zürich" ,)
180- #resume-entry(title: " Junior Professor" ,location: " Bern, Switzerland" ,date: " 1908 - 1909" ,description: " University of Bern" ,)
181- #resume-entry(title: " Technical Assistant" ,location: " Bern, Switzerland" ,date: " 1902 - 1908" ,description: " Federal Patent Office" ,)
174+ #resume-entry(title: [ Associate Professor] ,location: [ Zürich, Switzerland] ,date: [ 1909 - 1911] ,description: [ University of Zürich] ,)
175+ #resume-entry(title: [ Junior Professor] ,location: [ Bern, Switzerland] ,date: [ 1908 - 1909] ,description: [ University of Bern] ,)
176+ #resume-entry(title: [ Technical Assistant] ,location: [ Bern, Switzerland] ,date: [ 1902 - 1908] ,description: [ Federal Patent Office] ,)
182177 ` ` `
0 commit comments