Top Banner
The Evolution of Branding in Office 365 Cathy Dew SharePoint Saturday Atlanta May 2015
44

The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Aug 18, 2015

Download

Technology

catpaint1
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

The Evolution of Branding in Office 365

Cathy DewSharePoint Saturday AtlantaMay 2015

Page 2: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Cathy Dew

Consultant at Planet Technologies

Graphic Designer, Consultant & SharePoint MVP

Author: SharePoint 2010: Six in One

catpaint1 on Twitter

www.sharepointcat.com

Page 3: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

AgendaOffice 365 Options for BrandingChoosing OptionsCustomizing Master Pages Design Manager

Custom Composed LooksCreate PackagesDeploy and ApplyFuture of Branding

Page 4: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Picking the Right Option Composed Looks Design Manager Custom Master/CSS/Page Layouts Device Channels

Page 5: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Working with Office 365 Constant Changes New Features Added Frequently CSS and JavaScript updated often

Page 6: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

What’s Allowed? Global Tenant Theme Composed Looks Custom Everything – with a tax

Page 7: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Global Tenant Theme As Global Tenant Admin

Page 8: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Theme Applied

Page 9: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Issues/Changes App Launcher changes periodically If Composed Look is applied Theme doesn’t

work in Sites Inconsistent UI

Page 10: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Inconsistent Theme

Page 11: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Who, What, Where? Publishing Infrastructure: Custom Everything Collaboration or Anything Else: Theme Apps: Global Theme

Page 12: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Composed Looks New “Themes” for SharePoint 2013

Master Page Color Palette CSS Font Palette Background Image

Page 13: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Predefined Options

Page 14: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Customize a Predefined Option

Page 15: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Create Your Own Custom Look

Page 16: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Create Composed Look Must have:

HTML file .Master file Preview File Spcolor file Spfont file

Can have: Background Image

Page 17: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Color Palette Tool Tool released for creating Color Palette:

http://social.technet.microsoft.com/wiki/contents/articles/16806.sharepoint-2013-color-palette-tool.aspx

Page 18: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Where to put files

Page 19: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Custom Composed Look

Page 20: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Options in Composed Looks Can create and use just a Color Palette or Font

Scheme

Page 21: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Create Custom Everything Use the Design Manager to import an HTML site

into SharePoint and apply it

Page 22: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Import HTML Site

Page 23: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Process to import HTML

Page 24: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Edit your Custom Master Page HTML file editing

Through your desired program

Map drive to your machine Or open Windows Explorer View

Page 25: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Master Page Gallery

Page 26: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Tips for Custom Master Page If working with HTML file… Don’t touch the

.master file Editing the .master will invalidate the HTML file

Page 27: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Make use of Preview Pages Create a couple custom Preview Pages of

different site types. Allows you to view your branding with content

from different sites and pages.

Page 28: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

HTML Code Snippets

• Customize the Look/Color/Behavior

• Copy the HTML Snippet

• Paste into HTML file in desired location

Page 29: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Look for Additions to HTML On import the Design Manager will insert some

<div>s to contain content and the head tags for SharePoint Ribbon MainContentPlaceholder

Page 30: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Inserted HTML

Page 31: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Publish & Apply Custom Master In order to apply the custom designs you have

created with publishing and the design manager Publish all files

CSS Page Layouts Master Pages (HTML only)

Apply the Master Page from the List Publishing only

Page 32: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Create Custom CSS Reference a Custom CSS file with your Custom

Master Page <link href="style.css" rel="stylesheet" type="text/css"

/>

Page 33: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Take it Further with CSS With the Color Palette you can use the palette

colors in your Custom CSS files{/* [ReplaceFont(themeFont:”title”)] */ font-family: “Segoe UI Light”, “Segoe UI”, “Segoe”, Tahoma,Helvetica,Arial,sans-serif;/* [ReplaceColor(themeColor: “SiteTitle”)] */ color:#005050;}

Page 34: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

How to apply in O365 Solutions are still an option (Sandboxed)

Apps can be created to house your branding Visual Studio Design Manager

Package your Design Add to the Solution Gallery

Apply to Multiple Site Collections

Page 35: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Package Designs

Page 36: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Solution Gallery Upload and Activate

Page 37: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Adding Branding via an App Patterns and Practices > GitHub

https://github.com/OfficeDev/PnP/wiki

Page 38: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Future of Branding Microsoft is moving away from heavy UX

customizations CSS and JavaScript are the areas to invest in Designers are becoming Developers – Apps are

the future Office 365 – Constant Changes

Plan for updates with new feature releases Plan for not getting new features if you do choose

to customize the master page

Page 39: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Questions

Page 40: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

40 SharePoint Saturday Atlanta40 |SharePoint Saturday Atlanta

Page 41: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

41 SharePoint Saturday Atlanta41 |SharePoint Saturday Atlanta

Page 42: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

42 SharePoint Saturday Atlanta42 |SharePoint Saturday Atlanta

Page 43: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

43 SharePoint Saturday Atlanta43 |SharePoint Saturday Atlanta

5 Seasons Brewery (North)

directly in front of brewery See the SPSATL Website

for more info and directions

Join us for SharePint sponsored by

Page 44: The Evolution of Branding in Office 365 - SPSATL 2015 - CDew

Thank you for attending!

Cathy Dew, MVP@catpaint1

www.sharepointcat.com