Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(openchallenges): update Team page headline #2297

Merged
merged 5 commits into from
Nov 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions libs/openchallenges/team/src/lib/team.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
/>
<h2>Meet Our Team</h2>
<p class="mat-body-strong">
OpenChallenges was made by group of engineers and scientists at Sage Bioneworks.
OpenChallenges is made by a team of engineers and scientists at Sage Bionetworks.
</p>
<img height="80px" [src]="(sage$ | async)?.url" alt="Sage Bionetworks" />
</div>
<div class="member-group">
<div class="member-card">
<img class="member-pic" [src]="(thomas$ | async)?.url" alt="Thomas Schaffter" />
<h3 class="card-name">Thomas Schaffter</h3>
<p class="card-roles">Product owner, Architect, Lead full stack engineer</p>
<p class="card-roles">Product owner, Architect, Lead full-stack engineer</p>
<div>
<a href="https://www.linkedin.com/in/tschaffter/" rel="noopener" target="_blank"
><img class="social-media-logo" src="assets/images/linkedin-logo.svg" alt="LinkedIn"
Expand All @@ -41,7 +41,7 @@ <h3 class="card-name">Verena Chung</h3>
<div class="member-card">
<img class="member-pic" [src]="(rong$ | async)?.url" alt="Rong Chai" />
<h3 class="card-name">Rong Chai</h3>
<p class="card-roles">Full stack engineer</p>
<p class="card-roles">Full-stack engineer</p>
<div>
<a href="https://www.linkedin.com/in/rongrong-chai/" rel="noopener" target="_blank"
><img class="social-media-logo" src="assets/images/linkedin-logo.svg" alt="LinkedIn"
Expand All @@ -68,7 +68,10 @@ <h3 class="card-name">Maria Diaz</h3>
<h3 class="card-name">Gaia Andreoletti</h3>
<p class="card-roles">Research scientist</p>
<div>
<a href="https://www.linkedin.com/in/gaia-andreoletti-33932520/" rel="noopener" target="_blank"
<a
href="https://www.linkedin.com/in/gaia-andreoletti-33932520/"
rel="noopener"
target="_blank"
><img class="social-media-logo" src="assets/images/linkedin-logo.svg" alt="LinkedIn"
/></a>
<a href="https://github.com/gaiaandreoletti" rel="noopener" target="_blank"
Expand All @@ -91,7 +94,8 @@ <h3 class="card-name">Jake Albrecht</h3>
</div>
</div>
<div class="kudos mat-body-strong">
And a special thank you to our <strong>Design</strong> and <strong>Governance</strong> teams at Sage!
And a special thank you to our <strong>Design</strong> and <strong>Governance</strong> teams at
Sage!
</div>
</main>
<openchallenges-footer
Expand Down