summaryrefslogtreecommitdiff
path: root/web-ui/app/style-guide.html
blob: 0f7b8e03481074a263e8af2aaddb2b48c8681554 (plain)
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Pixelated Style Guide</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="css/opensans.css" rel="stylesheet" type="text/css">
<link href="css/news-cycle.css" rel="stylesheet" type="text/css"/>
<link href="css/style-guide.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="../css/main.css">
</head>

<body>
	<div id="style-guide-wrap" data-offcanvas>
		<nav class="top-bar" data-topbar>
		    <ul class="left">
		      <li><span>Pixelated Style Guide</span></li>
		    </ul>

		    <ul class="right">
		      <li><a href="#guidelines">Guidelines</a></li>
		      <li><a href="#colors">Colors</a></li>
		      <li><a href="#typography">Typography</a></li>
		      <li><a href="#components">Components</a></li>
		      <li><a href="#icons">Icons</a></li>
		    </ul>
		</nav>
		<section id="guidelines" class="guide-section" name="guidelines">
			<h2>Basic Guidelines</h2>

			Guidelines, guidelines, guidelines.
			</br>
			Guidelines, guidelines, guidelines.
			</br>
			Guidelines, guidelines, guidelines.
			</br>
			Guidelines, guidelines, guidelines.
			</br>
			Guidelines, guidelines, guidelines.
			</br>
			Guidelines, guidelines, guidelines.
			 </br>
		</section>
		<section id="colors" class="guide-section">
			<h2>Color Palette</h2>
			</br>
			<div class="color-grid">
				<div class="color-swatch" style="background-color: #EF4E2F">
					<p class="color-label">
						<span class="color-name">PRIMARY COLOR</span>
						<br>#EF4E2F
					</p>
				</div>
				<div class="color-swatch" style="background-color: #3E3A37">
					<p class="color-label">
						<span class="color-name">SECONDARY COLOR</span>
						<br>#3E3A37
					</p>
				</div>
				<div class="color-swatch" style="background-color: #EAEAEA">
					<p class="color-label">
						<span class="color-name">TOP PANE</span>
						<br>#EAEAEA
					</p>
				</div>
				<div class="color-swatch" style="background-color: #F2F3ED">
					<p class="color-label">
						<span class="color-name">CONTRAST</span>
						<br>#F2F3ED
					</p>
				</div>
			</div>
			<br>
			<div class="color-grid">
				<div class="color-swatch" style="background-color: #2DAB49">
					<p class="color-label">
						<span class="color-name">SUCCESS</span>
						<br>#2DAB49
					</p>
				</div>
				<div class="color-swatch" style="background-color: #F6A40A">
					<p class="color-label">
						<span class="color-name">ATTENTION</span>
						<br>#F6A40A
					</p>
				</div>
				<div class="color-swatch" style="background-color: #F7E8AF">
					<p class="color-label">
						<span class="color-name">WARNING</span>
						<br>#F7E8AF
					</p>
				</div>
				<div class="color-swatch" style="background-color: #D72A25">
						<p class="color-label">
							<span class="color-name">ERROR</span>
							<br>#D72A25
						</p>
				</div>
				<div class="color-swatch" style="background-color: #FFEF29">
					<p class="color-label">
						<span class="color-name">SEARCH HIGHLIGHT</span>
						<br>#FFEF29
					</p>
				</div>
				<div class="color-swatch" style="background-color: #C0B9B9">
					<p class="color-label">
						<span class="color-name">COUNT BACKGROUND</span>
						<br>#C0B9B9
					</p>
				</div>
			</div>
		</section>
		<section id="typography" class="guide-section">
			<h2>Typography</h2>

			</br>
			Typography. Basic references to typefaces and sizes.
			</br>
			Typography. Basic references to typefaces and sizes.
			</br>
			Typography. Basic references to typefaces and sizes.
			</br>
			Typography. Basic references to typefaces and sizes.
			</br>
			Typography. Basic references to typefaces and sizes.
			 </br>
		</section>
		<section id="components" class="guide-section" name="components">
			<h2>Components</h2>
			</br>
			Example of components, such as warnings, modals, buttons, etc..
			</br>
			Example of components, such as warnings, modals, buttons, etc..
			</br>
			Example of components, such as warnings, modals, buttons, etc..
			</br>
			Example of components, such as warnings, modals, buttons, etc..
			</br>
			Example of components, such as warnings, modals, buttons, etc..
			 </br>
		</section>
		<section id="icons" class="guide-section" name="icons">
			<h2>Icons</h2>
			</br>
			Icons - style and usage.
			</br>
			Icons - style and usage.
			</br>
			Icons - style and usage.
			</br>
			Icons - style and usage.
			</br>
			Icons - style and usage.
			 </br>
		</section>
	</div>
</body>
</html>