Quote

<blockquote class="c-quote px-1-5 md:px-2 lg:px-0 lg:mx-auto lg:w-su-16/24">
    <div class="mb-1-5 text-h4 text-black font-light lg:mb-3">"Working with Mud was an absolute pleasure from the very start. They went above and beyond, and created a website to be proud of..."</div>
    <cite>
    <span class="block text-sm text-blue font-bold">Donna Moore</span>
    <span class="block text-sm text-black font-light">Searchstar</span>
  </cite>
</blockquote>
<blockquote class="c-quote px-1-5 md:px-2 lg:px-0 lg:mx-auto lg:w-su-16/24">
  <div class="mb-1-5 text-h4 text-black font-light lg:mb-3">{{ body }}</div>
  <cite>
    <span class="block text-sm text-blue font-bold">{{ name }}</span>
    <span class="block text-sm text-black font-light">{{ client }}</span>
  </cite>
</blockquote>
{
  "siteTitle": "Mudstone Component Library",
  "craft": {
    "app": {
      "config": {
        "general": {
          "custom": {
            "wrapper": "/wrapper/"
          }
        }
      }
    }
  },
  "tel": "01225 471 465",
  "phone": "01225 471 465",
  "email": "hello@ournameismud.co.uk",
  "twitter": "asclearasmud",
  "copyright": "&copy; 2018 Our Name is Mud",
  "siteUrl": "/components/preview/home",
  "address": "5 Princes Buildings \nBath \nBA1 2ED",
  "cta": "<p>We love to talk digital. So if there’s a project that you’re itching to start or you just want to introduce yourself,&nbsp;<a href=\"/contact\" data-contact-link=\"\" class=\"no-barba\">drop us a line</a>. We’re always happy to chat...</p>",
  "entries": [
    {
      "title": "Projects",
      "url": "/components/preview/listing"
    },
    {
      "title": "About",
      "url": "/components/preview/about"
    },
    {
      "title": "Journal",
      "url": "/components/preview/journal"
    },
    {
      "title": "Contact",
      "url": "/components/preview/contact"
    }
  ],
  "body": "\"Working with Mud was an absolute pleasure from the very start. They went above and beyond, and created a website to be proud of...\"",
  "name": "Donna Moore",
  "client": "Searchstar"
}
  • Content:
    .c-quote {
    	& > div {
    		&::before {
    			content: '\201C';
    		}
    
    		&::after {
    			content: '\201D';
    		}
    	}
    }
    
  • URL: /components/raw/quote/_quote.scss
  • Filesystem Path: src/templates/04-components/quote/_quote.scss
  • Size: 105 Bytes

There are no notes for this item.