Skip to content

Instantly share code, notes, and snippets.

@fightbulc
Created November 28, 2011 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fightbulc/1399974 to your computer and use it in GitHub Desktop.
Save fightbulc/1399974 to your computer and use it in GitHub Desktop.
Bootstrap Modal
<div id="browser-notification" class="modal hide fade">
<div class="modal-header">
<h3>Did you know? It's about time!</h3>
</div>
<div class="modal-body">
<p><strong>Beatguide only uses awesome features - to display them properly you need to switch to another browser.</strong> Choose one of the following. All free, easy to install and amazing:</p>
<p class="browser clearfix">
<a href="http://google.com/chrome"><img src="/assets/img/browser_chrome.png">Chrome</a>
<a href="http://www.mozilla.com/firefox"><img src="/assets/img/browser_firefox.png">Firefox</a>
<a href="http://www.apple.com/safari/download"><img src="/assets/img/browser_safari.png">Safari</a>
</p>
<p>See ya' in a bit. <strong>Much love!</strong></p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment