Skip to content

Commit

Permalink
🍱 add twitter summary card
Browse files Browse the repository at this point in the history
  • Loading branch information
noeldelgado committed Mar 2, 2020
1 parent 7bbbb31 commit a4d1cda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#ffffff">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@pixelia_me">
<meta name="twitter:title" content="Yet another color converter">
<meta name="twitter:description" content="Convert HEX, RGB, HSL, HWB, HSV, CMYK, LAB color models plus feColorMatrix’s values">
<meta name="twitter:image" content="https://noeldelgado.github.io/yacc/public/images/og-yacc-300x157.jpg">
<link rel="preload" href="build/css/main.css" as="style">
<link rel="preload" href="build/js/main.js" as="script">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
Expand Down
Binary file added public/images/og-yacc-300x157.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a4d1cda

Please sign in to comment.