Skip to content

Commit

Permalink
Add links to fontawesome to help find icons
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed May 14, 2020
1 parent b7c473b commit c5fd6c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/data/experience.toml
@@ -1,5 +1,5 @@
__subinterfaces__ = { mission="lang", keywords="lang", description="lang" }
__auto_imports__ = ["icon"]
__auto_imports__ = ["icon"] # Find icon names at https://fontawesome.com/icons

[[item]]
name = "Schneider Electric Digital Energy"
Expand Down
2 changes: 1 addition & 1 deletion src/data/hobbies.toml
@@ -1,4 +1,4 @@
__auto_imports__ = ["icon"]
__auto_imports__ = ["icon"] # Find icon names at https://fontawesome.com/icons
__subinterfaces__ = { name = "lang", description = "lang" }

[[item]]
Expand Down
2 changes: 1 addition & 1 deletion src/data/personal_information.toml
@@ -1,4 +1,4 @@
__auto_imports__ = ["icon"]
__auto_imports__ = ["icon"] # Find icon names at https://fontawesome.com/icons

[linkedin]
icon= "@fortawesome/free-brands-svg-icons:faLinkedin"
Expand Down
2 changes: 1 addition & 1 deletion src/data/skills.toml
@@ -1,5 +1,5 @@
__subinterfaces__ = { name = "lang" }
__auto_imports__ = ["icon"]
__auto_imports__ = ["icon"] # Find icon names at https://fontawesome.com/icons

[[item]]
icon = "@fortawesome/free-solid-svg-icons:faBullseye"
Expand Down

0 comments on commit c5fd6c7

Please sign in to comment.