-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
47 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,49 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Loic Blanchard Portfolio</title> | ||
<meta name='description' content="Portfolio of Loic Blanchard, Senior Software Engineer specialized in Functional Programming and especially Clojure." /> | ||
<meta name='keywords' content="Portfolio, Loic, Blanchard, Clojure, Functional Programming, Development, Singapore, Code" /> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<!-- favicon --> | ||
<link rel="icon" href="/favicon.ico" type="image/x-icon" /> | ||
|
||
<!-- Twitter/Facebook cards won't necessarily run js so we need to add the meta directly here because we do not support SSR --> | ||
<!-- Google / Search Engine Tags --> | ||
<meta itemprop="name" content="Loic Blanchard Portfolio"> | ||
<meta itemprop="description" | ||
content="Portfolio of Loic Blanchard, Senior Software Engineer specialized in Functional Programming and especially Clojure."> | ||
<meta itemprop="image" content="http://www.loicb.sg/static/media/loicb-logo.5c92e3d50082cfa03409.png"> | ||
|
||
<!-- Facebook Meta Tags --> | ||
<meta property="og:url" content="www.loicblanchard.com"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="Loic Blanchard Portfolio"> | ||
<meta property="og:description" | ||
content="Portfolio of Loic Blanchard, Senior Software Engineer specialized in Functional Programming and especially Clojure."> | ||
<meta property="og:image" content="http://www.loicb.sg/static/media/loicb-logo.5c92e3d50082cfa03409.png"> | ||
|
||
<!-- Twitter Meta Tags --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:title" content="Loic Blanchard Portfolio"> | ||
<meta name="twitter:description" | ||
content="Portfolio of Loic Blanchard, Senior Software Engineer specialized in Functional Programming and especially Clojure."> | ||
<meta name="twitter:image" content="http://www.loicb.sg/static/media/loicb-logo.5c92e3d50082cfa03409.png"> | ||
|
||
<!-- this refers to resources/public/css/style.css --> | ||
<link href="/css/style.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<!-- use cljs-out/dev-main.js for development --> | ||
<script src="/main.js" type="application/javascript"></script> | ||
</body> | ||
</html> | ||
|
||
<head> | ||
<title>Loic Blanchard Portfolio</title> | ||
<meta name='description' | ||
content="Portfolio of Loic Blanchard, Senior Software Engineer specialized in Functional Programming and especially Clojure." /> | ||
<meta name='keywords' | ||
content="Portfolio, Loic, Blanchard, Clojure, Functional Programming, Development, Singapore, Code" /> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<!-- favicon --> | ||
<link rel="icon" href="/favicon.ico" type="image/x-icon" /> | ||
|
||
<!-- Twitter/Facebook cards won't necessarily run js so we need to add the meta directly here because we do not support SSR --> | ||
<!-- Google / Search Engine Tags --> | ||
<meta itemprop="name" content="Loic Blanchard Portfolio"> | ||
<meta itemprop="description" | ||
content="Portfolio of Loic Blanchard, Senior Software Engineer specialized in Functional Programming and especially Clojure."> | ||
<meta itemprop="image" content="http://www.loicb.sg/static/media/loicb-logo.5c92e3d50082cfa03409.png"> | ||
|
||
<!-- Facebook Meta Tags --> | ||
<meta property="og:url" content="www.loicblanchard.com"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="Loic Blanchard Portfolio"> | ||
<meta property="og:description" | ||
content="Portfolio of Loic Blanchard, Senior Software Engineer specialized in Functional Programming and especially Clojure."> | ||
<meta property="og:image" content="http://www.loicb.sg/static/media/loicb-logo.5c92e3d50082cfa03409.png"> | ||
|
||
<!-- Twitter Meta Tags --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:title" content="Loic Blanchard Portfolio"> | ||
<meta name="twitter:description" | ||
content="Portfolio of Loic Blanchard, Senior Software Engineer specialized in Functional Programming and especially Clojure."> | ||
<meta name="twitter:image" content="http://www.loicb.sg/static/media/loicb-logo.5c92e3d50082cfa03409.png"> | ||
|
||
<!-- this refers to resources/public/css/style.css --> | ||
<link href="/css/highlight.css" rel="stylesheet" type="text/css"> | ||
<link href="/css/style.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<div id="app"></div> | ||
<!-- use /cljs-out/dev-main.js for development --> | ||
<script src="/main.js" type="application/javascript"></script> | ||
</body> | ||
|
||
</html> |