-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (57 loc) · 3.15 KB
/
index.html
File metadata and controls
65 lines (57 loc) · 3.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script src="/libs/modernizer-dev.js"></script>
<!-- build:css css/app.min.css -->
<!-- bower:css -->
<!-- endbower -->
<link rel="stylesheet" href="css/app.css">
<!-- endbuild -->
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<section id="wrapper">
{% include 'partials/menu.html' %}
{% include 'partials/intro-to-brand.html' %}
{% include 'partials/logo-usage.html' %}
{% include 'partials/sub-brands.html' %}
{% include 'partials/color-palette.html' %}
{% include 'partials/fonts.html' %}
{% include 'partials/photography.html' %}
{% include 'partials/symbology.html' %}
{% include 'partials/iconography.html' %}
{% include 'partials/ui-framework.html' %}
</section>
<!-- build:js(./) js/vendor.min.js -->
<!-- bower:js -->
<script src="components/jquery/dist/jquery.js"></script>
<script src="components/bootstrap-sass-official/assets/javascripts/bootstrap/affix.js"></script>
<script src="components/bootstrap-sass-official/assets/javascripts/bootstrap/alert.js"></script>
<script src="components/bootstrap-sass-official/assets/javascripts/bootstrap/button.js"></script>
<script src="components/bootstrap-sass-official/assets/javascripts/bootstrap/carousel.js"></script>
<script src="components/bootstrap-sass-official/assets/javascripts/bootstrap/collapse.js"></script>
<script src="components/bootstrap-sass-official/assets/javascripts/bootstrap/dropdown.js"></script>
<script src="components/bootstrap-sass-official/assets/javascripts/bootstrap/tab.js"></script>
<script src="components/bootstrap-sass-official/assets/javascripts/bootstrap/transition.js"></script>
<script src="components/bootstrap-sass-official/assets/javascripts/bootstrap/scrollspy.js"></script>
<script src="components/bootstrap-sass-official/assets/javascripts/bootstrap/modal.js"></script>
<script src="components/bootstrap-sass-official/assets/javascripts/bootstrap/tooltip.js"></script>
<script src="components/bootstrap-sass-official/assets/javascripts/bootstrap/popover.js"></script>
<!-- endbower -->
<!-- endbuild -->
<!-- build:js js/app.min.js -->
<!-- inject:js -->
<script src="/js/menu.js"></script>
<script src="/js/scroll.js"></script>
<script src="/js/svg-fallback.js"></script>
<!-- endinject -->
<!-- endbuild -->
</body>
</html>