jekyll-theme-simplex 0.9.8 → 0.9.8.1

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: 770f29b2b810a184b672d512facbd071529e867a5a3cf9e1d29df72299a77b1d
4
- data.tar.gz: f3b754bd6188f96850d58f1b1b478f67e382d86abb8b0ea5e92cbec40e8cdd83
3
+ metadata.gz: ab9928ba26f93aafe7e61599c23230ca2a6dac7b6d99df1a1d98e275ff504787
4
+ data.tar.gz: 396ceb65bac045ec76a2567681e26fe27e6fdd734ca3f61a6e2ee9dd5f1b2d32
5
5
  SHA512:
6
- metadata.gz: 294db2ac8bf1676167df345dfa934ae5765517a2a4ca7a6f07ab6f2744d1c0afd329c9fdbd1efda60f0f0dee2c25d13cbff4e69c92404ac44906544b347e31f6
7
- data.tar.gz: 06c680977d1c06f436849274451631a4353883bdef07ea681ca90f060163fefe54c68c15d247118d08b933b5b12496582f441e192f85e5b3821cd4649ca855d9
6
+ metadata.gz: 6880f4378e6aa963ddc3bafceaa56f2dd2143faf08183fdbeb2f70a9e962d584a6f97d2e69c9f44569bf569b2a10458818db46c507ddecb5cd7948f51aa2e0c9
7
+ data.tar.gz: 7bee19e85da30a748f399a798c5c65774680768ac842f5f4c5cc74006137474edc8387d7fe886864c12f94f07d13e2bb045ddf5f9ce223fa92b41580c570b0f1
data/README.md CHANGED
@@ -48,12 +48,9 @@ Or install it yourself as:
48
48
  ## ✔ Usage
49
49
 
50
50
  ### ⚙ Setting up the template
51
- Replace the contents of the _config.yml file with the following:
51
+ Add following to the `_config.yml`:
52
52
  ```yaml
53
- title: the Simplex theme #The name of your blog.
54
53
  logo_img: /assets/img/icons/golasblog_logo.svg #Absolute path to the logo. If not specified, the title will be displayed instead.
55
- description: description #Description.
56
- global_tags: jekyll theme simplex golasblog responsive html5 #Tags.
57
54
  copyright: © Golasowski 2020 #Your copyright.
58
55
 
59
56
  collections:
@@ -101,14 +98,14 @@ Create a `_data` folder in the root directory. In the folder, create a `nav.yaml
101
98
  hue: "var(--c-themeHueRed)" #Menu item hue - see note [1].
102
99
  subnav: #Subnav. See note [2].
103
100
  - title: C++ #Submenu item title.
104
- url: cpp.html #Submenu item url.
101
+ url: category/cpp.html #Submenu item url.
105
102
  hue: "var(--c-themeHueOrange)" #Submenu item hue.
106
103
  subnav: #Another subnav
107
104
  - title: Libraries
108
105
  url: libs.html
109
106
  hue: "var(--c-themeHueBlue)"
110
107
  - title: Design
111
- url: design.html
108
+ url: category/design.html
112
109
  icon: assets/img/icons/design.svg
113
110
  hue: "var(--c-themeHueRed)"
