Wayne State University global header/footer and other general styles. Build on Zurb Foundation 6.
- Add Fjalla One to the master layout header
<link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet">
- Include mission.tpl or mission.blade.php in the master layout
- Blade
@include('partials.mission')
- Smarty
{include "partials/mission.tpl"}
- Blade
- 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'