This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
index-new.html
44 lines (43 loc) · 3.18 KB
/
index-new.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<title>Megamoji</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-21332781-18', 'auto');
ga('send', 'pageview');
</script>
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.9.0/css/tachyons.min.css"/>
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport">
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<meta content="https://f.cloud.github.com/assets/1153134/1773595/df14deb8-67eb-11e3-8197-f7978d514309.png" property="og:image" />
<meta content="http://megamoji.muan.co" property="og:url" />
<meta content="Creating bigger, prettier, more exciting emoji." property="og:description" />
<style>.monospace { font-family: 'Inconsolata', monospace; }</style>
</head>
<body class="f6 monospace">
<header><h1 class="tc normal f4 tracked ttu mv4">Megamoji V1</h1></header>
<div class="measure center mb4 bt b--moon-gray pt4">
<label class="db">Trace image<input id="trace" type="file" class="mb3 mt1 db"></label>
<label class="dib">Columns<input id="cols" class="db mb3 mt1 w3 border-box pa2 br1 ba b--moon-gray" type="number" value="12" min="0"></label> ×
<label class="dib">Rows<input id="rows" class="db mb3 mt1 w3 border-box pa2 br1 ba b--moon-gray" type="number" value="12" min="0"></label>
<label class="db">Background<input list="emoji" class="db mt1 w-100 border-box pa2 br1 ba b--moon-gray" name="bg" value="🌱" id="bg"></label>
<label class="db">Paint<input list="emoji" class="db mt1 w-100 border-box pa2 br1 ba b--moon-gray" name="paint" value="🌹" id="paint"></label>
<datalist id="emoji"></datalist>
<div class="flex mt3">
<button type="button" class="flex-auto mr3 tracked f7 dark-red bg-white grow pointer ba br1 ph3 pv2 f7 monospace" id="reset">Reset</button>
<button type="button" class="flex-auto mr3 tracked f7 dark-blue bg-white grow pointer ba br1 ph3 pv2 f7 monospace" id="text">Get text</button>
<button type="button" class="flex-auto tracked f7 dark-gray bg-white grow pointer ba br1 ph3 pv2 f7 monospace" id="megamoji">Get megamoji object</button>
<span area class="flex-auto f7 pv2 w1 tr" title="Megamoji is a GitHub internal hubot script made by @rick.">(?)</span>
</div>
<textarea id="textarea" class="mt3 w-100 h4 monospace border-box pa2 br1 ba b--moon-gray" readonly hidden></textarea>
</div>
<div class="measure ba b--near-white center cover" id="grid" style="line-height: 0; user-select: none; -webkit-user-select: none;"></div>
<footer class="mt4 mb5 tc f7"><a class="link dark-gray tracked" href="https://github.com/muan/megamoji">muan/megamoji</a></footer>
<script src="index.js" type="text/javascript"></script>
</body>
</html>