Skip to content

Commit

Permalink
feat: add title to contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 25, 2020
1 parent b414fc5 commit 2a7e0ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/presentation/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h3 class="center">向您提供全程的 DevOps 数据化变革策略规划与

<div class="contrib-section">
<div class="markdown">
<h2 class="center">Key Contributors</h2>
<h2 class="center">Core Contributors</h2>
</div>
<div class="contributors">
<div class="contributor" *ngFor="let user of contributors">
Expand Down
1 change: 1 addition & 0 deletions src/app/presentation/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@

.work {
font-size: 1.0em;
text-align: left;
}

img {
Expand Down
2 changes: 1 addition & 1 deletion src/app/presentation/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class HomeComponent implements OnInit {
{
name: 'Phodal',
link: 'https://www.phodal.com',
work: 'Founder',
work: '发起人、主要维护者',
title: 'ThoughtWorks 高级咨询师',
avatar: 'https://avatars3.githubusercontent.com/u/472311?s=460&u=3d7d46bf34e32449b1439178ae7652cf06d130f1&v=4'
},
Expand Down

0 comments on commit 2a7e0ab

Please sign in to comment.