test-GET-theme 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65874cf8f9477219c912397851b25c2f2f37bf982d5a93d491f8811c353f143f
4
- data.tar.gz: e8eeb7571ae805d899a1545961f4a7ba887038df229ec567369dbd1925e3bff9
3
+ metadata.gz: f028ab663b990bc7d384df9a76517fe466e723065d1f762aceaca2b3815427e6
4
+ data.tar.gz: e1876ad865c13fd5c63012996a0c4343dfa7be41c484d3396907340691eb0ba3
5
5
  SHA512:
6
- metadata.gz: '05399c21ced27e87935cd6c17c677825bab0f16f18c0dedf193b05ae2b244f596af651bacee1da1a6f37387df6d5576b382278c3661fc0fd4c3ab4aadac0ad7b'
7
- data.tar.gz: 5f0e3e792db7cc3c79998aaacf41d7667d6aa57bc2d038d0e525b8389a5261a382f5c3116c1b55cd15ffa8e4657d81d8a9724270aa002b72f1abdbe0aedd8f8d
6
+ metadata.gz: ca87f00b80c696ac304d7dd537919e91b83b999dbe2b70e218d1acce2a28468d248ef67bd18e136a86f0a70c98acf09381c336fd706b3f28bf499484746eacd8
7
+ data.tar.gz: cb089ffb76e1f2090cd16b13d1494e94cbeb7bda867e178a73a407479ebb638f85250143493d705a93d1ff846a971a698b88759479bbc441d2eb6182081f00d8
@@ -1,15 +1,28 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+
4
+ <head>
5
+ <link rel="stylesheet" type="text/css" href="assets/main.css">
6
+ </head>
3
7
 
4
- {%- include GetAcademy2_4_1.svg -%}
5
8
  <body>
6
-
9
+ <div class="header">
10
+ <img class="logo" src="assets/images/GetAcademy2_4_2_blue.png" />
11
+ <div class="header-links" >
12
+ <a>Skole</a>
13
+ <a>Konsulent selskap</a>
14
+ </div>
15
+ <img class="header-img" src="assets/images/wallpaper-164080.jpg"/>
16
+ </div>
17
+ <h1>{{page.title}}</h1>
7
18
  <main class="page-content" aria-label="Content">
8
19
  <div class="wrapper">
9
20
  {{ content }}
10
21
  </div>
11
22
  </main>
12
-
23
+ </div>
24
+ <div class="footer">
25
+ </div>
13
26
  </body>
14
27
 
15
28
  </html>
@@ -10,26 +10,6 @@ $base-line-height: 1.5 !default;
10
10
 
11
11
  $spacing-unit: 30px !default;
12
12
 
