forked from barricadeio/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
voice.html
141 lines (116 loc) · 4.95 KB
/
voice.html
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!doctype html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Barricade Style Guide</title>
<meta name="description" content="Barricade's Language, Style Guide, Tone, Vocal Language, Tone.">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/png" href="assets/img/favicon-152.png" />
<link rel="apple-touch-icon-precomposed" href="assets/img/apple-touch-icon-precomposed.png" />
<link rel="stylesheet" href="assets/css/styleguide.css">
<script src="//use.typekit.net/rls2lvm.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
</head>
<body id="dash" ng-app="app">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
your browser</a> to improve your experience.</p>
<![endif]-->
<section role="main" class="scroll-container">
<div class="row full-width styleguide">
<div class="large-2 medium-12 columns sidebar-wrap">
<div class="sidebar">
<h1>
<a href="index.html" title="Barricade Styleguide">
<span>Barricade</span>
<img src="assets/img/sidebar-wordmark-white.png">
</a>
</h1>
<nav role="navigation">
<ul class="side-nav">
<li class="heading"><a href="index.html">Intro</a>
<ul>
<li><a href="index.html#outline">Outline</a></li>
<li><a href="index.html#vision">Vision</a></li>
</ul>
</li>
<li class="heading"><a href="styles.html">Styles</a>
<ul>
<li><a href="styles.html#colors">Colors</a></li>
<li><a href="styles.html#typography">Typography</a></li>
<li><a href="styles.html#icons">Icons</a></li>
<li><a href="styles.html#uielements">UI Elements</a></li>
<li><a href="styles.html#charts">Charts</a></li>
</ul>
</li>
<li class="heading"><a href="assets.html">Assets</a>
<ul>
<li><a href="assets.html#brandelements">Brand Elements</a></li>
<li><a href="assets.html#imagery">Imagery</a></li>
</ul>
</li>
<li class="heading active"><a href="voice.html">Voice & Tone</a></li>
</ul>
</nav>
</div>
</div>
<div class="large-10 medium-12 columns">
<div class="row">
<div class="large-10 large-centered medium-12 medium-centered small-12 small-centered column">
<h1 class="jumbotron">Voice & Tone</h1>
<!--<h3>Writing to our users, not at them.</h3>-->
<p><em>We are working on clarifying our language and making the security industry much less adversarial. Keep an eye here and we'll update this as we progress and establish our identity.</em></p>
<div class="btn-row">
<a href="assets.html" class="button secondary small left">Prev: Assets</a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="styleguide-footer">
<footer class="row">
<div class="small-12 large-12 large-centered column">
<div class="row">
<div class="small-6 medium-6 column">
<a href="http://barricade.io" title="Barricade - the security product modern companies have been waiting for" class="logo">
<img src="assets/img/logo-strip-white.svg" width="180px">
</a>
</div>
<div class="small-6 medium-6 column">
<ul class="inline-list pull-right sub-nav-social">
<li><a class="fa fa-rss" href="<?php bloginfo('url'); ?>/feed"></a></li>
<li><a class="fa fa-facebook" href="https://www.facebook.com/barricadeio"></a></li>
<li><a class="fa fa-twitter" href="https://twitter.com/barricadeio"></a></li>
<li><a class="fa fa-linkedin" href="https://www.linkedin.com/company/barricade-io"></a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-54353103-1');
ga('send', 'pageview');
</script>
</body>
</html>