forked from xunxdd/portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#3B5079"/>
<meta
name="description"
content="Calvin. Software engineer | Enthusiastic learner | Road cyclist | Portfolio. Eager for learning opportunities."
/>
<meta property="og:title" content="Calvin | Software engineer | Portfolio"/>
<meta property="og:description"
content="Calvin. Software engineer | Enthusiastic learner | Road cyclist | Portfolio. Eager for learning opportunities."/>
<meta property="og:url" content="https://calvin.sg/"/>
<meta property="og:type" content="article"/>
<meta property="og:image" content="https://calvin.sg/static/media/profile-photo-large.928a2726.jpg"/>
<meta property="og:image:type" content="image/jpeg"/>
<meta property="og:image:width" content="1280"/>
<meta property="og:image:height" content="1280"/>
<meta property="og:image:alt" content="Calvin portfolio photograph holding thai milk tea in hand"/>
<link rel=“canonical” href=“https://calvin.sg”/>
<link
href="https://use.fontawesome.com/releases/v5.4.1/css/all.css"
rel="stylesheet"
/>
<link rel="shortcut icon" href="favicon/favicon-32x32.png"/>
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<title>Calvin | Software Engineer | Portfolio</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>