-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
49 lines (40 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="Description"
content="My main area of expertise is all things JavaScript. I love working with TypeScript and RxJS. Angular/React are my frameworks of choice for the client side. I also have a good amount of experience working with C# with .Net and Node with Express.js on the back-end.">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="Illia - Full Stack Developer">
<meta property="og:description"
content="My main area of expertise is all things JavaScript. I love working with TypeScript and RxJS. Angular/React are my frameworks of choice for the client side. I also have a good amount of experience working with C# with .Net and Node with Express.js on the back-end." />
<meta property="og:site_name" content="Illia - Full Stack Developer">
<meta property="og:image" content="imgs/screen.png">
<meta property="og:image:secure_url" content="imgs/screen.png">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="640">
<title>
Illia - Full Stack Developer
</title>
<link rel="icon" type="image/ico" href="src/assets/favicon.ico">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&family=Saira:wght@400;500;700&display=swap"
rel="stylesheet">
<!-- Dynamically injected used chars to reduce bundle size -->
<link href="https://fonts.googleapis.com/css2?family=League+Script&text=<%- injectTagsChars %>&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Special+Elite&text=<%- injectHomeTitleChars %>&display=swap"
rel="stylesheet">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>