This file contains 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="main-container"> | |
<div class="susy-container container"> | |
<div class="sidebar-left"> | |
<p>Pork loin frankfurter swine boudin t-bone. Turkey capicola salami doner frankfurter bacon short loin cupim andouille spare ribs picanha shoulder tri-tip. Bresaola leberkas t-bone ham bacon hamburger pancetta filet mignon kevin. Jerky bresaola cow short ribs.</p> | |
<p>Pig sirloin ground round cow pork kielbasa hamburger kevin meatloaf rump. Shoulder chuck bresaola picanha beef ribs strip steak frankfurter drumstick fatback cupim hamburger meatball. Ground round bacon porchetta, swine shoulder pork chop chicken capicola corned beef short ribs fatback biltong. Corned beef kevin drumstick bacon kielbasa. Cow boudin flank spare ribs sirloin.</p> | |
</div> | |
<div class="content"> | |
<p>Rump t-bone hamburger pork leberkas shoulder. Meatloaf bacon tongue turkey t-bone. Jowl sirloin alcatra sausage cow. Beef ham hock pork chop, shoulder cow swine boudin jerky turkey tri-tip spare ribs ground round |
This file contains 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
using Sitecore; | |
using Sitecore.Data.Fields; | |
using Sitecore.Data.Items; | |
using Sitecore.Resources.Media; | |
using System; | |
using System.IO; | |
using System.Web.Mvc; | |
namespace Foundation.SitecoreHelpers.Extensions | |
{ |
This file contains 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
Show hidden characters
{ | |
// Place your SASS workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and | |
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope | |
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is | |
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. | |
// Placeholders with the same ids are connected. | |
// Example: | |
// "Print to console": { | |
// "scope": "javascript,typescript", |