Skip to content

Commit

Permalink
place sage logo near top; update description
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung committed Oct 27, 2023
1 parent 36d5f8c commit d908540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions libs/openchallenges/team/src/lib/team.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
alt="OpenChallenges Icon"
/>
<h2>Meet Our Team</h2>
<p>
OpenChallenges was made by group of engineers and scientists at Sage Bioneworks.
</p>
<p class="mat-body-strong">
We're smart, we're hard-working, and we love <em>a good challenge</em>.
OpenChallenges was made by group of engineers and scientists at Sage Bioneworks.
</p>
<img height="80px" [src]="(sage$ | async)?.url" alt="Sage Bionetworks" />
</div>
<div class="member-group">
<div class="member-card">
Expand Down Expand Up @@ -95,7 +93,6 @@ <h3 class="card-name">Jake Albrecht</h3>
<div class="kudos mat-body-strong">
And a special thank you to our <strong>Design</strong> and <strong>Governance</strong> teams at Sage!
</div>
<img height="80px" [src]="(sage$ | async)?.url" alt="Sage Bionetworks" />
</main>
<openchallenges-footer
[appVersion]="appVersion"
Expand Down
5 changes: 1 addition & 4 deletions libs/openchallenges/team/src/lib/team.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@
-webkit-border-radius: 505;
border-radius: 50%;
}
.description {
padding-bottom: 180px;
}
.kudos {
padding: 42px 0 16px;
padding-top: 42px;
}
.card-roles {
width: 200px;
Expand Down

0 comments on commit d908540

Please sign in to comment.