word-games-theme 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +2 -2
  4. data/_data/blog/alertbar.yml +3 -3
  5. data/_data/blog/blog.yml +2 -2
  6. data/_data/blog/nav.json +13 -13
  7. data/_data/footer/en/data.json +74 -74
  8. data/_data/footer/hi/data.json +68 -68
  9. data/_data/footer/networksites.json +15 -15
  10. data/_data/wordgames/en/words_with_friends_word_finder.json +55 -55
  11. data/_includes/Monumetric/Monumetric.html +2 -2
  12. data/_includes/Rating/structureddata.html +53 -53
  13. data/_includes/author_bio.html +15 -15
  14. data/_includes/authors/authors.html +27 -27
  15. data/_includes/disqus_comments.html +10 -10
  16. data/_includes/filterWords/index.html +10 -10
  17. data/_includes/google-analytics.html +22 -22
  18. data/_includes/head/index.html +1 -1
  19. data/_includes/header/blogHeader.html +28 -28
  20. data/_includes/paginationBlogPage.html +34 -34
  21. data/_includes/paginationPostPage.html +14 -14
  22. data/_includes/postauthorbio.html +17 -17
  23. data/_includes/postbox.html +29 -29
  24. data/_includes/script.html +13 -13
  25. data/_includes/section/about.html +25 -25
  26. data/_includes/section/alertbar.html +11 -11
  27. data/_includes/section/count.html +23 -23
  28. data/_includes/section/wordGroup.html +6 -6
  29. data/_layouts/allpages.html +2 -0
  30. data/_layouts/autogencontent.html +2 -0
  31. data/_layouts/blog.html +70 -66
  32. data/_layouts/categories.html +25 -25
  33. data/_layouts/default.html +3 -0
  34. data/_layouts/disclaimer.html +115 -115
  35. data/_layouts/page.html +69 -68
  36. data/_layouts/page2.html +2 -0
  37. data/_layouts/post.html +2 -0
  38. data/_layouts/privacyPolicy.html +420 -420
  39. data/_layouts/wordMeaning.html +108 -106
  40. data/_layouts/xyzpages.html +2 -0
  41. data/assets/css/HomePageblog.css +154 -154
  42. data/assets/css/about.css +51 -51
  43. data/assets/css/feature.css +69 -69
  44. data/assets/css/footer.css +95 -95
  45. data/assets/css/news.css +62 -62
  46. data/assets/images/angle-arrow-down.svg +43 -43
  47. data/assets/images/right.svg +38 -38
  48. data/assets/images/right2.svg +38 -38
  49. data/assets/images/right3.svg +38 -38
  50. data/assets/images/word-games-logo.svg +52 -52
  51. data/assets/js/TopScroll.js +8 -8
  52. data/assets/js/advancedFilter.js +5 -5
  53. data/assets/js/advancedFilter2.js +12 -12
  54. data/assets/js/advancedFilter3.js +2 -2
  55. data/assets/js/scrabbleDictonary.js +165 -165
  56. metadata +7 -7
