This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {module_webappscustomer id="13164" filter="all" collection="checkinAnswers" template=""} | |
| {% assign itemCount = checkinAnswers.items | size %} | |
| {% if itemCount == 0 %} | |
| {module_webapps id="13127" filter="classified" itemid="SSH/SSH - {module_pagetitle}"} | |
| {% else -%} | |
| {module_webappscustomer id="13164" filter="all"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <pre>{{this|json}}</pre> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="form-group"> | |
| <div class="checkbox"><input type="checkbox" onclick="SetBilling(this.checked);" value="on" /><label>Same as Shipping</label></div> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% if {{image} == empty %}{% else %} | |
| <div class="col-lg-5 col-md-5 col-sm-12 col-xs-12"> | |
| <div class="row"> | |
| <div class="image"><img src="{{image}}" alt="{{name}}" class="img-responsive"/></div> | |
| </div> | |
| </div> | |
| {% endif %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <section class="number-data-wrap"> | |
| <div class="container text-center"> | |
| <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> | |
| <div class="number-data"><span id="number-courses">120<i>+</i></span> Courses on offer</div> | |
| </div> | |
| <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> | |
| <div class="number-data"><span id="number-students">32000<i>+</i></span> students trained</div> | |
| </div> | |
| <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> | |
| <div class="number-data"><span id="number-companies">1300<i>+</i></span> companies serviced</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--Anchor buttons--> | |
| <a href="/#tastes" title="Tastes" alt="Tastes" class="anchor">Tastes</a> | |
| <a href="/#culture" title="Culture" alt="Culture" class="anchor">Culture</a> | |
| <!--Anchor to--> | |
| <span id="tastes" class="anchored"></span> | |
| <span id="culture" class="anchored"></span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <label for="EmailAddress2">Confirm Email Address <span class="req">*</span></label> | |
| <input id="EmailAddress2" class="cat_textbox" name="EmailAddress2" maxlength="255"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('ul li').each(function() { | |
| if ($(this).text().length < 3) | |
| $(this).closest('.description').remove(); | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .styled-select select { | |
| background: transparent; | |
| width: 200px; | |
| padding: 0; | |
| height: 55px; | |
| font-size: 16px; | |
| line-height: 1; | |
| border: 0; | |
| border-radius: 0; | |
| height: 55px; |
OlderNewer