Skip to content

waynestate/styleguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wayne State Style Guide

Wayne State University global header/footer and other general styles. Build on Zurb Foundation 6.

Desktop

desktop

Tablet

tablet

Mobile

mobile

University Mission

  1. Add Fjalla One to the master layout header
    <link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet">
  2. Include mission.tpl or mission.blade.php in the master layout
    • Blade
      @include('partials.mission')
    • Smarty
      {include "partials/mission.tpl"}
  3. Edit the gulp file to move the mission template AND the background image from node modules into the project
    • Search for 'styleguide' and add a line to move 'mission-bg.jpg' and 'mission.blade.php' or 'mission.tpl'

desktop