Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32242020
D3655.1765227504.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
D3655.1765227504.diff
View Options
diff --git a/landing/team.css b/landing/team.css
--- a/landing/team.css
+++ b/landing/team.css
@@ -1,6 +1,11 @@
.wrapper {
+ display: grid;
padding: 16px 0;
- margin: 0 auto 48px auto;
+ /* margin: 0 auto 48px auto; */
+ /* align-items: center; */
+ grid-template-columns: 40px 1fr 40px;
+ column-gap: 1.5%;
+ grid-template-areas: '. container .';
}
.header {
@@ -30,12 +35,13 @@
}
.teamWrapper {
+ grid-area: container;
transition-property: max-width;
transition: 300ms;
display: flex;
flex-wrap: wrap;
row-gap: 16px;
- justify-content: flex-start;
+ justify-content: center;
min-width: 320px;
margin: 0 auto;
}
diff --git a/landing/team.react.js b/landing/team.react.js
--- a/landing/team.react.js
+++ b/landing/team.react.js
@@ -9,7 +9,7 @@
return (
<>
<div className={css.wrapper}>
- <h2 className={css.header}>Team</h2>
+ {/* <h2 className={css.header}>Team</h2> */}
<section className={css.teamWrapper}>
<TeamProfile
name="Ashoat Tevosyan"
@@ -18,12 +18,13 @@
twitterHandle="ashoat"
imageURL="https://avatars.githubusercontent.com/u/863579?v=4"
/>
+
<TeamProfile
name="atul"
role="Software Engineer"
- githubHandle="atulsmadhugiri"
- twitterHandle="atuli0"
- imageURL="https://avatars.githubusercontent.com/u/32692685?v=4"
+ githubHandle="benschac"
+ twitterHandle="benschac"
+ imageURL="https://i.imgur.com/3XkVQ1H.png"
/>
<TeamProfile
name="Benjamin Schachter"
@@ -37,41 +38,55 @@
role="Software Engineer"
githubHandle="vdhanan"
twitterHandle="_va_run"
- imageURL="https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F0f7471e7-e16b-45b1-bb7b-567d2ac5af44%2F1567382183343.jpeg?table=block&id=2f851c24-8cd6-412a-b8a9-0d989e3c2fbc&spaceId=3a3549de-adc7-4702-88ab-ca7eaf32792e&width=2000&userId=a7a3d7f5-a72b-45c3-8719-06e288a6c405&cache=v2"
+ imageURL="https://i.imgur.com/3XkVQ1H.png"
+ />
+ <TeamProfile
+ name="Max Kalashnikoff"
+ role="Software Engineer"
+ githubHandle="vdhanan"
+ twitterHandle="_va_run"
+ imageURL="https://i.imgur.com/3XkVQ1H.png"
/>
</section>
</div>
<div className={css.wrapper}>
- <h2 className={css.header}>Team at Software Mansion</h2>
+ {/* <h2 className={css.header}>Team at Software Mansion</h2> */}
<section className={css.teamWrapper}>
<TeamProfile
- name="Ashoat Tevosyan"
- role="Founder"
+ name="Tomasz Pałys"
+ role="software engineer"
githubHandle="ashoat"
twitterHandle="ashoat"
imageURL="https://avatars.githubusercontent.com/u/863579?v=4"
/>
<TeamProfile
- name="atul"
+ name="Karol Bisztyga"
role="Software Engineer"
githubHandle="atulsmadhugiri"
twitterHandle="atuli0"
imageURL="https://avatars.githubusercontent.com/u/32692685?v=4"
/>
<TeamProfile
- name="Benjamin Schachter"
+ name="Jacek Nitychoruk"
+ role="Software Engineer"
+ githubHandle="atulsmadhugiri"
+ twitterHandle="atuli0"
+ imageURL="https://avatars.githubusercontent.com/u/32692685?v=4"
+ />
+ <TeamProfile
+ name="Marcin Wasowicz"
role="Software Engineer"
githubHandle="benschac"
twitterHandle="benschac"
imageURL="https://i.imgur.com/3XkVQ1H.png"
/>
- <TeamProfile
+ {/* <TeamProfile
name="Varun Dhananjaya"
role="Software Engineer"
githubHandle="vdhanan"
twitterHandle="_va_run"
imageURL="https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F0f7471e7-e16b-45b1-bb7b-567d2ac5af44%2F1567382183343.jpeg?table=block&id=2f851c24-8cd6-412a-b8a9-0d989e3c2fbc&spaceId=3a3549de-adc7-4702-88ab-ca7eaf32792e&width=2000&userId=a7a3d7f5-a72b-45c3-8719-06e288a6c405&cache=v2"
- />
+ /> */}
<TeamProfile
name="Ashoat Tevosyan"
role="Founder"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 8, 8:58 PM (10 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5850727
Default Alt Text
D3655.1765227504.diff (4 KB)
Attached To
Mode
D3655: [WIP] work with atul DO NOT Review
Attached
Detach File
Event Timeline
Log In to Comment