-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.sass
More file actions
424 lines (393 loc) · 8.89 KB
/
Copy pathmain.sass
File metadata and controls
424 lines (393 loc) · 8.89 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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
font-family: 'Montserrat', sans-serif
margin: 0
margin: 0
padding: 0
border: 0
font-size: 100%
font: inherit
vertical-align: baseline
*
box-sizing: border-box
h1, h2, h3, h4, h5, h6
font-family: 'Montserrat', sans-serif
margin: 0
p
font-family: "Montserrat", sans-serif
font-size: 100%
font-weight: normal
line-height: 1.5em
letter-spacing: 0.03rem
color: #fff
strong
color: #2AEA9C
a
font-family: 'Montserrat', sans-serif
font-size: 100%
font-weight: normal
line-height: 1.5em
letter-spacing: 0.03rem
color: #FF00FF
text-decoration: none
.navbar-fixed-top
align-items: center
display: flex
justify-content: center
padding: .5em 0
position: fixed
top: 0
width: 100%
z-index: 9999
@media only screen and (max-width: 1112px)
justify-content: space-between
flex-wrap: wrap
padding: 1em 0
overflow-y: scroll
.nav
display: none !important
margin-top: 1em
width: 100%
li
height: 3.5em
width: 100%
a
color: #ffffff
align-items: center
background-color: #000000
border-bottom: solid .01em #efefef
display: flex
flex-grow: 1
height: 100%
margin: 0
padding: .2em 1em 0 1em
width: 100%
.active
display: flex !important
flex-wrap: wrap
.logo
background-image: url('../../assets/images/codesync-logo.svg')
background-position: 0 0
background-repeat: no-repeat
background-size: contain
display: block
height: 2em
width: 2em
@media only screen and (max-width: 1112px)
margin-left: 2em
.nav
display: flex
li
list-style-type: none
a
color: #ffffff
padding-bottom: .5em
.current-menu-item
a
@media only screen and (max-width: 1112px)
background-color: #2a2828 !important
.page-scroll
font-weight: 200
margin: 0 1em
.active
a
color: $primary-color
border-bottom: solid .1em $primary-color
@media only screen and (max-width: 1112px)
border: none
color: #5e5e5e
.dropbtn
font-weight: 200
margin: 0 1em
@media only screen and (max-width: 1112px)
padding: 1em !important
width: 100%
.dropdown
cursor: pointer
float: left
overflow: hidden
@media only screen and (max-width: 1112px)
width: 100%
&:hover
.dropdown-content
display: flex
flex-flow: column
@media only screen and (max-width: 1112px)
width: 100%
a
color: #17222b !important
border-bottom: solid .1em #eeeeee
font-weight: 200
padding: .5em
@media only screen and (max-width: 1112px)
padding: 1em
&:hover
background-color: #eee
.dropdown-content
display: none
position: absolute
background-color: #f9f9f9
min-width: 160px
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2)
z-index: 1
.navbar-shrink
background: $dark
.section
height: 35em
width: 100%
.btn-outline
align-items: center
background: none
border: solid .1em #fff
color: #ffffff
border-radius: .3em
display: flex
justify-content: center
font-size: 1.3em
font-weight: 500
letter-spacing: .16em
padding: .5em 2.7em
@media screen and (max-width: 900px)
text-align: center
.btn-purple
&:hover
background-color: #fff
color: #543465
.btn-blue
&:hover
background-color: #ffffff
color: #2f5677
.btn-orange
border: solid .1em $primary-color
color: $primary-color
&:hover
background-color: $primary-color
color: #fff
.btn-orange-hover-white
&:hover
background-color: #ffffff
color: $primary-color
.btn-grey
&:hover
background-color: #ffffff
color: #323333
.ml-1
@media only screen and (min-width: 981px)
margin-left: 1em
@media only screen and (max-width: 980px)
margin-left: 0
.mt-0
margin-top: 0 !important
.mt-1
margin-top: 1em !important
.mb-1
margin-bottom: 1em
.mb-2
margin-bottom: 2em
.mb-3
margin-bottom: 3.1em
.w-100
width: 100%
.section
align-items: center
background-color: $dark
display: flex
flex-wrap: wrap
height: auto
justify-content: center
padding: 6em 3em
width: 100%
@media only screen and (max-width: 1112px)
padding: 2em 1em
.title
color: #fff
font-size: 2em
font-weight: 600
letter-spacing: .1em
text-align: center
min-width: 100%
width: 100%
.section-text
color: #fff
font-style: italic
font-weight: 500
font-size: .9em
text-align: center
width: 100%
hr
border: none
background: linear-gradient(to right, $secondary-color 50%, $primary-color 50%)
display: block
height: .3em
margin-top: 2em
margin-bottom: 2em
margin-left: auto
margin-right: auto
width: 5em
.row
display: flex
@media screen and (max-width: 900px)
flex-wrap: wrap
justify-content: center
text-align: center
.left-content
padding: 1em
width: 50%
@media screen and (max-width: 900px)
align-items: center
display: flex
justify-content: center
flex-flow: column
width: 100%
.right-content
padding: .6em 1em
width: 50%
@media screen and (max-width: 900px)
align-items: center
display: flex
justify-content: center
flex-flow: column
width: 100%
.text-title
color: #fff
letter-spacing: .1em
font-family: 'Lato'
font-size: 1.5em
.text-subtitle
color: #fff
letter-spacing: .1em
font-family: 'Lato'
font-size: 1.5em
font-weight: 100
.text-content
color: #fff
letter-spacing: .1em
font-family: 'Lato'
font-size: 1em
font-weight: 100
.items-container
display: flex
justify-content: center
flex-wrap: wrap
margin-top: 2em
width: 100%
.item
align-items: flex-start
background-color: $dark
border-radius: .5em
color: #fff
display: flex
flex-flow: column
margin: 1em
transition: box-shadow 150ms linear
width: 18em
@media screen and (max-width: 580px)
width: 100%
.item-head-link
width: 100%
.img
background-position: 0 0
background-repeat: no-repeat
background-size: cover
border-radius: 50%
display: block
height: 14em
margin: 2em auto 1em auto
width: 14em
@media screen and (max-width: 580px)
height: 14em
i
display: none
.item-name
color: #fff
font-size: 1.35em
line-height: 1.45em !important
font-weight: 500
margin: 1em 1em .8em 1em
.item-position
color: #ffffff
font-style: italic
font-weight: 500
font-size: 1em
text-align: left
margin: 0 1em 1em 1.45em
.item-training
color: $secondary-color
font-family: 'Montserrat', sans-serif !important
font-size: 1.2em
font-weight: 500
line-height: 1.45em !important
margin: 0 1em 1em 1em
&:hover
color: $secondary-hover-color
&:hover
box-shadow: 0 2px 6px rgba(0,0,0,.2)
.img
align-items: center
display: flex
justify-content: center
background-image: none !important
background-color: #14c2c9
transition: box-shadow 150ms linear
i
color: #ffffff
display: block
font-size: 2.8em
.toggle-menu
color: #ffffff
cursor: pointer
display: none
@media only screen and (max-width: 1112px)
margin-right: 2em
display: block
.flex-end
display: flex
justify-content: flex-end
.align-center
align-items: center
.newsletter
background-color: $secondary-color
.title, .section-text
color: #fff
hr
background: linear-gradient(to right, #ffffff 50%, $primary-color 50%)
iframe
margin: 0 auto
.fake-button
font: bold
text-decoration: none
background-color: #15c2c8
padding: 2px 6px 2px 6px
border-top: 1px solid
border-right: 1px solid
border-bottom: 1px solid
border-left: 1px solid
.call-for-talks
align-items: center
display: flex
flex-flow: column
@media only screen and (max-width: 634px)
padding: 0 2em 2em 2em
.column
float: left
width: 25%
/* Clear floats after the columns */
.row:after
content: ""
display: table
clear: both
/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px)
.column
width: 100%