Browse Source

Updates

gh-pages
Luke Childs 6 years ago
parent
commit
973ce3cb9f
  1. 2
      index.html
  2. 10
      script.4687e20a.js
  3. 1
      script.4687e20a.map
  4. 2
      script.75da7f30.js

2
index.html

@ -1 +1 @@
<html> <head> <title>tippin.me Badge Generator</title> <link rel="shortcut icon" href="/favicon.7ac7d8b2.png"> <meta name="description" content="Readme badge generator for tippin.me."> <link rel="stylesheet" type="text/css" href="/style.931fb4ed.css"> <meta name="twitter:card" value="summary"> <meta property="og:title" content="tippin.me Badge Generator"> <meta property="og:description" content="Readme badge generator for tippin.me."> </head> <body> <div class="container"> <h1>⚡️ tippin.me Badge Generator</h1> <h2 class="description">Enter your Twitter username</h2> <div class="input-container"> <input type="text" name="username" placeholder="username" autofocus autocomplete="off"> <span class="prefix">@</span> </div> <div class="badge-preview"></div> <h3 class="output-title">Markdown</h3> <pre class="badge-markdown"></pre> <h3 class="output-title">HTML</h3> <pre class="badge-html"></pre> <h3 class="output-title">SVG</h3> <pre class="badge-svg"></pre> <footer> <span class="version"></span> - <a rel="noopener noreferrer" target="_blank" href="//github.com/lukechilds/tippin-badge">Source code</a> - <a rel="noopener noreferrer" target="_blank" href="//github.com/lukechilds/tippin-badge/issues">Report a bug</a> <div class="me"> A thing by <a rel="noopener noreferrer" target="_blank" href="//lukechilds.co">@lukechilds</a> </div> </footer> </div> <script src="/script.6c802531.js"></script> </body> </html>
<html> <head> <title>tippin.me Badge Generator</title> <link rel="shortcut icon" href="https://lukechilds.github.io/tippin-badge/favicon.7ac7d8b2.png"> <meta name="description" content="Readme badge generator for tippin.me."> <link rel="stylesheet" type="text/css" href="https://lukechilds.github.io/tippin-badge/style.931fb4ed.css"> <meta name="twitter:card" value="summary"> <meta property="og:title" content="tippin.me Badge Generator"> <meta property="og:description" content="Readme badge generator for tippin.me."> </head> <body> <div class="container"> <h1>⚡️ tippin.me Badge Generator</h1> <h2 class="description">Enter your Twitter username</h2> <div class="input-container"> <input type="text" name="username" placeholder="username" autofocus autocomplete="off"> <span class="prefix">@</span> </div> <div class="badge-preview"></div> <h3 class="output-title">Markdown</h3> <pre class="badge-markdown"></pre> <h3 class="output-title">HTML</h3> <pre class="badge-html"></pre> <h3 class="output-title">SVG</h3> <pre class="badge-svg"></pre> <footer> <span class="version"></span> - <a rel="noopener noreferrer" target="_blank" href="//github.com/lukechilds/tippin-badge">Source code</a> - <a rel="noopener noreferrer" target="_blank" href="//github.com/lukechilds/tippin-badge/issues">Report a bug</a> <div class="me"> A thing by <a rel="noopener noreferrer" target="_blank" href="//lukechilds.co">@lukechilds</a> </div> </footer> </div> <script src="https://lukechilds.github.io/tippin-badge/script.4687e20a.js"></script> </body> </html>

10
script.4687e20a.js

File diff suppressed because one or more lines are too long

1
script.4687e20a.map

File diff suppressed because one or more lines are too long

2
script.75da7f30.js

@ -116,7 +116,7 @@ module.exports = {
"private": true,
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html",
"build": "parcel build index.html --public-url https://lukechilds.github.io/tippin-badge",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},

Loading…
Cancel
Save