1- import { ChangeDetectionStrategy , Component } from '@angular/core' ;
21import { NgOptimizedImage } from '@angular/common' ;
2+ import { ChangeDetectionStrategy , Component } from '@angular/core' ;
33import { TranslocoModule } from '@jsverse/transloco' ;
44import { IconGithubComponent } from '../../components/shared/icons/icon-github/icon-github.component' ;
55import { IconLinkedinComponent } from '../../components/shared/icons/icon-linkedin/icon-linkedin.component' ;
@@ -19,9 +19,29 @@ interface TeamMember {
1919} )
2020export class TeamComponent {
2121 protected readonly members : readonly TeamMember [ ] = [
22- { name : 'Salvatore Rapisarda' , image : '/images/about/SalvoRapisarda.jpeg' , github : 'https://github.com/salvorapi' , linkedin : 'https://www.linkedin.com/in/salvorapi/' } ,
23- { name : 'Matteo Jacopo Schembri' , image : '/images/about/MatteoJacopoSchembri.jpeg' , github : 'https://github.com/teosche' , linkedin : 'https://www.linkedin.com/in/teosche/' } ,
24- { name : 'Stefano Borzi' , image : '/images/about/StefanoBorzi.jpeg' , github : 'https://github.com/Helias' , linkedin : 'https://www.linkedin.com/in/stefanoborzi/' } ,
25- { name : 'Claudio Faro' , image : '/images/about/ClaudioFaro.jpeg' , github : 'https://github.com/kaesarct' , linkedin : 'https://www.linkedin.com/in/claudio-faro-70128649/' } ,
22+ {
23+ name : 'Salvatore Rapisarda' ,
24+ image : '/images/about/SalvoRapisarda.jpeg' ,
25+ github : 'https://github.com/salvorapi' ,
26+ linkedin : 'https://www.linkedin.com/in/salvorapi/' ,
27+ } ,
28+ {
29+ name : 'Matteo Jacopo Schembri' ,
30+ image : '/images/about/MatteoJacopoSchembri.jpeg' ,
31+ github : 'https://github.com/teosche' ,
32+ linkedin : 'https://www.linkedin.com/in/teosche/' ,
33+ } ,
34+ {
35+ name : 'Stefano Borzi' ,
36+ image : '/images/about/StefanoBorzi.jpeg' ,
37+ github : 'https://github.com/Helias' ,
38+ linkedin : 'https://www.linkedin.com/in/stefanoborzi/' ,
39+ } ,
40+ {
41+ name : 'Claudio Faro' ,
42+ image : '/images/about/ClaudioFaro.jpeg' ,
43+ github : 'https://github.com/kaesarct' ,
44+ linkedin : 'https://www.linkedin.com/in/claudio-faro-70128649/' ,
45+ } ,
2646 ] ;
2747}
0 commit comments