Added meta tags and opengraph tags. Closes #3

This commit is contained in:
Dennis Potter 2019-01-13 00:17:57 +01:00
parent 94a2144827
commit 76ab3aa44a

View File

@ -4,12 +4,17 @@
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]--> <!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head> <head>
<!--- Basic Page Needs <!--- Basic Page Needs and meta data
================================================== --> ================================================== -->
<meta charset="utf-8"> <meta charset="utf-8">
<title>Dennis Potter</title> <title>Dennis Potter - Electrical Engineer & Computer Scientist </title>
<meta name="description" content=""> <meta name="description" content="I get excited by the endless capabilities of modern computers, enjoy solving (everyday) problems by writing programs, and love a good read!">
<meta name="author" content=""> <meta name="author" content="Dennis Potter">
<meta property="og:title" content="Dennis Potter - Electrical Engineer & Computer Scientist" />
<meta property="og:url" content="https://dennispotter.eu" />
<meta property="og:image" content="https://dennispotter.eu/images/profilepic.jpg" />
<meta property="og:description" content="I get excited by the endless capabilities of modern computers, enjoy solving (everyday) problems by writing programs, and love a good read!" />
<!-- Mobile Specific Metas <!-- Mobile Specific Metas
================================================== --> ================================================== -->