Skip to content

Commit

Permalink
fix(openchallenges): update Team page headline (#2297)
Browse files Browse the repository at this point in the history
* Update team page headline

* Fix typo

* Fix typo

* Update wording

* Add dash to full-stack
  • Loading branch information
tschaffter authored Nov 1, 2023
1 parent 9809d3a commit c26da7d
Showing 1 changed file with 9 additions and 5 deletions.
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

0 comments on commit c26da7d

Please sign in to comment.