generated from nhcarrigan/template
feat: add certifications and stats (#11)
Closes #5 Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/11 Co-authored-by: Naomi <commits@nhcarrigan.com> Co-committed-by: Naomi <commits@nhcarrigan.com>
This commit is contained in:
@@ -43,4 +43,6 @@
|
||||
<section>
|
||||
<app-timeline *ngIf="view === 'resume'"></app-timeline>
|
||||
<app-testimonials *ngIf="view === 'testimonials'"></app-testimonials>
|
||||
<app-certifications *ngIf="view === 'certifications'"></app-certifications>
|
||||
<app-stats *ngIf="view === 'stats'"></app-stats>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user