Skip to content

Instantly share code, notes, and snippets.

@jmadler
Created September 13, 2016 01:21
Show Gist options
  • Save jmadler/15c17631841a9cef0d27e9b8050738ef to your computer and use it in GitHub Desktop.
Save jmadler/15c17631841a9cef0d27e9b8050738ef to your computer and use it in GitHub Desktop.
<!doctype html>
<html ⚡>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
</head>
<style amp-custom>
div.social-share {
display: flex;
flex-flow: row wrap;
}
</style>
<body>
<div class="social-share">
<amp-social-share type="email" layout="flex-item" class="social-share-email"></amp-social-share>
<amp-social-share type="gplus" layout="flex-item" class="social-share-gplus"></amp-social-share>
<amp-social-share type="twitter" layout="flex-item" class="social-share-twitter"></amp-social-share>
<amp-social-share type="pinterest" layout="flex-item" class="social-share-pinterest"></amp-social-share>
<amp-social-share type="linkedin" layout="flex-item" class="social-share-linkedin"></amp-social-share>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment