-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.sass
More file actions
336 lines (258 loc) · 5.73 KB
/
app.sass
File metadata and controls
336 lines (258 loc) · 5.73 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
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
@use "sass:meta"
@use "@fortawesome/fontawesome-free/scss/fontawesome.scss" as * with ($fa-font-path: "./fonts")
@use "@fortawesome/fontawesome-free/scss/solid.scss" as * with ($fa-font-path: "./fonts")
@use "@fortawesome/fontawesome-free/scss/brands.scss" as * with ($fa-font-path: "./fonts")
@use "bootstrap/scss/bootstrap.scss" as *
@use "./pandoc-solarized.css" as *
$body-bg: #fffff8
@use "typeface-et-book/et-book/et-book.css" as *
@import url('https://fonts.googleapis.com/css?family=Open+Sans|B612|B612+Mono&display=swap')
body
font-family: 'B612 Mono', monospace
margin: 2.5rem
body#body-cv
background-color: transparent
#copyright
font-size: 0.8rem
font-weight: 300
.badge, #copyright
font-family: 'B612 Mono', monospace
font-size: 0.8rem
font-weight: 300
.badge:before
content: "["
.badge:after
content: "]"
a.badge.bg-light
background-color: transparent !important
article
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif
font-size: 1.2rem
.sourceCode, .pre
font-size: 0.9rem
.sourceCode.diff span.st
color: #DC322F
.sourceCode.diff span.va
color: #2AA198
.sourceCode.pre
color: #000
background-color: transparent
.pre
color: #fff
background-color: #000
.pre, .mono-flow
padding: 1em 2em 1em 1em
border-radius: 1em
font-size: 10pt
font-family: 'B612 Mono', monospace
#ifdef .pre
color: #000
background-color: transparent
border: solid 1px #000
opacity: 0.5
font-size: 5pt
float: right
position: relative
left: 10px
.spacer
height: 20px
.box span.tag
border-radius: 0
a
text-decoration: none
blockquote
display: block
margin-block-start: 1em
margin-block-end: 1em
margin-inline-start: 40px
margin-inline-end: 40px
blockquote footer
display: block
font-size: 1.1rem
text-align: right
margin-inline-end: 40px
blockquote footer:before
content: "— "
#nav-side
background-color: inherit
border: inherit
#nav-side > .card-body
padding-left: 0
padding-top: 0
.d-lg-block #content
@extend .col-9
.d-lg-none #content
@extend .col-12
#content-cv
@extend .col-12
@media print
body
font-size: 12pt
margin-top: 2cm
margin-right: 2cm
margin-bottom: 1.5cm
margin-left: 2cm
// WARNING: You may not @extend an outer selector from within @media so I am
// not doing @extend .col-12 for print.
@media print
#content
flex: 0 0 100%
max-width: 100%
$date: #808080
// NOTE: First group of 3.
// SEE: https://colorbrewer2.org/#type=qualitative&scheme=Set3&n=5
// ['#8dd3c7', '#ffffb3', '#bebada', '#fb8072', '#80b1d3' ]
$updo: #8dd3c7
$blobs: #bebada
$flaretiming: #fb8072
// NOTE: Second group of 6.
// SEE: https://colorbrewer2.org/#type=qualitative&scheme=Paired&n=6
// ['#a6cee3','#1f78b4','#b2df8a','#33a02c','#fb9a99','#e31a1c']
$cit: #a6cee3
$bracco: #1f78b4
$aqualinc: #b2df8a
$tagly: #33a02c
$apress: #fb9a99
$travieo: #e31a1c
// NOTE: Third group of 5.
// SEE: https://colorbrewer2.org/#type=qualitative&scheme=Dark2&n=5
// ['#1b9e77','#d95f02','#7570b3','#e7298a','#66a61e']
$cactus: #1b9e77
$croplogic: #7570b3
$waimak: #e7298a
$nutricentre: #66a61e
$niwa: #e6ab02
// NOTE: Fourth group of 4.
// SEE: https://colorbrewer2.org/#type=qualitative&scheme=Set2&n=4
// ['#66c2a5','#fc8d62','#8da0cb','#e78ac3']
$obvious: #66c2a5
$aspelle: #fc8d62
$sml: #8da0cb
$trimble: #e78ac3
$twitter: #1da1f2
$linkedin: #0077b5
$stackoverflow: #f48024
$skype: #00aff0
.date,
.date > code
color: $date
.updo,
.updo > code
color: $updo
.blobs,
.blobs > code
color: $blobs
.flaretiming,
.flaretiming > code
color: $flaretiming
.cit,
.cit > code
color: $cit
.bracco,
.bracco > code
color: $bracco
.aqualinc,
.aqualinc > code
color: $aqualinc
.cactus,
.cactus > code
color: $cactus
.tagly,
.tagly > code
color: $tagly
.apress,
.apress > code
color: $apress
.travieo,
.travieo > code
color: $travieo
.croplogic,
.croplogic > code
color: $croplogic
.waimak,
.waimak > code
color: $waimak
.nutricentre,
.nutricentre > code
color: $nutricentre
.niwa,
.niwa > code
color: $niwa
.aspelle,
.aspelle > code
color: $aspelle
.obvious,
.obvious > code
color: $obvious
.sml,
.sml > code
color: $sml
.trimble,
.trimble > code
color: $trimble
h2.work-section
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
font-size: 1rem
padding-left: 1.5rem
div.work-history > ul
list-style-type: none
padding-inline-start: 0
text-indent: -3.2rem
margin-left: 3.2rem
div.work-history,
div.work-history > pre
margin: 0
a:target::after
content: " ☜"
#nav-side a.nav-link
font-size: 1.4rem
font-weight: bold
a
color: a11y-color(#007bff, #fffff8)
dd
margin-left: 2em
.hint, .tip, .note, .warning
margin-bottom: 1em
.hint,
.tip
background: #dbfaf4
.note
background: #e7f2fa
.warning
background:#ffedcc
.hint > div.title > p:before,
.tip > div.title > p:before,
.note > div.title > p:before
content: "✓"
display: inline-block
padding-left: 0.5em
padding-right: 0.2em
.warning > div.title > p:before
content: "!"
display: inline-block
padding-left: 0.5em
padding-right: 0.2em
.hint > div.title,
.tip > div.title,
.note > div.title,
.warning > div.title
font-family: 'B612 Mono', monospace
.tip > div.title,
.hint > div.title
color: #1abc9c
.note > div.title
color: #6ab0de
.warning > div.title
color: #f0b37e
.hint > p,
.tip > p,
.note > p,
.warning > p
padding-left: 0.5em
.hint,
.tip,
.note,
.warning
padding: 0em 0.5em
div#services-list ul
list-style-type: none