Update gh-pages

release
Etienne Lemay 2018-11-13 10:07:26 -05:00
parent 1c05b38a9e
commit 08eb6db270
No known key found for this signature in database
GPG Key ID: EE7CF89146BB28E9
3 changed files with 1271 additions and 1300 deletions

File diff suppressed because it is too large Load Diff

View File

@ -35,11 +35,13 @@
font-family: Courier; font-family: Courier;
} }
.row + .row { .row + .row,
.row-small + .row {
margin-top: 2em; margin-top: 2em;
} }
.row-small { .row + .row-small,
.row-small + .row-small {
margin-top: 1em; margin-top: 1em;
} }
@ -51,9 +53,21 @@
font-size: 21px; font-size: 21px;
} }
</style> </style>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head> </head>
<body> <body>
<div></div> <div class="row" id="picker"></div>
<div class="row-small">
<a class="github-button" href="https://github.com/missive/emoji-mart" data-size="large" data-show-count="true" aria-label="Star missive/emoji-mart on GitHub">Star</a>
</div>
<div class="row">
<a title="Team email, team chat, team tasks, one app" href="https://missiveapp.com"><img width="30" alt="Missive | Team email, team chat, team tasks, one app" src="https://user-images.githubusercontent.com/436043/32532559-0d15ddfc-c400-11e7-8a24-64d0157d0cb0.png"></a>
<br>Brought to you by the <a title="Team email, team chat, team tasks, one app" href="https://missiveapp.com">Missive</a> team
</div>
<script src="./bundle.js"></script> <script src="./bundle.js"></script>
</body> </body>
</html> </html>

View File

@ -72,18 +72,8 @@ class Example extends React.Component {
onSelect={console.log} onSelect={console.log}
/> />
</div> </div>
<div className="row-small">
<iframe
src='https://ghbtns.com/github-btn.html?user=missive&repo=emoji-mart&type=star&count=true'
frameBorder='0'
scrolling='0'
width='90px'
height='20px'
></iframe>
</div>
</div> </div>
} }
} }
ReactDOM.render(<Example />, document.querySelector('div')) ReactDOM.render(<Example />, document.querySelector('#picker'))