Metatags.
This commit is contained in:
parent
02c3e6ee4c
commit
48b5676dba
1 changed files with 12 additions and 0 deletions
12
index.html
12
index.html
|
@ -7,6 +7,12 @@
|
||||||
<!-- Meta -->
|
<!-- Meta -->
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://mcataford.github.io" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:title" content="Marc Cataford" />
|
||||||
|
<meta property="og:description" content="I live to serve since 1911" />
|
||||||
|
<meta property="og:image" content="http://mcataford.github.io/facebook.png" />
|
||||||
|
|
||||||
<!-- Stylesheets -->
|
<!-- Stylesheets -->
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
||||||
<link rel="stylesheet" href="css/style.css">
|
<link rel="stylesheet" href="css/style.css">
|
||||||
|
@ -57,6 +63,12 @@
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="panel" id="cv" style="display: none;">
|
||||||
|
<section>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|
Loading…
Reference in a new issue