Update URL and meta tweaks

This commit is contained in:
Sindre Sorhus 2018-06-20 14:58:19 +07:00
parent 1a957bffb5
commit d552cace1b
12 changed files with 850 additions and 4168 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto eol=lf

5
.gitignore vendored
View File

@ -1,4 +1,3 @@
build
node_modules
yarn.lock
build

1
.npmrc Normal file
View File

@ -0,0 +1 @@
package-lock=false

View File

@ -1,4 +1,5 @@
# Coin List
###### As of 21 May 2018 — [http://cryptoicons.co](http://cryptoicons.co)
Symbol | Name

View File

@ -1,6 +1,6 @@
# Cryptocurrency Icons
[This project](http://cryptoicons.co) contains over 2000 icons [326 crypto, and fiat currencies](https://github.com/cjdowner/cryptocurrency-icons/blob/master/Coin%20List.md), in 4 styles and a range of sizes. Completely free. All I ask is that you dont claim them as your own, and share this resource with others.
[This project](http://cryptoicons.co) contains over 2000 icons [326 crypto, and fiat currencies](Coin%20List.md), in 4 styles and a range of sizes. Completely free. All I ask is that you dont claim them as your own, and share this resource with others.
Images are in the PNG format (transparent) in 32×32, 64×64(@2x), and 128×128 variants, along with SVG versions.
@ -8,7 +8,7 @@ If there is an altcoin youre looking for that hasnt been included, please
## Contribute ❤️
[Here](https://github.com/cjdowner/cryptocurrency-icons/wiki) you can find a loose guide, as well as a link to the template used to create icons for this project.
[Here](https://github.com/hyperdexapp/cryptocurrency-icons/wiki) you can find a loose guide, as well as a link to the template used to create icons for this project.
## Building 🛠
@ -33,4 +33,4 @@ You can then build with
## Special Thanks 👏
Thanks to all the [contributors](https://github.com/cjdowner/cryptocurrency-icons/graphs/contributors) who have helped provide their code to my pixels to turn this into a proper, functioning project.
Thanks to [Christopher Downer](https://github.com/cjdowner) for starting this project and all our wonderful [contributors](https://github.com/hyperdexapp/cryptocurrency-icons/graphs/contributors).

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@ -15,14 +15,8 @@
<link rel="stylesheet" href="dist/cryptocurrency-icons-svg-color.css">
<link rel="stylesheet" href="dist/cryptocurrency-icons-svg-icon.css">
<link rel="stylesheet" href="dist/cryptocurrency-icons-svg-white.css">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="home">
<table>
<tr>
<th></th>
@ -60,6 +54,5 @@
<td><svg style="background-color: black" class="crypto-icon-128" role="img"><use xlink:href="dist/cryptocurrency-icons-white.svg#agi"> </use></svg></td>
</tr>
</table>
</body>
</html>

View File

@ -1,6 +1,6 @@
<!doctype html>
<html lang="en">
<head>
<!-- Meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@ -9,15 +9,13 @@
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.min.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar sticky-top navbar-light bg-white nav-tabs">
<a class="navbar-brand" href="#"><img src="img/coin_icon.png" width="30" height="30" class="d-inline-block align-top mr-2" alt="">cryptoicons.co</a>
<ul class="nav justify-content-end">
<li class="nav-item"><a class="btn btn-outline-primary" href="https://github.com/cjdowner/cryptocurrency-icons/archive/master.zip">Download</a></li>
<li class="nav-item"><a class="btn btn-outline-primary" href="https://github.com/hyperdexapp/cryptocurrency-icons/archive/master.zip">Download</a></li>
</ul>
</nav>
@ -27,8 +25,8 @@
<h1>Cryptocurrency Icons</h1>
<p class="lead">A set of <span class="count-cryptos"></span> crypto and fiat currencies icons. <span class="text-muted">Completely free.</span></p>
<p class="lead mt-5">
<a class="btn btn-outline-primary btn-lg" href="https://github.com/cjdowner/cryptocurrency-icons/">Learn more</a>
<a class="btn btn-primary btn-lg" href="https://github.com/cjdowner/cryptocurrency-icons/archive/master.zip">Download</a>
<a class="btn btn-outline-primary btn-lg" href="https://github.com/hyperdexapp/cryptocurrency-icons/">Learn more</a>
<a class="btn btn-primary btn-lg" href="https://github.com/hyperdexapp/cryptocurrency-icons/archive/master.zip">Download</a>
</p>
</header>
@ -61,8 +59,7 @@
<footer class="text-center mt-5 mb-5">
<div class="container">
<ul class="list-inline mt-5">
<li class="list-inline-item"><a class="text-secondary" href="https://github.com/cjdowner/cryptocurrency-icons/#donate">Donate</a></li>
<li class="list-inline-item"><a class="text-secondary" href="https://github.com/cjdowner/cryptocurrency-icons/#license">License</a></li>
<li class="list-inline-item"><a class="text-secondary" href="https://github.com/hyperdexapp/cryptocurrency-icons/#license">License</a></li>
<li class="list-inline-item"><a class="text-secondary" href="https://github.com/imnotadeveloper">Site by @imnotadeveloper</a></li>
</ul>
</div>
@ -78,10 +75,9 @@
</div>
</div>
<!-- Javascript -->
<!-- JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="js/main.min.js"></script>
</body>
</html>

3338
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,10 @@
{
"name": "cryptocurrency-icons",
"description": "A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.",
"version": "0.0.1",
"keywords": [
"cryptocurrency",
"icon"
],
"homepage": "https://github.com/cjdowner/cryptocurrency-icons",
"description": "A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes",
"license": "CC0-1.0",
"repository": "hyperdexapp/cryptocurrency-icons",
"homepage": "http://cryptoicons.co",
"author": {
"name": "Christopher Downer",
"url": "https://github.com/cjdowner"
@ -65,8 +63,31 @@
"build": "npm run minify-images && npm run imacss && npm run svgstore",
"prebuild": "npm run clean"
},
"repository": "cjdowner/cryptocurrency-icons",
"license": "CC0-1.0",
"keywords": [
"cryptocurrency",
"icons",
"icon",
"crypto",
"currency",
"cryptocurrencies",
"currencies",
"symbols",
"svg",
"png",
"vector",
"color",
"coin",
"bitcoin",
"ethereum",
"flat-icons",
"altcoin",
"altcoins",
"icon-pack",
"icon-set",
"erc20-tokens",
"erc20",
"erc721"
],
"devDependencies": {
"concat": "^1.0.3",
"imacss": "^1.0.0",