Skip to content

Commit

Permalink
Adds social meta tags to the demo site.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Patty committed Feb 13, 2020
1 parent 200fbe3 commit 931fa4d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ run.
- Returns a barcode as a base64 data url, or raw SVG
- Zero dependencies

### Demo Site

View a demo [here](https://tecuity.github.io/barcode-generator/)

## Installation

```bash
Expand Down
10 changes: 10 additions & 0 deletions demo-site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Barcode Generator | Tecuity</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,600|VT323&display=swap" rel="stylesheet">

<meta property="og:title" content="Barcode Generator Demo Site">
<meta property="og:description" content="See @tecuity/barcode-generator in action.">
<meta property="og:image" content="https://tecuity.github.io/barcode-generator/social.png">
<meta property="og:url" content="https://tecuity.github.io/barcode-generator/index.html">

<meta name="twitter:title" content="Barcode Generator Demo Site">
<meta name="twitter:description" content="See @tecuity/barcode-generator in action.">
<meta name="twitter:image" content="https://tecuity.github.io/barcode-generator/social.png">
<meta name="twitter:card" content="https://tecuity.github.io/barcode-generator/index.html">
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added demo-site/social.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Barcode Generator | Tecuity</title><link href="https://fonts.googleapis.com/css?family=Montserrat:300,600|VT323&display=swap" rel="stylesheet"><link rel="stylesheet" href="https://tecuity.github.io/barcode-generator/demo-site.e0a32588.css"></head><body> <div id="root"></div> <script type="text/javascript" src="https://tecuity.github.io/barcode-generator/demo-site.46cd8c49.js"></script> </body></html>
<html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Barcode Generator | Tecuity</title><link href="https://fonts.googleapis.com/css?family=Montserrat:300,600|VT323&display=swap" rel="stylesheet"><meta property="og:title" content="Barcode Generator Demo Site"><meta property="og:description" content="See @tecuity/barcode-generator in action."><meta property="og:image" content="https://tecuity.github.io/barcode-generator/social.png"><meta property="og:url" content="https://tecuity.github.io/barcode-generator/index.html"><meta name="twitter:title" content="Barcode Generator Demo Site"><meta name="twitter:description" content="See @tecuity/barcode-generator in action."><meta name="twitter:image" content="https://tecuity.github.io/barcode-generator/social.png"><meta name="twitter:card" content="https://tecuity.github.io/barcode-generator/index.html"><link rel="stylesheet" href="https://tecuity.github.io/barcode-generator/demo-site.e0a32588.css"></head><body> <div id="root"></div> <script type="text/javascript" src="https://tecuity.github.io/barcode-generator/demo-site.46cd8c49.js"></script> </body></html>

0 comments on commit 931fa4d

Please sign in to comment.