Alerts

Alert success
Well done ! You successfully read this important alert message.
<div class="alert alert-warning">
	<button type="button" class="close" data-dismiss="alert">×</button>
	<strong>Example alert warning</strong><br />
	[...]
</div>					
Alert info
Heads up ! This alert needs your attention, it's super important
<div class="alert alert-info">
	<button type="button" class="close" data-dismiss="alert">×</button>
	<strong>Example alert info</strong><br />
	[...]
</div>					
Alert warning
Warning ! Better check yourself, you're not looking too good.
<div class="alert alert-danger">
	<button type="button" class="close" data-dismiss="alert">×</button>
	<strong>Example alert danger</strong><br />
	[...]
</div>					
Alert danger
Oh snap ! Change a few things up and try submitting again.
<div class="alert alert-success">
	<button type="button" class="close" data-dismiss="alert">×</button>
	<strong>Example alert success</strong><br />
	[...]
</div>