Skip to content

Commit

Permalink
Modify readme, add images directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aeonic-dev committed Apr 20, 2020
1 parent e66f39b commit ef33774
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# Pixel Country Picker

Currently only works with USA and Japan.

![](demo_murica.gif)
![](demo_日本.gif)
![](images/demo_murica.gif)
![](images/demo_日本.gif)

### Deployment

- Just open index.html
- [Live preview](http://flags.query.design/)

### Contribution

- Use get-pixel-array-tool to get flag arrays
- Create a pr adding your array to index.js

### Credits

- Creator: https://www.reddit.com/user/enwash/
- Original Link: https://codepen.io/enwash/pen/dyYXawZ

File renamed without changes
File renamed without changes
Binary file added images/favicon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html>
<head>
<title>Pixel Country Picker</title>
<link rel="shortcut icon" href="images/favicon.jpg" />
<link rel="stylesheet" type="text/css" href="index.css" />
</head>
<body>
Expand Down

0 comments on commit ef33774

Please sign in to comment.