@@ -1,69 +1,69 @@
1
- .feature {
2
- margin-top: -120px;
3
- margin-left: 60px;
4
- margin-bottom: 450px;
5
- color: #fff;
6
- }
7
- .feature img {
8
- width: 420px;
9
- position: absolute;
10
- top: -200px;
11
- height: 700px;
12
- z-index: -1;
13
- left: -15px;
14
- }
15
-
16
- .card-body > i {
17
- font-size: 20px;
18
- }
19
- .card-body > .card-title {
20
- transition: all 0.5s ease;
21
- font-size: 1.5rem;
22
- line-height: 25px;
23
- color: #000;
24
- font-weight: 600;
25
- margin-bottom: 8px;
26
- margin-top: 5px;
27
- }
28
- .card-body:hover i {
29
- transform: scale(1.2);
30
- transition: all 0.5s linear;
31
- }
32
- .card-body:hover .card-text {
33
- transition: all 0.5s linear;
34
- color: #6c757d !important;
35
- }
36
- .card-body:hover {
37
- border-radius: 10px;
38
- transition: all 0.5s ease;
39
- background-color: #f7f7f7;
40
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
41
- }
42
-
43
- @media (max-width: 1125px) {
44
- .feature {
45
- padding: 15px;
46
- background-color: #b641da;
47
- margin-left: 0;
48
- margin-top: 0;
49
- margin-bottom: 0;
50
- }
51
- .feature .feature-title,
52
- .feature-description {
53
- width: 100% !important;
54
- text-align: center;
55
- }
56
- .feature img,
57
- .site-no {
58
- display: none;
59
- }
60
- .card-body .card-text {
61
- color: #6c757d !important;
62
- }
63
- .card-body {
64
- border-radius: 10px;
65
- background-color: #f7f7f7;
66
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
67
- margin: 20px 0;
68
- }
69
- }
1
+ .feature {
2
+ margin-top: -120px;
3
+ margin-left: 60px;
4
+ margin-bottom: 450px;
5
+ color: #fff;
6
+ }
7
+ .feature img {
8
+ width: 420px;
9
+ position: absolute;
10
+ top: -200px;
11
+ height: 700px;
12
+ z-index: -1;
13
+ left: -15px;
14
+ }
15
+
16
+ .card-body > i {
17
+ font-size: 20px;
18
+ }
19
+ .card-body > .card-title {
20
+ transition: all 0.5s ease;
21
+ font-size: 1.5rem;
22
+ line-height: 25px;
23
+ color: #000;
24
+ font-weight: 600;
25
+ margin-bottom: 8px;
26
+ margin-top: 5px;
27
+ }
28
+ .card-body:hover i {
29
+ transform: scale(1.2);
30
+ transition: all 0.5s linear;
31
+ }
32
+ .card-body:hover .card-text {
33
+ transition: all 0.5s linear;
34
+ color: #6c757d !important;
35
+ }
36
+ .card-body:hover {
37
+ border-radius: 10px;
38
+ transition: all 0.5s ease;
39
+ background-color: #f7f7f7;
40
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
41
+ }
42
+
43
+ @media (max-width: 1125px) {
44
+ .feature {
45
+ padding: 15px;
46
+ background-color: #b641da;
47
+ margin-left: 0;
48
+ margin-top: 0;
49
+ margin-bottom: 0;
50
+ }
51
+ .feature .feature-title,
52
+ .feature-description {
53
+ width: 100% !important;
54
+ text-align: center;
55
+ }
56
+ .feature img,
57
+ .site-no {
58
+ display: none;
59
+ }
60
+ .card-body .card-text {
61
+ color: #6c757d !important;
62
+ }
63
+ .card-body {
64
+ border-radius: 10px;
65
+ background-color: #f7f7f7;
66
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
67
+ margin: 20px 0;
68
+ }
69
+ }
@@ -1,95 +1,95 @@
1
- /* styling for footer */
2
- .footer-container {
3
- width: 960px;
4
- height: 590px;
5
- background: url(../images/footer.png);
6
- background-size: cover;
7
- padding: 85px 0;
8
- overflow: hidden;
9
- margin: 0 auto;
10
- position: relative;
11
- top: 0px;
12
- }
13
-
14
- footer {
15
- color: #fff;
16
- display: flex;
17
- justify-content: space-between;
18
- height: 100%;
19
- text-align: center;
20
- font-size: 5rem;
21
- }
22
-
23
- hr {
24
- background: #fff;
25
- border: 2px solid #fff;
26
- width: 50px;
27
- margin: 1rem auto;
28
- }
29
- .txt-color {
30
- color: #fff !important;
31
- text-decoration: none !important;
32
- font-size: 3rem;
33
- font-weight: 900;
34
- }
35
- .txt-color:hover {
36
- color: deepskyblue !important;
37
- transition: all 0.5s linear;
38
- -moz-transition: all 0.5s linear;
39
- -webkit-transition: all 0.5s linear;
40
- }
41
-
42
- .socialIons > .list-items {
43
- display: flex;
44
- justify-content: center;
45
- width: 100%;
46
- }
47
- .socialIons > .list-items > li {
48
- list-style: none;
49
- padding: 0 15px;
50
- }
51
- .socialIons i:hover {
52
- color: deepskyblue;
53
- transition: all 0.5s linear;
54
- -moz-transition: all 0.5s linear;
55
- -webkit-transition: all 0.5s linear;
56
- }
57
- .socialIons > .list-items > li i {
58
- font-size: 25px;
59
- color: #fff;
60
- }
61
- .pages {
62
- width: 100%;
63
- display: flex;
64
- justify-content: center;
65
- }
66
- .pages > a {
67
- text-decoration: none !important;
68
- color: #fff !important;
69
- font-size: 15px;
70
- padding-right: 20px;
71
- }
72
- @media (max-width: 768px) {
73
- .pages {
74
- flex-direction: column;
75
- }
76
- .pages > a {
77
- padding-top: 10px;
78
- }
79
- }
80
- @media (max-width: 500px) {
81
- footer {
82
- font-size: 0;
83
- }
84
- .txt-color {
85
- font-size: 2rem;
86
- }
87
- }
88
-
89
- @media (max-width: 968px) {
90
- .footer-container {
91
- width: 100%;
92
- background-position: center;
93
- }
94
- }
95
- /* over styling for footer */
1
+ /* styling for footer */
2
+ .footer-container {
3
+ width: 960px;
4
+ height: 590px;
5
+ background: url(../images/footer.png);
6
+ background-size: cover;
7
+ padding: 85px 0;
8
+ overflow: hidden;
9
+ margin: 0 auto;
10
+ position: relative;
11
+ top: 0px;
12
+ }
13
+
14
+ footer {
15
+ color: #fff;
16
+ display: flex;
17
+ justify-content: space-between;
18
+ height: 100%;
19
+ text-align: center;
20
+ font-size: 5rem;
21
+ }
22
+
23
+ hr {
24
+ background: #fff;
25
+ border: 2px solid #fff;
26
+ width: 50px;
27
+ margin: 1rem auto;
28
+ }
29
+ .txt-color {
30
+ color: #fff !important;
31
+ text-decoration: none !important;
32
+ font-size: 3rem;
33
+ font-weight: 900;
34
+ }
35
+ .txt-color:hover {
36
+ color: deepskyblue !important;
37
+ transition: all 0.5s linear;
38
+ -moz-transition: all 0.5s linear;
39
+ -webkit-transition: all 0.5s linear;
40
+ }
41
+
42
+ .socialIons > .list-items {
43
+ display: flex;
44
+ justify-content: center;
45
+ width: 100%;
46
+ }
47
+ .socialIons > .list-items > li {
48
+ list-style: none;
49
+ padding: 0 15px;
50
+ }
51
+ .socialIons i:hover {
52
+ color: deepskyblue;
53
+ transition: all 0.5s linear;
54
+ -moz-transition: all 0.5s linear;
55
+ -webkit-transition: all 0.5s linear;
56
+ }
57
+ .socialIons > .list-items > li i {
58
+ font-size: 25px;
59
+ color: #fff;
60
+ }
61
+ .pages {
62
+ width: 100%;
63
+ display: flex;
64
+ justify-content: center;
65
+ }
66
+ .pages > a {
67
+ text-decoration: none !important;
68
+ color: #fff !important;
69
+ font-size: 15px;
70
+ padding-right: 20px;
71
+ }
72
+ @media (max-width: 768px) {
73
+ .pages {
74
+ flex-direction: column;
75
+ }
76
+ .pages > a {
77
+ padding-top: 10px;
78
+ }
79
+ }
80
+ @media (max-width: 500px) {
81
+ footer {
82
+ font-size: 0;
83
+ }
84
+ .txt-color {
85
+ font-size: 2rem;
86
+ }
87
+ }
88
+
89
+ @media (max-width: 968px) {
90
+ .footer-container {
91
+ width: 100%;
92
+ background-position: center;
93
+ }
94
+ }
95
+ /* over styling for footer */
data/assets/css/news.css CHANGED
@@ -1,62 +1,62 @@
1
- .rowHeight2 {
2
- position: relative;
3
- top: 300px;
4
- margin-bottom: 550px;
5
- }
6
- .news {
7
- margin-top: -120px;
8
- margin-left: 60px;
9
- color: #fff;
10
- }
11
- .news img {
12
- width: 420px;
13
- position: absolute;
14
- top: -200px;
15
- height: 700px;
16
- z-index: -1;
17
- left: -15px;
18
- }
19
- .meduim-text2 {
20
- margin: 0 0 25px;
21
- font-size: 20px;
22
- font-weight: 600;
23
- color: #11304e;
24
- position: relative;
25
- padding-right: 30px;
26
- line-height: 1.4;
27
- cursor: pointer;
28
- padding-left: 48px;
29
- }
30
- .meduim-text {
31
- font-size: 14px;
32
- padding-left: 48px;
33
- font-weight: 500;
34
- line-height: 1.75;
35
- text-align: left;
36
- color: #536571;
37
- margin: 0 0 25px;
38
- height: auto;
39
- overflow: hidden;
40
- }
41
- @media (max-width: 768px) {
42
- .meduim-text,
43
- .meduim-text2 {
44
- padding-left: 0px;
45
- }
46
- }
47
- @media (max-width: 1125px) {
48
- .rowHeight2 {
49
- margin-top: 50px;
50
- margin-bottom: 120px;
51
- top: 0;
52
- }
53
- .news {
54
- padding: 15px;
55
- background-color: #29dec0;
56
- margin-left: 0;
57
- margin-top: 0;
58
- }
59
- .news img {
60
- display: none;
61
- }
62
- }
1
+ .rowHeight2 {
2
+ position: relative;
3
+ top: 300px;
4
+ margin-bottom: 550px;
5
+ }
6
+ .news {
7
+ margin-top: -120px;
8
+ margin-left: 60px;
9
+ color: #fff;
10
+ }
11
+ .news img {
12
+ width: 420px;
13
+ position: absolute;
14
+ top: -200px;
15
+ height: 700px;
16
+ z-index: -1;
17
+ left: -15px;
18
+ }
19
+ .meduim-text2 {
20
+ margin: 0 0 25px;
21
+ font-size: 20px;
22
+ font-weight: 600;
23
+ color: #11304e;
24
+ position: relative;
25
+ padding-right: 30px;
26
+ line-height: 1.4;
27
+ cursor: pointer;
28
+ padding-left: 48px;
29
+ }
30
+ .meduim-text {
31
+ font-size: 14px;
32
+ padding-left: 48px;
33
+ font-weight: 500;
34
+ line-height: 1.75;
35
+ text-align: left;
36
+ color: #536571;
37
+ margin: 0 0 25px;
38
+ height: auto;
39
+ overflow: hidden;
40
+ }
41
+ @media (max-width: 768px) {
42
+ .meduim-text,
43
+ .meduim-text2 {
44
+ padding-left: 0px;
45
+ }
46
+ }
47
+ @media (max-width: 1125px) {
48
+ .rowHeight2 {
49
+ margin-top: 50px;
50
+ margin-bottom: 120px;
51
+ top: 0;
52
+ }
53
+ .news {
54
+ padding: 15px;
55
+ background-color: #29dec0;
56
+ margin-left: 0;
57
+ margin-top: 0;
58
+ }
59
+ .news img {
60
+ display: none;
61
+ }
62
+ }
@@ -1,43 +1,43 @@
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="284.929px" height="284.929px" viewBox="0 0 284.929 284.929" style="enable-background:new 0 0 284.929 284.929;"
6
- xml:space="preserve">
7
- <g>
8
- <path d="M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441
9
- L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082
10
- c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647
11
- c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z"/>
12
- </g>
13
- <g>
14
- </g>
15
- <g>
16
- </g>
17
- <g>
18
- </g>
19
- <g>
20
- </g>
21
- <g>
22
- </g>
23
- <g>
24
- </g>
25
- <g>
26
- </g>
27
- <g>
28
- </g>
29
- <g>
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
- </svg>
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="284.929px" height="284.929px" viewBox="0 0 284.929 284.929" style="enable-background:new 0 0 284.929 284.929;"
6
+ xml:space="preserve">
7
+ <g>
8
+ <path d="M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441
9
+ L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082
10
+ c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647
11
+ c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z"/>
12
+ </g>
13
+ <g>
14
+ </g>
15
+ <g>
16
+ </g>
17
+ <g>
18
+ </g>
19
+ <g>
20
+ </g>
21
+ <g>
22
+ </g>
23
+ <g>
24
+ </g>
25
+ <g>
26
+ </g>
27
+ <g>
28
+ </g>
29
+ <g>
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
+ </svg>
@@ -1,38 +1,38 @@
1
- <?xml version="1.0"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><circle r="256" cx="256" cy="256" fill="#b340da" shape="circle"/><g transform="matrix(0.7,0,0,0.7,76.80000000000001,76.800146484375)">
3
- <g xmlns="http://www.w3.org/2000/svg">
4
- <g>
5
- <path d="M508.25,247.875L303.042,73.448C295.854,67.354,286.729,64,277.313,64h-2.917c-21.917,0-39.729,17.823-39.729,39.719 c0,11.823,5.208,22.948,14.292,30.521l94.917,79.094H42.667C19.146,213.333,0,232.469,0,256s19.146,42.667,42.667,42.667h301.208 l-94.917,79.094c-9.083,7.573-14.292,18.698-14.292,30.521c0,21.896,17.813,39.719,39.729,39.719h2.917 c9.417,0,18.542-3.354,25.75-9.458L508.25,264.125c2.375-2.021,3.75-5,3.75-8.125S510.625,249.896,508.25,247.875z" fill="#ffffff" data-original="#000000" style="" class=""/>
6
- </g>
7
- </g>
8
- <g xmlns="http://www.w3.org/2000/svg">
9
- </g>
10
- <g xmlns="http://www.w3.org/2000/svg">
11
- </g>
12
- <g xmlns="http://www.w3.org/2000/svg">
13
- </g>
14
- <g xmlns="http://www.w3.org/2000/svg">
15
- </g>
16
- <g xmlns="http://www.w3.org/2000/svg">
17
- </g>
18
- <g xmlns="http://www.w3.org/2000/svg">
19
- </g>
20
- <g xmlns="http://www.w3.org/2000/svg">
21
- </g>
22
- <g xmlns="http://www.w3.org/2000/svg">
23
- </g>
24
- <g xmlns="http://www.w3.org/2000/svg">
25
- </g>
26
- <g xmlns="http://www.w3.org/2000/svg">
27
- </g>
28
- <g xmlns="http://www.w3.org/2000/svg">
29
- </g>
30
- <g xmlns="http://www.w3.org/2000/svg">
31
- </g>
32
- <g xmlns="http://www.w3.org/2000/svg">
33
- </g>
34
- <g xmlns="http://www.w3.org/2000/svg">
35
- </g>
36
- <g xmlns="http://www.w3.org/2000/svg">
37
- </g>
38
- </g></svg>
1
+ <?xml version="1.0"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><circle r="256" cx="256" cy="256" fill="#b340da" shape="circle"/><g transform="matrix(0.7,0,0,0.7,76.80000000000001,76.800146484375)">
3
+ <g xmlns="http://www.w3.org/2000/svg">
4
+ <g>
5
+ <path d="M508.25,247.875L303.042,73.448C295.854,67.354,286.729,64,277.313,64h-2.917c-21.917,0-39.729,17.823-39.729,39.719 c0,11.823,5.208,22.948,14.292,30.521l94.917,79.094H42.667C19.146,213.333,0,232.469,0,256s19.146,42.667,42.667,42.667h301.208 l-94.917,79.094c-9.083,7.573-14.292,18.698-14.292,30.521c0,21.896,17.813,39.719,39.729,39.719h2.917 c9.417,0,18.542-3.354,25.75-9.458L508.25,264.125c2.375-2.021,3.75-5,3.75-8.125S510.625,249.896,508.25,247.875z" fill="#ffffff" data-original="#000000" style="" class=""/>
6
+ </g>
7
+ </g>
8
+ <g xmlns="http://www.w3.org/2000/svg">
9
+ </g>
10
+ <g xmlns="http://www.w3.org/2000/svg">
11
+ </g>
12
+ <g xmlns="http://www.w3.org/2000/svg">
13
+ </g>
14
+ <g xmlns="http://www.w3.org/2000/svg">
15
+ </g>
16
+ <g xmlns="http://www.w3.org/2000/svg">
17
+ </g>
18
+ <g xmlns="http://www.w3.org/2000/svg">
19
+ </g>
20
+ <g xmlns="http://www.w3.org/2000/svg">
21
+ </g>
22
+ <g xmlns="http://www.w3.org/2000/svg">
23
+ </g>
24
+ <g xmlns="http://www.w3.org/2000/svg">
25
+ </g>
26
+ <g xmlns="http://www.w3.org/2000/svg">
27
+ </g>
28
+ <g xmlns="http://www.w3.org/2000/svg">
29
+ </g>
30
+ <g xmlns="http://www.w3.org/2000/svg">
31
+ </g>
32
+ <g xmlns="http://www.w3.org/2000/svg">
33
+ </g>
34
+ <g xmlns="http://www.w3.org/2000/svg">
35
+ </g>
36
+ <g xmlns="http://www.w3.org/2000/svg">
37
+ </g>
38
+ </g></svg>