-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathguide.html
More file actions
113 lines (111 loc) · 3.95 KB
/
guide.html
File metadata and controls
113 lines (111 loc) · 3.95 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
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
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>vedico | Installation guide</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/guide.html" />
<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/guide.css" />
</head>
<body class="preload" id="guide">
<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="https://github.com/vedico-org/vedico">GitHub</a>
</nav>
<div id="gwrapper">
<h2 id="hguide">Installation guide</h2>
<h3>Font version</h3>
<div class="gbox">
<h4>Latest release</h4>
<div class="copybox">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/vedico-org/vedico@1.2/font.css">
</div>
<button class="copybtn"><span></span></button>
</div>
<div class="gbox">
<h4>Experimental version (It's not needed to update)</h4>
<div class="copybox">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/vedico-org/vedico/font.css">
</div>
<button class="copybtn"><span></span></button>
</div>
<h3>SVG version</h3>
<div class="ginfo">
It's not needed to install this version, just choose between the latest
or experimental version.
</div>
<div class="gbox">
<h4>Latest release</h4>
<div class="copybox">
https://cdn.jsdelivr.net/gh/vedico-org/vedico@1.2/svg/{Put_icon_name_here}.svg
</div>
<button class="copybtn"><span></span></button>
</div>
<div class="gbox">
<h4>Experimental version (It's not needed to update)</h4>
<div class="copybox">
https://cdn.jsdelivr.net/gh/vedico-org/vedico/svg/{Put_icon_name_here}.svg
</div>
<button class="copybtn"><span></span></button>
</div>
</div>
<footer>
<span>
<br />Made with ❤️ by
<a href="https://agrochal.me">Artur Grochal</a>.<br /><br />
Copyright © 2019 <a href="https://agrochal.me">Artur Grochal</a><br />
MIT License.<br /><br />
</span>
Inspired by Konpa.<br />
Font created using <a href="https://icomoon.io/">Icomoon</a>.<br /><br />
<i
>All product names, logos, and brands are property of their respective
owners. All company, product and service names used in this website are
for identification purposes only. Use of these names, logos, and brands
does not imply endorsement.</i
>
</footer>
<script src="js/copy.js"></script>
<script src="js/preload.js"></script>
</body>
</html>