j1-template 2021.0.1 → 2021.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/quicklinks.html +2 -2
  3. data/assets/themes/j1/adapter/js/j1.js +28 -7
  4. data/assets/themes/j1/modules/iframeResizer/LICENSE +21 -21
  5. data/assets/themes/j1/modules/lightbox/LICENSE +22 -22
  6. data/assets/themes/j1/modules/twemoji/js/LICENSE +21 -21
  7. data/assets/themes/j1/modules/twemoji/js/picker/LICENSE +21 -21
  8. data/exe/j1 +2 -0
  9. data/lib/j1/commands/generate.rb +47 -47
  10. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/fastfilereaderext.so +0 -0
  11. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/rubyeventmachine.so +0 -0
  12. data/lib/j1/utils/exec.rb +1 -1
  13. data/lib/j1/version.rb +1 -1
  14. data/lib/j1_app/j1_auth_manager/commands.rb +1 -1
  15. data/lib/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/fastfilereaderext.so +0 -0
  16. data/lib/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/rubyeventmachine.so +0 -0
  17. data/lib/starter_web/Gemfile +18 -8
  18. data/lib/starter_web/_config.yml +2 -2
  19. data/lib/starter_web/_data/modules/defaults/authentication.yml +44 -42
  20. data/lib/starter_web/_data/modules/themer.yml +0 -95
  21. data/lib/starter_web/_data/resources.yml +2 -2
  22. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  23. data/lib/starter_web/_includes/documents/licenses/mit.asciidoc +19 -19
  24. data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +45 -45
  25. data/lib/starter_web/_includes/tables/template_variables.asciidoc +46 -46
  26. data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +1 -1
  27. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/auth_mgmr_signin_request_flow.uxf +632 -632
  28. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/webhook_flow.uxf +648 -648
  29. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +198 -198
  30. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/readme +1 -0
  31. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/unsplash-badge.asciidoc +31 -31
  32. data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/100-docker-using-shared-folders.asciidoc +430 -430
  33. data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/debug_variables.asciidoc +47 -48
  34. data/lib/starter_web/config.ru +23 -24
  35. data/lib/starter_web/dot.nojekyll +19 -19
  36. data/lib/starter_web/package.json +46 -40
  37. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/300_first_awesome_web.asciidoc +11 -12
  38. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/debug_variables.asciidoc +47 -48
  39. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/readme +1 -0
  40. data/lib/starter_web/pages/public/learn/roundtrip/600_lunr.adoc +236 -236
  41. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_info.asciidoc +14 -14
  42. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_left_warning.asciidoc +11 -11
  43. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_right_danger.asciidoc +11 -11
  44. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_central_success.asciidoc +11 -11
  45. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_left_info.asciidoc +11 -11
  46. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_right_success.asciidoc +11 -11
  47. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_info.asciidoc +11 -11
  48. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_left_info.asciidoc +11 -11
  49. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_right_success.asciidoc +11 -11
  50. data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +50 -55
  51. data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +19 -19
  52. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  53. data/lib/starter_web/utilsrv/package.json +1 -1
  54. metadata +31 -31
  55. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb.kapott +0 -234
  56. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.new.erb +0 -297
  57. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +0 -151
  58. data/lib/starter_web/_data/modules/jekyll_search.yml +0 -33
