Skip to content

Commit

Permalink
Merge pull request #14 from jeremieb/dev
Browse files Browse the repository at this point in the history
Adding Linkedin / Matrix support
  • Loading branch information
jeremieb authored Apr 29, 2023
2 parents 82bc431 + 8047325 commit 7c61a1c
Show file tree
Hide file tree
Showing 10 changed files with 793 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "linkedin.svg",
"idiom" : "universal"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "made.in.amsterdam.svg",
"idiom" : "universal"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "matrix.svg",
"idiom" : "universal"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ class ViewModel: ObservableObject {
.init(name: "Facebook", file: "facebook"),
.init(name: "GitHub", file: "github"),
.init(name: "Instagram", file: "instagram"),
.init(name: "Linkedin", file: "linkedin"),
.init(name: "Mastodon", file: "mastodon"),
.init(name: "Made In Amsterdam", file: "made.in.amsterdam"),
.init(name: "Mastodon.fill", file: "mastodon.fill"),
.init(name: "Mastodon Clean", file: "mastodon.clean"),
.init(name: "Mastodon Clean.fill", file: "mastodon.clean.fill"),
.init(name: "Matrix", file: "matrix"),
.init(name: "Reddit", file: "reddit"),
.init(name: "Reddit.fill", file: "reddit.fill"),
.init(name: "Twitch", file: "twitch"),
Expand Down
108 changes: 108 additions & 0 deletions linkedin/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
162 changes: 162 additions & 0 deletions made with love in amsterdam/made.in.amsterdam.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
107 changes: 107 additions & 0 deletions matrix/matrix.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c61a1c

Please sign in to comment.