<footer class="c-footer pt-6 pb-0 md:pt-8 xl:pt-14 bg-black text-white text-h4 font-light relative overflow-hidden z-100">
    <svg class="absolute pin z-0" style="overflow: visible" data-lines xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1622.963 571.563">
		<linearGradient id='cta-grad1'>
			<stop stop-color='#0e0f26'/>
			<stop data-stop-color offset='30%' stop-color='#671eb8'/>
		</linearGradient>
		<linearGradient id='cta-grad2'>
			<stop stop-color='#28BBDE'/>
			<stop data-stop-color offset='50%' stop-color='#1C1E4B'/>
			<stop data-stop-color offset='90%' stop-color='#28BBDE'/>
		</linearGradient>
		<path data-speed="-0.44" class="opacity-0" data-spon-track data-path fill="none" stroke="url(#cta-grad1)" stroke-opacity="0.7" stroke-miterlimit="10" stroke-width="9" d="M1042.044 1.971l227.612 334.075 515.797-310.067"/>
		<path data-speed="-0.35" class="opacity-0" data-spon-track data-path fill="none" stroke="url(#cta-grad2)" stroke-opacity="0.7" stroke-miterlimit="10" stroke-width="9" d="M1669.292 21.926L913.734 237.454 3.211 2336.1"/>
	</svg>
    <div class="px-1-5 md:px-2 lg:px-3 xl:wrapper relative z-10">
        <div class="lg:w-su-17/24 xl:w-su-13/24 mb-5 lg:mb-7 c-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, <a href="/contact" data-contact-link="" class="no-barba">drop us a line</a>. We’re always happy to chat...</p>
        </div>
        <div class="pb-4 md:flex md:items-start">
            <address class="text-white font-light text-xs whitespace-pre-line mb-2 md:mb-0 md:mr-2 lg:mr-4">5 Princes Buildings 
Bath 
BA1 2ED</address>
            <dl class="flex flex-col items-start justify-start mb-2 md:mb-0">
                <dt class="u-vh">Tel</dt>
                <dd>
                    <a class="block text-white linkee linkee--sm no-underline font-light text-xs" href="tel:01225 471 465"><span>01225 471 465</span></a>
                </dd>
                <dt class="u-vh">Email</dt>
                <dd>
                    <a class="block text-white linkee linkee--sm no-underline font-light text-xs" href="mailto:hello@ournameismud.co.uk"><span>hello@ournameismud.co.uk</span></a>
                </dd>
                <dt class="u-vh"></dt>
                <dd>
                    <a class="block text-white linkee linkee--sm no-underline font-light text-xs" href="asclearasmud"><span>@asclearasmud</span></a>
                </dd>
            </dl>
            <p class="text-white text-xs font-light md:ml-auto text-right">© 2018 Our Name is Mud <br /><span class="opacity-50">Company No. 8589415</span></p>
        </div>
    </div>
</footer>
        
    
        {% import '@helpers' as h %}
<footer class="c-footer pt-6 pb-0 md:pt-8 xl:pt-14 bg-black text-white text-h4 font-light relative overflow-hidden z-100">
	<svg class="absolute pin z-0" style="overflow: visible" data-lines xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1622.963 571.563">
		<linearGradient id='cta-grad1'>
			<stop stop-color='#0e0f26'/>
			<stop data-stop-color offset='30%' stop-color='#671eb8'/>
		</linearGradient>
		<linearGradient id='cta-grad2'>
			<stop stop-color='#28BBDE'/>
			<stop data-stop-color offset='50%' stop-color='#1C1E4B'/>
			<stop data-stop-color offset='90%' stop-color='#28BBDE'/>
		</linearGradient>
		<path data-speed="{{ random(range(5, 70)) * -1 / 100 }}" class="opacity-0" data-spon-track data-path fill="none" stroke="url(#cta-grad1)" stroke-opacity="0.7" stroke-miterlimit="10" stroke-width="9" d="M1042.044 1.971l227.612 334.075 515.797-310.067"/>
		<path data-speed="{{ random(range(5, 70)) * -1 / 100 }}" class="opacity-0" data-spon-track data-path fill="none" stroke="url(#cta-grad2)" stroke-opacity="0.7" stroke-miterlimit="10" stroke-width="9" d="M1669.292 21.926L913.734 237.454 3.211 2336.1"/>
	</svg>
	<div class="px-1-5 md:px-2 lg:px-3 xl:wrapper relative z-10">
		<div class="lg:w-su-17/24 xl:w-su-13/24 mb-5 lg:mb-7 c-cta">
			{{ cta|raw }}
		</div>
		<div class="pb-4 md:flex md:items-start">
			<address class="text-white font-light text-xs whitespace-pre-line mb-2 md:mb-0 md:mr-2 lg:mr-4">{{ address }}</address>
			<dl class="flex flex-col items-start justify-start mb-2 md:mb-0">
				<dt class="u-vh">Tel</dt>
				<dd>				
					<a class="block text-white linkee linkee--sm no-underline font-light text-xs" href="tel:{{ phone }}"><span>{{ phone }}</span></a>
				</dd>
				<dt class="u-vh">Email</dt>
				<dd>
					<a class="block text-white linkee linkee--sm no-underline font-light text-xs" href="mailto:{{ email }}"><span>{{ email }}</span></a>
				</dd>
				<dt class="u-vh"></dt>
				<dd>
					<a class="block text-white linkee linkee--sm no-underline font-light text-xs" href="{{ twitter }}"><span>@asclearasmud</span></a>
				</dd>
			</dl>
			<p class="text-white text-xs font-light md:ml-auto text-right">{{ copyright|raw }} <br /><span class="opacity-50">Company No. 8589415</span></p>
		</div>
	</div>
</footer>
    
        
            
            {
  "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": "© 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, <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"
    }
  ]
}
            
        
    
                                .c-footer {
	clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
	margin-top: -7vw;
	a {
		@apply .text-blue .font-bold;
	}
}
[data-segment='contact'],
[data-segment='404'] {
	.c-footer {
		display: none;
	}
	.barba-container {
		min-height: 100vh;
	}
}
                            
                            
                        There are no notes for this item.