@@ -12,6 +12,14 @@ import PortfolioAccomplishment from '../components/Portfolio/Accomplishment';
1212import PortfolioProjectAccomplishment from '../components/Portfolio/ProjectAccomplishment' ;
1313import PortfolioSectionSubHeader from '../components/Portfolio/Section/SectionSubHeader' ;
1414
15+ // Favicons
16+ import imageFavicon from '../public/favicon.ico'
17+ import imageMLIcon from '../public/ml.png'
18+ import imageAppleTouchIcon from '../public/apple-touch-icon.png'
19+ import imageFavicon32 from '../public/favicon-32x32.png'
20+ import imageFavicon16 from '../public/favicon-16x16.png'
21+ import imageSafariMask from '../public/safari-pinned-tab.svg'
22+
1523// Projects
1624import projectIcon3DSThemes from '../public/projects/3dsthemes.jpg' ;
1725import projectIconMaagic from '../public/projects/maagic2.jpg' ;
@@ -57,16 +65,23 @@ export default class Home extends Component {
5765 < >
5866 < Head >
5967 < title > Maxwell Lang :: Portfolio</ title >
60- < meta name = "description" content = "I' m Maxwell Lang, a Full Stack Web Developer with 3 years of professional experience." />
68+ < meta name = "description" content = "I' m Maxwell Lang, a Full Stack Web Developer with 3 years of professional experience." />
6169 < meta property = "og:type" content = "website" />
6270 < meta property = "og:title" content = "Maxwell Lang :: Portfolio" />
63- < meta property = "og:site_name" content = " M a xwell Lang :: Portfolio" />
64- < meta property = "og:description" content = "I ' m Maxwell Lang, a Full Stack Web Developer with 3 years of professional experience." />
71+ < meta property = "og:site_name" content = " Maxwell Lang :: Portfolio" />
72+ < meta property = "og:description" content = "I' m Maxwell Lang, a Full Stack Web Developer with 3 years of professional experience." />
6573 < meta property = "og:url" content = "https://www.maxwlang.com/" />
6674 < meta name = "msapplication-TileColor" content = "#0de05e" />
6775 < meta property = "twitter:site" content = "@maxwlang" />
68- { /* <meta property="og:image" content={ImagemlIcon} /> */ }
69- { /* <link rel="icon" href="/favicon.ico" /> */ }
76+
77+ < link rel = "icon" href = { imageFavicon . src } />
78+ < meta property = "og:image" content = { imageMLIcon . src } />
79+ < link rel = "apple-touch-icon" sizes = "180x180" href = { imageAppleTouchIcon . src } />
80+ < link rel = "icon" type = "image/png" sizes = "32x32" href = { imageFavicon32 . src } />
81+ < link rel = "icon" type = "image/png" sizes = "16x16" href = { imageFavicon16 . src } />
82+ < link rel = "mask-icon" href = { imageSafariMask . src } color = "#5bbad5" />
83+ < meta name = "msapplication-TileColor" content = "#da532c" />
84+ < meta name = "theme-color" content = "#ffffff" />
7085 </ Head >
7186
7287 < main >
0 commit comments