-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (44 loc) · 2.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>Loic Blanchard Portfolio</title>
<meta name='description'
content="Portfolio of Loic Blanchard, Staff 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, Staff 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, Staff 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, Staff 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">
<!-- RSS feed for Clojure blog articles -->
<link rel="alternate" type="application/rss+xml" title="Loic Blanchard's Clojure Blog RSS Feed"
href="https://www.loicblanchard.me/blog/rss/clojure-feed.xml">
</head>
<body>
<div id="app"></div>
<!-- use /cljs-out/dev-main.js for development -->
<script src="/main.js" type="application/javascript"></script>
</body>
</html>