13
- $text-color: #111 !default;
14
- $background-color: #fdfdfd !default;
15
- $brand-color: #2a7ae2 !default;
16
-
17
- $grey-color: #828282 !default;
18
- $grey-color-light: lighten($grey-color, 40%) !default;
19
- $grey-color-dark: darken($grey-color, 25%) !default;
20
-
21
- $table-text-align: left !default;
22
-
23
- // Width of the content area
24
- $content-width: 800px !default;
25
-
26
- $on-palm: 600px !default;
27
- $on-laptop: 800px !default;
28
-
29
- // Use media queries like this:
30
- // @include media-query($on-palm) {
31
- // .wrapper {
32
- // padding-right: $spacing-unit / 2;
33
- // padding-left: $spacing-unit / 2;
34
- // }
35
- // }
13
+ $text-color: blue !default;
14
+ $background-color: red !default;
15
+ $brand-color: #2a7ae2 !default;
@@ -1,254 +1,4 @@
1
- /**
2
- * Reset some basic elements
3
- */
4
- body, h1, h2, h3, h4, h5, h6,
5
- p, blockquote, pre, hr,
6
- dl, dd, ol, ul, figure {
7
- margin: 0;
8
- padding: 0;
9
- }
10
-
11
-
12
-
13
- /**
14
- * Basic styling
15
- */
16
- body {
17
- font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
18
- color: $text-color;
19
- background-color: $background-color;
20
- -webkit-text-size-adjust: 100%;
21
- -webkit-font-feature-settings: "kern" 1;
22
- -moz-font-feature-settings: "kern" 1;
23
- -o-font-feature-settings: "kern" 1;
24
- font-feature-settings: "kern" 1;
25
- font-kerning: normal;
26
- display: flex;
27
- min-height: 100vh;
28
- flex-direction: column;
29
- }
30
-
31
-
32
-
33
- /**
34
- * Set `margin-bottom` to maintain vertical rhythm
35
- */
36
- h1, h2, h3, h4, h5, h6,
37
- p, blockquote, pre,
38
- ul, ol, dl, figure,
39
- %vertical-rhythm {
40
- margin-bottom: $spacing-unit / 2;
41
- }
42
-
43
-
44
-
45
- /**
46
- * `main` element
47
- */
48
- main {
49
- display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
50
- }
51
-
52
-
53
-
54
- /**
55
- * Images
56
- */
57
- img {
58
- max-width: 100%;
59
- vertical-align: middle;
60
- }
61
-
62
-
63
-
64
- /**
65
- * Figures
66
- */
67
- figure > img {
68
- display: block;
69
- }
70
-
71
- figcaption {
72
- font-size: $small-font-size;
73
- }
74
-
75
-
76
-
77
- /**
78
- * Lists
79
- */
80
- ul, ol {
81
- margin-left: $spacing-unit;
82
- }
83
-
84
- li {
85
- > ul,
86
- > ol {
87
- margin-bottom: 0;
88
- }
89
- }
90
-
91
-
92
-
93
- /**
94
- * Headings
95
- */
96
- h1, h2, h3, h4, h5, h6 {
97
- font-weight: $base-font-weight;
98
- }
99
-
100
-
101
-
102
- /**
103
- * Links
104
- */
105
- a {
106
- color: $brand-color;
107
- text-decoration: none;
108
-
109
- &:visited {
110
- color: darken($brand-color, 15%);
111
- }
112
-
113
- &:hover {
114
- color: $text-color;
115
- text-decoration: underline;
116
- }
117
-
118
- .social-media-list &:hover {
119
- text-decoration: none;
120
-
121
- .username {
122
- text-decoration: underline;
123
- }
124
- }
125
- }
126
-
127
-
128
- /**
129
- * Blockquotes
130
- */
131
- blockquote {
132
- color: $grey-color;
133
- border-left: 4px solid $grey-color-light;
134
- padding-left: $spacing-unit / 2;
135
- @include relative-font-size(1.125);
136
- letter-spacing: -1px;
137
- font-style: italic;
138
-
139
- > :last-child {
140
- margin-bottom: 0;
141
- }
142
- }
143
-
144
-
145
-
146
- /**
147
- * Code formatting
148
- */
149
- pre,
150
- code {
151
- @include relative-font-size(0.9375);
152
- border: 1px solid $grey-color-light;
153
- border-radius: 3px;
154
- background-color: #eef;
155
- }
156
-
157
- code {
158
- padding: 1px 5px;
159
- }
160
-
161
- pre {
162
- padding: 8px 12px;
163
- overflow-x: auto;
164
-
165
- > code {
166
- border: 0;
167
- padding-right: 0;
168
- padding-left: 0;
169
- }
170
- }
171
-
172
-
173
-
174
- /**
175
- * Wrapper
176
- */
177
- .wrapper {
178
- max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2));
179
- max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));
180
- margin-right: auto;
181
- margin-left: auto;
182
- padding-right: $spacing-unit;
183
- padding-left: $spacing-unit;
184
- @extend %clearfix;
185
-
186
- @include media-query($on-laptop) {
187
- max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit}));
188
- max-width: calc(#{$content-width} - (#{$spacing-unit}));
189
- padding-right: $spacing-unit / 2;
190
- padding-left: $spacing-unit / 2;
191
- }
192
- }
193
-
194
-
195
-
196
- /**
197
- * Clearfix
198
- */
199
- %clearfix:after {
200
- content: "";
201
- display: table;
202
- clear: both;
203
- }
204
-
205
-
206
-
207
- /**
208
- * Icons
209
- */
210
-
211
- .svg-icon {
212
- width: 16px;
213
- height: 16px;
214
- display: inline-block;
215
- fill: #{$grey-color};
216
- padding-right: 5px;
217
- vertical-align: text-top;
218
- }
219
-
220
- .social-media-list {
221
- li + li {
222
- padding-top: 5px;
223
- }
224
- }
225
-
226
-
227
-
228
- /**
229
- * Tables
230
- */
231
- table {
232
- margin-bottom: $spacing-unit;
233
- width: 100%;
234
- text-align: $table-text-align;
235
- color: lighten($text-color, 18%);
236
- border-collapse: collapse;
237
- border: 1px solid $grey-color-light;
238
- tr {
239
- &:nth-child(even) {
240
- background-color: lighten($grey-color-light, 6%);
241
- }
242
- }
243
- th, td {
244
- padding: ($spacing-unit / 3) ($spacing-unit / 2);
245
- }
246
- th {
247
- background-color: lighten($grey-color-light, 3%);
248
- border: 1px solid darken($grey-color-light, 4%);
249
- border-bottom-color: darken($grey-color-light, 12%);
250
- }
251
- td {
252
- border: 1px solid $grey-color-light;
253
- }
254
- }
1
+ body
2
+ {
3
+ background-color: red;
4
+ };
@@ -1,255 +1,4 @@
1
- /**
2
- * Site header
3
- */
4
- .site-header {
5
- border-top: 5px solid $grey-color-dark;
6
- border-bottom: 1px solid $grey-color-light;
7
- min-height: $spacing-unit * 1.865;
8
-
9
- // Positioning context for the mobile navigation icon
10
- position: relative;
11
- }
12
-
13
- .site-title {
14
- @include relative-font-size(1.625);
15
- font-weight: 300;
16
- line-height: $base-line-height * $base-font-size * 2.25;
17
- letter-spacing: -1px;
18
- margin-bottom: 0;
19
- float: left;
20
-
21
- &,
22
- &:visited {
23
- color: $grey-color-dark;
24
- }
25
- }
26
-
27
- .site-nav {
28
- float: right;
29
- line-height: $base-line-height * $base-font-size * 2.25;
30
-
31
- .nav-trigger {
32
- display: none;
33
- }
34
-
35
- .menu-icon {
36
- display: none;
37
- }
38
-
39
- .page-link {
40
- color: $text-color;
41
- line-height: $base-line-height;
42
-
43
- // Gaps between nav items, but not on the last one
44
- &:not(:last-child) {
45
- margin-right: 20px;
46
- }
47
- }
48
-
49
- @include media-query($on-palm) {
50
- position: absolute;
51
- top: 9px;
52
- right: $spacing-unit / 2;
53
- background-color: $background-color;
54
- border: 1px solid $grey-color-light;
55
- border-radius: 5px;
56
- text-align: right;
57
-
58
- label[for="nav-trigger"] {
59
- display: block;
60
- float: right;
61
- width: 36px;
62
- height: 36px;
63
- z-index: 2;
64
- cursor: pointer;
65
- }
66
-
67
- .menu-icon {
68
- display: block;
69
- float: right;
70
- width: 36px;
71
- height: 26px;
72
- line-height: 0;
73
- padding-top: 10px;
74
- text-align: center;
75
-
76
- > svg {
77
- fill: $grey-color-dark;
78
- }
79
- }
80
-
81
- input ~ .trigger {
82
- clear: both;
83
- display: none;
84
- }
85
-
86
- input:checked ~ .trigger {
87
- display: block;
88
- padding-bottom: 5px;
89
- }
90
-
91
- .page-link {
92
- display: block;
93
- padding: 5px 10px;
94
-
95
- &:not(:last-child) {
96
- margin-right: 0;
97
- }
98
- margin-left: 20px;
99
- }
100
- }
101
- }
102
-
103
-
104
-
105
- /**
106
- * Site footer
107
- */
108
- .site-footer {
109
- border-top: 1px solid $grey-color-light;
110
- padding: $spacing-unit 0;
111
- }
112
-
113
- .footer-heading {
114
- @include relative-font-size(1.125);
115
- margin-bottom: $spacing-unit / 2;
116
- }
117
-
118
- .contact-list,
119
- .social-media-list {
120
- list-style: none;
121
- margin-left: 0;
122
- }
123
-
124
- .footer-col-wrapper {
125
- @include relative-font-size(0.9375);
126
- color: $grey-color;
127
- margin-left: -$spacing-unit / 2;
128
- @extend %clearfix;
129
- }
130
-
131
- .footer-col {
132
- float: left;
133
- margin-bottom: $spacing-unit / 2;
134
- padding-left: $spacing-unit / 2;
135
- }
136
-
137
- .footer-col-1 {
138
- width: -webkit-calc(35% - (#{$spacing-unit} / 2));
139
- width: calc(35% - (#{$spacing-unit} / 2));
140
- }
141
-
142
- .footer-col-2 {
143
- width: -webkit-calc(20% - (#{$spacing-unit} / 2));
144
- width: calc(20% - (#{$spacing-unit} / 2));
145
- }
146
-
147
- .footer-col-3 {
148
- width: -webkit-calc(45% - (#{$spacing-unit} / 2));
149
- width: calc(45% - (#{$spacing-unit} / 2));
150
- }
151
-
152
- @include media-query($on-laptop) {
153
- .footer-col-1,
154
- .footer-col-2 {
155
- width: -webkit-calc(50% - (#{$spacing-unit} / 2));
156
- width: calc(50% - (#{$spacing-unit} / 2));
157
- }
158
-
159
- .footer-col-3 {
160
- width: -webkit-calc(100% - (#{$spacing-unit} / 2));
161
- width: calc(100% - (#{$spacing-unit} / 2));
162
- }
163
- }
164
-
165
- @include media-query($on-palm) {
166
- .footer-col {
167
- float: none;
168
- width: -webkit-calc(100% - (#{$spacing-unit} / 2));
169
- width: calc(100% - (#{$spacing-unit} / 2));
170
- }
171
- }
172
-
173
-
174
-
175
- /**
176
- * Page content
177
- */
178
- .page-content {
179
- padding: $spacing-unit 0;
180
- flex: 1;
181
- }
182
-
183
- .page-heading {
184
- @include relative-font-size(2);
185
- }
186
-
187
- .post-list-heading {
188
- @include relative-font-size(1.75);
189
- }
190
-
191
- .post-list {
192
- margin-left: 0;
193
- list-style: none;
194
-
195
- > li {
196
- margin-bottom: $spacing-unit;
197
- }
198
- }
199
-
200
- .post-meta {
201
- font-size: $small-font-size;
202
- color: $grey-color;
203
- }
204
-
205
- .post-link {
206
- display: block;
207
- @include relative-font-size(1.5);
208
- }
209
-
210
-
211
-
212
- /**
213
- * Posts
214
- */
215
- .post-header {
216
- margin-bottom: $spacing-unit;
217
- }
218
-
219
- .post-title {
220
- @include relative-font-size(2.625);
221
- letter-spacing: -1px;
222
- line-height: 1;
223
-
224
- @include media-query($on-laptop) {
225
- @include relative-font-size(2.25);
226
- }
227
- }
228
-
229
- .post-content {
230
- margin-bottom: $spacing-unit;
231
-
232
- h2 {
233
- @include relative-font-size(2);
234
-
235
- @include media-query($on-laptop) {
236
- @include relative-font-size(1.75);
237
- }
238
- }
239
-
240
- h3 {
241
- @include relative-font-size(1.625);
242
-
243
- @include media-query($on-laptop) {
244
- @include relative-font-size(1.375);
245
- }
246
- }
247
-
248
- h4 {
249
- @include relative-font-size(1.25);
250
-
251
- @include media-query($on-laptop) {
252
- @include relative-font-size(1.125);
253
- }
254
- }
255
- }
1
+ body
2
+ {
3
+ background-color: red;
4
+ };
@@ -1,4 +1,98 @@
1
1
  ---
2
2
  ---
3
3
 
4
- @import "test-GET-theme";
4
+ @import "test-GET-theme";
5
+
6
+ body
7
+ {
8
+ padding: 0px;
9
+ margin: 0px;
10
+ font-size: 20px;
11
+ font-family: sans-serif;
12
+ }
13
+ .header
14
+ {
15
+ width: 100%;
16
+ height: 30rem;
17
+ overflow: hidden;
18
+ position: relative;
19
+ z-index: 1;
20
+ top: 0px;
21
+ }
22
+ .header-img
23
+ {
24
+ transition: transform 3s;
25
+ z-index: 1;
26
+ top: 0px;
27
+ width: 100%;
28
+ }
29
+ .header-img:hover
30
+ {
31
+ transform: scale(1.05);
32
+ }
33
+ .logo
34
+ {
35
+ position: absolute;
36
+ z-index: 2;
37
+ width: 15rem;
38
+ margin: 0.5rem;
39
+ }
40
+ .header-links
41
+ {
42
+ position: absolute;
43
+ z-index: 2;
44
+ right: 0;
45
+ margin: 1rem;
46
+ }
47
+ a
48
+ {
49
+ color: white;
50
+ margin: 1rem;
51
+ font-size: 20;
52
+ }
53
+ p
54
+ {
55
+ margin: 1rem;
56
+ text-align: center;
57
+
58
+ margin-bottom: 5rem;
59
+ }
60
+ h1
61
+ {
62
+ text-align: center;
63
+ margin: 0.5rem;
64
+ }
65
+ .Sbox
66
+ {
67
+ background-color: green;
68
+ width: 49.5%;
69
+ height: 15rem;
70
+ float: left;
71
+ margin: 0.1rem;
72
+ margin-bottom: 10rem;
73
+ text-align: center;
74
+ line-height: 15rem;
75
+ color: white;
76
+ font-size: 35px;
77
+ }
78
+ .Longbox
79
+ {
80
+ width: 100%;
81
+ height: 25rem;
82
+ margin-top: 10rem;
83
+ background-color: rgb(122, 103, 77);
84
+ }
85
+ .bottom-img
86
+ {
87
+ height: 50rem;
88
+ background-image: url(images/10783677_web1_L-EdCC-Building-EDH-180302.jpg);
89
+ background-size: cover;
90
+ background-attachment: fixed;
91
+ }
92
+ .footer
93
+ {
94
+ width: 100%;
95
+ height: 15rem;
96
+ float: left;
97
+ background-color: black;
98
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test-GET-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
@@ -61,7 +61,8 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - LICENSE.txt
63
63
  - README.md
64
- - _includes/GetAcademy2_4_1.svg
64
+ - _includes/GetAcademy2_4_2.png
65
+ - _includes/GetAcademy2_4_2_blue.png
65
66
  - _layouts/default.html
66
67
  - _layouts/home.html
67
68
  - _layouts/page.html
@@ -69,7 +70,9 @@ files:
69
70
  - _sass/test-GET-theme.scss
70
71
  - _sass/test-GET-theme/_base.scss
71
72
  - _sass/test-GET-theme/_layout.scss
72
- - _sass/test-GET-theme/_syntax-highlighting.scss
73
+ - assets/images/GetAcademy2_4_2.png
74
+ - assets/images/GetAcademy2_4_2_blue.png
75
+ - assets/images/wallpaper-164080.jpg
73
76
  - assets/main.scss
74
77
  homepage: ''
75
78
  licenses:
@@ -1,120 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
-
4
- <svg
5
- xmlns:dc="http://purl.org/dc/elements/1.1/"
6
- xmlns:cc="http://creativecommons.org/ns#"
7
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
- xmlns:svg="http://www.w3.org/2000/svg"
9
- xmlns="http://www.w3.org/2000/svg"
10
- xmlns:xlink="http://www.w3.org/1999/xlink"
11
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
- width="1500"
14
- height="1100"
15
- viewBox="0 0 396.875 291.04166"
16
- version="1.1"
17
- id="svg8"
18
- sodipodi:docname="GetAcademy2_4 (1).svg"
19
- inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
20
- <defs
21
- id="defs2">
22
- <linearGradient
23
- inkscape:collect="always"
24
- id="linearGradient1523">
25
- <stop
26
- style="stop-color:#ff6600;stop-opacity:1;"
27
- offset="0"
28
- id="stop1519" />
29
- <stop
30
- style="stop-color:#ffcc00;stop-opacity:1"
31
- offset="1"
32
- id="stop1521" />
33
- </linearGradient>
34
- <linearGradient
35
- inkscape:collect="always"
36
- xlink:href="#linearGradient1523"
37
- id="linearGradient1525"
38
- x1="398.57144"
39
- y1="962.85712"
40
- x2="415.71429"
41
- y2="-398.57144"
42
- gradientUnits="userSpaceOnUse" />
43
- </defs>
44
- <sodipodi:namedview
45
- id="base"
46
- pagecolor="#ffffff"
47
- bordercolor="#666666"
48
- borderopacity="1.0"
49
- inkscape:pageopacity="0.0"
50
- inkscape:pageshadow="2"
51
- inkscape:zoom="0.70710678"
52
- inkscape:cx="702.03372"
53
- inkscape:cy="518.67414"
54
- inkscape:document-units="px"
55
- inkscape:current-layer="layer1"
56
- showgrid="false"
57
- units="px"
58
- inkscape:window-width="1920"
59
- inkscape:window-height="1001"
60
- inkscape:window-x="-9"
61
- inkscape:window-y="-9"
62
- inkscape:window-maximized="1"
63
- inkscape:snap-nodes="false"
64
- showguides="true"
65
- inkscape:guide-bbox="true">
66
- <sodipodi:guide
67
- position="197.98658,180.8212"
68
- orientation="0,1"
69
- id="guide868"
70
- inkscape:locked="false" />
71
- <sodipodi:guide
72
- position="81.491667,149.225"
73
- orientation="1,0"
74
- id="guide870"
75
- inkscape:locked="false" />
76
- <sodipodi:guide
77
- position="81.491668,143.13958"
78
- orientation="0,1"
79
- id="guide872"
80
- inkscape:locked="false" />
81
- </sodipodi:namedview>
82
- <metadata
83
- id="metadata5">
84
- <rdf:RDF>
85
- <cc:Work
86
- rdf:about="">
87
- <dc:format>image/svg+xml</dc:format>
88
- <dc:type
89
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
90
- <dc:title />
91
- </cc:Work>
92
- </rdf:RDF>
93
- </metadata>
94
- <g
95
- inkscape:label="Layer 1"
96
- inkscape:groupmode="layer"
97
- id="layer1"
98
- transform="translate(0,-5.9583379)">
99
- <path
100
- style="opacity:1;fill:url(#linearGradient1525);fill-opacity:1;stroke-width:0.99999994"
101
- d="M 307.85742 264.28516 A 296.42855 296.42855 0 0 0 11.427734 560.71484 A 296.42855 296.42855 0 0 0 307.85742 857.14258 A 296.42855 296.42855 0 0 0 567.35938 703.87109 L 589.13867 703.87109 L 597.85742 664.2207 L 644.57617 664.2207 L 653.29297 703.87109 L 667 703.87109 L 667 703.8125 L 686.87891 703.8125 L 680.68945 677.73438 C 681.53858 679.20991 682.41752 680.63688 683.33203 682.00391 C 689.03082 690.52252 695.82921 696.93311 703.72852 701.23633 C 705.52204 702.20644 707.35358 703.06107 709.21875 703.8125 L 769.5 703.8125 L 769.5 703.87109 L 784.63281 703.87109 L 793.34961 664.2207 L 840.06836 664.2207 L 848.78516 703.87109 L 882.38672 703.87109 L 912.67773 703.87109 C 922.72114 703.87109 931.41102 702.72865 938.74609 700.44531 C 946.08116 698.16197 952.82444 694.12234 958.97461 688.32617 C 967.15603 680.59794 973.92687 669.53347 979.28711 655.13086 C 979.42967 654.74547 979.5624 654.3529 979.70117 653.96484 L 979.70117 703.87109 L 1070.8535 703.87109 L 1096.4062 703.87109 L 1096.4062 572.53516 L 1119.7656 657.76562 L 1142.1953 657.76562 L 1165.5547 572.53516 L 1165.5547 703.87109 L 1197.8848 703.87109 L 1197.8848 548.40039 L 1229.4473 630.36523 L 1229.4473 703.87109 L 1261.9473 703.87109 L 1261.9473 627.99414 L 1308.4121 507.72266 L 1308.3066 507.72266 L 1321.2305 473.14844 L 1269.4121 416.89062 L 566.66406 416.89062 A 296.42855 296.42855 0 0 0 307.85742 264.28516 z M 640.76758 509.50977 L 705.99219 509.50977 C 705.05913 509.98344 704.13517 510.48383 703.2207 511.01758 C 695.15213 515.7599 688.38129 522.47762 682.9082 531.17188 C 677.20942 540.21738 672.86545 551.06279 669.875 563.70898 C 666.88455 576.35518 665.38867 590.44986 665.38867 605.99414 C 665.38867 608.65839 665.44237 611.25487 665.52148 613.81836 L 640.76758 509.50977 z M 757.23633 509.50977 L 798.00391 509.50977 L 764.02148 652.70117 C 761.95086 655.1287 759.74462 657.43735 757.38672 659.60938 C 754.11415 662.77088 750.5319 665.27295 746.63867 667.11719 C 742.80187 668.96142 738.90864 669.88477 734.95898 669.88477 C 730.84006 669.88477 726.66536 668.87535 722.43359 666.85547 C 718.20182 664.74777 714.36368 661.27741 710.92188 656.44727 C 707.53646 651.70494 704.71593 645.20633 702.45898 636.95117 C 700.25846 628.69602 699.1582 618.42186 699.1582 606.12695 C 699.1582 594.35897 700.17383 584.34695 702.20508 576.0918 C 704.29275 567.83664 707.00109 561.20696 710.33008 556.20117 C 713.82834 551.01975 717.63694 547.33029 721.75586 545.13477 C 725.87478 542.85143 730.21875 541.71094 734.78906 541.71094 C 738.90799 541.71094 742.77365 542.67536 746.38477 544.60742 C 749.99588 546.53948 753.35373 548.91044 756.45703 551.7207 C 759.50391 554.53097 762.21224 557.38512 764.58203 560.2832 C 767.00825 563.18129 769.00998 565.68527 770.58984 567.79297 L 774.31445 567.79297 L 774.31445 520.23828 C 772.00109 518.48187 769.29275 516.5941 766.18945 514.57422 C 763.49706 512.71174 760.50148 511.02937 757.23633 509.50977 z M 836.25977 509.50977 L 868.24414 509.50977 L 868.24414 644.2793 L 836.25977 509.50977 z M 932.40039 509.50977 L 979.70117 509.50977 L 979.70117 556.33984 C 974.74367 542.4103 967.94832 531.34113 959.3125 523.13672 C 954.23438 518.21875 947.97135 514.44126 940.52344 511.80664 C 937.98434 510.87852 935.26738 510.12148 932.40039 509.50977 z M 1104.0312 509.50977 L 1159.623 509.50977 L 1131.8691 606.12695 L 1104.0312 509.50977 z M 1219.7637 509.50977 L 1272.0762 509.50977 L 1246.373 583.59961 L 1219.7637 509.50977 z M 900.74414 544.34375 L 908.95508 544.34375 C 915.95161 544.34375 921.16949 544.82694 924.61133 545.79297 C 928.10959 546.67118 931.52452 548.38484 934.85352 550.93164 C 941.39865 556.11307 946.1658 563.31397 949.15625 572.53516 C 952.20312 581.66852 953.72656 592.68995 953.72656 605.59961 C 953.72656 618.59709 952.34483 629.53049 949.58008 638.40039 C 946.81532 647.18247 942.4694 654.20927 936.54492 659.47852 C 933.10308 662.3766 929.57791 664.39544 925.9668 665.53711 C 922.35569 666.59096 916.68511 667.11719 908.95508 667.11719 L 900.74414 667.11719 L 900.74414 544.34375 z M 1012.0332 545.66211 L 1065.7695 545.66211 L 1065.7695 576.86719 L 1065.7734 576.86719 L 1065.7734 623.46094 L 1065.7695 623.46094 L 1065.7695 665.93164 L 1012.0332 665.93164 L 1012.0332 617.45508 L 1055.4199 617.45508 L 1055.4199 579.51758 L 1012.0332 579.51758 L 1012.0332 545.66211 z M 621.2168 557.91211 L 636.70508 628.25781 L 605.72852 628.25781 L 621.2168 557.91211 z M 816.70898 557.91211 L 832.19727 628.25781 L 801.2207 628.25781 L 816.70898 557.91211 z "
102
- transform="matrix(0.26458333,0,0,0.26458333,0,5.9583379)"
103
- id="path1460" />
104
- <path
105
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:266.66665649px;line-height:1;font-family:'Segoe MDL2 Assets';-inkscape-font-specification:'Segoe MDL2 Assets Bold';letter-spacing:-6.23253536px;word-spacing:8.35999107px;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.29843131"
106
- d="m 39.463572,116.5109 v 5.3e-4 c -7.949367,0 -14.147263,3.48862 -18.59318,10.46551 -4.445908,6.94414 -6.668326,16.09887 -6.668326,27.46499 0,11.92297 2.202413,21.27475 6.607348,28.05514 4.268505,6.53861 10.124002,9.909 17.566887,10.11152 v 0.005 h 0.356566 c 0.12074,0.002 0.240683,0.005 0.362251,0.005 0.139957,0 0.279633,-0.003 0.419613,-0.005 h 17.859894 v -7.18457 h -0.02479 V 150.80596 H 36.236909 v 13.80639 h 9.127609 v 14.34693 c -0.450747,0.0655 -0.953188,0.11452 -1.506368,0.14728 -0.532688,0.0328 -1.024107,0.0496 -1.474846,0.0496 -5.244946,0 -9.209391,-2.14587 -11.89333,-6.43682 -2.683923,-4.29096 -4.026112,-10.4814 -4.026112,-18.57199 0,-3.9634 0.368816,-7.45202 1.106393,-10.46551 0.758049,-3.04625 1.78245,-5.55205 3.073199,-7.51737 1.352219,-2.03084 2.878542,-3.53748 4.579048,-4.52014 1.639398,-0.94735 3.461517,-1.43305 5.462714,-1.46709 v -0.003 h 0.07751 c 0.0488,-5.3e-4 0.09624,-0.005 0.145212,-0.005 0.05567,0 0.110376,0.004 0.16588,0.005 h 16.091511 v -4.64054 h 0.01188 v -9.02219 H 39.489922 c -0.0089,-1e-5 -0.01752,-5.3e-4 -0.02635,-5.3e-4 z"
107
- id="path825"
108
- inkscape:connector-curvature="0" />
109
- <path
110
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:266.66665649px;line-height:1;font-family:'Segoe MDL2 Assets';-inkscape-font-specification:'Segoe MDL2 Assets Bold';letter-spacing:-6.23253536px;word-spacing:8.35999107px;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.29843131"
111
- d="m 61.560501,116.50366 v 2.51612 h 0.0021 v 71.07009 h -0.0026 v 2.51612 h 33.162316 v -2.51612 h -0.06098 V 176.93718 H 73.302408 V 158.85611 H 93.124453 V 144.70607 H 73.302408 V 132.07842 H 94.66131 v -13.05864 h 5.29e-4 v -2.51612 z"
112
- id="path823"
113
- inkscape:connector-curvature="0" />
114
- <path
115
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:266.66665649px;line-height:1;font-family:'Segoe MDL2 Assets';-inkscape-font-specification:'Segoe MDL2 Assets Bold';letter-spacing:-6.23253536px;word-spacing:8.35999107px;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.29843131"
116
- d="m 98.539133,116.50366 v 1.42472 h -0.003 v 14.15004 h 14.290077 v 59.0088 h 0.0145 v 1.51877 h 11.79463 v -2.51612 h -0.008 v -58.01145 h 14.2906 v -14.15004 h -0.004 v -1.42472 z"
117
- id="flowRoot4748"
118
- inkscape:connector-curvature="0" />
119
- </g>
120
- </svg>
@@ -1,71 +0,0 @@
1
- /**
2
- * Syntax highlighting styles
3
- */
4
- .highlight {
5
- background: #fff;
6
- @extend %vertical-rhythm;
7
-
8
- .highlighter-rouge & {
9
- background: #eef;
10
- }
11
-
12
- .c { color: #998; font-style: italic } // Comment
13
- .err { color: #a61717; background-color: #e3d2d2 } // Error
14
- .k { font-weight: bold } // Keyword
15
- .o { font-weight: bold } // Operator
16
- .cm { color: #998; font-style: italic } // Comment.Multiline
17
- .cp { color: #999; font-weight: bold } // Comment.Preproc
18
- .c1 { color: #998; font-style: italic } // Comment.Single
19
- .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special
20
- .gd { color: #000; background-color: #fdd } // Generic.Deleted
21
- .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific
22
- .ge { font-style: italic } // Generic.Emph
23
- .gr { color: #a00 } // Generic.Error
24
- .gh { color: #999 } // Generic.Heading
25
- .gi { color: #000; background-color: #dfd } // Generic.Inserted
26
- .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific
27
- .go { color: #888 } // Generic.Output
28
- .gp { color: #555 } // Generic.Prompt
29
- .gs { font-weight: bold } // Generic.Strong
30
- .gu { color: #aaa } // Generic.Subheading
31
- .gt { color: #a00 } // Generic.Traceback
32
- .kc { font-weight: bold } // Keyword.Constant
33
- .kd { font-weight: bold } // Keyword.Declaration
34
- .kp { font-weight: bold } // Keyword.Pseudo
35
- .kr { font-weight: bold } // Keyword.Reserved
36
- .kt { color: #458; font-weight: bold } // Keyword.Type
37
- .m { color: #099 } // Literal.Number
38
- .s { color: #d14 } // Literal.String
39
- .na { color: #008080 } // Name.Attribute
40
- .nb { color: #0086B3 } // Name.Builtin
41
- .nc { color: #458; font-weight: bold } // Name.Class
42
- .no { color: #008080 } // Name.Constant
43
- .ni { color: #800080 } // Name.Entity
44
- .ne { color: #900; font-weight: bold } // Name.Exception
45
- .nf { color: #900; font-weight: bold } // Name.Function
46
- .nn { color: #555 } // Name.Namespace
47
- .nt { color: #000080 } // Name.Tag
48
- .nv { color: #008080 } // Name.Variable
49
- .ow { font-weight: bold } // Operator.Word
50
- .w { color: #bbb } // Text.Whitespace
51
- .mf { color: #099 } // Literal.Number.Float
52
- .mh { color: #099 } // Literal.Number.Hex
53
- .mi { color: #099 } // Literal.Number.Integer
54
- .mo { color: #099 } // Literal.Number.Oct
55
- .sb { color: #d14 } // Literal.String.Backtick
56
- .sc { color: #d14 } // Literal.String.Char
57
- .sd { color: #d14 } // Literal.String.Doc
58
- .s2 { color: #d14 } // Literal.String.Double
59
- .se { color: #d14 } // Literal.String.Escape
60
- .sh { color: #d14 } // Literal.String.Heredoc
61
- .si { color: #d14 } // Literal.String.Interpol
62
- .sx { color: #d14 } // Literal.String.Other
63
- .sr { color: #009926 } // Literal.String.Regex
64
- .s1 { color: #d14 } // Literal.String.Single
65
- .ss { color: #990073 } // Literal.String.Symbol
66
- .bp { color: #999 } // Name.Builtin.Pseudo
67
- .vc { color: #008080 } // Name.Variable.Class
68
- .vg { color: #008080 } // Name.Variable.Global
69
- .vi { color: #008080 } // Name.Variable.Instance
70
- .il { color: #099 } // Literal.Number.Integer.Long
71
- }