mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-26 00:15:54 +00:00
2f786b03d0
We've updated a number of emojis to better align with other emoji vendor representations, added more detail to some of our earliest emojis, and cleaned up vector paths for more streamlined SVGs. This change also moves the Twemoji version number to 2.4. -- New -- Woman in business suit levitating Woman in tuxedo -- Modified -- Angry face with horns Exploding head Face with monocle Face vomiting Face with stuck-out tongue Face with stuck-out tongue and winking eye Face with stuck-out tongue and tightly-closed eyes Face with rolling eyes Grinning face with one large and one small eye Shushing face Grimacing face Thinking face Rolling on the floor laughing Thumbs up/Thumbs down Folded Hands Person gesturing OK Person with folded hands Person bouncing ball Man in Business Suit Levitating Man in Tuxedo Man singer Woman singer Man office worker Woman office worker Families Brain Nose Horse Pancakes Birthday cake Woman's boot Crossed swords Crane Stadium Tent Chains Comet Sparkles Rainbow Roller Coaster Ferris wheel Carousel horse Butterfly Fountain Horse racing Mountain Snow capped mountain Mount Fuji Volcano Flag in hole Iran flag Mauritania flag Nepal flag Saudi Arabia flag Swiss flag Vatican flag United Nations flag
55 lines
2.2 KiB
HTML
55 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Twitter Emoji (Twemoji)</title>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style>
|
|
body {
|
|
font-family: sans-serif;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
}
|
|
h1 {
|
|
font-size: 36px;
|
|
color: #600;
|
|
}
|
|
h1 .emoji {
|
|
width: 36px;
|
|
height: 36px;
|
|
margin-bottom: -8px;
|
|
}
|
|
a, a:visited {
|
|
color: #777;
|
|
}
|
|
a .emoji {
|
|
border: 0;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-bottom: -2px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Twem❤ji</h1>
|
|
<p>Sharing Twitter emoji <a href="2/test/preview.html">everywhere</a></p>
|
|
<p><strong>Version 2.4 Is Out!</strong></p>
|
|
<p><a href="https://github.com/twitter/twemoji">Grab me on GitHub ↗</a></p>
|
|
<p>
|
|
<a href="https://twitter.com/intent/tweet?button_hashtag=TwemojiParty&text=thank%20you%20Twitter%20for%20the%20emoji" class="twitter-hashtag-button" data-size="large" data-related="twitteross" data-url="http://twitter.github.io/twemoji/">Tweet #TwemojiParty</a>
|
|
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
|
</p>
|
|
<blockquote class="twitter-tweet" lang="en" align="center"><p>today we are open sourcing our emoji to share with everyone <a href="https://twitter.com/hashtag/twemojiparty?src=hash">#twemojiparty</a> ✨ <a href="https://t.co/zkXqMXEkOT">https://t.co/zkXqMXEkOT</a></p>— Twitter Open Source (@TwitterOSS) <a href="https://twitter.com/TwitterOSS/status/530496382885720064">November 6, 2014</a></blockquote>
|
|
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
|
|
<p>Code licensed under MIT. Graphics licensed under CC-BY</p>
|
|
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.4"></script>
|
|
<script>
|
|
// I \u2764 emoji!
|
|
twemoji.parse(document.body);
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|