From b6a666ce269758fc0dbe238927e1b46ea4537f13 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Sun, 9 Jan 2022 14:42:37 -0500 Subject: docs: update Faker.js logo and refs --- .npmignore | 2 +- Readme.md | 4 +++- doc/index.html | 2 +- logo.jpg | Bin 0 -> 4742 bytes logo.png | Bin 5721 -> 0 bytes 5 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 logo.jpg delete mode 100644 logo.png diff --git a/.npmignore b/.npmignore index 0ea8ed27..b1a8e181 100644 --- a/.npmignore +++ b/.npmignore @@ -7,6 +7,6 @@ doc/ examples/ meteor/ test/ -logo.png +logo.jpg reports/ .nyc_output/ \ No newline at end of file diff --git a/Readme.md b/Readme.md index 6bfae391..c9437d80 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,8 @@ # faker.js - generate massive amounts of fake data in the browser and node.js -![Faker.js](https://raw.githubusercontent.com/Marak/faker.js/master/logo.png) +

+ Faker.js Logo +

[![Build Status](https://travis-ci.org/Marak/faker.js.svg?branch=master)](https://travis-ci.org/Marak/faker.js) [![Coverage Status](https://coveralls.io/repos/github/Marak/faker.js/badge.svg?branch=master)](https://coveralls.io/github/Marak/faker.js?branch=master) diff --git a/doc/index.html b/doc/index.html index 0e58ae01..6ff51260 100644 --- a/doc/index.html +++ b/doc/index.html @@ -94,7 +94,7 @@

faker.js - generate massive amounts of fake data in the browser and node.js

-

Faker.js

+

Faker.js

Build Status Coverage Status

npm version

OpenCollective diff --git a/logo.jpg b/logo.jpg new file mode 100644 index 00000000..17be2edc Binary files /dev/null and b/logo.jpg differ diff --git a/logo.png b/logo.png deleted file mode 100644 index 223cc921..00000000 Binary files a/logo.png and /dev/null differ -- cgit v1.2.3