Skip to content

Commit

Permalink
fix institutional email address
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfara authored Aug 2, 2024
1 parent 7bf655a commit 26c664c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-it.typ
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import "@preview/fontawesome:0.1.0": *

#let contact-entries = (
(icon-path: fa-envelope(), content: link("mailto:nicolas.farabegoli@unibo.com")),
(icon-path: fa-envelope(), content: link("mailto:nicolas.farabegoli@unibo.it")),
(icon-path: fa-phone(), content: link("tel:+39 3402876022")),
(icon-path: fa-location-dot(), content: [Bertinoro, Italy]),
(icon-path: fa-icon("github", fa-set: "Brands"), content: link("https://github.com/nicolasfara")[nicolasfara]),
Expand Down Expand Up @@ -191,4 +191,4 @@
#link("https://github.com/nicolasfara/pfeeder")[#fa-icon("github", fa-set: "Brands") nicolasfara/pfeeder]
]
),
)
)

0 comments on commit 26c664c

Please sign in to comment.