Skip to content

Commit

Permalink
contact: add Stack Overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JaxonWright committed Aug 19, 2023
1 parent 1205917 commit 21f3515
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/icons.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ import {
faSpotify,
faLastfm,
faRust,
faLinux
faLinux,
faStackOverflow
} from '@fortawesome/free-brands-svg-icons';

/**
Expand Down Expand Up @@ -122,7 +123,8 @@ export class IconsModule {
faSpotify,
faLastfm,
faRust,
faLinux
faLinux,
faStackOverflow
);
}

Expand Down
1 change: 1 addition & 0 deletions src/app/pages/contact/contact.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ <h1>Contact.</h1>
<a href="https://twitter.com/jxn_w" target="_blank"><button mat-fab matTooltip="X / Twitter" matTooltipPosition="below"><fa-icon [icon]="['fab', 'x-twitter']" size="lg"></fa-icon></button></a>
<a href="mailto:[email protected]"><button mat-fab matTooltip="Email" matTooltipPosition="below"><fa-icon [icon]="['fas', 'envelope']" size="lg"></fa-icon></button></a>
<a href="https://github.com/jaxonwright" target="_blank"><button mat-fab matTooltip="GitHub" matTooltipPosition="below"><fa-icon [icon]="['fab', 'github']" size="lg"></fa-icon></button></a>
<a href="https://stackoverflow.com/users/3186832/jxn" target="_blank"><button mat-fab matTooltip="Stack Overflow" matTooltipPosition="below"><fa-icon [icon]="['fab', 'stack-overflow']" size="lg"></fa-icon></button></a>
<a href="http://linkedin.com/in/jaxonwright" target="_blank"><button mat-fab matTooltip="LinkedIn" matTooltipPosition="below"><fa-icon [icon]="['fab', 'linkedin']" size="lg"></fa-icon></button></a>
<a href="https://m.me/jaxon.wright" target="_blank"><button mat-fab matTooltip="Facebook Messenger" matTooltipPosition="below"><fa-icon [icon]="['fab', 'facebook-messenger']" size="lg"></fa-icon></button></a>
<a href="https://instagram.com/jxn.w" target="_blank"><button mat-fab matTooltip="Instagram" matTooltipPosition="below"><fa-icon [icon]="['fab', 'instagram']" size="lg"></fa-icon></button></a>
Expand Down

0 comments on commit 21f3515

Please sign in to comment.