Go to file
2020-04-14 16:30:39 +00:00
.github feat: setup next, eslint, stylelint, and typescript (#5) 2020-04-10 22:34:32 +01:00
.storybook fix(favycon): fix background image, colors, and alignments (#34) 2020-04-12 23:36:41 +01:00
.vscode feat(favycon): add drap and drop component (#25) 2020-04-12 16:07:50 +01:00
components fix(favycon): fix background image, colors, and alignments (#34) 2020-04-12 23:36:41 +01:00
hooks feat: setup next, eslint, stylelint, and typescript (#5) 2020-04-10 22:34:32 +01:00
pages fix(favycon): fix background image, colors, and alignments (#34) 2020-04-12 23:36:41 +01:00
public fix(favycon): fix background image, colors, and alignments (#34) 2020-04-12 23:36:41 +01:00
styles fix(favycon): fix background image, colors, and alignments (#34) 2020-04-12 23:36:41 +01:00
utils feat: add dark mode toggle component (#21) 2020-04-11 23:13:21 +01:00
.all-contributorsrc docs: add contributors (#18) 2020-04-11 11:31:04 +01:00
.babelrc chore: add storybook (#17) 2020-04-11 11:12:41 +01:00
.editorconfig feat(styles): add base styles, font, and favicon (#12) 2020-04-11 09:17:59 +01:00
.eslintrc.json feat(resize): add resize serverless function (#23) 2020-04-11 18:12:12 +01:00
.gitignore feat(resize): add resize serverless function (#23) 2020-04-11 18:12:12 +01:00
.huskyrc.json feat: setup next, eslint, stylelint, and typescript (#5) 2020-04-10 22:34:32 +01:00
.npmrc feat: setup next, eslint, stylelint, and typescript (#5) 2020-04-10 22:34:32 +01:00
.prettierrc feat: setup next, eslint, stylelint, and typescript (#5) 2020-04-10 22:34:32 +01:00
.stylelintrc.json feat: add dark mode toggle component (#21) 2020-04-11 23:13:21 +01:00
commitlint.config.js feat: setup next, eslint, stylelint, and typescript (#5) 2020-04-10 22:34:32 +01:00
LICENSE feat: setup next, eslint, stylelint, and typescript (#5) 2020-04-10 22:34:32 +01:00
lint-staged.config.js feat: setup next, eslint, stylelint, and typescript (#5) 2020-04-10 22:34:32 +01:00
next-env.d.ts feat: setup next, eslint, stylelint, and typescript (#5) 2020-04-10 22:34:32 +01:00
next.config.js feat: add dark mode toggle component (#21) 2020-04-11 23:13:21 +01:00
now.json feat: setup next, eslint, stylelint, and typescript (#5) 2020-04-10 22:34:32 +01:00
package.json chore(deps): update dependency stylelint to v13.3.2 2020-04-14 16:30:39 +00:00
README.md feat: add dark mode toggle component (#21) 2020-04-11 23:13:21 +01:00
release.config.js feat: setup next, eslint, stylelint, and typescript (#5) 2020-04-10 22:34:32 +01:00
tsconfig.json feat(layout): add base page layout (#24) 2020-04-12 09:43:27 +01:00
yarn.lock chore(deps): update dependency stylelint to v13.3.2 2020-04-14 16:30:39 +00:00

favycon

Favicon generator tool

All Contributors

Release Lint Commitlint Netlify Status

Browser favicon formats supported

IE Edge Firefox Chrome Safari iOS Safari Chrome Android
ico
png
svg ⚠️ ⚠️
apple-icon favicon ms-icon
57x57
60x60
72x72
76x76
114x114
120x120
144x144
152x152
180x180
16x16
32x32
96x96
192x192
70x70
150x150
310x150
310x310

HTML tags to add for all favicon sizes

<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon-192x192.png">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="msapplication-config" content="browserconfig.xml">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install the project dependencies:

yarn install

Then, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Also, you can run the Storybook server:

yarn storybook

Open http://localhost:6006 with your browser to see all stories.

Contributors

Thanks goes to these wonderful people (emoji key):


Rui Saraiva

🚇 💻 📖 💬 🚧

Eduardo Pinto

💻 👀

Augusto Lopes

🎨

Rogério Moreira

💻 👀

This project follows the all-contributors specification. Contributions of any kind welcome!