2018-06-21 01:38:13 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
|
|
<title>{{title}} | {{site.title}}</title>
|
2018-08-20 22:59:15 +00:00
|
|
|
<link rel="stylesheet" href="../../agaric/css/agaric.css">
|
2018-06-21 01:38:13 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
{{> header }}
|
|
|
|
|
|
|
|
{{#block "precontent"}}
|
|
|
|
{{/block}}
|
|
|
|
|
|
|
|
<section class="section" data-headerbg="light">
|
|
|
|
<div class="container">
|
|
|
|
{{#block "content"}}
|
|
|
|
content default.
|
|
|
|
{{/block}}
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
{{#block "postcontent"}}
|
|
|
|
{{/block}}
|
|
|
|
|
|
|
|
{{> footer }}
|
|
|
|
|
|
|
|
{{!-- Temp links to navigate the design samples --}}
|
|
|
|
<div class="section hero is-dark" data-headerbg="light">
|
|
|
|
<div class="container">
|
|
|
|
Design links:
|
|
|
|
<a href="index.html">Home</a> |
|
|
|
|
<a href="work.html">Work</a> |
|
|
|
|
<a href="case_study.html">Case Study</a> |
|
|
|
|
<a href="initiatives.html">Initiatives</a> |
|
|
|
|
<a href="initiatives_initiative.html">Initiative</a> |
|
|
|
|
<a href="about_team.html">Team</a> |
|
|
|
|
<a href="about_team_member.html">Person</a> |
|
|
|
|
<a href="about_events.html">Events</a> |
|
|
|
|
<a href="about_events_event.html">Event</a> |
|
|
|
|
<a href="insights.html">Insights</a> |
|
|
|
|
<a href="insights_insight.html">Insight</a> |
|
|
|
|
<a href="bulma.html">Bulma Elements</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2018-08-20 22:59:15 +00:00
|
|
|
<script src="../../agaric/js/jquery-3.2.1.min.js"></script>
|
|
|
|
<script src="../../agaric/js/ScrollMagic.min.js"></script>
|
|
|
|
<script src="../../agaric/js/slick.min.js"></script>
|
|
|
|
<script src="../../agaric/js/script.js"></script>
|
2018-06-21 01:38:13 +00:00
|
|
|
</body>
|
|
|
|
</html>
|