<nav>
<div class="nav-wrapper">
<div class="row">
<div class="col s12">
<a href="https://codepen.io/collection/nbBqgY" target="_blank" class="brand-logo">Materialize <span class="hide-on-small-only">Framework</span>
<span class="hide-on-small-only" style="font-weight: 100; font-size: 0.4em; opacity:0.5;">
v1.0.0
</span>
</a>
<ul class="right">
<li><a href="https://s.codepen.io/j_holtslander/fullpage/pqoQBM" target="_blank"><i class="material-icons">fullscreen</i></a></li>
</ul>
</div>
</div>
</div>
</nav>
<main>
<div class="container">
<div class="valign-wrapper">
<div class="row">
<div class="col s10 offset-s1">
<h2>Simple Share Buttons'</h2>
<p class="flow-text">HTML Share Buttons</p>
<p>See: Real world usage on <a href="https://jay.holtslander.ca/" target="_blank">my personal website</a></p>
<a href="#modal1" class="waves-effect waves-light btn modal-trigger">Share <i class="material-icons">share</i></a>
</div>
</div>
</div>
</div>
</main>
<div id="modal1" class="modal bottom-sheet">
<div class="modal-content">
<h5>HTML Share Buttons</h5>
<p>Via <a href="https://simplesharebuttons.com/html-share-buttons/" target="_blank">simplesharebuttons.com</a></p>
<div id="share-buttons">
<a href="http://www.facebook.com/sharer.php?u=https://materializecss.com" target="_blank">
<img src="https://simplesharebuttons.com/images/somacro/facebook.png" alt="Facebook" />
</a>
<a href="https://twitter.com/share?url=https://materializecss.com&text=Materialize%20Framework&hashtags=css" target="_blank">
<img src="https://simplesharebuttons.com/images/somacro/twitter.png" alt="Twitter" />
</a>
<a href="https://plus.google.com/share?url=https://materializecss.com" target="_blank">
<img src="https://simplesharebuttons.com/images/somacro/google.png" alt="Google" />
</a>
<a href="javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());">
<img src="https://simplesharebuttons.com/images/somacro/pinterest.png" alt="Pinterest" />
</a>
<a href="http://www.linkedin.com/shareArticle?mini=true&url=https://materializecss.com" target="_blank">
<img src="https://simplesharebuttons.com/images/somacro/linkedin.png" alt="LinkedIn" />
</a>
<a href="https://bufferapp.com/add?url=https://materializecss.com&text=Simple Share Buttons" target="_blank">
<img src="https://simplesharebuttons.com/images/somacro/buffer.png" alt="Buffer" />
</a>
<a href="http://www.digg.com/submit?url=https://materializecss.com" target="_blank">
<img src="https://simplesharebuttons.com/images/somacro/diggit.png" alt="Digg" />
</a>
<a href="mailto:?Subject=Simple Share Buttons&Body=I%20saw%20this%20and%20thought%20of%20you!%20 https://materializecss.com">
<img src="https://simplesharebuttons.com/images/somacro/email.png" alt="Email" />
</a>
<a href="javascript:;" onclick="window.print()">
<img src="https://simplesharebuttons.com/images/somacro/print.png" alt="Print" />
</a>
<a href="http://reddit.com/submit?url=https://materializecss.com&title=Materialize Framework" target="_blank">
<img src="https://simplesharebuttons.com/images/somacro/reddit.png" alt="Reddit" />
</a>
<a href="http://www.stumbleupon.com/submit?url=https://materializecss.com&title=Materialize Framework" target="_blank">
<img src="https://simplesharebuttons.com/images/somacro/stumbleupon.png" alt="StumbleUpon" />
</a>
<a href="http://www.tumblr.com/share/link?url=https://materializecss.com&title=Materialize Framework" target="_blank">
<img src="https://simplesharebuttons.com/images/somacro/tumblr.png" alt="Tumblr" />
</a>
<a href="http://vkontakte.ru/share.php?url=https://materializecss.com" target="_blank">
<img src="https://simplesharebuttons.com/images/somacro/vk.png" alt="VK" />
</a>
<a href="http://www.yummly.com/urb/verify?url=https://materializecss.com&title=Materialize Framework" target="_blank">
<img src="https://simplesharebuttons.com/images/somacro/yummly.png" alt="Yummly" />
</a>
</div>
</div>
<div class="modal-footer">
<a href="#!" class="modal-close waves-effect waves-green btn-flat">Cancel</a>
</div>
</div>
<div class="fixed-action-btn"><a class="btn-floating btn-large red" href="https://gitter.im/Dogfalo/materialize" target="_blank"><i class="large material-icons">chat</i></a></div>