-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.html
More file actions
113 lines (111 loc) · 5.44 KB
/
library.html
File metadata and controls
113 lines (111 loc) · 5.44 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 | Library</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="Library of available versions." />
<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="Library of available versions." />
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://vedico-org.github.io/library.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="https://cdn.jsdelivr.net/gh/vedico-org/vedico@1.2/font.css"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/lib.css" />
</head>
<body class="preload" id="lib">
<div id="left">
<header>
<a href="index.html"><h1>vedico</h1></a>
<h2>Font and svg collection of icons for developers.</h2>
</header>
<nav>
<a href="guide.html">Installation guide</a>
<a href="https://github.com/vedico-org/vedico">GitHub</a>
</nav>
<div id="details">
<h3 id="ico-name"></h3>
<div class="detail-box">
<h4>Font versions</h4>
<div class="ver-list"></div>
<div class="copybox"></div>
<button class="copybtn"><span></span></button>
<div class="info">
Make sure you have looked
<a href="guide.html">installation guide</a>.
</div>
</div>
<div class="detail-box">
<h4>SVG versions</h4>
<div class="ver-list"></div>
<!--<div class="copybox"><svg xmlns="http://www.w3.org/2000/svg" height="64" width="64"><br>
<span><g stroke-width=".790123"><path d="m17.777788 40.309957c0-3.728276 2.81916-6.729717 6.320986-6.729717 3.501827 0 6.320986 3.001441 6.320986 6.729717v16.56525c0 3.728197-2.819159 6.729717-6.320986 6.729717-3.501826 0-6.320986-3.00152-6.320986-6.729717z"/><path d="m40.309891 46.222212c-3.728196 0-6.729638-2.81916-6.729638-6.320986s3.001442-6.320986 6.729638-6.320986h16.565409c3.728197 0 6.729638 2.81916 6.729638 6.320986s-3.001441 6.320986-6.729638 6.320986z"/><path d="m33.580253 7.1246997c0-3.7281963 2.81916-6.72963758 6.320987-6.72963758 3.501826 0 6.320986 3.00144128 6.320986 6.72963758v16.5653303c0 3.728275-2.81916 6.729717-6.320986 6.729717-3.501827 0-6.320987-3.001442-6.320987-6.729717z"/><path d="m7.1247142 30.419747c-3.7281967 0-6.72963796-2.81916-6.72963796-6.320987 0-3.501826 3.00144126-6.320986 6.72963796-6.320986h16.5653288c3.728276 0 6.729717 2.81916 6.729717 6.320986 0 3.501827-3.001441 6.320987-6.729717 6.320987z"/></g><g stroke-linejoin="miter" transform="matrix(.79012328 0 0 .79012328 -.395047 -.395061)"><path d="m43 73a7.983 7.983 0 0 0 8 8c4.432 0 8-3.568 8-8a7.983 7.983 0 0 0 -8-8h-8z"/><path d="m73 39h-8v-8c0-4.432 3.568-8 8-8s8 3.568 8 8-3.568 8-8 8z"/><path d="m9 43h8v8c0 4.432-3.568 8-8 8a7.983 7.983 0 0 1 -8-8c0-4.432 3.568-8 8-8z"/><path d="m39 9v8h-8a7.983 7.983 0 0 1 -8-8c0-4.432 3.568-8 8-8a7.983 7.983 0 0 1 8 8z"/></g></span>
<br></svg></div>-->
<div class="copybox"></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 /><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>
</div>
<div id="right">
<div id="input-box">
<input
type="text"
id="search"
placeholder="Search for icons"
onkeyup="inputChange()"
/>
</div>
<noscript>Turn on Javascript to see the site's content.</noscript>
<div id="body-bottom"></div>
</div>
<script src="js/preload.js"></script>
<script src="js/copy.js"></script>
<script src="js/icon.js"></script>
<script src="js/config.js"></script>
</body>
</html>