Skip to content

Commit

Permalink
Add Formula (#15)
Browse files Browse the repository at this point in the history
* Back from cover to contain (I'm a shmock)

* Add Formula and static logo
  • Loading branch information
Gabriel Chertok authored Mar 14, 2020
1 parent 0dbe311 commit 43eea00
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/Company.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Wrapper = styled.div`
const Picture = styled.img`
width: 3rem;
height: 3rem;
object-fit: cover;
object-fit: contain;
`;

const Information = styled.div`
Expand Down
10 changes: 10 additions & 0 deletions data/companies.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,15 @@ export default [
allowFullRemote: true,
hasPhysicalOffices: true
}
},
{
picture: "/images/formula-logo.jpg",
url: "http://www.formula.uy/",
name: "Fórmula",
description: "Servicio de suscripción mensual de productos de belleza y agencia de comunicación de marcas de cosmética",
meta: {
allowFullRemote: true,
hasPhysicalOffices: true
}
}
];
Binary file added public/images/formula-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 43eea00

@vercel
Copy link

@vercel vercel bot commented on 43eea00 Mar 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.