Skip to content

Commit

Permalink
Added fb / twitter meta tags and link to fb page
Browse files Browse the repository at this point in the history
Considered adding a more in depth facebook integration but it would bloat the page
  • Loading branch information
renanlecaro committed Jul 31, 2017
1 parent ec0a25e commit d36820e
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 21 deletions.
6 changes: 3 additions & 3 deletions appcache/manifest.appcache
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
CACHE MANIFEST
#ver:7/31/2017, 1:17:01 PM
#ver:7/31/2017, 2:14:53 PM
#plugin:4.8.3

CACHE:
/bundle.1a7e35ba69d090eab088.js
/bundle.1a7e35ba69d090eab088.css
/bundle.5e3021619e26e832f440.js
/bundle.5e3021619e26e832f440.css
/

NETWORK:
Expand Down
1 change: 0 additions & 1 deletion bundle.1a7e35ba69d090eab088.css.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bundle.5e3021619e26e832f440.css.map

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<html> <head> <link rel=icon href="./images/favicon48.png?cachebust=23843"/> <meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no"> <title>Minimage : minimal image editor</title> <meta name=description content="Free web app to draw on your images. Works on mobile. No watermark."/> <link rel=manifest href=./manifest.json> <meta name=theme-color id=theme-color content=#f44336 /> <meta name=mobile-web-app-capable content=yes> <link href="/bundle.1a7e35ba69d090eab088.css" rel="stylesheet"></head> <body> <noscript><h1 class=noscript>This app requires javascript to be enabled, sorry.</h1></noscript> <div id=inputForAFile> <div id=readme> <label id=fileInputWrapper> <span class=text-label>Pick a photo to draw on it</span> <input type=file id=fileinput accept=image/* /> </label> <div class=links> <a href=https://github.com/renanlecaro/minimage>Github</a> <a href=https://goo.gl/forms/gct3EtRegU1R2ayv2>Feedbacks</a> </div> </div> <canvas id=welcome></canvas> </div> <div id=drawAndDownload style=display:none> <div id=drawzoneWrapper> <div id=background></div> <canvas id=drawzone></canvas> </div> <div id=topbar> <button id=pensizePreview> <div id=pensizePreviewDot></div> <div id=pensizePreviewBorder></div> </button> <input type=range id=pensize min=2 max=60 /> <a id=download href=#> <span class=icon> <svg xmlns=http://www.w3.org/2000/svg height=20 width=20><path d="M0 15.667v-1.542q0-.708.505-1.208t1.214-.5q.708 0 1.208.5t.5 1.208v1.542q0 .375.266.635.265.26.63.26h11.354q.365 0 .63-.26.266-.26.266-.635v-1.542q0-.708.5-1.208t1.208-.5q.709 0 1.214.5T20 14.125v1.542q0 1.791-1.266 3.062Q17.47 20 15.677 20H4.323q-1.792 0-3.057-1.27Q0 17.457 0 15.666zM3.302 8.01q0-.708.51-1.208.5-.5 1.209-.5.708 0 1.208.5l2.25 2.25V1.708Q8.48 1 8.98.5t1.209-.5q.708 0 1.213.5.505.5.505 1.208v7.344l2.354-2.354q.5-.5 1.209-.5.708 0 1.208.5.51.5.51 1.213 0 .714-.51 1.214l-5.27 5.27q-.522.522-1.22.522-.687 0-1.208-.521L3.813 9.229q-.51-.51-.51-1.219z"/></svg> </span> <span class=label>Download</span> </a> </div> </div> <div id=spinners /><i></i><i></i><i></i> <script type="text/javascript" src="/bundle.1a7e35ba69d090eab088.js"></script></body> </html>
<html> <head> <link rel=icon href="./images/favicon48.png?cachebust=18657"/> <meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no"> <title>Minimage : minimal image editor</title> <meta name=description content="Open source web app to draw on your images. Works on mobile and offline. No watermark or ads."/> <link rel=manifest href=./manifest.json> <meta property=og:title content="Minimage : minimal image editor"> <meta property=og:description content="Draw on photos and screenshots without installing anything. Add the page to you android home screen and it will work offline too."> <meta property=og:image content=http://i.imgur.com/tge4zuS.png> <meta property=og:url content=https://minimage.tk> <meta name=twitter:card content=summary_large_image> <meta name=fb:app_id content=summary_large_image> <meta name=theme-color id=theme-color content=#f44336 /> <meta name=mobile-web-app-capable content=yes> <link href="/bundle.5e3021619e26e832f440.css" rel="stylesheet"></head> <body> <noscript><h1 class=noscript>This app requires javascript to be enabled, sorry.</h1></noscript> <div id=inputForAFile> <div id=readme> <label id=fileInputWrapper> <span class=text-label>Pick a photo to draw on it</span> <input type=file id=fileinput accept=image/* /> </label> <div class=links> <a href=https://github.com/renanlecaro/minimage>Github</a> <a href=https://goo.gl/forms/gct3EtRegU1R2ayv2>Feedbacks</a> <a href=https://www.facebook.com/minimage.tk>Facebook</a> </div> </div> <canvas id=welcome></canvas> </div> <div id=drawAndDownload style=display:none> <div id=drawzoneWrapper> <div id=background></div> <canvas id=drawzone></canvas> </div> <div id=topbar> <button id=pensizePreview> <div id=pensizePreviewDot></div> <div id=pensizePreviewBorder></div> </button> <input type=range id=pensize min=2 max=60 /> <a id=download href=#> <span class=icon> <svg xmlns=http://www.w3.org/2000/svg height=20 width=20><path d="M0 15.667v-1.542q0-.708.505-1.208t1.214-.5q.708 0 1.208.5t.5 1.208v1.542q0 .375.266.635.265.26.63.26h11.354q.365 0 .63-.26.266-.26.266-.635v-1.542q0-.708.5-1.208t1.208-.5q.709 0 1.214.5T20 14.125v1.542q0 1.791-1.266 3.062Q17.47 20 15.677 20H4.323q-1.792 0-3.057-1.27Q0 17.457 0 15.666zM3.302 8.01q0-.708.51-1.208.5-.5 1.209-.5.708 0 1.208.5l2.25 2.25V1.708Q8.48 1 8.98.5t1.209-.5q.708 0 1.213.5.505.5.505 1.208v7.344l2.354-2.354q.5-.5 1.209-.5.708 0 1.208.5.51.5.51 1.213 0 .714-.51 1.214l-5.27 5.27q-.522.522-1.22.522-.687 0-1.208-.521L3.813 9.229q-.51-.51-.51-1.219z"/></svg> </span> <span class=label>Download</span> </a> </div> </div> <div id=spinners /><i></i><i></i><i></i> <script type="text/javascript" src="/bundle.5e3021619e26e832f440.js"></script></body> </html>
Loading

0 comments on commit d36820e

Please sign in to comment.