114
111
  ```
data/_includes/head.html CHANGED
@@ -2,6 +2,10 @@
2
2
  <link rel="stylesheet" href="{{ site.url }}/assets/style.css"/>
3
3
  <link rel="stylesheet" href="{{ site.url }}/assets/js/lity.min.css"/>
4
4
 
5
+ {% if site.favicon != nil %}
6
+ <link rel='shortcut icon' type='image/x-icon' href='{{ site.favicon }}' />
7
+ {% endif %}
8
+
5
9
  <meta charset="UTF-8">
6
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
11
 
@@ -2,10 +2,10 @@
2
2
  <section class="logo">
3
3
  <a href="{{ site.url }}/" class="logo__link">
4
4
  {% if site.logo_img != nil %}
5
- <h1 style="display: none;">golasblog</h1>
5
+ <h1 style="display: none;">{{ site.title }}</h1>
6
6
  <img class="logo__link__img" src={{site.logo_img}}/>
7
7
  {% else %}
8
- <h1>golasblog</h1>
8
+ <h1>{{ site.title }}</h1>
9
9
  {% endif %}
10
10
  </a>
11
11
  </section>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-simplex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8
4
+ version: 0.9.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondrej Golasowski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-31 00:00:00.000000000 Z
11
+ date: 2021-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -102,17 +102,7 @@ files:
102
102
  - assets/fonts/fonts.css
103
103
  - assets/img/icons/arrow_left.svg
104
104
  - assets/img/icons/arrow_right.svg
105
- - assets/img/icons/brush.svg
106
- - assets/img/icons/chip.svg
107
- - assets/img/icons/code.svg
108
- - assets/img/icons/cog.svg
109
- - assets/img/icons/cpp.svg
110
- - assets/img/icons/download.svg
111
- - assets/img/icons/golasblog_logo.svg
112
- - assets/img/icons/question.svg
113
- - assets/img/icons/server.svg
114
105
  - assets/img/icons/simplex_logo.svg
115
- - assets/img/icons/web.svg
116
106
  - assets/js/jquery.slim.min.js
117
107
  - assets/js/lity.min.css
118
108
  - assets/js/lity.min.js
@@ -1,47 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://creativecommons.org/ns#"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:svg="http://www.w3.org/2000/svg"
7
- xmlns="http://www.w3.org/2000/svg"
8
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
- version="1.1"
11
- x="0px"
12
- y="0px"
13
- viewBox="0 0 100 100"
14
- style="enable-background:new 0 0 100 100;"
15
- xml:space="preserve"
16
- id="svg6"
17
- sodipodi:docname="brush.svg"
18
- inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"><metadata
19
- id="metadata12"><rdf:RDF><cc:Work
20
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
21
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
22
- id="defs10" /><sodipodi:namedview
23
- pagecolor="#ffffff"
24
- bordercolor="#666666"
25
- borderopacity="1"
26
- objecttolerance="10"
27
- gridtolerance="10"
28
- guidetolerance="10"
29
- inkscape:pageopacity="0"
30
- inkscape:pageshadow="2"
31
- inkscape:window-width="1754"
32
- inkscape:window-height="1314"
33
- id="namedview8"
34
- showgrid="false"
35
- inkscape:zoom="10.08"
36
- inkscape:cx="41.765873"
37
- inkscape:cy="50"
38
- inkscape:window-x="0"
39
- inkscape:window-y="0"
40
- inkscape:window-maximized="0"
41
- inkscape:current-layer="svg6" /><path
42
- d="M42,91.9c-4,5.4-10.6,6.7-15.4,6.8c-5.7,0.2-10.6-1.2-13-2.2c6.2-2.6,8.5-6.4,10.9-10.4c1.3-2.2,2.6-4.4,4.7-6.6 c1.6-1.7,3.8-2.7,6.2-2.7c2.4-0.1,4.6,0.8,6.3,2.4C45.7,82.9,44.6,88.4,42,91.9z"
43
- id="path2"
44
- style="fill:#e59500;fill-opacity:1" /><path
45
- d="M84.4,7.4L45.8,78.9c-0.5-0.7-1-1.4-1.7-2c-2.3-2.2-5.3-3.4-8.5-3.3L79,4.3c0.8-1.4,2.6-1.9,4.1-1.1l0.3,0.2 C84.7,4.2,85.2,6,84.4,7.4z"
46
- id="path4"
47
- style="fill:#e59500;fill-opacity:1" /></svg>
@@ -1,111 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://creativecommons.org/ns#"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:svg="http://www.w3.org/2000/svg"
7
- xmlns="http://www.w3.org/2000/svg"
8
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
- version="1.1"
11
- id="Capa_1"
12
- x="0px"
13
- y="0px"
14
- viewBox="0 0 490.2 490.2"
15
- style="enable-background:new 0 0 490.2 490.2;"
16
- xml:space="preserve"
17
- sodipodi:docname="chip.svg"
18
- inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"><metadata
19
- id="metadata41"><rdf:RDF><cc:Work
20
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
21
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
22
- id="defs39" /><sodipodi:namedview
23
- pagecolor="#ffffff"
24
- bordercolor="#666666"
25
- borderopacity="1"
26
- objecttolerance="10"
27
- gridtolerance="10"
28
- guidetolerance="10"
29
- inkscape:pageopacity="0"
30
- inkscape:pageshadow="2"
31
- inkscape:window-width="2560"
32
- inkscape:window-height="1361"
33
- id="namedview37"
34
- showgrid="false"
35
- inkscape:zoom="2.0563035"
36
- inkscape:cx="204.73631"
37
- inkscape:cy="245.10001"
38
- inkscape:window-x="-9"
39
- inkscape:window-y="-9"
40
- inkscape:window-maximized="1"
41
- inkscape:current-layer="Capa_1" />
42
- <g
43
- id="g4"
44
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)"
45
- style="fill:#2e86ab;fill-opacity:1">
46
- <path
47
- d="m 469.15,265.9 c 11.5,0 20.9,-9.4 20.9,-20.9 0,-11.5 -9.4,-20.9 -20.9,-20.9 h -59.4 V 195 h 59.4 c 11.5,0 20.9,-9.4 20.9,-20.9 0,-11.5 -9.4,-20.9 -20.9,-20.9 h -59.4 v -51.1 c 0,-11.5 -9.4,-20.9 -20.9,-20.9 h -52.1 V 20.9 c 0,-11.5 -9.4,-20.9 -20.9,-20.9 -11.5,0 -20.9,9.4 -20.9,20.9 v 60.5 h -29.2 V 20.9 c 0,-11.5 -9.4,-20.9 -20.9,-20.9 -11.5,0 -20.9,9.4 -20.9,20.9 v 60.5 h -28.9 V 20.9 c 0,-11.5 -9.4,-20.9 -20.9,-20.9 -11.5,0 -20.9,9.4 -20.9,20.9 v 60.5 h -49 c -11.5,0 -20.9,9.4 -20.9,20.9 v 51.1 h -62.4 c -11.5,0 -20.9,9.4 -20.9,20.9 0,11.5 9.4,20.9 20.9,20.9 h 62.6 v 29.2 h -62.6 c -11.5,0 -20.9,9.4 -20.9,20.9 0,11.5 9.4,20.9 20.9,20.9 h 62.6 V 294 h -62.6 c -11.5,0 -20.9,9.4 -20.9,20.9 0,11.5 9.4,20.9 20.9,20.9 h 62.6 v 51.1 c 0,11.5 9.4,20.9 20.9,20.9 h 49 v 61.5 c 0,11.5 9.4,20.9 20.9,20.9 11.5,0 20.9,-9.4 20.9,-20.9 v -61.5 h 29.2 v 61.5 c 0,11.5 9.4,20.9 20.9,20.9 11.5,0 20.9,-9.4 20.9,-20.9 v -61.5 h 28.8 v 61.5 c 0,11.5 9.4,20.9 20.9,20.9 10.4,0 19.8,-9.4 20.9,-20.9 v -61.5 h 52.1 c 11.5,0 20.9,-8.3 20.9,-20.9 v -51.1 h 59.4 c 11.5,0 20.9,-9.4 20.9,-20.9 0,-11.5 -9.4,-20.9 -20.9,-20.9 h -59.4 V 265.9 Z M 368.05,367 h -244 V 123 h 244 z"
48
- id="path2"
49
- style="fill:#2e86ab;fill-opacity:1" />
50
- </g>
51
- <g
52
- id="g6"
53
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
54
- </g>
55
- <g
56
- id="g8"
57
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
58
- </g>
59
- <g
60
- id="g10"
61
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
62
- </g>
63
- <g
64
- id="g12"
65
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
66
- </g>
67
- <g
68
- id="g14"
69
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
70
- </g>
71
- <g
72
- id="g16"
73
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
74
- </g>
75
- <g
76
- id="g18"
77
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
78
- </g>
79
- <g
80
- id="g20"
81
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
82
- </g>
83
- <g
84
- id="g22"
85
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
86
- </g>
87
- <g
88
- id="g24"
89
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
90
- </g>
91
- <g
92
- id="g26"
93
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
94
- </g>
95
- <g
96
- id="g28"
97
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
98
- </g>
99
- <g
100
- id="g30"
101
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
102
- </g>
103
- <g
104
- id="g32"
105
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
106
- </g>
107
- <g
108
- id="g34"
109
- transform="matrix(0.92458779,0,0,0.92458779,18.483533,18.483533)">
110
- </g>
111
- </svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 122.88 101.57" style="enable-background:new 0 0 122.88 101.57" xml:space="preserve"><g><path d="M44.97,12.84h-17.2L0,49.37L27.77,85.9h17.2L17.2,49.37L44.97,12.84L44.97,12.84z M77.91,12.84h17.2l27.77,36.53 L95.11,85.9h-17.2l27.77-36.53L77.91,12.84L77.91,12.84z M70.17,0.04l5.96,1.39c0.94,0.22,1.52,1.16,1.31,2.1l-22.5,96.69 c-0.22,0.93-1.16,1.52-2.1,1.31l-5.95-1.39c-0.94-0.22-1.52-1.16-1.31-2.1l22.5-96.69C68.3,0.42,69.24-0.17,70.17,0.04L70.17,0.04 L70.17,0.04z"/></g></svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="122.88px" height="95.089px" viewBox="0 0 122.88 95.089" enable-background="new 0 0 122.88 95.089" xml:space="preserve"><g><path d="M66.605,9.676c-0.791-0.791-1.718-1.181-2.792-1.181c-1.073,0-2.013,0.39-2.791,1.181l-4.255,4.241 c-1.141-0.738-2.348-1.383-3.61-1.96c-1.261-0.577-2.55-1.072-3.852-1.502V3.931c0-1.1-0.375-2.026-1.141-2.791 C47.401,0.375,46.475,0,45.374,0h-8.187c-1.047,0-1.958,0.375-2.75,1.14c-0.778,0.765-1.168,1.691-1.168,2.791v5.973 c-1.368,0.321-2.697,0.724-3.973,1.221c-1.287,0.496-2.508,1.061-3.663,1.691l-4.711-4.644c-0.738-0.778-1.637-1.181-2.724-1.181 c-1.075,0-2,0.403-2.792,1.181l-5.73,5.745c-0.791,0.791-1.181,1.718-1.181,2.79c0,1.074,0.39,2.014,1.181,2.792l4.242,4.255 c-0.738,1.14-1.382,2.348-1.959,3.608c-0.578,1.262-1.073,2.552-1.504,3.853H3.933c-1.102,0-2.028,0.375-2.792,1.14 C0.376,33.121,0,34.047,0,35.148v8.187c0,1.045,0.376,1.959,1.14,2.751c0.764,0.777,1.691,1.167,2.792,1.167h5.971 c0.322,1.367,0.724,2.696,1.222,3.971c0.498,1.289,1.061,2.537,1.691,3.744l-4.644,4.63c-0.779,0.739-1.181,1.638-1.181,2.726 c0,1.073,0.402,2,1.181,2.792l5.745,5.811c0.791,0.738,1.717,1.102,2.792,1.102c1.072,0,2.011-0.363,2.791-1.102l4.254-4.321 c1.14,0.737,2.349,1.381,3.61,1.96c1.262,0.575,2.55,1.073,3.852,1.502v6.523c0,1.1,0.376,2.025,1.14,2.789 c0.765,0.767,1.692,1.143,2.792,1.143h8.186c1.047,0,1.959-0.376,2.751-1.143c0.777-0.764,1.167-1.689,1.167-2.789v-5.973 c1.369-0.321,2.697-0.724,3.972-1.222c1.289-0.496,2.538-1.061,3.744-1.691l4.63,4.645c0.739,0.778,1.65,1.181,2.753,1.181 c1.112,0,2.025-0.402,2.765-1.181l5.811-5.744c0.738-0.793,1.102-1.719,1.102-2.792s-0.363-2.013-1.102-2.791l-4.321-4.255 c0.738-1.141,1.382-2.348,1.96-3.609c0.575-1.261,1.072-2.551,1.502-3.852h6.523c1.1,0,2.025-0.378,2.789-1.141 c0.766-0.766,1.142-1.691,1.142-2.792v-8.186c0-1.047-0.376-1.958-1.142-2.752c-0.764-0.778-1.689-1.167-2.789-1.167h-5.973 c-0.322-1.315-0.725-2.63-1.222-3.931c-0.496-1.316-1.061-2.55-1.691-3.706l4.645-4.709c0.778-0.738,1.181-1.638,1.181-2.724 c0-1.075-0.402-2-1.181-2.792L66.605,9.676L66.605,9.676z M111.918,53.649c-0.506-0.355-1.044-0.479-1.627-0.376 c-0.583,0.101-1.057,0.401-1.401,0.904l-1.908,2.702c-0.688-0.292-1.402-0.526-2.144-0.721c-0.737-0.194-1.484-0.343-2.231-0.451 l-0.616-3.538c-0.105-0.596-0.395-1.063-0.884-1.406c-0.486-0.343-1.024-0.459-1.621-0.354l-4.441,0.774 c-0.566,0.099-1.025,0.39-1.383,0.879c-0.35,0.487-0.475,1.027-0.369,1.625l0.564,3.238c-0.713,0.303-1.395,0.648-2.037,1.038 c-0.654,0.392-1.263,0.812-1.828,1.264l-2.995-2.073c-0.476-0.352-0.999-0.484-1.59-0.383c-0.583,0.103-1.046,0.407-1.402,0.904 l-2.564,3.659c-0.354,0.504-0.479,1.044-0.377,1.623c0.102,0.585,0.402,1.057,0.905,1.404l2.703,1.907 c-0.292,0.687-0.527,1.402-0.721,2.144c-0.195,0.738-0.343,1.484-0.452,2.231l-3.538,0.616c-0.596,0.104-1.063,0.396-1.406,0.884 c-0.344,0.486-0.458,1.025-0.354,1.621l0.773,4.441c0.099,0.566,0.388,1.026,0.88,1.383c0.487,0.35,1.027,0.474,1.624,0.369 l3.239-0.564c0.304,0.713,0.648,1.394,1.038,2.039c0.392,0.652,0.815,1.274,1.272,1.869l-2.081,2.952 c-0.353,0.475-0.485,0.999-0.383,1.59c0.102,0.583,0.406,1.047,0.904,1.402l3.665,2.607c0.499,0.325,1.036,0.436,1.618,0.334 c0.583-0.101,1.059-0.389,1.41-0.862l1.899-2.746c0.688,0.293,1.403,0.528,2.144,0.721c0.738,0.194,1.484,0.343,2.23,0.45 l0.618,3.54c0.104,0.597,0.396,1.063,0.883,1.404c0.486,0.344,1.025,0.46,1.621,0.356l4.439-0.775 c0.569-0.1,1.028-0.389,1.386-0.879c0.349-0.488,0.474-1.025,0.368-1.624l-0.565-3.241c0.713-0.303,1.396-0.646,2.04-1.037 c0.651-0.393,1.274-0.814,1.87-1.27l2.951,2.081c0.475,0.352,1.008,0.483,1.604,0.378c0.604-0.104,1.061-0.409,1.388-0.901 l2.609-3.665c0.324-0.5,0.435-1.036,0.332-1.618c-0.101-0.583-0.387-1.059-0.86-1.41l-2.748-1.899 c0.294-0.688,0.528-1.403,0.722-2.144c0.194-0.738,0.342-1.484,0.452-2.232l3.537-0.616c0.597-0.104,1.063-0.394,1.405-0.883 c0.344-0.488,0.459-1.024,0.355-1.621l-0.775-4.441c-0.099-0.567-0.389-1.025-0.879-1.384c-0.487-0.351-1.027-0.473-1.624-0.369 l-3.239,0.565c-0.299-0.684-0.642-1.358-1.035-2.017c-0.395-0.667-0.816-1.283-1.267-1.85l2.074-2.995 c0.353-0.475,0.484-0.998,0.38-1.59c-0.101-0.583-0.405-1.045-0.904-1.401L111.918,53.649L111.918,53.649z M99.16,64.929 c1.071-0.188,2.118-0.162,3.147,0.075c1.025,0.246,1.953,0.657,2.777,1.231c0.825,0.582,1.523,1.316,2.101,2.198 c0.573,0.889,0.95,1.865,1.139,2.936c0.187,1.072,0.16,2.119-0.076,3.15c-0.246,1.023-0.655,1.949-1.233,2.776 c-0.582,0.823-1.314,1.522-2.196,2.1c-0.889,0.573-1.865,0.951-2.937,1.139c-1.07,0.186-2.117,0.159-3.148-0.077 c-1.025-0.246-1.95-0.655-2.777-1.232c-0.822-0.582-1.522-1.314-2.1-2.196c-0.572-0.889-0.952-1.866-1.138-2.937 c-0.188-1.07-0.162-2.117,0.075-3.148c0.246-1.025,0.657-1.951,1.231-2.778c0.583-0.821,1.316-1.521,2.198-2.099 C97.114,65.494,98.09,65.116,99.16,64.929L99.16,64.929z M40.262,24.224c2.201,0,4.28,0.417,6.252,1.248 c1.961,0.846,3.666,1.986,5.115,3.421c1.435,1.449,2.575,3.156,3.421,5.113c0.833,1.973,1.248,4.054,1.248,6.254 c0,2.201-0.415,4.282-1.248,6.254c-0.846,1.959-1.986,3.666-3.421,5.115c-1.449,1.436-3.154,2.575-5.115,3.421 c-1.972,0.833-4.051,1.248-6.252,1.248s-4.282-0.415-6.255-1.248c-1.958-0.846-3.664-1.985-5.112-3.421 c-1.437-1.449-2.577-3.155-3.423-5.115c-0.831-1.972-1.248-4.053-1.248-6.254c0-2.2,0.417-4.281,1.248-6.254 c0.846-1.958,1.986-3.664,3.423-5.113c1.448-1.435,3.154-2.576,5.112-3.421C35.979,24.641,38.061,24.224,40.262,24.224 L40.262,24.224z"/></g></svg>
@@ -1,77 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://creativecommons.org/ns#"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:svg="http://www.w3.org/2000/svg"
7
- xmlns="http://www.w3.org/2000/svg"
8
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
- version="1.0"
11
- width="100"
12
- height="100"
13
- id="svg7"
14
- sodipodi:docname="cpp.svg"
15
- inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
16
- <defs
17
- id="defs11" />
18
- <sodipodi:namedview
19
- pagecolor="#ffffff"
20
- bordercolor="#666666"
21
- borderopacity="1"
22
- objecttolerance="10"
23
- gridtolerance="10"
24
- guidetolerance="10"
25
- inkscape:pageopacity="0"
26
- inkscape:pageshadow="2"
27
- inkscape:window-width="2089"
28
- inkscape:window-height="1187"
29
- id="namedview9"
30
- showgrid="false"
31
- inkscape:zoom="5.04"
32
- inkscape:cx="56.240358"
33
- inkscape:cy="56.589041"
34
- inkscape:window-x="0"
35
- inkscape:window-y="0"
36
- inkscape:window-maximized="0"
37
- inkscape:current-layer="svg7" />
38
- <metadata
39
- id="metadata2">
40
- <rdf:RDF>
41
- <rdf:Description
42
- rdf:about="https://commons.wikimedia.org/wiki/File:C_plus_plus.svg">
43
- <dc:title>C plus plus</dc:title>
44
- <dc:description>Logo of C++ (programming language)</dc:description>
45
- <dc:creator>JTojnar</dc:creator>
46
- <dc:license>Public Domain</dc:license>
47
- <dc:format>image/svg+xml</dc:format>
48
- <dc:type
49
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
50
- </rdf:Description>
51
- <cc:Work
52
- rdf:about="">
53
- <dc:format>image/svg+xml</dc:format>
54
- <dc:type
55
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
56
- </cc:Work>
57
- </rdf:RDF>
58
- </metadata>
59
- <g
60
- id="g844"
61
- style="fill:#c02717;fill-opacity:1">
62
- <path
63
- id="big-C"
64
- d="M 54.341278,23.416146 L 54.341278,32.368497 C 51.4832,29.706659 48.429036,27.71725 45.178782,26.400263 C 41.956453,25.083386 38.524021,24.42492 34.881478,24.424862 C 27.708364,24.42492 22.216474,26.624477 18.405794,31.023543 C 14.595077,35.394688 12.689727,41.727171 12.68974,50.021015 C 12.689727,58.286899 14.595077,64.619382 18.405794,69.018487 C 22.216474,73.389594 27.708364,75.575141 34.881478,75.575137 C 38.524021,75.575141 41.956453,74.916676 45.178782,73.599736 C 48.429036,72.282811 51.4832,70.293402 54.341278,67.631502 L 54.341278,76.499792 C 51.371119,78.517225 48.218887,80.030298 44.884573,81.039015 C 41.578185,82.047725 38.075704,82.552085 34.37712,82.552085 C 24.878359,82.552085 17.397061,79.65203 11.933205,73.851913 C 6.4693217,68.023794 3.7373877,60.08017 3.7373917,50.021015 C 3.7373877,39.933903 6.4693217,31.990276 11.933205,26.190115 C 17.397061,20.362043 24.878359,17.447977 34.37712,17.447915 C 38.131745,17.447977 41.662244,17.952335 44.968631,18.960988 C 48.302948,19.941746 51.427159,21.426796 54.341278,23.416146"
65
- style="fill:#c02717;stroke:none;fill-opacity:1" />
66
- <text
67
- id="first-plus"
68
- y="62.539062"
69
- x="25.666044"
70
- style="font-size:40px;font-style:normal;font-weight:normal;fill:#c02717;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans">+</text>
71
- <text
72
- id="second-plus"
73
- y="62.539062"
74
- x="57.233311"
75
- style="font-size:40px;font-style:normal;font-weight:normal;fill:#c02717;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans">+</text>
76
- </g>
77
- </svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="122.433px" height="122.88px" viewBox="0 0 122.433 122.88" enable-background="new 0 0 122.433 122.88" xml:space="preserve"><g><polygon fill-rule="evenodd" clip-rule="evenodd" points="61.216,122.88 0,59.207 39.403,59.207 39.403,0 83.033,0 83.033,59.207 122.433,59.207 61.216,122.88"/></g></svg>
@@ -1,113 +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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
- width="221.03793mm"
13
- height="46.024799mm"
14
- viewBox="0 0 221.03793 46.024799"
15
- version="1.1"
16
- id="svg8"
17
- inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
18
- sodipodi:docname="golasblog-logo.svg">
19
- <title
20
- id="title1389">Golasblog logo</title>
21
- <defs
22
- id="defs2" />
23
- <sodipodi:namedview
24
- id="base"
25
- pagecolor="#ffffff"
26
- bordercolor="#666666"
27
- borderopacity="1.0"
28
- inkscape:pageopacity="0.0"
29
- inkscape:pageshadow="2"
30
- inkscape:zoom="1.4"
31
- inkscape:cx="357.2997"
32
- inkscape:cy="230.71623"
33
- inkscape:document-units="mm"
34
- inkscape:current-layer="layer1"
35
- showgrid="false"
36
- fit-margin-top="0"
37
- fit-margin-left="0"
38
- fit-margin-right="0"
39
- fit-margin-bottom="0"
40
- inkscape:window-width="2560"
41
- inkscape:window-height="1361"
42
- inkscape:window-x="2551"
43
- inkscape:window-y="-9"
44
- inkscape:window-maximized="1" />
45
- <metadata
46
- id="metadata5">
47
- <rdf:RDF>
48
- <cc:Work
49
- rdf:about="">
50
- <dc:format>image/svg+xml</dc:format>
51
- <dc:type
52
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
53
- <dc:title>Golasblog logo</dc:title>
54
- </cc:Work>
55
- </rdf:RDF>
56
- </metadata>
57
- <g
58
- inkscape:label="Vrstva 1"
59
- inkscape:groupmode="layer"
60
- id="layer1"
61
- transform="translate(-18.451588,-242.5412)">
62
- <g
63
- aria-label="golasblog"
64
- style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
65
- id="text1368">
66
- <path
67
- d="m 29.779988,252.8536 q 3.809999,0 6.045199,0.8636 2.2352,0.8128 3.2004,2.54 1.016,1.6764 1.016,4.3688 0,2.6416 -1.016,4.3688 -0.9652,1.7272 -3.2512,2.5908 -2.2352,0.8128 -5.994399,0.8128 -3.81,0 -6.096,-0.8128 -2.2352,-0.8636 -3.2512,-2.54 -0.9652,-1.7272 -0.9652,-4.3688 0,-2.6924 0.9652,-4.4196 1.016,-1.7272 3.2512,-2.54 2.286,-0.8636 6.096,-0.8636 z m 0,2.54 q -4.064,0 -5.6896,1.27 -1.6256,1.2192 -1.6256,3.9624 0,2.7432 1.6256,4.0132 1.6256,1.2192 5.6896,1.2192 4.063999,0 5.638799,-1.2192 1.5748,-1.27 1.5748,-4.0132 0,-2.7432 -1.5748,-3.9624 -1.5748,-1.27 -5.638799,-1.27 z m 13.157199,-1.9304 -0.2032,1.8796 -6.1976,0.4064 -1.778,-2.286 z m -20.065999,13.2588 1.9812,0.254 q -1.0668,0.9652 -1.4224,2.2352 -0.3556,1.2192 0.2032,2.2352 0.6096,1.016 2.4892,1.3208 l 9.448799,1.5748 q 3.3528,0.508 4.6228,2.1336 1.27,1.6256 1.27,4.6228 0,2.794 -1.1176,4.4196 -1.0668,1.6256 -3.6068,2.3368 -2.4892,0.7112 -6.705599,0.7112 -3.2512,0 -5.4864,-0.4064 -2.1844,-0.3556 -3.556,-1.2192 -1.3716,-0.8636 -1.9812,-2.286 -0.5588,-1.3716 -0.5588,-3.4544 0,-1.6764 0.3556,-2.8448 0.4064,-1.1176 1.3208,-1.9812 0.9652,-0.9144 2.54,-1.7272 l 2.6924,-1.4732 1.7272,0.5588 -2.4892,1.778 q -1.1176,0.762 -1.778,1.524 -0.6604,0.762 -0.9652,1.6764 -0.254,0.9144 -0.254,2.286 0,1.8288 0.762,2.8956 0.762,1.0668 2.5908,1.4732 1.8796,0.4064 5.08,0.4064 3.149599,0 4.927599,-0.4572 1.8288,-0.4064 2.5908,-1.4732 0.762,-1.016 0.762,-2.8448 0,-1.4224 -0.3556,-2.2352 -0.3048,-0.8128 -1.27,-1.27 -0.9144,-0.4572 -2.6924,-0.7112 l -9.347199,-1.4224 q -1.5748,-0.254 -2.54,-1.016 -0.9144,-0.762 -1.3208,-1.8288 -0.3556,-1.0668 -0.2032,-2.1336 0.1524,-1.1176 0.7112,-2.0828 0.6096,-1.016 1.5748,-1.5748 z"
68
- style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:50.79999924px;font-family:'Exo 2';-inkscape-font-specification:'Exo 2 Light';stroke-width:0.26458332"
69
- id="path1370"
70
- inkscape:connector-curvature="0" />
71
- <path
72
- d="m 58.320856,252.8536 q 4.1148,0 6.604,1.27 2.4892,1.27 3.556,4.1148 1.1176,2.8448 1.1176,7.5692 0,4.7244 -1.1176,7.5692 -1.0668,2.8448 -3.556,4.1148 -2.4892,1.27 -6.604,1.27 -4.1148,0 -6.604,-1.27 -2.4892,-1.27 -3.6068,-4.1148 -1.1176,-2.8448 -1.1176,-7.5692 0,-4.7244 1.1176,-7.5692 1.1176,-2.8448 3.6068,-4.1148 2.4892,-1.27 6.604,-1.27 z m 0,2.794 q -2.9972,0 -4.7244,0.9144 -1.7272,0.9144 -2.4892,3.1496 -0.7112,2.1844 -0.7112,6.0452 0,3.9116 0.7112,6.1468 0.762,2.2352 2.4892,3.1496 1.7272,0.9144 4.7244,0.9144 2.9464,0 4.6736,-0.9144 1.778,-0.9144 2.4892,-3.1496 0.762,-2.2352 0.762,-6.1468 0,-3.8608 -0.762,-6.0452 -0.7112,-2.2352 -2.4892,-3.1496 -1.7272,-0.9144 -4.6736,-0.9144 z"
73
- style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:50.79999924px;font-family:'Exo 2';-inkscape-font-specification:'Exo 2 Light';stroke-width:0.26458332"
74
- id="path1372"
75
- inkscape:connector-curvature="0" />
76
- <path
77
- d="m 80.137075,242.5412 -0.0508,29.4132 q 0,1.778 0.9652,2.6924 0.9652,0.9144 2.6924,0.9144 h 2.5908 l 0.3556,2.3876 q -0.4064,0.1524 -1.1684,0.254 -0.762,0.1524 -1.5748,0.2032 -0.762,0.1016 -1.3208,0.1016 -2.5908,0 -4.1656,-1.524 -1.524,-1.524 -1.524,-4.3688 v -30.0736 z"
78
- style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:50.79999924px;font-family:'Exo 2';-inkscape-font-specification:'Exo 2 Light';stroke-width:0.26458332"
79
- id="path1374"
80
- inkscape:connector-curvature="0" />
81
- <path
82
- d="m 102.95183,252.8536 q 2.54,0 4.2672,0.762 1.778,0.7112 2.6924,2.3876 0.9144,1.6256 0.9144,4.4196 v 17.6784 h -2.54 l -0.508,-5.3848 -0.2032,-0.4572 v -11.8364 q 0,-2.3368 -1.1176,-3.556 -1.0668,-1.2192 -4.1148,-1.2192 -2.2352,0 -5.181596,0.2032 -2.9464,0.2032 -5.7404,0.508 l -0.3048,-2.3876 q 1.7272,-0.3048 3.6576,-0.508 1.9304,-0.254 4.0132,-0.4064 2.082796,-0.2032 4.165596,-0.2032 z m 6.1976,10.2108 -0.0508,2.4384 -12.039596,0.1016 q -1.9304,0.0508 -2.8448,1.0668 -0.8636,0.9652 -0.8636,2.7432 v 2.1336 q 0,2.0828 1.0668,3.0988 1.0668,1.016 3.2512,1.016 1.6256,0.0508 3.555996,-0.5588 1.9812,-0.6096 3.9116,-1.778 1.9304,-1.1684 3.4036,-2.7432 v 2.4892 q -0.6096,0.762 -1.778,1.6764 -1.1176,0.9144 -2.6416,1.778 -1.4732,0.8636 -3.302,1.4224 -1.777996,0.5588 -3.708396,0.5588 -2.1336,0 -3.7084,-0.762 -1.5748,-0.762 -2.4892,-2.2352 -0.8636,-1.524 -0.8636,-3.6576 v -2.8448 q 0,-2.8448 1.6764,-4.3688 1.7272,-1.5748 4.826,-1.5748 z"
83
- style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:50.79999924px;font-family:'Exo 2';-inkscape-font-specification:'Exo 2 Light';stroke-width:0.26458332"
84
- id="path1376"
85
- inkscape:connector-curvature="0" />
86
- <path
87
- d="m 127.07786,252.8536 q 1.5748,0 3.302,0.1016 1.778,0.1016 3.5052,0.254 1.7272,0.1524 3.2512,0.3556 l -0.3048,2.3876 q -2.286,-0.1524 -4.6736,-0.2032 -2.3876,-0.1016 -4.6736,-0.1016 -2.4384,-0.0508 -3.9116,0.1524 -1.4224,0.1524 -2.1336,1.016 -0.6604,0.8128 -0.6604,2.7432 0,2.1844 0.9652,2.9972 0.9652,0.762 2.8448,1.1176 l 7.5692,1.4224 q 2.8448,0.5588 4.2164,2.032 1.4224,1.4732 1.4224,4.5212 0,3.0988 -1.1176,4.572 -1.1176,1.4732 -3.4036,1.9304 -2.286,0.508 -5.6896,0.508 -1.4732,0 -3.9624,-0.1016 -2.4384,-0.1016 -5.4356,-0.5588 l 0.254,-2.3368 q 1.3716,0.0508 2.7432,0.1524 1.3716,0.0508 2.794,0.1016 1.4732,0 3.048,0 2.8956,-0.0508 4.572,-0.3048 1.6764,-0.3048 2.3876,-1.2192 0.7112,-0.9144 0.7112,-2.7432 0,-2.1336 -1.1684,-2.8956 -1.1176,-0.762 -2.8956,-1.1176 l -7.5184,-1.3716 q -1.8796,-0.4064 -3.0988,-1.1684 -1.2192,-0.8128 -1.8288,-2.1336 -0.5588,-1.3716 -0.5588,-3.4036 0,-2.9464 1.016,-4.3688 1.016,-1.4732 3.0988,-1.9304 2.0828,-0.4572 5.334,-0.4064 z"
88
- style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:50.79999924px;font-family:'Exo 2';-inkscape-font-specification:'Exo 2 Light';stroke-width:0.26458332"
89
- id="path1378"
90
- inkscape:connector-curvature="0" />
91
- <path
92
- d="m 157.39832,252.8536 q 4.6736,0 6.7564,2.9972 2.1336,2.9464 2.1336,9.906 0,3.302 -0.5588,5.7404 -0.508,2.4384 -1.7272,4.064 -1.2192,1.5748 -3.2512,2.3876 -2.032,0.762 -5.0292,0.762 -1.27,0 -2.6924,-0.1016 -1.3716,-0.1016 -2.794,-0.3556 -1.4224,-0.2032 -2.8448,-0.508 -1.3716,-0.3048 -2.6416,-0.762 l 2.5908,-2.1844 q 1.524,0.4064 2.9464,0.7112 1.4224,0.254 2.7432,0.3556 1.3208,0.0508 2.6416,0.0508 2.6416,0 4.2164,-0.9652 1.6256,-0.9652 2.3368,-3.2004 0.7112,-2.2352 0.7112,-5.9944 0,-3.7084 -0.6096,-5.8928 -0.5588,-2.2352 -1.9812,-3.2004 -1.4224,-0.9652 -3.9624,-0.9652 -2.1336,0 -4.1656,1.2192 -1.9812,1.1684 -4.6228,3.2512 l -0.2032,-2.286 q 1.6256,-1.6256 3.2512,-2.6924 1.6256,-1.1176 3.302,-1.7272 1.7272,-0.6096 3.4544,-0.6096 z m -9.4488,-10.3124 v 9.8552 q 0,1.5748 -0.0508,2.794 -0.0508,1.2192 -0.3048,2.4892 l 0.3048,0.762 0.0508,18.6944 -3.2004,-0.1524 v -34.4424 z"
93
- style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:50.79999924px;font-family:'Exo 2';-inkscape-font-specification:'Exo 2 Light';stroke-width:0.26458332"
94
- id="path1380"
95
- inkscape:connector-curvature="0" />
96
- <path
97
- d="m 176.87536,242.5412 -0.0508,29.4132 q 0,1.778 0.9652,2.6924 0.9652,0.9144 2.6924,0.9144 h 2.5908 l 0.3556,2.3876 q -0.4064,0.1524 -1.1684,0.254 -0.762,0.1524 -1.5748,0.2032 -0.762,0.1016 -1.3208,0.1016 -2.5908,0 -4.1656,-1.524 -1.524,-1.524 -1.524,-4.3688 v -30.0736 z"
98
- style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:50.79999924px;font-family:'Exo 2';-inkscape-font-specification:'Exo 2 Light';stroke-width:0.26458332"
99
- id="path1382"
100
- inkscape:connector-curvature="0" />
101
- <path
102
- d="m 198.31852,252.8536 q 4.1148,0 6.604,1.27 2.4892,1.27 3.556,4.1148 1.1176,2.8448 1.1176,7.5692 0,4.7244 -1.1176,7.5692 -1.0668,2.8448 -3.556,4.1148 -2.4892,1.27 -6.604,1.27 -4.1148,0 -6.604,-1.27 -2.4892,-1.27 -3.6068,-4.1148 -1.1176,-2.8448 -1.1176,-7.5692 0,-4.7244 1.1176,-7.5692 1.1176,-2.8448 3.6068,-4.1148 2.4892,-1.27 6.604,-1.27 z m 0,2.794 q -2.9972,0 -4.7244,0.9144 -1.7272,0.9144 -2.4892,3.1496 -0.7112,2.1844 -0.7112,6.0452 0,3.9116 0.7112,6.1468 0.762,2.2352 2.4892,3.1496 1.7272,0.9144 4.7244,0.9144 2.9464,0 4.6736,-0.9144 1.778,-0.9144 2.4892,-3.1496 0.762,-2.2352 0.762,-6.1468 0,-3.8608 -0.762,-6.0452 -0.7112,-2.2352 -2.4892,-3.1496 -1.7272,-0.9144 -4.6736,-0.9144 z"
103
- style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:50.79999924px;font-family:'Exo 2';-inkscape-font-specification:'Exo 2 Light';stroke-width:0.26458332"
104
- id="path1384"
105
- inkscape:connector-curvature="0" />
106
- <path
107
- d="m 226.33233,252.8536 q 3.81,0 6.0452,0.8636 2.2352,0.8128 3.2004,2.54 1.016,1.6764 1.016,4.3688 0,2.6416 -1.016,4.3688 -0.9652,1.7272 -3.2512,2.5908 -2.2352,0.8128 -5.9944,0.8128 -3.81,0 -6.096,-0.8128 -2.2352,-0.8636 -3.2512,-2.54 -0.9652,-1.7272 -0.9652,-4.3688 0,-2.6924 0.9652,-4.4196 1.016,-1.7272 3.2512,-2.54 2.286,-0.8636 6.096,-0.8636 z m 0,2.54 q -4.064,0 -5.6896,1.27 -1.6256,1.2192 -1.6256,3.9624 0,2.7432 1.6256,4.0132 1.6256,1.2192 5.6896,1.2192 4.064,0 5.6388,-1.2192 1.5748,-1.27 1.5748,-4.0132 0,-2.7432 -1.5748,-3.9624 -1.5748,-1.27 -5.6388,-1.27 z m 13.15719,-1.9304 -0.2032,1.8796 -6.19759,0.4064 -1.778,-2.286 z m -20.06599,13.2588 1.9812,0.254 q -1.0668,0.9652 -1.4224,2.2352 -0.3556,1.2192 0.2032,2.2352 0.6096,1.016 2.4892,1.3208 l 9.4488,1.5748 q 3.3528,0.508 4.6228,2.1336 1.26999,1.6256 1.26999,4.6228 0,2.794 -1.11759,4.4196 -1.0668,1.6256 -3.6068,2.3368 -2.4892,0.7112 -6.7056,0.7112 -3.2512,0 -5.4864,-0.4064 -2.1844,-0.3556 -3.556,-1.2192 -1.3716,-0.8636 -1.9812,-2.286 -0.5588,-1.3716 -0.5588,-3.4544 0,-1.6764 0.3556,-2.8448 0.4064,-1.1176 1.3208,-1.9812 0.9652,-0.9144 2.54,-1.7272 l 2.6924,-1.4732 1.7272,0.5588 -2.4892,1.778 q -1.1176,0.762 -1.778,1.524 -0.6604,0.762 -0.9652,1.6764 -0.254,0.9144 -0.254,2.286 0,1.8288 0.762,2.8956 0.762,1.0668 2.5908,1.4732 1.8796,0.4064 5.08,0.4064 3.1496,0 4.9276,-0.4572 1.8288,-0.4064 2.5908,-1.4732 0.762,-1.016 0.762,-2.8448 0,-1.4224 -0.3556,-2.2352 -0.3048,-0.8128 -1.27,-1.27 -0.9144,-0.4572 -2.6924,-0.7112 l -9.3472,-1.4224 q -1.5748,-0.254 -2.54,-1.016 -0.9144,-0.762 -1.3208,-1.8288 -0.3556,-1.0668 -0.2032,-2.1336 0.1524,-1.1176 0.7112,-2.0828 0.6096,-1.016 1.5748,-1.5748 z"
108
- style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:50.79999924px;font-family:'Exo 2';-inkscape-font-specification:'Exo 2 Light';stroke-width:0.26458332"
109
- id="path1386"
110
- inkscape:connector-curvature="0" />
111
- </g>
112
- </g>
113
- </svg>
@@ -1,65 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://creativecommons.org/ns#"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:svg="http://www.w3.org/2000/svg"
7
- xmlns="http://www.w3.org/2000/svg"
8
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
- width="100"
11
- height="100"
12
- viewBox="0 0 26.458333 26.458334"
13
- version="1.1"
14
- id="svg8"
15
- inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
16
- sodipodi:docname="question.svg">
17
- <defs
18
- id="defs2" />
19
- <sodipodi:namedview
20
- id="base"
21
- pagecolor="#ffffff"
22
- bordercolor="#666666"
23
- borderopacity="1.0"
24
- inkscape:pageopacity="0.0"
25
- inkscape:pageshadow="2"
26
- inkscape:zoom="5.6"
27
- inkscape:cx="31.704424"
28
- inkscape:cy="37.106325"
29
- inkscape:document-units="mm"
30
- inkscape:current-layer="layer1"
31
- inkscape:document-rotation="0"
32
- showgrid="false"
33
- units="px"
34
- inkscape:window-width="1583"
35
- inkscape:window-height="1208"
36
- inkscape:window-x="32"
37
- inkscape:window-y="32"
38
- inkscape:window-maximized="0" />
39
- <metadata
40
- id="metadata5">
41
- <rdf:RDF>
42
- <cc:Work
43
- rdf:about="">
44
- <dc:format>image/svg+xml</dc:format>
45
- <dc:type
46
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
- <dc:title />
48
- </cc:Work>
49
- </rdf:RDF>
50
- </metadata>
51
- <g
52
- inkscape:label="Vrstva 1"
53
- inkscape:groupmode="layer"
54
- id="layer1">
55
- <g
56
- aria-label="?"
57
- id="text835"
58
- style="font-style:normal;font-weight:normal;font-size:25.4px;line-height:1.25;font-family:sans-serif;fill:#a90000;fill-opacity:1;stroke:none;stroke-width:0.264583">
59
- <path
60
- d="m 18.469157,8.5224772 q 0,1.2154296 -0.434082,2.1704098 -0.434082,0.942578 -1.141016,1.674317 -0.694531,0.706933 -1.599902,1.32705 -0.905371,0.620118 -1.922363,1.203028 v 2.790527 h -2.22002 v -3.782715 q 0.806153,-0.458886 1.736328,-1.00459 0.942579,-0.545703 1.537891,-1.103808 0.719336,-0.644922 1.116211,-1.327051 0.396875,-0.6945311 0.396875,-1.7611327 0,-1.4014648 -0.954981,-2.0835937 -0.942578,-0.6945312 -2.443261,-0.6945312 -1.339453,0 -2.5424806,0.4216796 -1.190625,0.4216797 -1.8851562,0.8557618 H 7.9891767 V 4.6777507 Q 8.8573408,4.3428874 10.184392,4.0824382 11.523845,3.8095866 12.71447,3.8095866 q 2.666503,0 4.204394,1.3022461 1.550293,1.2898437 1.550293,3.4106445 z M 13.570231,22.648746 h -2.530078 v -2.616894 h 2.530078 z"
61
- style="font-size:25.4px;stroke-width:0.264583;fill:#a90000;fill-opacity:1"
62
- id="path832" />
63
- </g>
64
- </g>
65
- </svg>
@@ -1,135 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://creativecommons.org/ns#"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:svg="http://www.w3.org/2000/svg"
7
- xmlns="http://www.w3.org/2000/svg"
8
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
- version="1.1"
11
- id="Capa_1"
12
- x="0px"
13
- y="0px"
14
- viewBox="0 0 512 512"
15
- style="enable-background:new 0 0 512 512;"
16
- xml:space="preserve"
17
- sodipodi:docname="server.svg"
18
- inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"><metadata
19
- id="metadata55"><rdf:RDF><cc:Work
20
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
21
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
22
- id="defs53" /><sodipodi:namedview
23
- pagecolor="#ffffff"
24
- bordercolor="#666666"
25
- borderopacity="1"
26
- objecttolerance="10"
27
- gridtolerance="10"
28
- guidetolerance="10"
29
- inkscape:pageopacity="0"
30
- inkscape:pageshadow="2"
31
- inkscape:window-width="2560"
32
- inkscape:window-height="1361"
33
- id="namedview51"
34
- showgrid="false"
35
- inkscape:zoom="1.3921165"
36
- inkscape:cx="117.82162"
37
- inkscape:cy="294.92293"
38
- inkscape:window-x="-9"
39
- inkscape:window-y="-9"
40
- inkscape:window-maximized="1"
41
- inkscape:current-layer="Capa_1"
42
- inkscape:document-rotation="0" />
43
-
44
- <g
45
- id="g889"
46
- transform="matrix(0.7839396,0,0,0.7839396,55.311464,55.311464)"
47
- style="fill:#8ea604;fill-opacity:1"><g
48
- id="g4"
49
- style="fill:#8ea604;fill-opacity:1">
50
- <path
51
- d="m 485.52,0 h -448 C 19.848,0 0,8.807 0,26.48 v 320 C 0,364.152 19.848,381 37.52,381 H 231 v 30 h -17.48 c -8.836,0 -16,10 -16,20 h -80 c -17.672,0 -32,12.328 -32,30 0,17.672 14.328,30 32,30 h 80 c 0,10 7.164,21 16,21 h 96 c 8.836,0 16,-11 16,-21 h 80 c 17.672,0 32,-12.328 32,-30 0,-17.672 -14.328,-30 -32,-30 h -80 c 0,-10 -7.164,-20 -16,-20 H 292 V 381 H 485.52 C 503.192,381 512,364.152 512,346.48 v -320 C 512,8.807 503.191,0 485.52,0 Z M 452,311 H 71 v -91 h 381 z m 0,-161 H 71 V 60 h 381 z"
52
- id="path2"
53
- style="fill:#8ea604;fill-opacity:1" />
54
- </g><g
55
- id="g18"
56
- style="fill:#8ea604;fill-opacity:1">
57
- <g
58
- id="g10"
59
- style="fill:#8ea604;fill-opacity:1">
60
- <circle
61
- cx="299"
62
- cy="107"
63
- r="32"
64
- id="circle6"
65
- style="fill:#8ea604;fill-opacity:1" />
66
- <circle
67
- cx="395"
68
- cy="107"
69
- r="32"
70
- id="circle8"
71
- style="fill:#8ea604;fill-opacity:1" />
72
- </g>
73
- <g
74
- id="g16"
75
- style="fill:#8ea604;fill-opacity:1">
76
- <circle
77
- cx="299"
78
- cy="267"
79
- r="32"
80
- id="circle12"
81
- style="fill:#8ea604;fill-opacity:1" />
82
- <circle
83
- cx="395"
84
- cy="267"
85
- r="32"
86
- id="circle14"
87
- style="fill:#8ea604;fill-opacity:1" />
88
- </g>
89
- </g></g>
90
- <g
91
- id="g20">
92
- </g>
93
- <g
94
- id="g22">
95
- </g>
96
- <g
97
- id="g24">
98
- </g>
99
- <g
100
- id="g26">
101
- </g>
102
- <g
103
- id="g28">
104
- </g>
105
- <g
106
- id="g30">
107
- </g>
108
- <g
109
- id="g32">
110
- </g>
111
- <g
112
- id="g34">
113
- </g>
114
- <g
115
- id="g36">
116
- </g>
117
- <g
118
- id="g38">
119
- </g>
120
- <g
121
- id="g40">
122
- </g>
123
- <g
124
- id="g42">
125
- </g>
126
- <g
127
- id="g44">
128
- </g>
129
- <g
130
- id="g46">
131
- </g>
132
- <g
133
- id="g48">
134
- </g>
135
- </svg>
@@ -1,63 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
- width="392.186px" height="392.186px" viewBox="0 0 392.186 392.186" style="enable-background:new 0 0 392.186 392.186;"
6
- xml:space="preserve">
7
- <g>
8
- <g>
9
- <g>
10
- <path d="M368.62,17.951H23.568C10.57,17.951,0,28.524,0,41.52v309.146c0,12.996,10.57,23.568,23.568,23.568h345.053
11
- c12.994,0,23.564-10.572,23.564-23.568V41.52C392.188,28.525,381.614,17.951,368.62,17.951z M297.56,57.528
12
- c0-4.806,3.896-8.703,8.701-8.703h8.703c4.808,0,8.701,3.896,8.701,8.703v9.863c0,4.806-3.896,8.702-8.701,8.702h-8.703
13
- c-4.805,0-8.701-3.896-8.701-8.702V57.528z M257.093,57.528c0-4.806,3.898-8.703,8.703-8.703h8.701
14
- c4.805,0,8.703,3.896,8.703,8.703v9.863c0,4.806-3.898,8.702-8.703,8.702h-8.701c-4.805,0-8.703-3.896-8.703-8.702V57.528z
15
- M363.903,345.951H28.282V102.235h335.621V345.951L363.903,345.951z M364.132,67.391c0,4.806-3.896,8.702-8.701,8.702h-8.703
16
- c-4.809,0-8.702-3.896-8.702-8.702v-9.863c0-4.806,3.896-8.703,8.702-8.703h8.703c4.806,0,8.701,3.896,8.701,8.703V67.391z"/>
17
- <path d="M84.185,233.284l63.084,29.336c1.631,0.755,3.367,1.138,5.162,1.138c2.338,0,4.617-0.664,6.598-1.924
18
- c3.547-2.267,5.666-6.13,5.666-10.334v-0.322c0-4.752-2.785-9.116-7.096-11.118l-39.455-18.332l39.455-18.334
19
- c4.311-2.004,7.096-6.367,7.096-11.117v-0.319c0-4.21-2.119-8.075-5.666-10.334c-1.961-1.253-4.246-1.916-6.605-1.916
20
- c-1.779,0-3.563,0.391-5.16,1.133l-63.08,29.333c-4.307,2.004-7.09,6.369-7.09,11.117v0.877
21
- C77.093,226.909,79.874,231.272,84.185,233.284z"/>
22
- <path d="M165.257,293.036c2.301,3.149,6.002,5.03,9.9,5.03h0.316c5.352,0,10.041-3.426,11.672-8.517L228.7,160.788
23
- c1.192-3.716,0.531-7.818-1.771-10.973c-2.301-3.15-6.002-5.03-9.901-5.03h-0.315c-5.354,0-10.048,3.425-11.679,8.516
24
- l-41.559,128.771C162.292,285.793,162.958,289.889,165.257,293.036z"/>
25
- <path d="M227.49,192.276c0,4.745,2.783,9.109,7.095,11.123l39.455,18.329l-39.455,18.33c-4.31,2.004-7.095,6.368-7.095,11.118
26
- v0.322c0,4.205,2.117,8.068,5.668,10.336c1.974,1.258,4.254,1.924,6.595,1.924c1.793,0,3.528-0.383,5.17-1.142l63.08-29.335
27
- c4.307-2.009,7.09-6.372,7.09-11.115v-0.877c0-4.748-2.783-9.113-7.094-11.117l-63.08-29.333
28
- c-1.591-0.74-3.373-1.131-5.152-1.131c-2.355,0-4.643,0.661-6.604,1.912c-3.551,2.263-5.67,6.127-5.67,10.337v0.318H227.49
29
- L227.49,192.276z"/>
30
- </g>
31
- </g>
32
- </g>
33
- <g>
34
- </g>
35
- <g>
36
- </g>
37
- <g>
38
- </g>
39
- <g>
40
- </g>
41
- <g>
42
- </g>
43
- <g>
44
- </g>
45
- <g>
46
- </g>
47
- <g>
48
- </g>
49
- <g>
50
- </g>
51
- <g>
52
- </g>
53
- <g>
54
- </g>
55
- <g>
56
- </g>
57
- <g>
58
- </g>
59
- <g>
60
- </g>
61
- <g>
62
- </g>
63
- </svg>