Skip to content

Instantly share code, notes, and snippets.

View mutuadavid93's full-sized avatar
🎯
Focusing

David Mutua mutuadavid93

🎯
Focusing
  • Squad Africa
  • NAIROBI
View GitHub Profile
NB: The SiteCollection is Created automatically. If you try to make the collection first
an Exception will be thrown; "The Site Collection Already Exists".
NB: You don't need the -HostHeaderWebApplication parameter if the site being restored, share
the same name as the web application.
### Backup
Backup-SPSite http://s-hqs-spdev/sites/branding/ -Path C:\COLLECTIONS\Branding.bak –UseSqlSnapshot
/*
Created on : Jan 12, 2017, 9:30:13 AM
Author : DAVID MUTUA
*/
/** Transparent Bg **/
#SearchBox .ms-srch-sb-border{
background: rgba(0, 51, 127, 0.3);
margin-top: 3%;
border: none;
/*
Brand SharePoint by not editing
the masterpage.
Meant to Brand a SharePoint 2013
Blog site template.
*/
$(document).ready(function () {
var target = $(this);
<header>
<div class="navbar-header">
<a href="#" class="navbar-brand">Brand</a>
</div>
<div class="collapse navbar-collapse" id="collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li class="dropdown">
## Tweak bootstrap by directly editing the bootstrap files hosted on github
//Declare your variables
var gulp = require('gulp'),
estream = require('event-stream'),
concat = require('gulp-concat'),
uglify = require('gulp-uglify'),
connect = require('gulp-connect'),
less = require('gulp-less'),
htmlMin = require('gulp-htmlmin'),