initial import
This commit is contained in:
parent
09ca392d36
commit
6cb3690e37
304 changed files with 36492 additions and 0 deletions
51
design-source/templates/default.hbs
Executable file
51
design-source/templates/default.hbs
Executable file
|
@ -0,0 +1,51 @@
|
|||
<!doctype html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<title>{{title}} | {{site.title}}</title>
|
||||
<link rel="stylesheet" href="../assets/css/agaric.css">
|
||||
</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>
|
||||
|
||||
<script src="../assets/js/jquery-3.2.1.min.js"></script>
|
||||
<script src="../assets/js/ScrollMagic.min.js"></script>
|
||||
<script src="../assets/js/slick.min.js"></script>
|
||||
<script src="../assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue