Fork-Awesome/src/_includes/modals/kickstarter.html

27 lines
1.6 KiB
HTML
Raw Normal View History

<div class="modal" id="modal-kickstarter" tabindex="-1" role="dialog" aria-labelledby="modal-kickstarter-label">
2016-10-22 23:02:47 +02:00
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fa fa-times" aria-hidden="true"></i><span class="close"></span></button>
2016-10-25 15:42:00 +02:00
<h2 class="modal-title" id="modal-kickstarter-label">Font Awesome 5!</h2>
2016-10-22 23:02:47 +02:00
</div>
<div class="modal-body">
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style>
<div class='embed-container'>
<iframe id="kickstarter-iframe" src="https://www.kickstarter.com/projects/232193852/font-awesome-5/widget/video.html" frameborder="0" scrolling="no" allowfullscreen></iframe>
</div>
2016-10-22 23:02:47 +02:00
2016-11-03 16:07:56 +01:00
<p class="lead text-center margin-top-lg margin-bottom-lg">
Early backer prices extended and tons of stretch goals already funded!
</p>
<a class="btn btn-kickstarter btn-lg btn-block" href="https://www.kickstarter.com/projects/232193852/font-awesome-5?ref=1oakzw"
2016-10-22 23:02:47 +02:00
onClick="_gaq.push(['_trackEvent', 'Outbound Modal Link', 'Check out the Kickstarter']);">
<h3 class="margin text-sans-serif strong">Check out the <br class="hide-sm hide-md hide-lg">Kickstarter! &nbsp;<i class="fa fa-external-link-square" aria-hidden="true"></i></h3>
</a>
</div>
</div>
</div>
</div>