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
| javascript:(function(){window.location='https://developers.google.com/speed/pagespeed/insights/?url='+encodeURIComponent(window.location.href);})(); |
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
| javascript:(function(){window.open(window.location.origin + '/ghost', '_blank')})(); |
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
| javascript:(function(){window.open(window.location.origin + '/umbraco', '_blank')})(); |
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
| javascript:(function(){window.open(window.location.origin + '/wp-admin', '_blank')})(); |
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
| javascript:(function(){window.open(window.location.origin + '/typo3', '_blank')})(); |
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
| javascript:(function(){window.open(window.location.origin + '/admin', '_blank')})(); |
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
| var headings = document.body.querySelectorAll('h1, h2, h3, h4, h5, h6'), | |
| headingOutline = document.createElement('ol'), | |
| styleOutput = ''; | |
| if (headings.length !== 0) { | |
| for (var a = 0; a < headings.length; a++) { | |
| if (headings[a - 1] === undefined && headings[a].tagName.substring(1) > 1) { | |
| for (var b = 1; b < headings[a].tagName.substring(1); b++) { | |
| var headingElement = document.createElement('li'), | |
| headingElementSpan = document.createElement('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
| <p><a href="image.jpg" class="js-lightbox">LIGHTBOX (IMAGE)</a></p> | |
| <p><a href="//youtu.be/0kBjb1yfabI" class="js-lightbox">LIGHTBOX (YOUTUBE)</a><br /> | |
| <a href="//www.youtube.com/watch?v=0kBjb1yfabI" class="js-lightbox">LIGHTBOX (YOUTUBE)</a></p> | |
| <p><a href="//vimeo.com/channels/staffpicks/112500813" class="js-lightbox">LIGHTBOX (VIMEO)</a></p> |
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
| /*! | |
| * classie v1.0.1 | |
| * class helper functions | |
| * from bonzo https://github.com/ded/bonzo | |
| * MIT license | |
| * | |
| * classie.has( elem, 'my-class' ) -> true/false | |
| * classie.add( elem, 'my-new-class' ) | |
| * classie.remove( elem, 'my-unwanted-class' ) | |
| * classie.toggle( elem, 'my-class' ) |
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
| <?xml version="1.0" encoding="utf-16" standalone="yes"?> | |
| <items> | |
| <item category="" name="Video" systemName="Video" description="" icon="" largeIcon="" includeInUrlIndex="False"> | |
| <fields> | |
| <field name="Video ID" systemName="VideoID" description="" type="System.String, mscorlib"> | |
| <editor type="Dynamicweb.Content.Items.Editors.InputHTML5Editor, Dynamicweb"> | |
| <editorConfuguration><Parameters><Parameter addin="Dynamicweb.Content.Items.Editors.InputHTML5Editor" name="Type" value="text" /><Parameter addin="Dynamicweb.Content.Items.Editors.InputHTML5Editor" name="Pattern" value="" /><Parameter addin="Dynamicweb.Content.Items.Editors.InputHTML5Editor" name="Placeholder" value="" /><Parameter addin="Dynamicweb.Content.Items.Editors.InputHTML5Editor" name="Size" value="" /><Parameter addin="Dynamicweb.Content.Items.Editors.InputHTML5Editor" name="Min" value="" /><Parameter addin="Dynamicweb.Content.Items.Editors.InputHTML5Editor" name="Max" value="" /><Parameter addin="Dynamicweb.Content.Item |
NewerOlder