Skip to content

Commit

Permalink
Update tabs and tab content adding CV
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-irt committed Jun 18, 2017
1 parent 7473e21 commit f77f28c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/app/content/content.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
<section id="wing"> </section>
<section id="center">
<md-tab-group md-stretch-tabs="always">
<md-tab label="Projects">
<md-tab label="Portfolio">
<app-games-list></app-games-list>
</md-tab>
<md-tab label="CV">Content 2</md-tab>
<md-tab label="About">Content 2</md-tab>
<md-tab label="CV">
<app-cv></app-cv>
</md-tab>
<md-tab label="About">
</md-tab>
</md-tab-group>
</section>
<section id="wing"> </section>
Expand Down

0 comments on commit f77f28c

Please sign in to comment.