-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (104 loc) · 3.81 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Primary Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mihailo Cv. | Portfolio</title>
<meta name="title" content="Mihailo Cv. | Portfolio" />
<meta
name="description"
content="My name is Mihailo Cvjetinovic, I'm a web developer and this is my portfolio website. "
/>
<meta
name="keywords"
content="portfolio, mihailo cvjetinovic, cv, webdev, programmer"
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mihailocv.com/" />
<meta property="og:title" content="Mihailo Cv. | Portfolio" />
<meta
property="og:description"
content="My name is Mihailo Cvjetinovic, I'm a web developer and this is my portfolio website. "
/>
<meta
property="og:image"
content="https://mihailocv.com/images/thumbnail.jpg"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://mihailocv.com/" />
<meta property="twitter:title" content="Mihailo Cv. | Portfolio" />
<meta
property="twitter:description"
content="My name is Mihailo Cvjetinovic, I'm a web developer and this is my portfolio website. "
/>
<meta
property="twitter:image"
content="https://mihailocv.com/images/thumbnail.jpg"
/>
<!-- Favicon -->
<link rel="icon" href="/favicon.ico" sizes="48x48" >
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#064456">
<meta name="apple-mobile-web-app-title" content="Mihailo Cv.">
<meta name="application-name" content="Mihailo Cv.">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#000000">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1 id="element"></h1>
<script src="https://unpkg.com/typeit@8.7.1/dist/index.umd.js"></script>
<script>
new TypeIt("#element", {
lifeLike: false,
speed: 0,
})
.delete(9, { instant: true })
.type("C")
.pause(279)
.type("o")
.pause(257)
.type("m")
.pause(205)
.type("i")
.pause(236)
.type("n")
.pause(276)
.type("g")
.pause(171)
.type(" ")
.pause(467)
.type("S")
.pause(338)
.type("o")
.pause(207)
.type("o")
.pause(284)
.type("n")
.pause(973)
.type(".")
.pause(1104)
.type(".")
.pause(1322)
.type(".")
.go();
</script>
</body>
</html>