Memory Usage
CPU Usage
Disk Usage
Daily Traffic
Play an alert sound everytime there is a new notification.
Sign in using a two step verification by sending a verification code to your phone.
Allowing us to access your location
Enables you to send us news and updates send straight to your email.
The Bootstrap collapse plugin allows you to toggle content on your pages with a few classes thanks to some helpful javascript.
The default collapse behavior to create an accordion.
Source Code
<div id="accordion" class="accordion" role="tablist" aria-multiselectable="true">
<div class="card">
<div class="card-header" role="tab" id="headingOne">
<h6 class="mg-b-0">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne"
aria-expanded="true" aria-controls="collapseOne" class="tx-gray-800 transition">
Making a Beautiful CSS3 Button Set
</a>
</h6>
</div><!-- card-header -->
<div id="collapseOne" class="collapse show" role="tabpanel" aria-labelledby="headingOne">
<div class="card-block pd-20">
A concisely coded CSS3 button set increases...
</div>
</div>
</div><!-- card -->
<!-- ADD MORE CARD HERE -->
</div><!-- accordion -->
Class Reference
Class | Values / Description |
---|---|
class="accordion" |
The base accordion class name. |