Skip to content

Commit

Permalink
bundled, added social meta tags and tweet button
Browse files Browse the repository at this point in the history
spite committed Feb 12, 2022
1 parent b679061 commit 93f565f
Showing 2 changed files with 3,726 additions and 1 deletion.
3,690 changes: 3,690 additions & 0 deletions 28/bundle.js

Large diffs are not rendered by default.

37 changes: 36 additions & 1 deletion 28/index.html
Original file line number Diff line number Diff line change
@@ -3,12 +3,45 @@
<head>
<meta charset="utf-8" />
<title>Genuary 2022 - Day 28 - Self portrait</title>

<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@thespite" />
<meta
name="twitter:title"
content="Genuary 2022 - Day 28 - Self portrait"
/>
<meta
name="twitter:description"
content="Get your own blocky -and more!- self portrait 🖼️"
/>
<meta name="twitter:creator" content="@thespite" />
<meta
name="twitter:image:src"
content="https://spite.github.io/genuary-2022/screenshots/genuary-28.jpg"
/>

<!-- Open Graph data -->
<meta property="og:type" content="demo" />
<meta
property="og:image"
content="https://spite.github.io/genuary-2022/screenshots/genuary-28.jpg"
/>
<meta
property="og:description"
content="Get your own blocky -and more!- self portrait 🖼️"
/>
<meta property="og:site_name" content="Clicktorelease" />

<meta name="viewport" content="initial-scale=1, maximum-scale=1" />
<link href="../styles/styles.css" rel="stylesheet" />
<style>
body {
background-color: black;
}
#log {
margin-top: 1em;
}
#log p {
margin: 0;
opacity: 1;
@@ -59,13 +92,15 @@ <h1>28. Self portrait</h1>
>
and <a target="blank" href="https://threejs.org/">three.js</a>.
</p>
<tweet-button></tweet-button>
<div id="log"><p>Starting...</p></div>
</div>
<footer><a href="../">More Genuary</a></footer>
</body>
<script src="../modules/tweet-button.js" type="module"></script>
<script src="tf-core.js"></script>
<script src="tf-converter.js"></script>
<script src="tf-backend-webgl.js"></script>
<script src="face-landmarks-detection.js"></script>
<script src="main.js" type="module"></script>
<script src="bundle.js" type="module"></script>
</html>

0 comments on commit 93f565f

Please sign in to comment.