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
// ---- | |
// Sass (v3.3.0.rc.3) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
//Service Group Colours | |
$srv-grp-01-color: #542989; | |
$srv-grp-02-color: #0079c2; | |
$srv-grp-03-color: #50b948; | |
$srv-grp-04-color: #a41984; |
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
<?php perch_content('regionname'); ?> |
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
.my-class { | |
background-image: inline-image('../img/myimage.png'); | |
background-repeat: no-repeat; | |
} |
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
# ------------------------------------------------------------------------------ | |
# | Remove .php-extension from urls | | |
# ------------------------------------------------------------------------------ | |
#This removes php extension | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteRule ^([^\.]+)/$ $1.php [NC,L] | |
RewriteCond %{REQUEST_FILENAME} !-d |
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
include($_SERVER['DOCUMENT_ROOT'].'/main-functions.php'); |
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
// ---- | |
// Sass (v3.3.10) | |
// Compass (v1.0.0.alpha.20) | |
// Sassifaction (v0.0.4) | |
// ---- | |
@import "Sassifaction"; | |
//Service Colours | |
$raw-sienna: #da7d51; |
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
// ---- | |
// Sass (v3.4.4) | |
// Compass (v1.0.1) | |
// ---- | |
.quote-form__item { | |
animation-name:fadeIn, slideUp; | |
animation-fill-mode:both; | |
animation-duration:1s; |
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
dig +nocmd domain.com any +multiline +all +answer |
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="section // section--base // section--fixed"> | |
<div class="container"> | |
<?php | |
//Array (Feature Title, Feature Description, Icon Class); | |
$adverts = array ( | |
array('No Call Out Charge','Free quotation for all jobs','no-callout'), | |
array('Qualified Plumbers','Qualified Gas Safe Engineers','tick'), | |
array('Free Quotations','No obligation free quotations','contract'), |
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
<?php | |
//MODIFIED HEADER DATE | |
################################################################################## | |
function set_headerdate() { | |
$format = "%a, %d %b %Y %H:%M:%S %z"; | |
// First check if there is a blog post date | |
if (function_exists('perch_blog_post_field') && function_exists('perch_get') && perch_blog_post_field(perch_get('s'), 'postDateTime', true)) { | |
$result = perch_blog_post_field(perch_get('s'), 'postDateTime', true); |
OlderNewer