@@ -1,198 +1,198 @@
1
- ---
2
- title: Cookies
3
- tagline: good to know
4
- date: 2019-06-01 00:00:00
5
- description: >
6
- Useful info on cookies and how they used
7
-
8
- tags: [ About, Cookies ]
9
- categories: [ Featured ]
10
-
11
- series:
12
- adsense: false
13
- image: /assets/images/modules/attics/cookies-1920x1200-bw.jpg
14
- comments: true
15
- advertising: true
16
-
17
- regenerate: false
18
-
19
- resources: []
20
- resource_options:
21
- - attic:
22
- padding_top: 400
23
- padding_bottom: 50
24
- opacity: 0.5
25
- slides:
26
- - url: /assets/images/modules/attics/cookies-1920x1200-bw.jpg
27
- alt: Photo by Miroslava on Unsplash
28
- # caption:
29
- # text: Photo by Miroslava on Unsplash
30
- # href: https://unsplash.com/@miroslava
31
- badge:
32
- type: unsplash
33
- author: Miroslava
34
- href: https://unsplash.com/@miroslava
35
- ---
36
-
37
- // Page Initializer
38
- // =============================================================================
39
- // Enable the Liquid Preprocessor
40
- :page-liquid:
41
-
42
- // Set page (local) attributes here
43
- // -----------------------------------------------------------------------------
44
- // :page--attr: <attr-value>
45
-
46
- // Additional Asciidoc page attributes goes here
47
- // -----------------------------------------------------------------------------
48
- // :page-imagesdir: {{page.images.dir}}
49
-
50
- // Place an excerpt at the most top position
51
- // -----------------------------------------------------------------------------
52
- Is it needed for visitors to know what cookies are all about?
53
-
54
- Not the first place. Cookies are widely used. All users visiting web sites are
55
- bothered all the time to accept cookies. Because cookies are used that often.
56
- For good reasons - but for *different* reasons.
57
-
58
- To answer the question: yes, you should.
59
-
60
- All people are part of the *real* and virtual worlds as well; the internet,
61
- for example. In the real world, you've learned what cookies are. You can simply
62
- *see* them, smell them and eat some. For physical cookies, you know them as
63
- sweets from earliest days.
64
-
65
- But cookies in the digital world are different. Cookies in the sense of the
66
- internet, of the web are *not* dangerous but not necessarily a sort of sweets
67
- to enjoy people.
68
-
69
- [role="clearfix mb-3"]
70
- excerpt__end
71
-
72
- // Load Liquid procedures
73
- // -----------------------------------------------------------------------------
74
- {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
75
-
76
- // Load page attributes
77
- // -----------------------------------------------------------------------------
78
- {% include {{load_attributes}} scope="none" %}
79
-
80
-
81
- // Page content
82
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
83
- [[readmore]]
84
- == What are cookies technically
85
-
86
- [role="mb-3"]
87
- // image::{{page.image}}[{{page.title}}]
88
- // image::/assets/images/modules/attics/cookies-1920x1200-bw.png[{{page.title}}, 800]
89
-
90
- In short words. A cookie is a small piece of data that a website asks your
91
- browser to store on your computer or mobile device. The cookie allows the
92
- website to "remember" your actions or preferences over time.
93
-
94
- Most browsers support cookies, but users can set their browsers to decline
95
- them and can delete them whenever they like.
96
-
97
- Good to know.
98
-
99
- == For what reasons cookies are used
100
-
101
- Websites mainly use cookies for:
102
-
103
- Identification::
104
- identify users
105
-
106
- General information storage::
107
- remember users' custom preferences
108
-
109
- Support::
110
- help users complete tasks without having to re‑enter information
111
- when browsing from one page to another or when visiting the site later.
112
-
113
- Track behavioural::
114
- Cookies can also be used for online behavioural target advertising and to
115
- show adverts relevant to something that the user searched for in the past.
116
-
117
- The web server supplying the webpage can store a cookie on the user's
118
- computer or mobile device. An external web server that manages files
119
- included or referenced in the webpage is also able to store cookies.
120
-
121
- All these cookies are called http header cookies. Another way of storing
122
- cookies is through JavaScript code contained or referenced in that page.
123
-
124
- Each time the user requests a new page, the web server can receive the
125
- values of the cookies it previously set and return the page with content
126
- relating to these values. Similarly, JavaScript code is able to read a
127
- cookie belonging to its domain and perform an action accordingly.
128
-
129
-
130
- .How are they used
131
- [NOTE]
132
- ====
133
- The web server supplying the webpage can store a cookie on the user's
134
- computer or mobile device. An external web server that manages files included
135
- or referenced in the webpage is also able to store cookies. All these
136
- cookies are called http header cookies. Another way of storing cookies is
137
- through JavaScript code contained or referenced in that page.
138
-
139
- Each time the user requests a new page, the web server can receive the
140
- values of the cookies it previously set and return the page with content
141
- relating to these values. Similarly, JavaScript code is able to read a
142
- cookie belonging to its domain and perform an action accordingly.
143
- ====
144
-
145
-
146
- == Types of cookies
147
-
148
- A cookie can be classified by its lifespan and the domain to which it belongs.
149
- By lifespan, a cookie is either a:
150
-
151
- Session cookie::
152
- which is erased when the user closes the browser or
153
-
154
- Persistent cookie::
155
- which remains on the user's computer/device for a pre-defined period of time.
156
-
157
- As for the domain to which it belongs, there are either:
158
-
159
- First-party cookie::
160
- cookies which are set by the web server of the visited page and share the
161
- same domain
162
-
163
- Third-party cookies::
164
- cookies stored by a different domain to the visited page's domain.
165
- This can happen when the webpage references a file, such as JavaScript,
166
- located outside its domain.
167
-
168
-
169
- == How do a site use cookies?
170
-
171
- Adjust this part of the page according to your needs.
172
-
173
- Explain which cookies you use in plain, jargon-free language. In particular:
174
-
175
- * their purpose and the reason why they are being used, (e.g. to remember
176
- users' actions, to identify the user, for online behavioural advertising)
177
- * if they are essential for the website or a given functionality to work
178
- or if they aim to enhance the performance of the website
179
- * the types of cookies used (e.g. session or permanent, first or third-party)
180
- * who controls/accesses the cookie-related information (website or third party)
181
- * that the cookie will not be used for any purpose other than the one stated
182
- * how consent can be withdrawn.
183
-
184
- You can use as example the top level "cookie notice" of the Commission homepage.
185
- If your site does not use any cookies, just declare it (e.g. The Information
186
- Providers Guide site does not use any cookies). If your site uses the same
187
- cookies as the Commission homepage, you can just link to the top level
188
- cookie notice.
189
-
190
-
191
- == How to control cookies
192
-
193
- You can control and/or delete cookies as you wish – for details,
194
- see http://www.aboutcookies.org[aboutcookies.org]. You can delete
195
- all cookies that are already on your computer and you can set most
196
- browsers to prevent them from being placed. If you do this, however,
197
- you may have to manually adjust some preferences every time you visit
198
- a site and some services and functionalities may not work.
1
+ ---
2
+ title: Cookies
3
+ tagline: good to know
4
+ date: 2019-06-01 00:00:00
5
+ description: >
6
+ Useful info on cookies and how they used
7
+
8
+ tags: [ About, Cookies ]
9
+ categories: [ Featured ]
10
+
11
+ series:
12
+ adsense: false
13
+ image: /assets/images/modules/attics/cookies-1920x1200-bw.jpg
14
+ comments: true
15
+ advertising: true
16
+
17
+ regenerate: false
18
+
19
+ resources: []
20
+ resource_options:
21
+ - attic:
22
+ padding_top: 400
23
+ padding_bottom: 50
24
+ opacity: 0.5
25
+ slides:
26
+ - url: /assets/images/modules/attics/cookies-1920x1200-bw.jpg
27
+ alt: Photo by Miroslava on Unsplash
28
+ # caption:
29
+ # text: Photo by Miroslava on Unsplash
30
+ # href: https://unsplash.com/@miroslava
31
+ badge:
32
+ type: unsplash
33
+ author: Miroslava
34
+ href: https://unsplash.com/@miroslava
35
+ ---
36
+
37
+ // Page Initializer
38
+ // =============================================================================
39
+ // Enable the Liquid Preprocessor
40
+ :page-liquid:
41
+
42
+ // Set page (local) attributes here
43
+ // -----------------------------------------------------------------------------
44
+ // :page--attr: <attr-value>
45
+
46
+ // Additional Asciidoc page attributes goes here
47
+ // -----------------------------------------------------------------------------
48
+ // :page-imagesdir: {{page.images.dir}}
49
+
50
+ // Place an excerpt at the most top position
51
+ // -----------------------------------------------------------------------------
52
+ Is it needed for visitors to know what cookies are all about?
53
+
54
+ Not the first place. Cookies are widely used. All users visiting web sites are
55
+ bothered all the time to accept cookies. Because cookies are used that often.
56
+ For good reasons - but for *different* reasons.
57
+
58
+ To answer the question: yes, you should.
59
+
60
+ All people are part of the *real* and virtual worlds as well; the internet,
61
+ for example. In the real world, you've learned what cookies are. You can simply
62
+ *see* them, smell them and eat some. For physical cookies, you know them as
63
+ sweets from earliest days.
64
+
65
+ But cookies in the digital world are different. Cookies in the sense of the
66
+ internet, of the web are *not* dangerous but not necessarily a sort of sweets
67
+ to enjoy people.
68
+
69
+ [role="clearfix mb-3"]
70
+ excerpt__end
71
+
72
+ // Load Liquid procedures
73
+ // -----------------------------------------------------------------------------
74
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
75
+
76
+ // Load page attributes
77
+ // -----------------------------------------------------------------------------
78
+ {% include {{load_attributes}} scope="none" %}
79
+
80
+
81
+ // Page content
82
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
83
+ [[readmore]]
84
+ == What are cookies technically
85
+
86
+ [role="mb-3"]
87
+ // image::{{page.image}}[{{page.title}}]
88
+ // image::/assets/images/modules/attics/cookies-1920x1200-bw.png[{{page.title}}, 800]
89
+
90
+ In short words. A cookie is a small piece of data that a website asks your
91
+ browser to store on your computer or mobile device. The cookie allows the
92
+ website to "remember" your actions or preferences over time.
93
+
94
+ Most browsers support cookies, but users can set their browsers to decline
95
+ them and can delete them whenever they like.
96
+
97
+ Good to know.
98
+
99
+ == For what reasons cookies are used
100
+
101
+ Websites mainly use cookies for:
102
+
103
+ Identification::
104
+ identify users
105
+
106
+ General information storage::
107
+ remember users' custom preferences
108
+
109
+ Support::
110
+ help users complete tasks without having to re‑enter information
111
+ when browsing from one page to another or when visiting the site later.
112
+
113
+ Track behavioural::
114
+ Cookies can also be used for online behavioural target advertising and to
115
+ show adverts relevant to something that the user searched for in the past.
116
+
117
+ The web server supplying the webpage can store a cookie on the user's
118
+ computer or mobile device. An external web server that manages files
119
+ included or referenced in the webpage is also able to store cookies.
120
+
121
+ All these cookies are called http header cookies. Another way of storing
122
+ cookies is through JavaScript code contained or referenced in that page.
123
+
124
+ Each time the user requests a new page, the web server can receive the
125
+ values of the cookies it previously set and return the page with content
126
+ relating to these values. Similarly, JavaScript code is able to read a
127
+ cookie belonging to its domain and perform an action accordingly.
128
+
129
+
130
+ .How are they used
131
+ [NOTE]
132
+ ====
133
+ The web server supplying the webpage can store a cookie on the user's
134
+ computer or mobile device. An external web server that manages files included
135
+ or referenced in the webpage is also able to store cookies. All these
136
+ cookies are called http header cookies. Another way of storing cookies is
137
+ through JavaScript code contained or referenced in that page.
138
+
139
+ Each time the user requests a new page, the web server can receive the
140
+ values of the cookies it previously set and return the page with content
141
+ relating to these values. Similarly, JavaScript code is able to read a
142
+ cookie belonging to its domain and perform an action accordingly.
143
+ ====
144
+
145
+
146
+ == Types of cookies
147
+
148
+ A cookie can be classified by its lifespan and the domain to which it belongs.
149
+ By lifespan, a cookie is either a:
150
+
151
+ Session cookie::
152
+ which is erased when the user closes the browser or
153
+
154
+ Persistent cookie::
155
+ which remains on the user's computer/device for a pre-defined period of time.
156
+
157
+ As for the domain to which it belongs, there are either:
158
+
159
+ First-party cookie::
160
+ cookies which are set by the web server of the visited page and share the
161
+ same domain
162
+
163
+ Third-party cookies::
164
+ cookies stored by a different domain to the visited page's domain.
165
+ This can happen when the webpage references a file, such as JavaScript,
166
+ located outside its domain.
167
+
168
+
169
+ == How do a site use cookies?
170
+
171
+ Adjust this part of the page according to your needs.
172
+
173
+ Explain which cookies you use in plain, jargon-free language. In particular:
174
+
175
+ * their purpose and the reason why they are being used, (e.g. to remember
176
+ users' actions, to identify the user, for online behavioural advertising)
177
+ * if they are essential for the website or a given functionality to work
178
+ or if they aim to enhance the performance of the website
179
+ * the types of cookies used (e.g. session or permanent, first or third-party)
180
+ * who controls/accesses the cookie-related information (website or third party)
181
+ * that the cookie will not be used for any purpose other than the one stated
182
+ * how consent can be withdrawn.
183
+
184
+ You can use as example the top level "cookie notice" of the Commission homepage.
185
+ If your site does not use any cookies, just declare it (e.g. The Information
186
+ Providers Guide site does not use any cookies). If your site uses the same
187
+ cookies as the Commission homepage, you can just link to the top level
188
+ cookie notice.
189
+
190
+
191
+ == How to control cookies
192
+
193
+ You can control and/or delete cookies as you wish – for details,
194
+ see http://www.aboutcookies.org[aboutcookies.org]. You can delete
195
+ all cookies that are already on your computer and you can set most
196
+ browsers to prevent them from being placed. If you do this, however,
197
+ you may have to manually adjust some preferences every time you visit
198
+ a site and some services and functionalities may not work.
@@ -1,31 +1,31 @@
1
- ++++
2
- <a style="background-color:rgba(0, 0, 0, 0.3);color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, &quot;Helvetica Neue&quot;, Helvetica, Ubuntu, Roboto, Noto, &quot;Segoe UI&quot;, Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px" href="https://unsplash.com/@bel2000a?utm_medium=referral&amp;utm_campaign=photographer-credit&amp;utm_content=creditBadge" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from Belinda Fewings">
3
- <span style="display:inline-block;padding:2px 3px">
4
- <svg xmlns="http://www.w3.org/2000/svg" style="height:12px;width:auto;position:relative;vertical-align:middle;top:-2px;fill:white" viewBox="0 0 32 32">
5
- <title>unsplash-logo</title>
6
- <path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path>
7
- </svg>
8
- </span>
9
- <span style="display:inline-block;padding:2px 3px">Belinda Fewings</span>
10
- </a>
11
- ++++
12
-
13
- ++++
14
- <div class="attic__badge">
15
- <a class="attic__badge_unsplash"
16
- href="https://unsplash.com/@bel2000a?utm_medium=referral&amp;utm_campaign=photographer-credit&amp;utm_content=creditBadge"
17
- target="_blank"
18
- rel="noopener noreferrer"
19
- title="Download free do whatever you want high-resolution photos from Belinda Fewings">
20
- <span class="attic__badge_unsplash_icon">
21
- <svg xmlns="http://www.w3.org/2000/svg"
22
- class="attic__badge_unsplash_icon-size"
23
- viewBox="0 0 32 32">
24
- <title>unsplash-logo</title>
25
- <path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path>
26
- </svg>
27
- </span>
28
- <span class="attic__badge_unsplash_text">Belinda Fewings</span>
29
- </a>
30
- </div>
31
- ++++
1
+ ++++
2
+ <a style="background-color:rgba(0, 0, 0, 0.3);color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, &quot;Helvetica Neue&quot;, Helvetica, Ubuntu, Roboto, Noto, &quot;Segoe UI&quot;, Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px" href="https://unsplash.com/@bel2000a?utm_medium=referral&amp;utm_campaign=photographer-credit&amp;utm_content=creditBadge" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from Belinda Fewings">
3
+ <span style="display:inline-block;padding:2px 3px">
4
+ <svg xmlns="http://www.w3.org/2000/svg" style="height:12px;width:auto;position:relative;vertical-align:middle;top:-2px;fill:white" viewBox="0 0 32 32">
5
+ <title>unsplash-logo</title>
6
+ <path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path>
7
+ </svg>
8
+ </span>
9
+ <span style="display:inline-block;padding:2px 3px">Belinda Fewings</span>
10
+ </a>
11
+ ++++
12
+
13
+ ++++
14
+ <div class="attic__badge">
15
+ <a class="attic__badge_unsplash"
16
+ href="https://unsplash.com/@bel2000a?utm_medium=referral&amp;utm_campaign=photographer-credit&amp;utm_content=creditBadge"
17
+ target="_blank"
18
+ rel="noopener noreferrer"
19
+ title="Download free do whatever you want high-resolution photos from Belinda Fewings">
20
+ <span class="attic__badge_unsplash_icon">
21
+ <svg xmlns="http://www.w3.org/2000/svg"
22
+ class="attic__badge_unsplash_icon-size"
23
+ viewBox="0 0 32 32">
24
+ <title>unsplash-logo</title>
25
+ <path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path>
26
+ </svg>
27
+ </span>
28
+ <span class="attic__badge_unsplash_text">Belinda Fewings</span>
29
+ </a>
30
+ </div>
31
+ ++++