Skip to content

Commit

Permalink
Merge pull request #54 from Brushfam/update
Browse files Browse the repository at this point in the history
updated team list
  • Loading branch information
o-tsaruk authored Sep 25, 2023
2 parents 42e2fcd + 2c5e857 commit f328311
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 23 deletions.
6 changes: 6 additions & 0 deletions data/teamData.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ export const teamData = [
role: "Head of Engineering",
social: "https://www.linkedin.com/in/dominik-krizo/"
},
{
src: "/team/Yurii.png",
name: "Yurii Yazupol",
role: "Product Lead",
social: "https://twitter.com/Brushfam_io"
},
{
src: "/team/Green.png",
name: "Anatolii Osetsymskyi",
Expand Down
Binary file added public/team/Yurii.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 23 additions & 23 deletions styles/about-us/Team.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,29 @@
}

@media (min-width: 1261px) {
.teamList li:nth-last-child(4){
grid-row-start: 3;
grid-column-start: 3;
grid-column-end: 6;
}

.teamList li:nth-last-child(3){
grid-row-start: 3;
grid-column-start: 7;
grid-column-end: 10;
}

.teamList li:nth-last-child(2){
grid-row-start: 3;
grid-column-start: 11;
grid-column-end: 14;
}

.teamList li:nth-last-child(1){
grid-row-start: 3;
grid-column-start: 15;
grid-column-end: 18;
}
/*.teamList li:nth-last-child(4){*/
/* grid-row-start: 3;*/
/* grid-column-start: 3;*/
/* grid-column-end: 6;*/
/*}*/

/*.teamList li:nth-last-child(3){*/
/* grid-row-start: 3;*/
/* grid-column-start: 7;*/
/* grid-column-end: 10;*/
/*}*/

/*.teamList li:nth-last-child(2){*/
/* grid-row-start: 3;*/
/* grid-column-start: 11;*/
/* grid-column-end: 14;*/
/*}*/

/*.teamList li:nth-last-child(1){*/
/* grid-row-start: 3;*/
/* grid-column-start: 15;*/
/* grid-column-end: 18;*/
/*}*/
}

.teamList img {
Expand Down

1 comment on commit f328311

@vercel
Copy link

@vercel vercel bot commented on f328311 Sep 25, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

brushfam-website – ./

brushfam-website-brushfam.vercel.app
brushfam-website-git-main-brushfam.vercel.app
www.brushfam.io
brushfam.io

Please sign in to comment.