Skip to content

Commit

Permalink
emoji-pack (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
error-four-o-four committed Sep 9, 2024
1 parent 26c38d4 commit 939b487
Show file tree
Hide file tree
Showing 16 changed files with 70 additions and 53 deletions.
1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h1>p5 <img src="/sketches/static/favicon.svg"> js sketches</h1>
<ul id="sketches">
<li><a href="/sketches/views/fusilli-animata/" alt="Link to fusilli-animata">Fusilli-animata</a><span>(2024-08-12)</span></li>
<li><a href="/sketches/views/fusilli/" alt="Link to fusilli">Fusilli</a><span>(2024-07-23)</span></li>
<li><a href="/sketches/views/emoji-pack/" alt="Link to emoji-pack">Emoji-pack</a><span>(2022-07-12)</span></li>
</ul>
<span>... in progress ...</span>
</main>
Expand Down
2 changes: 1 addition & 1 deletion dist/static/default.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
body{overflow:hidden}main{position:relative;display:flex;justify-content:center;align-items:center}
body{overflow:hidden}main{position:relative;display:flex;justify-content:center;align-items:center;min-height:100vh}
2 changes: 1 addition & 1 deletion dist/static/global.css

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

1 change: 1 addition & 0 deletions dist/static/page.css

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

2 changes: 2 additions & 0 deletions dist/views/emoji-pack/index-Igp7gx12.js

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions dist/views/emoji-pack/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<link rel="icon" type="image/svg+xml" href="/sketches/static/favicon.svg">
<link rel="stylesheet" href="/sketches/static/global.css">
<link rel="stylesheet" href="/sketches/static/page.css">
<title>emoji-pack - 2022-07-12</title>
<script type="module" crossorigin src="/sketches/views/emoji-pack/index-Igp7gx12.js"></script>
</head>
<body>
<main>
<section id="head">
<div id="wrapper"></div>
</section>
<section id="body">
<h1>Emoji Pack</h1>
<div id="sketch-controls">
<div class="inputs-wrap"></div>
</div>
<div id="image-picker">
<div class="inputs-wrap"><h4>Images</h4></div>
</div>
<div id="emoji-picker">
<h4>Emojis</h4>
</div>
</section>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.4/p5.min.js" integrity="sha512-d6sc8kbZEtA2LwB9m/ck0FhvyUwVfdmvTeyJRprmj7Wg9wRFtHDIpr6qk4g/y3Ix3O9I6KHIv6SGu9f7RaP1Gw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</body>
</html>
Expand Down
1 change: 1 addition & 0 deletions dist/views/fusilli-animata/index-Cp3RBIDL.js

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

Loading

0 comments on commit 939b487

Please sign in to comment.