-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (61 loc) · 1.96 KB
/
index.html
File metadata and controls
64 lines (61 loc) · 1.96 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>vedico</title>
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<meta
name="description"
content="Font and svg collection of icons for developers."
/>
<meta name="author" content="Artur Grochal" />
<meta
name="keywords"
content="vedico, dev icons, icons, programming icons, brand icons"
/>
<meta property="og:title" content="vedico" />
<meta
property="og:description"
content="Font and svg collection of icons for developers."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://vedico-org.github.io/" />
<meta property="og:image" content="vedico.png" />
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="200" />
<link
href="https://fonts.googleapis.com/css?family=Lato:300,400,700"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Farro:500,700&display=swap"
rel="stylesheet"
/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/index.css" />
</head>
<body class="preload" id="index">
<div id="top">
<header>
<a href="index.html">
<h1>vedico</h1>
</a>
<h2>Font and svg collection of icons for developers.</h2>
</header>
<nav>
<a href="library.html">Library</a>
<a href="guide.html">Installation guide</a>
<a href="https://github.com/vedico-org/vedico">GitHub</a>
</nav>
</div>
<div id="bottom">
Latest Release: 1.2 • Icons: 134 • Versions: 260
</div>
<script src="js/preload.js"></script>
</body>
</html>