mirror of
https://github.com/namibia/file-icon-vectors.git
synced 2024-12-24 16:45:27 +00:00
Prep for 0.8.1
This commit is contained in:
parent
0e39cd1c33
commit
02f9fc1e89
@ -85,8 +85,8 @@ If you prefer, you may also use `.fiv-size-md`, `.fiv-size-lg` and `.fiv-size-xl
|
||||
## TODO
|
||||
|
||||
* Fix inconsistent sizing in classic set
|
||||
* Add CDN instructions
|
||||
* Add additional library sets
|
||||
* Improve Gulp automation tasks
|
||||
|
||||
## Legal Stuff
|
||||
|
||||
@ -103,4 +103,4 @@ If you feel that you have a copyright issue, please feel free to [post it](https
|
||||
|
||||
## Screenshot
|
||||
|
||||
![Icons Preview](https://unpkg.com/file-icon-vectors@0.8.0/screenshot.png "Icons Preview")
|
||||
![Icons Preview](https://unpkg.com/file-icon-vectors/screenshot.png "Icons Preview")
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "file-icon-vectors",
|
||||
"description": "A collection of file type icons in SVG format.",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
<title>File Icon Vectors (0.8.0)</title>
|
||||
<title>File Icon Vectors (0.8.1)</title>
|
||||
<meta name="description" content="A collection of file type icons in SVG format" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||
<meta name="keywords" content="file,icon,vector,css,images" />
|
||||
@ -15,8 +15,8 @@
|
||||
<meta property="og:description" content="A collection of free file type icons in SVG format." />
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/SocialIcons/1.0.1/soc.min.css" />
|
||||
<link rel="stylesheet" href="../dist/file-icon-classic.min.css?ver=1517192602" />
|
||||
<link rel="stylesheet" href="../dist/file-icon-vivid.min.css?ver=1517192602" />
|
||||
<link rel="stylesheet" href="../dist/file-icon-classic.min.css?ver=1528813316" />
|
||||
<link rel="stylesheet" href="../dist/file-icon-vivid.min.css?ver=1528813316" />
|
||||
<link rel="stylesheet" href="demo.css" />
|
||||
</head>
|
||||
<body>
|
||||
@ -1198,7 +1198,7 @@
|
||||
<footer class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-center">
|
||||
<p>Brought to you by <a href="https://www.danhendricks.com/">Daniel M. Hendricks</a> • Hosted by <a href="https://2lab.net/">2Lab Internet Services</a></p>
|
||||
<p>Brought to you by <a href="https://www.danhendricks.com/">Daniel M. Hendricks</a> • Powered by <a href="https://www.cloudverve.com/">CloudVerve</a></p>
|
||||
</div>
|
||||
<div class="col-12 text-center">
|
||||
|
||||
|
4
dist/file-icon-classic.css
vendored
4
dist/file-icon-classic.css
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* File Icon Vectors 0.8.0 (https://github.com/dmhendricks/file-icon-vectors)
|
||||
/*!
|
||||
* File Icon Vectors 0.8.1 (https://github.com/dmhendricks/file-icon-vectors)
|
||||
* Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com)
|
||||
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
|
||||
*/
|
||||
|
6
dist/file-icon-classic.min.css
vendored
6
dist/file-icon-classic.min.css
vendored
File diff suppressed because one or more lines are too long
4
dist/file-icon-vivid.css
vendored
4
dist/file-icon-vivid.css
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* File Icon Vectors 0.8.0 (https://github.com/dmhendricks/file-icon-vectors)
|
||||
/*!
|
||||
* File Icon Vectors 0.8.1 (https://github.com/dmhendricks/file-icon-vectors)
|
||||
* Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com)
|
||||
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
|
||||
*/
|
||||
|
6
dist/file-icon-vivid.min.css
vendored
6
dist/file-icon-vivid.min.css
vendored
File diff suppressed because one or more lines are too long
@ -2,7 +2,7 @@
|
||||
"name": "file-icon-vectors",
|
||||
"description": "A collection of file type SVG icons, licensed MIT and available for free use in your applications.",
|
||||
"author": "Daniel M. Hendricks",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"file",
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* File Icon Vectors 0.8.0 (https://github.com/dmhendricks/file-icon-vectors)
|
||||
/*!
|
||||
* File Icon Vectors 0.8.1 (https://github.com/dmhendricks/file-icon-vectors)
|
||||
* Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com)
|
||||
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* File Icon Vectors 0.8.0 (https://github.com/dmhendricks/file-icon-vectors)
|
||||
/*!
|
||||
* File Icon Vectors 0.8.1 (https://github.com/dmhendricks/file-icon-vectors)
|
||||
* Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com)
|
||||
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user