Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3363220
D5295.id17328.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D5295.id17328.diff
View Options
diff --git a/landing/team-profile.css b/landing/team-profile.css
--- a/landing/team-profile.css
+++ b/landing/team-profile.css
@@ -13,7 +13,6 @@
}
.profile p {
- flex-grow: 1;
font-size: 18px;
text-align: center;
}
diff --git a/landing/team.react.js b/landing/team.react.js
--- a/landing/team.react.js
+++ b/landing/team.react.js
@@ -56,6 +56,35 @@
twitterHandle="GeekMaks"
imageURL={`${assetsCacheURLPrefix}/max.jpeg`}
/>
+ <TeamProfile
+ name="Jon Ringer"
+ role="Software Engineer"
+ githubHandle="jonringer"
+ imageURL={`${assetsCacheURLPrefix}/jon.jpg`}
+ />
+ <TeamProfile
+ name="Abosh Upadhyaya"
+ role="Software Engineer"
+ githubHandle="yayabosh"
+ imageURL={`${assetsCacheURLPrefix}/abosh.jpg`}
+ />
+ <TeamProfile
+ name="Mark Rafferty"
+ role="Recruiter"
+ imageURL={`${assetsCacheURLPrefix}/mark.jpg`}
+ />
+ <TeamProfile
+ name="Anunay Kulshrestha"
+ role="Researcher"
+ imageURL={`${assetsCacheURLPrefix}/anunay.jpg`}
+ />
+ <TeamProfile
+ name="Ginsu Eddy"
+ role="Software Engineer"
+ githubHandle="ginsueddy"
+ twitterHandle="ginsueddy"
+ imageURL={`${assetsCacheURLPrefix}/ginsu.jpg`}
+ />
</div>
</section>
@@ -73,6 +102,31 @@
githubHandle="marcinwasowicz"
imageURL={`${assetsCacheURLPrefix}/marcin.jpeg`}
/>
+ <TeamProfile
+ name="Inka Sokolowska"
+ role="Software Engineer"
+ githubHandle="InkaAlicja"
+ imageURL={`${assetsCacheURLPrefix}/inka.jpg`}
+ />
+ <TeamProfile
+ name="Kamil Kurowski"
+ role="Software Engineer"
+ githubHandle="xsanm"
+ imageURL={`${assetsCacheURLPrefix}/kamil.jpg`}
+ />
+ <TeamProfile
+ name="Michał Gniadek"
+ role="Software Engineer"
+ githubHandle="MichalGniadek"
+ imageURL={`${assetsCacheURLPrefix}/michał.jpg`}
+ />
+ <TeamProfile
+ name="Bartłomiej Klocek"
+ role="Software Engineer"
+ githubHandle="barthap"
+ twitterHandle="barthap10"
+ imageURL={`${assetsCacheURLPrefix}/bartłomiej.jpg`}
+ />
</section>
</div>
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 12:54 AM (21 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2581836
Default Alt Text
D5295.id17328.diff (2 KB)
Attached To
Mode
D5295: [landing] added new team members
Attached
Detach File
Event Timeline
Log In to Comment