Skip to content

Commit

Permalink
Adds System73 Ltd. to the list of companies
Browse files Browse the repository at this point in the history
  • Loading branch information
ehbello authored and DanielRamosAcosta committed Jun 15, 2021
1 parent 2894306 commit eff1a0a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/companies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,31 @@ export const companies: Companies = [
],
jobPage: "https://www.linkedin.com/company/squaads/jobs/",
},
{
name: "System73 Ltd.",
type: CompanyType.SOFTWARE_DEVELOPMENT,
website: "https://system73.com",
hiringFrom: [Island.TENERIFE],
socialNetworks: [
{
type: SocialNetworkType.FACEBOOK,
link: "https://www.facebook.com/system73limited",
},
{
type: SocialNetworkType.GITHUB,
link: "https://github.com/system73",
},
{
type: SocialNetworkType.LINKEDIN,
link: "https://www.linkedin.com/company/system-73",
},
{
type: SocialNetworkType.TWITTER,
link: "https://twitter.com/system73limited",
},
],
jobPage: "https://system73.com/careers",
},
{
name: "TecAlliance",
type: CompanyType.SOFTWARE_DEVELOPMENT,
Expand Down

0 comments on commit eff1a0a

Please sign in to comment.