Our training provides you with the practical insight to build a mature, comprehensive, and reliable Business Continuity Plan with significant value added materials to assist you long after the course is over.Read more(online instructor-led training) »
IT Disaster Recovery Training
With our IT DR training, you will learn how to develop plans to protect your IT and telecommunication services and infrastructure from unexpected disruptions and disasters. Read more(online instructor-led training) »
BC/DR Professional Certification
We have provided Business Continuity Certification and Disaster Recovery Training and Certification services on an international scale for over 14 years. We invite you to join over 3000 certified professionals from across all industry sectors.Read more »
Plus
Each of our training events include an optional certification exam on the last day.
CBRM (online instructor-led)
A 3-day Certified Business Resilience Manager (CBRM) training plus an optional certification exam. In this comprehensive training you will learn to assess, develop, test & maintain an effective and reliable business continuity plan and establish a business continuity program. The training is based on the industry's standards and best practices.
A 3-day Certified Business Resilience Manager (CBRM) training plus an optional certification exam. In this comprehensive training you will learn to assess, develop, test & maintain an effective and reliable business continuity plan and establish a business continuity program. The training is based on the industry's standards and best practices.
Fee: US$1,195 special reduced COVID-19 price!! includes the optional certification exam.
A 3-day Certified Business Resilience IT Professional (CBRITP) training plus an optional certification exam. This is an in-depth training on how to assess, develop, test, and maintain an information technology (IT) Disaster Recovery Plan for recovering IT and telecommunications systems and infrastructure in the event of a disaster or business disruption.
A 3-day Certified Business Resilience IT Professional (CBRITP) training plus an optional certification exam. This is an in-depth training on how to assess, develop, test, and maintain an information technology (IT) Disaster Recovery Plan for recovering IT and telecommunications systems and infrastructure in the event of a disaster or business disruption.
Fee: US$1,195 special reduced COVID-19 price!! includes the optional certification exam.
A 2-day Certified Business Resilience Auditor (CBRA) training plus an optional certification exam. This training will equip you to assess your company’s ability to maintain continuity in the event of a business disruption. It provides intensive, Business Continuity Audit training to enable you to determine the effectiveness, adequacy, quality and reliability of your organization.
A 2-day Certified Business Resilience Auditor (CBRA) training plus an optional certification exam. This training will equip you to assess your company’s ability to maintain continuity in the event of a business disruption. It provides intensive, Business Continuity Audit training to enable you to determine the effectiveness, adequacy, quality and reliability of your organization.
Fee: US$1,195 special reduced COVID-19 price!! includes the optional certification exam.
Welcome to Kallyas Joomla Template, a wonderful and premium product for multipurpose websites
All these elements are just for demo purposes.
Default styles
Individual form controls receive styling, but without any required base class on the <form> or large changes in markup. Results in stacked, left-aligned labels on top of form controls.
<form>
<fieldset>
<legend>Legend</legend>
<label>Label name</label>
<input type="text" placeholder="Type something…">
<span class="help-block">Example block-level help text here.</span>
<label class="checkbox">
<input type="checkbox"> Check me out
</label>
<button type="submit" class="btn">Submit</button>
</fieldset>
</form>
Optional layouts
Included with Bootstrap are three optional form layouts for common use cases.
Search form
Add .form-search to the form and .search-query to the <input> for an extra-rounded text input.
Examples of standard form controls supported in an example form layout.
Inputs
Most common form control, text-based input fields. Includes support for all HTML5 types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color.
Requires the use of a specified type at all times.
<input type="text" placeholder="Text input">
Textarea
Form control which supports multiple lines of text. Change rows attribute as necessary.
<textarea rows="3"></textarea>
Checkboxes and radios
Checkboxes are for selecting one or several options in a list while radios are for selecting one option from many.
Default (stacked)
<label class="checkbox">
<input type="checkbox" value="">
Option one is this and that—be sure to include why it's great
</label>
<label class="radio">
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
Option one is this and that—be sure to include why it's great
</label>
<label class="radio">
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
Option two can be something else and selecting it will deselect option one
</label>
Inline checkboxes
Add the .inline class to a series of checkboxes or radios for controls appear on the same line.
Heads up! In future versions, we'll be altering the use of these relative input classes to match our button sizes. For example, .input-large will increase the padding and font-size of an input.
Grid sizing
Use .span1 to .span12 for inputs that match the same sizes of the grid columns.
For multiple grid inputs per line, use the .controls-row modifier class for proper spacing. It floats the inputs to collapse white-space, sets the proper margins, and the clears the float.
Present data in a form that's not editable without using actual form markup.
<span class="input-xlarge uneditable-input">Some value here</span>
Form actions
End a form with a group of actions (buttons). When placed within a .form-horizontal, the buttons will automatically indent to line up with the form controls.
Bootstrap includes validation styles for error, warning, info, and success messages. To use, add the appropriate class to the surrounding .control-group.
<div class="control-group warning">
<label class="control-label" for="inputWarning">Input with warning</label>
<div class="controls">
<input type="text" id="inputWarning">
<span class="help-inline">Something may have gone wrong</span>
</div>
</div>
<div class="control-group error">
<label class="control-label" for="inputError">Input with error</label>
<div class="controls">
<input type="text" id="inputError">
<span class="help-inline">Please correct the error</span>
</div>
</div>
<div class="control-group success">
<label class="control-label" for="inputSuccess">Input with success</label>
<div class="controls">
<input type="text" id="inputSuccess">
<span class="help-inline">Woohoo!</span>
</div>
</div>
Welcome to Kallyas Joomla Template, a wonderful and premium product for multipurpose websites
The tables are added by using the module shortcode embedding and changing it's color params.
Button styles can be applied to anything with the .btn class applied. However, typically you'll want to apply these to only <a> and <button> elements for the best rendering.
Button
class=""
Description
btn
Standard gray button with gradient
btn btn-primary
Provides extra visual weight and identifies the primary action in a set of buttons
btn btn-info
Used as an alternative to the default styles
btn btn-success
Indicates a successful or positive action
btn btn-warning
Indicates caution should be taken with this action
btn btn-danger
Indicates a dangerous or potentially negative action
btn btn-inverse
Alternate dark gray button, not tied to a semantic action or use
btn btn-link
Deemphasize a button by making it look like a link while maintaining button behavior
Cross browser compatibility
IE9 doesn't crop background gradients on rounded corners, so we remove it. Related, IE9 jankifies disabled button elements, rendering text gray with a nasty text-shadow that we cannot fix.
Heads up! We use .disabled as a utility class here, similar to the common .active class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here.
As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an input, use an <input type="submit"> for your button.