Skip to content

Commit 13a68db

Browse files
committed
Fix production deploy
1 parent f21a5d6 commit 13a68db

File tree

10 files changed

+353
-141
lines changed

10 files changed

+353
-141
lines changed

.babelrc

Lines changed: 0 additions & 9 deletions
This file was deleted.

dist/.nojekyll

Whitespace-only changes.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/_assets/style.0de5276b.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/_assets/styles.bbea0d78.css

Lines changed: 0 additions & 83 deletions
This file was deleted.

dist/index.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -16,36 +16,40 @@
1616

1717
<meta property="og:image" content="http://javier.xyz/img2css/docs-assets/thumbnail.jpg" />
1818

19-
<link rel="stylesheet" type="text/css" href="/_assets/styles.bbea0d78.css" />
20-
</head>
19+
20+
<link rel="stylesheet" href="https://javier.xyz/img2css/_assets/style.0de5276b.css">
21+
</head>
2122
<body>
2223
<div class="padding-2x">
2324
<h1>img2css.</h1>
2425
<div>This is a tool that can convert any image into a <i>pure css</i> image.</div>
2526
<div>Try it! (It's cpu heavy, please try with a small image first).</div>
2627
<br />
28+
<div style="height: 20px">
2729
<iframe
30+
title="github:@javierbyte"
2831
src="https://ghbtns.com/github-btn.html?user=javierbyte&amp;repo=img2css&amp;type=star&amp;count=true"
2932
width="170"
3033
height="20"
3134
style="border: none; overflow: hidden"
3235
></iframe>
3336
</div>
37+
</div>
3438
<div id="root"></div>
3539
<div class="padding-2x">
3640
<div>
3741
Want a programatic way to do this? Look at
38-
<a target="_blank" href="https://github.com/javierbyte/base64-image-utils">base64-image-utils.</a>
42+
<a rel="noopener" target="_blank" href="https://github.com/javierbyte/base64-image-utils">base64-image-utils.</a>
3943
</div>
40-
<div>I also made a per per-pixel animation experiment, see <a href="http://javier.xyz/morphin/">morphin</a>.</div>
44+
<div>I also made a per per-pixel animation experiment, see <a rel="noopener" href="http://javier.xyz/morphin/">morphin</a>.</div>
4145
<br /><br />
4246
<div>
43-
Created by <a href="http://github.com/javierbyte/">javierbyte</a>. Follow me on
47+
Created by <a rel="noopener" href="http://github.com/javierbyte/">javierbyte</a>. Follow me on
4448
<a href="https://twitter.com/javierbyte" class="twitter-follow-button" data-show-count="true">twitter</a>.
4549
</div>
4650
</div>
4751

48-
<a href="https://github.com/javierbyte/img2css/" class="github-corner"
52+
<a href="https://github.com/javierbyte/img2css/" aria-label="github:@javierbyte" class="github-corner"
4953
><svg
5054
width="80"
5155
height="80"
@@ -95,6 +99,6 @@ <h1>img2css.</h1>
9599
<div id="root"></div>
96100

97101

98-
<script type="module" src="/_assets/index.fcb8f51a.js"></script>
102+
<script type="module" src="https://javier.xyz/img2css/_assets/index.9e3f9600.js"></script>
99103
</body>
100104
</html>

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@
1616

1717
<meta property="og:image" content="http://javier.xyz/img2css/docs-assets/thumbnail.jpg" />
1818

19+
1920
</head>
2021
<body>
2122
<div class="padding-2x">
2223
<h1>img2css.</h1>
2324
<div>This is a tool that can convert any image into a <i>pure css</i> image.</div>
2425
<div>Try it! (It's cpu heavy, please try with a small image first).</div>
2526
<br />
27+
<div style="height: 20px">
2628
<iframe
2729
title="github:@javierbyte"
2830
src="https://ghbtns.com/github-btn.html?user=javierbyte&amp;repo=img2css&amp;type=star&amp;count=true"
@@ -31,16 +33,17 @@ <h1>img2css.</h1>
3133
style="border: none; overflow: hidden"
3234
></iframe>
3335
</div>
36+
</div>
3437
<div id="root"></div>
3538
<div class="padding-2x">
3639
<div>
3740
Want a programatic way to do this? Look at
38-
<a target="_blank" href="https://github.com/javierbyte/base64-image-utils">base64-image-utils.</a>
41+
<a rel="noopener" target="_blank" href="https://github.com/javierbyte/base64-image-utils">base64-image-utils.</a>
3942
</div>
40-
<div>I also made a per per-pixel animation experiment, see <a href="http://javier.xyz/morphin/">morphin</a>.</div>
43+
<div>I also made a per per-pixel animation experiment, see <a rel="noopener" href="http://javier.xyz/morphin/">morphin</a>.</div>
4144
<br /><br />
4245
<div>
43-
Created by <a href="http://github.com/javierbyte/">javierbyte</a>. Follow me on
46+
Created by <a rel="noopener" href="http://github.com/javierbyte/">javierbyte</a>. Follow me on
4447
<a href="https://twitter.com/javierbyte" class="twitter-follow-button" data-show-count="true">twitter</a>.
4548
</div>
4649
</div>
@@ -93,7 +96,7 @@ <h1>img2css.</h1>
9396
</style>
9497

9598
<div id="root"></div>
96-
<script type="module" src="/src/main.jsx"></script>
99+
<script type="module" src="./src/main.jsx"></script>
97100
<script>
98101
(function (i, s, o, g, r, a, m) {
99102
i["GoogleAnalyticsObject"] = r;

0 commit comments

Comments
 (0)