alna-jekyll-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +48 -0
  4. data/_includes/author.html +22 -0
  5. data/_includes/book-details.html +45 -0
  6. data/_includes/book.html +31 -0
  7. data/_includes/bookcase.html +25 -0
  8. data/_includes/date.html +22 -0
  9. data/_includes/disqus-comments.html +17 -0
  10. data/_includes/google-analytics.html +8 -0
  11. data/_includes/head.html +55 -0
  12. data/_includes/notebook.html +31 -0
  13. data/_includes/page-foot.html +27 -0
  14. data/_includes/page-head.html +10 -0
  15. data/_includes/portfolio.html +23 -0
  16. data/_includes/post-head.html +16 -0
  17. data/_includes/project.html +25 -0
  18. data/_includes/rating.html +30 -0
  19. data/_includes/see-more.html +9 -0
  20. data/_includes/site-nav.html +22 -0
  21. data/_includes/social-media.html +6 -0
  22. data/_layouts/default.html +28 -0
  23. data/_layouts/page.html +16 -0
  24. data/_layouts/post.html +26 -0
  25. data/_sass/components/_components.author.scss +35 -0
  26. data/_sass/components/_components.book-details.scss +46 -0
  27. data/_sass/components/_components.book.scss +43 -0
  28. data/_sass/components/_components.bookcase.scss +24 -0
  29. data/_sass/components/_components.buttons.scss +129 -0
  30. data/_sass/components/_components.date.scss +8 -0
  31. data/_sass/components/_components.icons.scss +80 -0
  32. data/_sass/components/_components.notebook.scss +30 -0
  33. data/_sass/components/_components.page-content.scss +25 -0
  34. data/_sass/components/_components.page-foot.scss +36 -0
  35. data/_sass/components/_components.page-head.scss +9 -0
  36. data/_sass/components/_components.portfolio.scss +19 -0
  37. data/_sass/components/_components.post-head.scss +9 -0
  38. data/_sass/components/_components.post.scss +33 -0
  39. data/_sass/components/_components.project.scss +24 -0
  40. data/_sass/components/_components.rating.scss +7 -0
  41. data/_sass/components/_components.see-more.scss +7 -0
  42. data/_sass/components/_components.site-nav.scss +45 -0
  43. data/_sass/components/_components.social-media.scss +12 -0
  44. data/_sass/elements/_elements.descriptions.scss +23 -0
  45. data/_sass/elements/_elements.headings.scss +8 -0
  46. data/_sass/elements/_elements.links.scss +14 -0
  47. data/_sass/elements/_elements.page.scss +20 -0
  48. data/_sass/main.scss +197 -0
  49. data/_sass/settings/_settings.colors.scss +174 -0
  50. data/_sass/settings/_settings.global.scss +20 -0
  51. data/_sass/tools/_tools.aliases.scss +18 -0
  52. data/assets/css/main.css +2 -0
  53. data/assets/fonts/icomoon.eot +0 -0
  54. data/assets/fonts/icomoon.svg +20 -0
  55. data/assets/fonts/icomoon.ttf +0 -0
  56. data/assets/fonts/icomoon.woff +0 -0
  57. metadata +141 -0
