Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/13rac1/emojione-color-font.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Erickson <eosrei@gmail.com>2016-02-25 01:09:34 +0300
committerBrad Erickson <eosrei@gmail.com>2016-02-25 01:09:34 +0300
commitafb2522ecf22c75432e1ea6655a481fe6eadfb00 (patch)
treed59397f867d6d8babad62db698d1e44c9a7327c8 /mini-demo.html
parent56b0c1aeab719a794a3b181dfeafff60833dd1d0 (diff)
html: Add HTML full and mini demos
Diffstat (limited to 'mini-demo.html')
-rw-r--r--mini-demo.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/mini-demo.html b/mini-demo.html
new file mode 100644
index 0000000..d96cc48
--- /dev/null
+++ b/mini-demo.html
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta charset="UTF-8" />
+ <style>
+ body {
+ font-size: 1em;
+ font-family: "Emoji One Color", sans-serif;
+ }
+ .embiggen {
+ font-size: 3em;
+ }
+ </style>
+</head>
+<body>
+
+<div>
+<p>
+ <strong>Demo set of color Unicode emoji supported by the
+ <a href="https://github.com/eosrei/EmojiOne-Color-Font">Emoji One Color SVG-in-OpenType font.</a>
+ </strong>
+</p>
+</div>
+
+<div class="embiggen">
+๐Ÿ˜€ ๐Ÿ˜Ž ๐Ÿค– ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ ๐Ÿ‘ฆ๐Ÿป ๐Ÿ‘ง๐Ÿป ๐Ÿ‘จ๐Ÿป ๐Ÿ‘ฉ๐Ÿป ๐Ÿ‘ฆ๐Ÿผ ๐Ÿ‘ง๐Ÿผ ๐Ÿ‘จ๐Ÿผ ๐Ÿ‘ฉ๐Ÿผ<br/>
+๐Ÿ‘ฆ๐Ÿฝ ๐Ÿ‘ง๐Ÿฝ ๐Ÿ‘จ๐Ÿฝ ๐Ÿ‘ฉ๐Ÿฝ ๐Ÿ‘ฆ๐Ÿพ ๐Ÿ‘ง๐Ÿพ ๐Ÿ‘จ๐Ÿพ ๐Ÿ‘ฉ๐Ÿพ ๐Ÿ‘ฆ๐Ÿฟ ๐Ÿ‘ง๐Ÿฟ ๐Ÿ‘จ๐Ÿฟ ๐Ÿ‘ฉ๐Ÿฟ<br/>
+๐Ÿฑ ๐Ÿถ ๐ŸŒ ๐ŸŒŽ ๐Ÿ• ๐Ÿฒ ๐Ÿซ ๐Ÿป โšฝ๏ธ ๐Ÿ€ ๐Ÿˆ โšพ๏ธ<br/>
+๐ŸŒˆ ๐Ÿฏ ๐Ÿ—ฝ ๐Ÿš† ๐Ÿ“ฑ ๐ŸŽ‰ ๐Ÿ—“ ๐Ÿ’ธ ๐Ÿ‡ซ ๐Ÿ‡ด ๐Ÿ‡ณ ๐Ÿ‡น<br/>
+๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡ง๐Ÿ‡ท ๐Ÿ‡ฒ๐Ÿ‡น ๐Ÿ‡ธ๐Ÿ‡ช ๐Ÿ‡ณ๐Ÿ‡ฌ ๐Ÿ‡ฐ๐Ÿ‡ญ ๐Ÿ‡ญ๐Ÿ‡ท ๐Ÿ‡ฎ๐Ÿ‡ฉ ๐Ÿ‡ณ๐Ÿ‡ฟ ๐Ÿ‡ช๐Ÿ‡ฌ ๐Ÿ‡ซ๐Ÿ‡ฎ ๐Ÿ‡จ๐Ÿ‡ณ<br/>
+</div>
+<div>
+ <p>This will only show the <em>Emoji One Color</em> font icons if you have the
+ font correctly installed. Please refer to the install instructions in the
+ README.md file for details regarding your specific operating system.</p>
+</div>
+
+
+</body>
+</html>