Skip to content

Commit

Permalink
bundled, added social meta tags and tweet button
Browse files Browse the repository at this point in the history
  • Loading branch information
spite committed Feb 12, 2022
1 parent 8a05eea commit a0e4553
Show file tree
Hide file tree
Showing 2 changed files with 3,580 additions and 1 deletion.
3,547 changes: 3,547 additions & 0 deletions 29/bundle.js

Large diffs are not rendered by default.

34 changes: 33 additions & 1 deletion 29/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
<head>
<meta charset="utf-8" />
<title>Genuary 2022 - Day 29 - Isometric perspective</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 29 - Isometric perspective"
/>
<meta
name="twitter:description"
content="Little houses made of watercolour"
/>
<meta name="twitter:creator" content="@thespite" />
<meta
name="twitter:image:src"
content="https://spite.github.io/genuary-2022/screenshots/genuary-29.jpg"
/>

<!-- Open Graph data -->
<meta property="og:type" content="demo" />
<meta
property="og:image"
content="https://spite.github.io/genuary-2022/screenshots/genuary-29.jpg"
/>
<meta
property="og:description"
content="Little houses made of watercolour"
/>
<meta property="og:site_name" content="Clicktorelease" />

<meta name="viewport" content="initial-scale=1, maximum-scale=1" />
<link href="../styles/styles.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand All @@ -26,8 +56,10 @@ <h1>29. Isometric perspective</h1>
<p>
Made with <a target="blank" href="https://threejs.org/">three.js</a>.
</p>
<tweet-button></tweet-button>
</div>
<footer><a href="../">More Genuary</a></footer>
</body>
<script src="main.js" type="module"></script>
<script src="../modules/tweet-button.js" type="module"></script>
<script src="bundle.js" type="module"></script>
</html>

0 comments on commit a0e4553

Please sign in to comment.