data/_sass/main.scss ADDED
@@ -0,0 +1,197 @@
1
+ /* ==========================================================================
2
+ INUITCSS
3
+ ========================================================================== */
4
+
5
+ /**
6
+ * inuitcss, by @csswizardry
7
+ *
8
+ * github.com/inuitcss | inuitcss.com
9
+ */
10
+
11
+ /**
12
+ * This is an example inuitcss manifest file. DO NOT MODIFY THIS FILE DIRECTLY.
13
+ * Instead, copy and paste it into your own CSS directory and make additions,
14
+ * extensions, and modifications there.
15
+ */
16
+
17
+ /**
18
+ * CONTENTS
19
+ *
20
+ * SETTINGS
21
+ * Config...............Project-level configuration and feature switches.
22
+ * Core.................inuitcss’ core and setup settings.
23
+ * Global...............Project-wide variables and settings.
24
+ * Colors...............Manage our color palette in isolation.
25
+ *
26
+ * TOOLS
27
+ * Rem..................Tools for converting pixel inputs into their rem
28
+ * equivalents.
29
+ * Font-size............A mixin which guarantees baseline-friendly line-heights.
30
+ * Clearfix.............Micro clearfix mixin.
31
+ * Hidden...............Mixin for hiding elements.
32
+ * Sass MQ..............inuitcss’ default media query manager.
33
+ * Aliases..............Aliases onto longer inuitcss variables and mixins.
34
+ *
35
+ * GENERIC
36
+ * Box-sizing...........Better default `box-sizing`.
37
+ * Normalize.css........A level playing field using @necolas’ Normalize.css.
38
+ * Reset................A tiny reset to complement Normalize.css.
39
+ * Shared...............Sensibly and tersely share some global commonalities
40
+ * (particularly useful when managing vertical rhythm).
41
+ *
42
+ * ELEMENTS
43
+ * Page.................Set up our document’s default `font-size` and
44
+ * `line-height`.
45
+ * Headings.............Very minimal (i.e. only font-size information) for
46
+ * headings 1 through 6.
47
+ * Images...............Base image styles.
48
+ * Tables...............Simple table styles.
49
+ *
50
+ * OBJECTS
51
+ * Wrapper..............Page constraint object.
52
+ * Layout...............Generic layout module.
53
+ * Media................Image- and text-like content side by side. The
54
+ * poster-child of OOCSS.
55
+ * Flag.................Table-layout-based advancement on the Media object.
56
+ * List-bare............Lists with no bullets or indents.
57
+ * List-inline..........A list whose items all site in a line.
58
+ * Box..................Simple boxing abstraction.
59
+ * Block................Image-on-top-of-text object.
60
+ * Ratio................A container for maintaining aspect ratio of content.
61
+ * Crop.................Provide a cropping context for media (images, etc.).
62
+ * Tables...............Classes for manipulating `table`s.
63
+ * Pack.................Pack items into available horizontal space.
64
+ *
65
+ * COMPONENTS
66
+ * Buttons..............An example button component, and how it fits into the
67
+ * inuitcss framework.
68
+ * Site-nav.............Site’s main nav area.
69
+ *
70
+ * UTILITIES
71
+ * Clearfix.............Bind our clearfix onto a utility class.
72
+ * Widths...............Simple width helper classes.
73
+ * Headings.............Reassigning our heading styles to helper classes.
74
+ * Spacing..............Nudge bits of the DOM around with these spacing
75
+ * classes.
76
+ * Print................Reset-like styles taken from the HTML5 Boilerplate.
77
+ * Hide.................Helper classes to hide content
78
+ */
79
+
80
+ // SETTINGS
81
+ // @import "settings/example.settings.config";
82
+
83
+ $inuit-global-font-size: 18px;
84
+ $inuit-global-line-height: 24px;
85
+ @import "../node_modules/inuitcss/settings/settings.core";
86
+
87
+ @import "settings/settings.global";
88
+ @import "settings/settings.colors";
89
+
90
+
91
+
92
+
93
+
94
+ // TOOLS
95
+ @import "../node_modules/inuitcss/tools/tools.rem";
96
+ @import "../node_modules/inuitcss/tools/tools.font-size";
97
+ @import "../node_modules/inuitcss/tools/tools.clearfix";
98
+ @import "../node_modules/inuitcss/tools/tools.hidden";
99
+ @import "../node_modules/sass-mq/mq";
100
+ @import "tools/tools.aliases";
101
+
102
+
103
+
104
+
105
+
106
+ // GENERIC
107
+ @import "../node_modules/inuitcss/generic/generic.box-sizing";
108
+ @import "../node_modules/inuitcss/generic/generic.normalize";
109
+ @import "../node_modules/inuitcss/generic/generic.reset";
110
+ @import "../node_modules/inuitcss/generic/generic.shared";
111
+
112
+
113
+
114
+
115
+
116
+ // ELEMENTS
117
+ @import "../node_modules/inuitcss/elements/elements.page";
118
+ @import "elements/elements.page";
119
+
120
+ $inuit-font-size-h1: 34px;
121
+ $inuit-font-size-h2: 30px;
122
+ $inuit-font-size-h3: 26px;
123
+ $inuit-font-size-h4: 20px;
124
+ $inuit-font-size-h5: 16px;
125
+ $inuit-font-size-h6: 14px;
126
+ @import "../node_modules/inuitcss/elements/elements.headings";
127
+
128
+ @import "elements/elements.headings";
129
+ @import "../node_modules/inuitcss/elements/elements.images";
130
+ @import "../node_modules/inuitcss/elements/elements.tables";
131
+ @import "elements/elements.links";
132
+ @import "elements/elements.descriptions";
133
+
134
+
135
+
136
+
137
+
138
+ // OBJECTS
139
+ //
140
+ // Uncomment and add to this section as necessary.
141
+
142
+ $inuit-wrapper-width: 800px;
143
+ @import "../node_modules/inuitcss/objects/objects.wrapper";
144
+
145
+ @import "../node_modules/inuitcss/objects/objects.layout";
146
+ // @import "../node_modules/inuitcss/objects/objects.media";
147
+ @import "../node_modules/inuitcss/objects/objects.flag";
148
+ @import "../node_modules/inuitcss/objects/objects.list-bare";
149
+ @import "../node_modules/inuitcss/objects/objects.list-inline";
150
+ // @import "../node_modules/inuitcss/objects/objects.box";
151
+ // @import "../node_modules/inuitcss/objects/objects.block";
152
+ // @import "../node_modules/inuitcss/objects/objects.ratio";
153
+ // @import "../node_modules/inuitcss/objects/objects.crop";
154
+ // @import "../node_modules/inuitcss/objects/objects.tables";
155
+ @import "../node_modules/inuitcss/objects/objects.pack";
156
+
157
+
158
+
159
+
160
+
161
+ // COMPONENTS
162
+ //
163
+ // Build and include your project’s UI Compoments here.
164
+ @import "components/components.buttons";
165
+ @import "components/components.site-nav";
166
+ @import "components/components.page-head";
167
+ @import "components/components.notebook";
168
+ @import "components/components.date";
169
+ @import "components/components.author";
170
+ @import "components/components.page-foot";
171
+ @import "components/components.icons";
172
+ @import "components/components.social-media";
173
+ @import "components/components.bookcase";
174
+ @import "components/components.book";
175
+ @import "components/components.see-more";
176
+ @import "components/components.page-content";
177
+ @import "components/components.post";
178
+ @import "components/components.post-head";
179
+ @import "components/components.book-details";
180
+ @import "components/components.rating";
181
+ @import "components/components.portfolio";
182
+ @import "components/components.project";
183
+
184
+
185
+
186
+
187
+
188
+ // UTILITIES
189
+ @import "../node_modules/inuitcss/utilities/utilities.clearfix";
190
+
191
+ $inuit-offsets: true;
192
+ @import "../node_modules/inuitcss/utilities/utilities.widths";
193
+
194
+ @import "../node_modules/inuitcss/utilities/utilities.headings";
195
+ @import "../node_modules/inuitcss/utilities/utilities.spacing";
196
+ @import "../node_modules/inuitcss/utilities/utilities.print";
197
+ @import "../node_modules/inuitcss/utilities/utilities.hide";
@@ -0,0 +1,174 @@
1
+ /* ==========================================================================
2
+ #COLORS
3
+ ========================================================================== */
4
+
5
+ // Color palette
6
+
7
+ $color-bleu-de-france: #318CE7;
8
+ $color-cyan-cobalt-blue: #2d599e;
9
+ $color-ghost-white: #f6fafd;
10
+ $color-onyx: #30373b;
11
+ $color-platinum: #e5e5e5;
12
+ $color-snow: #f9fafa;
13
+ $color-sonic-silver: #767676;
14
+ $color-white: #fff;
15
+
16
+
17
+
18
+
19
+
20
+ // UI color application
21
+
22
+ $color-brand: $color-cyan-cobalt-blue;
23
+ $color-text: $color-onyx;
24
+ $color-border: $color-platinum;
25
+
26
+
27
+
28
+
29
+
30
+ // Site nav
31
+
32
+ $color-site-nav-background: $color-onyx;
33
+ $color-site-nav-link: $color-white;
34
+ $color-site-nav-link-background: rgba($color-white, 0.10);
35
+
36
+
37
+
38
+
39
+
40
+ // Page head
41
+
42
+ $color-page-head: $color-white;
43
+ $color-page-head-background: linear-gradient(to right, $color-cyan-cobalt-blue 0%, $color-bleu-de-france 100%);
44
+
45
+
46
+
47
+
48
+
49
+ // Notebook
50
+
51
+ $color-notebook-border: $color-border;
52
+
53
+
54
+
55
+
56
+
57
+ // Links
58
+
59
+ $color-links: $color-cyan-cobalt-blue;
60
+ $color-links-hover: $color-text;
61
+
62
+
63
+
64
+
65
+
66
+ // Date
67
+
68
+ $color-date: $color-sonic-silver;
69
+
70
+
71
+
72
+
73
+
74
+ // Buttons
75
+
76
+ $color-btn-primary: $color-white;
77
+ $color-btn-primary-background: $color-brand;
78
+ $color-btn-primary-hover: $color-text;
79
+
80
+ $color-btn-secondary: $color-white;
81
+ $color-btn-secondary-background: $color-sonic-silver;
82
+ $color-btn-secondary-hover: $color-text;
83
+
84
+
85
+
86
+
87
+
88
+ // Social media
89
+
90
+ $color-social-media: $color-sonic-silver;
91
+ $color-social-media-hover: $color-text;
92
+
93
+
94
+
95
+
96
+
97
+ // Page foot
98
+
99
+ $color-page-foot: $color-text;
100
+
101
+
102
+
103
+
104
+
105
+ // Bookcase
106
+
107
+ $color-bookcase-border: $color-border;
108
+
109
+
110
+
111
+
112
+
113
+ // Book
114
+
115
+ $color-book: $color-sonic-silver;
116
+ $color-book-headline: $color-text;
117
+ $color-book-background: $color-snow;
118
+
119
+
120
+
121
+
122
+
123
+ // Page content
124
+
125
+ $color-page-content-border: $color-border;
126
+
127
+
128
+
129
+
130
+
131
+ // Post
132
+
133
+ $color-post-border: $color-border;
134
+
135
+
136
+
137
+
138
+
139
+ // Book details
140
+
141
+ $color-book-details-background: $color-ghost-white;
142
+ $color-book-details-border: $color-bleu-de-france;
143
+
144
+
145
+
146
+
147
+
148
+ // Author
149
+
150
+ $color-author-background: $color-snow;
151
+
152
+
153
+
154
+
155
+
156
+ // Rating
157
+
158
+ $color-rating: $color-bleu-de-france;
159
+
160
+
161
+
162
+
163
+
164
+ // Project
165
+
166
+ $color-project-background: $color-snow;
167
+
168
+
169
+
170
+
171
+
172
+ // Portfolio
173
+
174
+ $color-portfolio-border: $color-border;
@@ -0,0 +1,20 @@
1
+ /* ==========================================================================
2
+ #GLOBAL
3
+ ========================================================================== */
4
+
5
+ // Standardise some UI treatments.
6
+
7
+ $global-radius: 3px;
8
+ $global-transition: (1/3) + s;
9
+
10
+
11
+ // Typography
12
+
13
+ $base-font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
14
+ $heading-font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
15
+ $extra-light: 200;
16
+ $light: 300;
17
+ $regular: 400;
18
+ $semi-bold: 600;
19
+ $bold: 700;
20
+ $black: 900;
@@ -0,0 +1,18 @@
1
+ /* ==========================================================================
2
+ #ALIASES
3
+ ========================================================================== */
4
+
5
+ // Reassign `$inuit-global-spacing-unit` to `$unit`.
6
+
7
+ $unit: $inuit-global-spacing-unit;
8
+ $unit-tiny: $inuit-global-spacing-unit-tiny;
9
+ $unit-small: $inuit-global-spacing-unit-small;
10
+ $unit-large: $inuit-global-spacing-unit-large;
11
+ $unit-huge: $inuit-global-spacing-unit-huge;
12
+
13
+
14
+ // Reassign lengthy font-size mixin to `font-size()`.
15
+
16
+ @mixin font-size($args...) {
17
+ @include inuit-font-size($args...);
18
+ }
@@ -0,0 +1,2 @@
1
+ /*! abelnieva.com | Abel Nieva (c) 2017 */
2
+ html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}body,h1,h2,h3,h4,h5,h6,blockquote,p,pre,dl,dd,ol,ul,figure,hr,fieldset,legend{margin:0;padding:0}li>ol,li>ul{margin-bottom:0}table{border-collapse:collapse;border-spacing:0}fieldset{min-width:0;border:0}address,h1,h2,h3,h4,h5,h6,blockquote,p,pre,dl,ol,ul,figure,hr,table,fieldset{margin-bottom:24px;margin-bottom:1.33333rem}dd,ol,ul{margin-left:24px;margin-left:1.33333rem}html{font-size:1.125em;line-height:1.33333;overflow-y:scroll;min-height:100%}html{color:#30373b;font-family:"Source Sans Pro",Helvetica,Arial,sans-serif;font-weight:400;letter-spacing:0.5px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}h1{font-size:34px;font-size:1.88889rem;line-height:1.41176}h2{font-size:30px;font-size:1.66667rem;line-height:1.6}h3{font-size:26px;font-size:1.44444rem;line-height:1.84615}h4{font-size:20px;font-size:1.11111rem;line-height:1.2}h5{font-size:16px;font-size:.88889rem;line-height:1.5}h6{font-size:14px;font-size:.77778rem;line-height:1.71429}h1,h2,h3,h4,h5,h6{font-family:"Ubuntu",Helvetica,Arial,sans-serif;font-weight:400}img{max-width:100%;font-style:italic;vertical-align:middle}img[width],img[height]{max-width:none}table{width:100%}a{color:#2d599e;text-decoration:none;-webkit-transition:.33333s;transition:.33333s}a:hover,a:focus{color:#30373b}dt{font-weight:600;float:left;clear:left;width:120px}dt:after{content:":"}dd{margin-left:24px;padding-left:24px}.o-wrapper{padding-right:24px;padding-left:24px;margin-right:auto;margin-left:auto;max-width:800px}.o-wrapper:after{content:"" !important;display:block !important;clear:both !important}.o-wrapper--tiny{padding-right:6px;padding-left:6px}.o-wrapper--small{padding-right:12px;padding-left:12px}.o-wrapper--large{padding-right:48px;padding-left:48px}.o-wrapper--huge{padding-right:96px;padding-left:96px}.o-layout{display:block;margin:0;padding:0;list-style:none;margin-left:-24px;font-size:0}.o-layout__item{box-sizing:border-box;display:inline-block;vertical-align:top;width:100%;padding-left:24px;font-size:18px;font-size:1rem}.o-layout--tiny{margin-left:-6px}.o-layout--tiny>.o-layout__item{padding-left:6px}.o-layout--small{margin-left:-12px}.o-layout--small>.o-layout__item{padding-left:12px}.o-layout--large{margin-left:-48px}.o-layout--large>.o-layout__item{padding-left:48px}.o-layout--huge{margin-left:-96px}.o-layout--huge>.o-layout__item{padding-left:96px}.o-layout--flush{margin-left:0}.o-layout--flush>.o-layout__item{padding-left:0}.o-layout--middle>.o-layout__item{vertical-align:middle}.o-layout--bottom>.o-layout__item{vertical-align:bottom}.o-layout--center{text-align:center}.o-layout--center>.o-layout__item{text-align:left}.o-layout--right{text-align:right}.o-layout--right>.o-layout__item{text-align:left}.o-layout--reverse{direction:rtl}.o-layout--reverse>.o-layout__item{direction:ltr;text-align:left}.o-flag{display:table;width:100%}.o-flag__img,.o-flag__body{display:table-cell;vertical-align:middle}.o-flag__img{width:1px;padding-right:24px}.o-flag__img>img{max-width:none}.o-flag__body{width:auto}.o-flag__body,.o-flag__body>:last-child{margin-bottom:0}.o-flag--tiny>.o-flag__img{padding-right:6px}.o-flag--tiny.o-flag--reverse>.o-flag__img{padding-right:0;padding-left:6px}.o-flag--small>.o-flag__img{padding-right:12px}.o-flag--small.o-flag--reverse>.o-flag__img{padding-right:0;padding-left:12px}.o-flag--large>.o-flag__img{padding-right:48px}.o-flag--large.o-flag--reverse>.o-flag__img{padding-right:0;padding-left:48px}.o-flag--huge>.o-flag__img{padding-right:96px}.o-flag--huge.o-flag--reverse>.o-flag__img{padding-right:0;padding-left:96px}.o-flag--flush>.o-flag__img{padding-right:0;padding-left:0}.o-flag--reverse{direction:rtl}.o-flag--reverse>.o-flag__img,.o-flag--reverse>.o-flag__body{direction:ltr}.o-flag--reverse>.o-flag__img{padding-right:0;padding-left:24px}.o-flag--top>.o-flag__img,.o-flag--top>.o-flag__body{vertical-align:top}.o-flag--bottom>.o-flag__img,.o-flag--bottom>.o-flag__body{vertical-align:bottom}.o-list-bare{list-style:none;margin-left:0}.o-list-inline{margin-left:0;list-style:none}.o-list-inline__item{display:inline-block}.o-list-inline--delimited{font-size:0}.o-list-inline--delimited>.o-list-inline__item{font-size:18px;font-size:1rem}.o-list-inline--delimited>.o-list-inline__item+.o-list-inline__item:before{content:", "}.o-pack{width:100%;margin-left:0;display:table;table-layout:fixed}.o-pack__item{display:table-cell}.o-pack--middle>.o-pack__item{vertical-align:middle}.o-pack--bottom>.o-pack__item{vertical-align:bottom}.o-pack--auto{table-layout:auto}.o-pack--tiny{border-spacing:6px}.o-pack--small{border-spacing:12px}.o-pack--large{border-spacing:48px}.o-pack--huge{border-spacing:96px}.o-pack--rev{direction:rtl}.o-pack--rev>.o-pack__item{direction:ltr}.c-btn{font-size:18px;font-size:1rem;line-height:2.2;display:inline-block;vertical-align:middle;text-align:center;margin:0;cursor:pointer;padding:0 24px;-webkit-transition:.33333s;transition:.33333s;border-radius:3px;font-weight:600}.c-btn--primary{background-color:#2d599e}.c-btn--primary,.c-btn--primary:hover,.c-btn--primary:active,.c-btn--primary:focus{text-decoration:none;color:#fff}.c-btn--primary:hover,.c-btn--primary:focus{background-color:#30373b}.c-btn--secondary{background-color:#767676}.c-btn--secondary,.c-btn--secondary:hover,.c-btn--secondary:active,.c-btn--secondary:focus{text-decoration:none;color:#fff}.c-btn--secondary:hover,.c-btn--secondary:focus{background-color:#30373b}.c-btn--small{font-size:16px;font-size:.88889rem;line-height:1.8;padding:0 12px}.c-btn--large{font-size:20px;font-size:1.11111rem;line-height:2.6;padding:0 48px}.c-btn--ghost{box-shadow:inset 0 0 0 1px currentColor}.c-btn--ghost,.c-btn--ghost:hover,.c-btn--ghost:active,.c-btn--ghost:focus{background:none}.c-btn--ghost.c-btn--primary{color:#2d599e}.c-btn--ghost.c-btn--primary:hover,.c-btn--ghost.c-btn--primary:focus{color:#30373b}.c-btn--ghost.c-btn--secondary{color:#767676}.c-btn--ghost.c-btn--secondary:hover,.c-btn--ghost.c-btn--secondary:focus{color:#30373b}.c-site-nav{background:#30373b}.c-site-nav__list{margin-bottom:0}.c-site-nav__item{text-align:center}@media (max-width: 46.24em){.c-site-nav__item{display:block}}.c-site-nav__link{font-size:16px;font-size:.88889rem;color:#fff;display:block;letter-spacing:3px;padding:24px 0;text-transform:uppercase}@media (max-width: 46.24em){.c-site-nav__link{padding:12px 0}}.c-site-nav__link:hover,.c-site-nav__link:focus{background:rgba(255,255,255,0.1);color:#fff}.c-page-head{background:-webkit-linear-gradient(left, #2d599e 0%, #318CE7 100%);background:linear-gradient(to right, #2d599e 0%, #318CE7 100%);color:#fff;padding:48px 0}.c-notebook{padding:48px 0;border-bottom:1px solid #e5e5e5}.c-notebook__headline{text-align:center;margin-bottom:48px}.c-notebook__list{padding-bottom:24px;margin-bottom:0}.c-notebook__item{border-bottom:1px solid #e5e5e5;margin-top:24px}.c-notebook__item:last-child{border-bottom:0}.c-date{font-size:16px;font-size:.88889rem;line-height:1.5;color:#767676}.c-author{margin-bottom:0;padding:0 24px}@media (max-width: 46.24em){.c-author{text-align:center}}@media (max-width: 46.24em){.c-author__photo{padding-right:0}}.c-author__photo img{border-radius:50%}@media (max-width: 46.24em){.c-author__bio{display:none}}.c-author__bio a{color:currentColor;border-bottom:1px dotted currentColor}.c-page-foot{font-size:14px;font-size:.77778rem;color:#30373b;padding:48px 0;text-align:center}.c-page-foot__about{margin-bottom:12px}.c-page-foot__about a{border-bottom:1px dotted currentColor;color:#30373b}.c-page-foot__copyright{font-weight:600;margin-bottom:0}.c-page-foot__item{font-size:24px;font-size:1.33333rem;padding:0 12px}@font-face{font-family:'icomoon';src:url("../fonts/icomoon.eot?snldla");src:url("../fonts/icomoon.eot?snldla#iefix") format("embedded-opentype"),url("../fonts/icomoon.ttf?snldla") format("truetype"),url("../fonts/icomoon.woff?snldla") format("woff"),url("../fonts/icomoon.svg?snldla#icomoon") format("svg");font-weight:normal;font-style:normal}.c-icon{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.c-icon--facebook:before{content:"\ea90"}.c-icon--instagram:before{content:"\ea92"}.c-icon--twitter:before{content:"\ea96"}.c-icon--youtube:before{content:"\ea9d"}.c-icon--github:before{content:"\eab0"}.c-icon--soundcloud:before{content:"\eac3"}.c-icon--linkedin:before{content:"\eaca"}.c-icon--envelop:before{content:"\e945"}.c-icon--star-empty:before{content:"\e9d7"}.c-icon--star-full:before{content:"\e9d9"}.c-social-media{color:#767676}.c-social-media:hover,.c-social-media:focus{color:#30373b}.c-bookcase{padding:48px 0;border-bottom:1px solid #e5e5e5}.c-bookcase__headline{text-align:center;margin-bottom:48px}.c-bookcase__list{margin-bottom:24px}.c-bookcase__item{margin-bottom:24px}.c-book{text-align:center}.c-book__link{color:#767676;display:block;padding:12px}.c-book__link:hover,.c-book__link:focus{color:#767676;background:#f9fafa}.c-book__cover{box-sizing:content-box;margin-bottom:12px;max-height:200px}.c-book__cover img{max-height:inherit}.c-book__headline{color:#30373b;margin:6px 0}.c-book__excerpt{font-size:16px;font-size:.88889rem;margin-bottom:0}.c-see-more{text-align:center}.c-page-content{padding:48px 0;border-bottom:1px solid #e5e5e5}.c-page-content p{line-height:1.5}.c-page-content h2{border-top:1px solid #e5e5e5;margin:48px 0 12px;padding:24px 0;text-align:center}.c-page-content__headline{text-align:center;margin-bottom:48px}.c-post{padding:48px 0;border-bottom:1px solid #e5e5e5}.c-post p{line-height:1.5}.c-post h2{border-top:1px solid #e5e5e5;margin:48px 0 12px;padding:24px 0}.c-post a{border-bottom:1px dotted currentColor}.c-post__content{border-bottom:1px solid #e5e5e5;margin-bottom:48px;padding-bottom:48px}.c-post__content p:last-child{margin-bottom:0}.c-post-head h1{margin-bottom:48px}.c-book-details{background:#f6fafd;padding:24px;margin-bottom:48px;border-left:4px solid #318CE7}.c-book-details small{display:block}@media (max-width: 46.24em){.c-book-details__cover{display:block;float:none;margin:0 auto 24px}}.c-book-details__cover img{max-height:180px}.c-book-details__title{margin-bottom:0}.c-book-details__details{font-size:14px;font-size:.77778rem}.c-book-details__descriptions{margin-bottom:0}@media (max-width: 46.24em){.c-book-details__descriptions{display:none}}.c-rating{color:#318CE7}.c-portfolio{border-bottom:1px solid #e5e5e5;padding:48px 0}.c-portfolio__headline{margin-bottom:48px;text-align:center}.c-portfolio__list{margin-bottom:0}.c-project{margin-bottom:24px}.c-project__banner{margin-bottom:24px}.c-project__headline{margin-bottom:12px;text-align:center;text-transform:uppercase}.c-project__btn{text-align:center}.u-clearfix:after{content:"" !important;display:block !important;clear:both !important}.u-1\/1{width:100% !important}.u-push-1\/1{position:relative !important;right:auto !important;left:100% !important}.u-pull-1\/1{position:relative !important;right:100% !important;left:auto !important}.u-1\/2{width:50% !important}.u-push-1\/2{position:relative !important;right:auto !important;left:50% !important}.u-pull-1\/2{position:relative !important;right:50% !important;left:auto !important}.u-2\/2{width:100% !important}.u-push-2\/2{position:relative !important;right:auto !important;left:100% !important}.u-pull-2\/2{position:relative !important;right:100% !important;left:auto !important}.u-1\/3{width:33.33333% !important}.u-push-1\/3{position:relative !important;right:auto !important;left:33.33333% !important}.u-pull-1\/3{position:relative !important;right:33.33333% !important;left:auto !important}.u-2\/3{width:66.66667% !important}.u-push-2\/3{position:relative !important;right:auto !important;left:66.66667% !important}.u-pull-2\/3{position:relative !important;right:66.66667% !important;left:auto !important}.u-3\/3{width:100% !important}.u-push-3\/3{position:relative !important;right:auto !important;left:100% !important}.u-pull-3\/3{position:relative !important;right:100% !important;left:auto !important}.u-1\/4{width:25% !important}.u-push-1\/4{position:relative !important;right:auto !important;left:25% !important}.u-pull-1\/4{position:relative !important;right:25% !important;left:auto !important}.u-2\/4{width:50% !important}.u-push-2\/4{position:relative !important;right:auto !important;left:50% !important}.u-pull-2\/4{position:relative !important;right:50% !important;left:auto !important}.u-3\/4{width:75% !important}.u-push-3\/4{position:relative !important;right:auto !important;left:75% !important}.u-pull-3\/4{position:relative !important;right:75% !important;left:auto !important}.u-4\/4{width:100% !important}.u-push-4\/4{position:relative !important;right:auto !important;left:100% !important}.u-pull-4\/4{position:relative !important;right:100% !important;left:auto !important}.u-1\/5{width:20% !important}.u-push-1\/5{position:relative !important;right:auto !important;left:20% !important}.u-pull-1\/5{position:relative !important;right:20% !important;left:auto !important}.u-2\/5{width:40% !important}.u-push-2\/5{position:relative !important;right:auto !important;left:40% !important}.u-pull-2\/5{position:relative !important;right:40% !important;left:auto !important}.u-3\/5{width:60% !important}.u-push-3\/5{position:relative !important;right:auto !important;left:60% !important}.u-pull-3\/5{position:relative !important;right:60% !important;left:auto !important}.u-4\/5{width:80% !important}.u-push-4\/5{position:relative !important;right:auto !important;left:80% !important}.u-pull-4\/5{position:relative !important;right:80% !important;left:auto !important}.u-5\/5{width:100% !important}.u-push-5\/5{position:relative !important;right:auto !important;left:100% !important}.u-pull-5\/5{position:relative !important;right:100% !important;left:auto !important}@media (min-width: 20em){.u-1\/1\@mobile{width:100% !important}.u-push-1\/1\@mobile{position:relative !important;right:auto !important;left:100% !important}.u-pull-1\/1\@mobile{position:relative !important;right:100% !important;left:auto !important}.u-1\/2\@mobile{width:50% !important}.u-push-1\/2\@mobile{position:relative !important;right:auto !important;left:50% !important}.u-pull-1\/2\@mobile{position:relative !important;right:50% !important;left:auto !important}.u-2\/2\@mobile{width:100% !important}.u-push-2\/2\@mobile{position:relative !important;right:auto !important;left:100% !important}.u-pull-2\/2\@mobile{position:relative !important;right:100% !important;left:auto !important}.u-1\/3\@mobile{width:33.33333% !important}.u-push-1\/3\@mobile{position:relative !important;right:auto !important;left:33.33333% !important}.u-pull-1\/3\@mobile{position:relative !important;right:33.33333% !important;left:auto !important}.u-2\/3\@mobile{width:66.66667% !important}.u-push-2\/3\@mobile{position:relative !important;right:auto !important;left:66.66667% !important}.u-pull-2\/3\@mobile{position:relative !important;right:66.66667% !important;left:auto !important}.u-3\/3\@mobile{width:100% !important}.u-push-3\/3\@mobile{position:relative !important;right:auto !important;left:100% !important}.u-pull-3\/3\@mobile{position:relative !important;right:100% !important;left:auto !important}.u-1\/4\@mobile{width:25% !important}.u-push-1\/4\@mobile{position:relative !important;right:auto !important;left:25% !important}.u-pull-1\/4\@mobile{position:relative !important;right:25% !important;left:auto !important}.u-2\/4\@mobile{width:50% !important}.u-push-2\/4\@mobile{position:relative !important;right:auto !important;left:50% !important}.u-pull-2\/4\@mobile{position:relative !important;right:50% !important;left:auto !important}.u-3\/4\@mobile{width:75% !important}.u-push-3\/4\@mobile{position:relative !important;right:auto !important;left:75% !important}.u-pull-3\/4\@mobile{position:relative !important;right:75% !important;left:auto !important}.u-4\/4\@mobile{width:100% !important}.u-push-4\/4\@mobile{position:relative !important;right:auto !important;left:100% !important}.u-pull-4\/4\@mobile{position:relative !important;right:100% !important;left:auto !important}.u-1\/5\@mobile{width:20% !important}.u-push-1\/5\@mobile{position:relative !important;right:auto !important;left:20% !important}.u-pull-1\/5\@mobile{position:relative !important;right:20% !important;left:auto !important}.u-2\/5\@mobile{width:40% !important}.u-push-2\/5\@mobile{position:relative !important;right:auto !important;left:40% !important}.u-pull-2\/5\@mobile{position:relative !important;right:40% !important;left:auto !important}.u-3\/5\@mobile{width:60% !important}.u-push-3\/5\@mobile{position:relative !important;right:auto !important;left:60% !important}.u-pull-3\/5\@mobile{position:relative !important;right:60% !important;left:auto !important}.u-4\/5\@mobile{width:80% !important}.u-push-4\/5\@mobile{position:relative !important;right:auto !important;left:80% !important}.u-pull-4\/5\@mobile{position:relative !important;right:80% !important;left:auto !important}.u-5\/5\@mobile{width:100% !important}.u-push-5\/5\@mobile{position:relative !important;right:auto !important;left:100% !important}.u-pull-5\/5\@mobile{position:relative !important;right:100% !important;left:auto !important}}@media (min-width: 46.25em){.u-1\/1\@tablet{width:100% !important}.u-push-1\/1\@tablet{position:relative !important;right:auto !important;left:100% !important}.u-pull-1\/1\@tablet{position:relative !important;right:100% !important;left:auto !important}.u-1\/2\@tablet{width:50% !important}.u-push-1\/2\@tablet{position:relative !important;right:auto !important;left:50% !important}.u-pull-1\/2\@tablet{position:relative !important;right:50% !important;left:auto !important}.u-2\/2\@tablet{width:100% !important}.u-push-2\/2\@tablet{position:relative !important;right:auto !important;left:100% !important}.u-pull-2\/2\@tablet{position:relative !important;right:100% !important;left:auto !important}.u-1\/3\@tablet{width:33.33333% !important}.u-push-1\/3\@tablet{position:relative !important;right:auto !important;left:33.33333% !important}.u-pull-1\/3\@tablet{position:relative !important;right:33.33333% !important;left:auto !important}.u-2\/3\@tablet{width:66.66667% !important}.u-push-2\/3\@tablet{position:relative !important;right:auto !important;left:66.66667% !important}.u-pull-2\/3\@tablet{position:relative !important;right:66.66667% !important;left:auto !important}.u-3\/3\@tablet{width:100% !important}.u-push-3\/3\@tablet{position:relative !important;right:auto !important;left:100% !important}.u-pull-3\/3\@tablet{position:relative !important;right:100% !important;left:auto !important}.u-1\/4\@tablet{width:25% !important}.u-push-1\/4\@tablet{position:relative !important;right:auto !important;left:25% !important}.u-pull-1\/4\@tablet{position:relative !important;right:25% !important;left:auto !important}.u-2\/4\@tablet{width:50% !important}.u-push-2\/4\@tablet{position:relative !important;right:auto !important;left:50% !important}.u-pull-2\/4\@tablet{position:relative !important;right:50% !important;left:auto !important}.u-3\/4\@tablet{width:75% !important}.u-push-3\/4\@tablet{position:relative !important;right:auto !important;left:75% !important}.u-pull-3\/4\@tablet{position:relative !important;right:75% !important;left:auto !important}.u-4\/4\@tablet{width:100% !important}.u-push-4\/4\@tablet{position:relative !important;right:auto !important;left:100% !important}.u-pull-4\/4\@tablet{position:relative !important;right:100% !important;left:auto !important}.u-1\/5\@tablet{width:20% !important}.u-push-1\/5\@tablet{position:relative !important;right:auto !important;left:20% !important}.u-pull-1\/5\@tablet{position:relative !important;right:20% !important;left:auto !important}.u-2\/5\@tablet{width:40% !important}.u-push-2\/5\@tablet{position:relative !important;right:auto !important;left:40% !important}.u-pull-2\/5\@tablet{position:relative !important;right:40% !important;left:auto !important}.u-3\/5\@tablet{width:60% !important}.u-push-3\/5\@tablet{position:relative !important;right:auto !important;left:60% !important}.u-pull-3\/5\@tablet{position:relative !important;right:60% !important;left:auto !important}.u-4\/5\@tablet{width:80% !important}.u-push-4\/5\@tablet{position:relative !important;right:auto !important;left:80% !important}.u-pull-4\/5\@tablet{position:relative !important;right:80% !important;left:auto !important}.u-5\/5\@tablet{width:100% !important}.u-push-5\/5\@tablet{position:relative !important;right:auto !important;left:100% !important}.u-pull-5\/5\@tablet{position:relative !important;right:100% !important;left:auto !important}}@media (min-width: 61.25em){.u-1\/1\@desktop{width:100% !important}.u-push-1\/1\@desktop{position:relative !important;right:auto !important;left:100% !important}.u-pull-1\/1\@desktop{position:relative !important;right:100% !important;left:auto !important}.u-1\/2\@desktop{width:50% !important}.u-push-1\/2\@desktop{position:relative !important;right:auto !important;left:50% !important}.u-pull-1\/2\@desktop{position:relative !important;right:50% !important;left:auto !important}.u-2\/2\@desktop{width:100% !important}.u-push-2\/2\@desktop{position:relative !important;right:auto !important;left:100% !important}.u-pull-2\/2\@desktop{position:relative !important;right:100% !important;left:auto !important}.u-1\/3\@desktop{width:33.33333% !important}.u-push-1\/3\@desktop{position:relative !important;right:auto !important;left:33.33333% !important}.u-pull-1\/3\@desktop{position:relative !important;right:33.33333% !important;left:auto !important}.u-2\/3\@desktop{width:66.66667% !important}.u-push-2\/3\@desktop{position:relative !important;right:auto !important;left:66.66667% !important}.u-pull-2\/3\@desktop{position:relative !important;right:66.66667% !important;left:auto !important}.u-3\/3\@desktop{width:100% !important}.u-push-3\/3\@desktop{position:relative !important;right:auto !important;left:100% !important}.u-pull-3\/3\@desktop{position:relative !important;right:100% !important;left:auto !important}.u-1\/4\@desktop{width:25% !important}.u-push-1\/4\@desktop{position:relative !important;right:auto !important;left:25% !important}.u-pull-1\/4\@desktop{position:relative !important;right:25% !important;left:auto !important}.u-2\/4\@desktop{width:50% !important}.u-push-2\/4\@desktop{position:relative !important;right:auto !important;left:50% !important}.u-pull-2\/4\@desktop{position:relative !important;right:50% !important;left:auto !important}.u-3\/4\@desktop{width:75% !important}.u-push-3\/4\@desktop{position:relative !important;right:auto !important;left:75% !important}.u-pull-3\/4\@desktop{position:relative !important;right:75% !important;left:auto !important}.u-4\/4\@desktop{width:100% !important}.u-push-4\/4\@desktop{position:relative !important;right:auto !important;left:100% !important}.u-pull-4\/4\@desktop{position:relative !important;right:100% !important;left:auto !important}.u-1\/5\@desktop{width:20% !important}.u-push-1\/5\@desktop{position:relative !important;right:auto !important;left:20% !important}.u-pull-1\/5\@desktop{position:relative !important;right:20% !important;left:auto !important}.u-2\/5\@desktop{width:40% !important}.u-push-2\/5\@desktop{position:relative !important;right:auto !important;left:40% !important}.u-pull-2\/5\@desktop{position:relative !important;right:40% !important;left:auto !important}.u-3\/5\@desktop{width:60% !important}.u-push-3\/5\@desktop{position:relative !important;right:auto !important;left:60% !important}.u-pull-3\/5\@desktop{position:relative !important;right:60% !important;left:auto !important}.u-4\/5\@desktop{width:80% !important}.u-push-4\/5\@desktop{position:relative !important;right:auto !important;left:80% !important}.u-pull-4\/5\@desktop{position:relative !important;right:80% !important;left:auto !important}.u-5\/5\@desktop{width:100% !important}.u-push-5\/5\@desktop{position:relative !important;right:auto !important;left:100% !important}.u-pull-5\/5\@desktop{position:relative !important;right:100% !important;left:auto !important}}@media (min-width: 81.25em){.u-1\/1\@wide{width:100% !important}.u-push-1\/1\@wide{position:relative !important;right:auto !important;left:100% !important}.u-pull-1\/1\@wide{position:relative !important;right:100% !important;left:auto !important}.u-1\/2\@wide{width:50% !important}.u-push-1\/2\@wide{position:relative !important;right:auto !important;left:50% !important}.u-pull-1\/2\@wide{position:relative !important;right:50% !important;left:auto !important}.u-2\/2\@wide{width:100% !important}.u-push-2\/2\@wide{position:relative !important;right:auto !important;left:100% !important}.u-pull-2\/2\@wide{position:relative !important;right:100% !important;left:auto !important}.u-1\/3\@wide{width:33.33333% !important}.u-push-1\/3\@wide{position:relative !important;right:auto !important;left:33.33333% !important}.u-pull-1\/3\@wide{position:relative !important;right:33.33333% !important;left:auto !important}.u-2\/3\@wide{width:66.66667% !important}.u-push-2\/3\@wide{position:relative !important;right:auto !important;left:66.66667% !important}.u-pull-2\/3\@wide{position:relative !important;right:66.66667% !important;left:auto !important}.u-3\/3\@wide{width:100% !important}.u-push-3\/3\@wide{position:relative !important;right:auto !important;left:100% !important}.u-pull-3\/3\@wide{position:relative !important;right:100% !important;left:auto !important}.u-1\/4\@wide{width:25% !important}.u-push-1\/4\@wide{position:relative !important;right:auto !important;left:25% !important}.u-pull-1\/4\@wide{position:relative !important;right:25% !important;left:auto !important}.u-2\/4\@wide{width:50% !important}.u-push-2\/4\@wide{position:relative !important;right:auto !important;left:50% !important}.u-pull-2\/4\@wide{position:relative !important;right:50% !important;left:auto !important}.u-3\/4\@wide{width:75% !important}.u-push-3\/4\@wide{position:relative !important;right:auto !important;left:75% !important}.u-pull-3\/4\@wide{position:relative !important;right:75% !important;left:auto !important}.u-4\/4\@wide{width:100% !important}.u-push-4\/4\@wide{position:relative !important;right:auto !important;left:100% !important}.u-pull-4\/4\@wide{position:relative !important;right:100% !important;left:auto !important}.u-1\/5\@wide{width:20% !important}.u-push-1\/5\@wide{position:relative !important;right:auto !important;left:20% !important}.u-pull-1\/5\@wide{position:relative !important;right:20% !important;left:auto !important}.u-2\/5\@wide{width:40% !important}.u-push-2\/5\@wide{position:relative !important;right:auto !important;left:40% !important}.u-pull-2\/5\@wide{position:relative !important;right:40% !important;left:auto !important}.u-3\/5\@wide{width:60% !important}.u-push-3\/5\@wide{position:relative !important;right:auto !important;left:60% !important}.u-pull-3\/5\@wide{position:relative !important;right:60% !important;left:auto !important}.u-4\/5\@wide{width:80% !important}.u-push-4\/5\@wide{position:relative !important;right:auto !important;left:80% !important}.u-pull-4\/5\@wide{position:relative !important;right:80% !important;left:auto !important}.u-5\/5\@wide{width:100% !important}.u-push-5\/5\@wide{position:relative !important;right:auto !important;left:100% !important}.u-pull-5\/5\@wide{position:relative !important;right:100% !important;left:auto !important}}.u-h1{font-size:34px !important;font-size:1.88889rem !important;line-height:1.41176 !important}.u-h2{font-size:30px !important;font-size:1.66667rem !important;line-height:1.6 !important}.u-h3{font-size:26px !important;font-size:1.44444rem !important;line-height:1.84615 !important}.u-h4{font-size:20px !important;font-size:1.11111rem !important;line-height:1.2 !important}.u-h5{font-size:16px !important;font-size:.88889rem !important;line-height:1.5 !important}.u-h6{font-size:14px !important;font-size:.77778rem !important;line-height:1.71429 !important}.u-padding{padding:24px !important}.u-padding-tiny{padding:6px !important}.u-padding-small{padding:12px !important}.u-padding-large{padding:48px !important}.u-padding-huge{padding:96px !important}.u-padding-none{padding:0 !important}.u-padding-top{padding-top:24px !important}.u-padding-top-tiny{padding-top:6px !important}.u-padding-top-small{padding-top:12px !important}.u-padding-top-large{padding-top:48px !important}.u-padding-top-huge{padding-top:96px !important}.u-padding-top-none{padding-top:0 !important}.u-padding-right{padding-right:24px !important}.u-padding-right-tiny{padding-right:6px !important}.u-padding-right-small{padding-right:12px !important}.u-padding-right-large{padding-right:48px !important}.u-padding-right-huge{padding-right:96px !important}.u-padding-right-none{padding-right:0 !important}.u-padding-bottom{padding-bottom:24px !important}.u-padding-bottom-tiny{padding-bottom:6px !important}.u-padding-bottom-small{padding-bottom:12px !important}.u-padding-bottom-large{padding-bottom:48px !important}.u-padding-bottom-huge{padding-bottom:96px !important}.u-padding-bottom-none{padding-bottom:0 !important}.u-padding-left{padding-left:24px !important}.u-padding-left-tiny{padding-left:6px !important}.u-padding-left-small{padding-left:12px !important}.u-padding-left-large{padding-left:48px !important}.u-padding-left-huge{padding-left:96px !important}.u-padding-left-none{padding-left:0 !important}.u-margin{margin:24px !important}.u-margin-tiny{margin:6px !important}.u-margin-small{margin:12px !important}.u-margin-large{margin:48px !important}.u-margin-huge{margin:96px !important}.u-margin-none{margin:0 !important}.u-margin-top{margin-top:24px !important}.u-margin-top-tiny{margin-top:6px !important}.u-margin-top-small{margin-top:12px !important}.u-margin-top-large{margin-top:48px !important}.u-margin-top-huge{margin-top:96px !important}.u-margin-top-none{margin-top:0 !important}.u-margin-right{margin-right:24px !important}.u-margin-right-tiny{margin-right:6px !important}.u-margin-right-small{margin-right:12px !important}.u-margin-right-large{margin-right:48px !important}.u-margin-right-huge{margin-right:96px !important}.u-margin-right-none{margin-right:0 !important}.u-margin-bottom{margin-bottom:24px !important}.u-margin-bottom-tiny{margin-bottom:6px !important}.u-margin-bottom-small{margin-bottom:12px !important}.u-margin-bottom-large{margin-bottom:48px !important}.u-margin-bottom-huge{margin-bottom:96px !important}.u-margin-bottom-none{margin-bottom:0 !important}.u-margin-left{margin-left:24px !important}.u-margin-left-tiny{margin-left:6px !important}.u-margin-left-small{margin-left:12px !important}.u-margin-left-large{margin-left:48px !important}.u-margin-left-huge{margin-left:96px !important}.u-margin-left-none{margin-left:0 !important}@media print{*,*:before,*:after,*:first-letter,*:first-line{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.u-hidden-visually{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.u-hidden{display:none !important}
Binary file
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Generated by IcoMoon</metadata>
5
+ <defs>
6
+ <font id="icomoon" horiz-adv-x="1024">
7
+ <font-face units-per-em="1024" ascent="960" descent="-64" />
8
+ <missing-glyph horiz-adv-x="1024" />
9
+ <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
+ <glyph unicode="&#xe945;" glyph-name="envelop" d="M928 832h-832c-52.8 0-96-43.2-96-96v-640c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v640c0 52.8-43.2 96-96 96zM398.74 409.628l-270.74-210.892v501.642l270.74-290.75zM176.38 704h671.24l-335.62-252-335.62 252zM409.288 398.302l102.712-110.302 102.71 110.302 210.554-270.302h-626.528l210.552 270.302zM625.26 409.628l270.74 290.75v-501.642l-270.74 210.892z" />
11
+ <glyph unicode="&#xe9d7;" glyph-name="star-empty" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538zM512 206.502l-223.462-117.48 42.676 248.83-180.786 176.222 249.84 36.304 111.732 226.396 111.736-226.396 249.836-36.304-180.788-176.222 42.678-248.83-223.462 117.48z" />
12
+ <glyph unicode="&#xe9d9;" glyph-name="star-full" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538z" />
13
+ <glyph unicode="&#xea90;" glyph-name="facebook" d="M608 768h160v192h-160c-123.514 0-224-100.486-224-224v-96h-128v-192h128v-512h192v512h160l32 192h-192v96c0 17.346 14.654 32 32 32z" />
14
+ <glyph unicode="&#xea92;" glyph-name="instagram" d="M512 867.8c136.8 0 153-0.6 206.8-3 50-2.2 77-10.6 95-17.6 23.8-9.2 41-20.4 58.8-38.2 18-18 29-35 38.4-58.8 7-18 15.4-45.2 17.6-95 2.4-54 3-70.2 3-206.8s-0.6-153-3-206.8c-2.2-50-10.6-77-17.6-95-9.2-23.8-20.4-41-38.2-58.8-18-18-35-29-58.8-38.4-18-7-45.2-15.4-95-17.6-54-2.4-70.2-3-206.8-3s-153 0.6-206.8 3c-50 2.2-77 10.6-95 17.6-23.8 9.2-41 20.4-58.8 38.2-18 18-29 35-38.4 58.8-7 18-15.4 45.2-17.6 95-2.4 54-3 70.2-3 206.8s0.6 153 3 206.8c2.2 50 10.6 77 17.6 95 9.2 23.8 20.4 41 38.2 58.8 18 18 35 29 58.8 38.4 18 7 45.2 15.4 95 17.6 53.8 2.4 70 3 206.8 3zM512 960c-139 0-156.4-0.6-211-3-54.4-2.4-91.8-11.2-124.2-23.8-33.8-13.2-62.4-30.6-90.8-59.2-28.6-28.4-46-57-59.2-90.6-12.6-32.6-21.4-69.8-23.8-124.2-2.4-54.8-3-72.2-3-211.2s0.6-156.4 3-211c2.4-54.4 11.2-91.8 23.8-124.2 13.2-33.8 30.6-62.4 59.2-90.8 28.4-28.4 57-46 90.6-59 32.6-12.6 69.8-21.4 124.2-23.8 54.6-2.4 72-3 211-3s156.4 0.6 211 3c54.4 2.4 91.8 11.2 124.2 23.8 33.6 13 62.2 30.6 90.6 59s46 57 59 90.6c12.6 32.6 21.4 69.8 23.8 124.2 2.4 54.6 3 72 3 211s-0.6 156.4-3 211c-2.4 54.4-11.2 91.8-23.8 124.2-12.6 34-30 62.6-58.6 91-28.4 28.4-57 46-90.6 59-32.6 12.6-69.8 21.4-124.2 23.8-54.8 2.6-72.2 3.2-211.2 3.2v0zM512 711c-145.2 0-263-117.8-263-263s117.8-263 263-263 263 117.8 263 263c0 145.2-117.8 263-263 263zM512 277.4c-94.2 0-170.6 76.4-170.6 170.6s76.4 170.6 170.6 170.6c94.2 0 170.6-76.4 170.6-170.6s-76.4-170.6-170.6-170.6zM846.8 721.4c0-33.91-27.49-61.4-61.4-61.4s-61.4 27.49-61.4 61.4c0 33.91 27.49 61.4 61.4 61.4s61.4-27.49 61.4-61.4z" />
15
+ <glyph unicode="&#xea96;" glyph-name="twitter" d="M1024 733.6c-37.6-16.8-78.2-28-120.6-33 43.4 26 76.6 67.2 92.4 116.2-40.6-24-85.6-41.6-133.4-51-38.4 40.8-93 66.2-153.4 66.2-116 0-210-94-210-210 0-16.4 1.8-32.4 5.4-47.8-174.6 8.8-329.4 92.4-433 219.6-18-31-28.4-67.2-28.4-105.6 0-72.8 37-137.2 93.4-174.8-34.4 1-66.8 10.6-95.2 26.2 0-0.8 0-1.8 0-2.6 0-101.8 72.4-186.8 168.6-206-17.6-4.8-36.2-7.4-55.4-7.4-13.6 0-26.6 1.4-39.6 3.8 26.8-83.4 104.4-144.2 196.2-146-72-56.4-162.4-90-261-90-17 0-33.6 1-50.2 3 93.2-59.8 203.6-94.4 322.2-94.4 386.4 0 597.8 320.2 597.8 597.8 0 9.2-0.2 18.2-0.6 27.2 41 29.4 76.6 66.4 104.8 108.6z" />
16
+ <glyph unicode="&#xea9d;" glyph-name="youtube" d="M1013.8 652.8c0 0-10 70.6-40.8 101.6-39 40.8-82.6 41-102.6 43.4-143.2 10.4-358.2 10.4-358.2 10.4h-0.4c0 0-215 0-358.2-10.4-20-2.4-63.6-2.6-102.6-43.4-30.8-31-40.6-101.6-40.6-101.6s-10.2-82.8-10.2-165.8v-77.6c0-82.8 10.2-165.8 10.2-165.8s10-70.6 40.6-101.6c39-40.8 90.2-39.4 113-43.8 82-7.8 348.2-10.2 348.2-10.2s215.2 0.4 358.4 10.6c20 2.4 63.6 2.6 102.6 43.4 30.8 31 40.8 101.6 40.8 101.6s10.2 82.8 10.2 165.8v77.6c-0.2 82.8-10.4 165.8-10.4 165.8zM406.2 315.2v287.8l276.6-144.4-276.6-143.4z" />
17
+ <glyph unicode="&#xeab0;" glyph-name="github" d="M512.008 947.358c-282.738 0-512.008-229.218-512.008-511.998 0-226.214 146.704-418.132 350.136-485.836 25.586-4.738 34.992 11.11 34.992 24.632 0 12.204-0.48 52.542-0.696 95.324-142.448-30.976-172.504 60.41-172.504 60.41-23.282 59.176-56.848 74.916-56.848 74.916-46.452 31.778 3.51 31.124 3.51 31.124 51.4-3.61 78.476-52.766 78.476-52.766 45.672-78.27 119.776-55.64 149.004-42.558 4.588 33.086 17.852 55.68 32.506 68.464-113.73 12.942-233.276 56.85-233.276 253.032 0 55.898 20.004 101.574 52.76 137.428-5.316 12.9-22.854 64.972 4.952 135.5 0 0 43.006 13.752 140.84-52.49 40.836 11.348 84.636 17.036 128.154 17.234 43.502-0.198 87.336-5.886 128.256-17.234 97.734 66.244 140.656 52.49 140.656 52.49 27.872-70.528 10.35-122.6 5.036-135.5 32.82-35.856 52.694-81.532 52.694-137.428 0-196.654-119.778-239.95-233.79-252.624 18.364-15.89 34.724-47.046 34.724-94.812 0-68.508-0.596-123.644-0.596-140.508 0-13.628 9.222-29.594 35.172-24.566 203.322 67.776 349.842 259.626 349.842 485.768 0 282.78-229.234 511.998-511.992 511.998z" />
18
+ <glyph unicode="&#xeac3;" glyph-name="soundcloud" d="M891.96 445.796c-18.086 0-35.348-3.52-51.064-9.856-10.506 114.358-110.29 204.060-232 204.060-29.786 0-58.682-5.63-84.318-15.164-9.96-3.702-12.578-7.52-12.578-14.916v-402.714c0-7.766 6.24-14.234 14.124-14.996 0.336-0.034 363.536-0.21 365.89-0.21 72.904 0 131.986 56.816 131.986 126.894s-59.134 126.902-132.040 126.902zM400 192h32l16 224.22-16 223.78h-32l-16-223.78zM304 192h-32l-16 162.75 16 157.25h32l16-160zM144 192h32l16 128-16 128h-32l-16-128zM16 256h32l16 64-16 64h-32l-16-64z" />
19
+ <glyph unicode="&#xeaca;" glyph-name="linkedin" d="M384 576h177.106v-90.782h2.532c24.64 44.194 84.958 90.782 174.842 90.782 186.946 0 221.52-116.376 221.52-267.734v-308.266h-184.61v273.278c0 65.184-1.334 149.026-96.028 149.026-96.148 0-110.82-70.986-110.82-144.292v-278.012h-184.542v576zM64 576h192v-576h-192v576zM256 736c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96s96-42.981 96-96z" />
20
+ </font></defs></svg>
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,141 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: alna-jekyll-theme
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Abel Nieva
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-02-10 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '3.4'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '3.4'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: '1.12'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: '1.12'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ~>
46
+ - !ruby/object:Gem::Version
47
+ version: '10.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ~>
53
+ - !ruby/object:Gem::Version
54
+ version: '10.0'
55
+ description:
56
+ email:
57
+ - abel@abelnieva.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - LICENSE.txt
63
+ - README.md
64
+ - _includes/author.html
65
+ - _includes/book-details.html
66
+ - _includes/book.html
67
+ - _includes/bookcase.html
68
+ - _includes/date.html
69
+ - _includes/disqus-comments.html
70
+ - _includes/google-analytics.html
71
+ - _includes/head.html
72
+ - _includes/notebook.html
73
+ - _includes/page-foot.html
74
+ - _includes/page-head.html
75
+ - _includes/portfolio.html
76
+ - _includes/post-head.html
77
+ - _includes/project.html
78
+ - _includes/rating.html
79
+ - _includes/see-more.html
80
+ - _includes/site-nav.html
81
+ - _includes/social-media.html
82
+ - _layouts/default.html
83
+ - _layouts/page.html
84
+ - _layouts/post.html
85
+ - _sass/components/_components.author.scss
86
+ - _sass/components/_components.book-details.scss
87
+ - _sass/components/_components.book.scss
88
+ - _sass/components/_components.bookcase.scss
89
+ - _sass/components/_components.buttons.scss
90
+ - _sass/components/_components.date.scss
91
+ - _sass/components/_components.icons.scss
92
+ - _sass/components/_components.notebook.scss
93
+ - _sass/components/_components.page-content.scss
94
+ - _sass/components/_components.page-foot.scss
95
+ - _sass/components/_components.page-head.scss
96
+ - _sass/components/_components.portfolio.scss
97
+ - _sass/components/_components.post-head.scss
98
+ - _sass/components/_components.post.scss
99
+ - _sass/components/_components.project.scss
100
+ - _sass/components/_components.rating.scss
101
+ - _sass/components/_components.see-more.scss
102
+ - _sass/components/_components.site-nav.scss
103
+ - _sass/components/_components.social-media.scss
104
+ - _sass/elements/_elements.descriptions.scss
105
+ - _sass/elements/_elements.headings.scss
106
+ - _sass/elements/_elements.links.scss
107
+ - _sass/elements/_elements.page.scss
108
+ - _sass/main.scss
109
+ - _sass/settings/_settings.colors.scss
110
+ - _sass/settings/_settings.global.scss
111
+ - _sass/tools/_tools.aliases.scss
112
+ - assets/css/main.css
113
+ - assets/fonts/icomoon.eot
114
+ - assets/fonts/icomoon.svg
115
+ - assets/fonts/icomoon.ttf
116
+ - assets/fonts/icomoon.woff
117
+ homepage: https://github.com/abel-nieva/alna-jekyll-theme
118
+ licenses:
119
+ - MIT
120
+ metadata: {}
121
+ post_install_message:
122
+ rdoc_options: []
123
+ require_paths:
124
+ - lib
125
+ required_ruby_version: !ruby/object:Gem::Requirement
126
+ requirements:
127
+ - - '>='
128
+ - !ruby/object:Gem::Version
129
+ version: '0'
130
+ required_rubygems_version: !ruby/object:Gem::Requirement
131
+ requirements:
132
+ - - '>='
133
+ - !ruby/object:Gem::Version
134
+ version: '0'
135
+ requirements: []
136
+ rubyforge_project:
137
+ rubygems_version: 2.0.14.1
138
+ signing_key:
139
+ specification_version: 4
140
+ summary: Abel Nieva website theme for Jekyll built with inuitcss.
141
+ test_files: []