☁️
Microsoft
  • Readme
  • Virtual Internship Program
    • InsideSherpa & Background
    • Goal Tracking
    • Engineering Internship
      • 1. Research on Microsoft
      • 2. Preparing for the Virtual Experience
        • Preparing for my virtual internship with Microsoft
        • SMART goal setting
      • 3. Campus: Business Foundation Skills
        • Respect, Integrity and Accountability
          • Situational based questions
        • Commitment and approach to values into action
        • Microsoft's cultural transformation
        • Microsoft's solutions for digital transformation
      • 4. Campus: Work Ready Skills
        • My professional voice (be confident)
          • Confidence in meetings
          • Confidence in business
          • Confidence in communication
          • The task
        • A professional approach to meetings
        • The importance of your personal brand
      • 5. Work Ready Skills
      • 6. Technical Engineer Skills
    • Go-To-Market Internship
      • 1. Research on Microsoft
      • 2. Preparing for the Virtual Experience
        • Asia Pacific Internship Experience
        • SMART Goals
  • Microsoft Student Accelerator (MSA)
    • Workshop 1: AI & Machine Learning
    • Project 1: Machine Learning
    • MSLearn 1
    • Workshop 2: Cloud Fundamentals
    • MSLearn 2
    • Project 2: Web Application
      • My idea
      • Exploring msa.ms (old website)
        • For Schools
        • For Employers
        • Events
      • Finding a theme
      • Collecting assets
      • Designing the Header
      • A custom domain using Azure DNS
        • Azure DNS Learn Path
        • Introduction
        • What is DNS?
        • Azure DNS
        • Configuring Azure DNS
        • Buying a custom domain on GoDaddy
      • Plugins
        • Contact Form
        • Implementing SEO
        • Anti-spam
        • SSL
      • Transfering to a new domain
      • Improving site Health
      • Adding custom CSS
      • Interactivity with JS
      • Managing Wordpress from the terminal
      • Next steps: Editing content
      • The front page
        • Global elements
        • Layouts are good sometimes
        • Customising the front page
      • Revisiting the contact form
      • RYTE SEO Analysis
      • Cache Management
      • Traffic Monitoring and Analytics
      • FAQ
      • Documentation
    • Workshop 3: Web App & APIs
    • Project 3: Building an app
      • Target Persona
      • Idea
    • MSLearn 3
      • Create a Canvas App
        • Get started with Power Apps
          • Introducing Power Apps
          • Untitled
      • Use UI and controls
  • Interview Preparation
    • Azure (Cloud) Application & Infrastructure Specialist Roles
      • Revisiting my assessment
      • The technical assessment
      • Using LinkedIn
    • Technology Strategist Roles
      • Partner Technical Architect
  • Power Platform
    • Power Platform Fundamentals
      • The Power Platform
        • A Data-driven World
        • What is the Power Platform?
        • Features of the Power Platform
        • Data Connectors
        • Data Delegation
        • Creating Custom Connectors
        • Putting it all together
      • Power Apps
        • What is Power Apps?
        • Power Apps & what it can do
        • The 3 Types of Power Apps
        • AI Builder in your Power Apps
        • The 4 Models of AI Builder
        • The business value of Power Apps
        • Case study: Heathrow Airport
      • Common Data Service
        • What is the Common Data Service?
        • Entities in Common Data Service
        • Scalability
        • The Common Data Model
        • Types of Entities and Fields in CDS
        • Understanding relationships using Entities
        • Environments in Common Data Service
        • Business Rules
        • Administer (Administration)
      • Building an app solution
        • Basic elements
        • Untitled
      • Power Automate
        • What is Power Automate?
          • Types of flows
      • Building an automated solution
      • Power BI
        • Parts of Power BI
      • Building a simple dashboard
    • PL-900
  • Microsoft Azure
    • Cloud Concepts
      • Principles of cloud computing
        • An analogy
    • Core Cloud Services
    • AZ-900
      • Virtual Training Day
        • 1.
        • 2.
        • 3.
        • 4.
  • Microsoft 365
    • Microsoft 365 Fundamentals
      • What is Microsoft 365?
  • UNSW Cloud Society
    • Microsoft Azure
      • Workshop 1
      • Workshop 2
      • Workshop 3
    • Power Platform
      • Building a Helmet Detection App
  • Microsoft Reactor
    • PowerApps workshop
  • News
    • Microsoft exams $15 down from $100
    • Microsoft's cultural transformation
Powered by GitBook
On this page
  • Favicon
  • Microsoft's Logo
  • Microsoft Font
  • Branding Colours

Was this helpful?

  1. Microsoft Student Accelerator (MSA)
  2. Project 2: Web Application

Collecting assets

PreviousFinding a themeNextDesigning the Header

Last updated 4 years ago

Was this helpful?

Favicon

First, the little icon that pops up in the tab that demonstrates the branding of the website.

In web development this is called the favicon and placed in the <head> tag as a link. I want the official favicon - so since there's no official repository of Microsoft's website branding resources, I'll just snag it from their website. To do so, I just navigate to one of Microsoft's official websites and go into the source code (or inspect element) and find the .ico file under the head section.

Microsoft's Logo

Now for Microsoft's Logo. This is quite simple to obtain since it is publicly available on their website so that collaborators are able to use it in their advertising. You can see an example of it being used in the page <header> here:

Microsoft Font

For Microsoft's font, again I'll dive into their code, this time looking at their styling (CSS) to see what font-family they use. Again, this is pretty simple and consistent - Microsoft like to purely use Seogoe UI as their font of choice across all their products. The only difference would be the different sizes for hierarchy of text. This can be seen here with h1 as an example:

So for reference, I've found all the sizes they like to use and tabulated the data here.

Level

Size

Weight

Margin

Line Height

Color

h1 (Heading 1)

46px / 2em

600

.67em 0

56px

#000

h2 (Heading 2)

46px

600

N/A

56px

#000

h3 (Heading 3)

20px

600

37px top

24px

#000

Body

15px

N/A

N/A

N/A

#000

Anchors/Buttons

15px

600

N/A

1.3

#0067b8

Nav links

13px

N/A

1px top

N/A

#262626

h4 (Footer head)

15px

600

N/A

N/A

#616161

Footer links

11px

N/A

N/A

16px

#616161

Branding Colours

Colour

HEX Code

Microsoft ORANGE

#F25022

Microsoft GREEN

#7FBA00

Microsoft BLUE

#00A4EF

Microsoft YELLOW

#FFB900

Microsoft GREY

#737373

MSA PURPLE

#5C2D91

So now I'll just save the icon at this for use as a favicon for my website. This seems to be appropriate now as it is consistent across Microsoft websites and there doesn't seem to be an official MSA logo that is recognisable outside of AU/NZ. Perhaps I could have a partner logo created on their but at the moment for the first iteration of this it doesn't seem likely.

Again, I can navigate to their corporate website, dig into the source code and snag it off there or alternatively get the .

For the website colour palette, we can stick to the default colours (white, black). However, if we want any splashes of colour, it would be useful to have the colour codes on deck. and also the .

link
official partner website
full-resolution file on their website here
Here we can find the HEX codes for Microsoft's logo
MSA branding colours here
Microsoft website favicon
Source code for Microsoft's website
Microsoft website header and nav
h1 with a size of 46px and using Segoe UI