word-games-theme 2.1.7 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/share.yml +1 -1
  3. data/_data/footer/en/data.json +20 -18
  4. data/_data/header/en/data.json +1 -0
  5. data/_data/rating/rating.json +47 -0
  6. data/_data/wordgames/en/root.json +5 -2
  7. data/_includes/script.html +0 -2
  8. data/_includes/wordgames/advanced-filter/advanced-filter.html +56 -0
  9. data/_includes/wordgames/authorpagehead/authorpagehead.html +40 -0
  10. data/_includes/wordgames/faqs/faqs.html +44 -0
  11. data/_includes/wordgames/featurehighlights/featurehighlights.html +76 -0
  12. data/_includes/wordgames/footer/footer.html +277 -0
  13. data/_includes/wordgames/head/bloghead.html +78 -0
  14. data/_includes/wordgames/head/head.html +148 -0
  15. data/_includes/wordgames/header/blog-header.html +51 -0
  16. data/_includes/wordgames/header/header.html +51 -0
  17. data/_includes/wordgames/headings/headings.html +14 -0
  18. data/_includes/wordgames/howto/howto.html +73 -0
  19. data/_includes/wordgames/infographics/infographics.html +131 -0
  20. data/_includes/wordgames/paginations/blog-pagination.html +44 -0
  21. data/_includes/wordgames/paginations/post-pagination.html +24 -0
  22. data/_includes/wordgames/rating/rating.html +124 -0
  23. data/_includes/wordgames/rating/structureddata.html +53 -0
  24. data/_includes/wordgames/recent-posts/recent-posts.html +104 -0
  25. data/_includes/wordgames/related-posts/related-posts.html +203 -0
  26. data/_includes/wordgames/result-page/result-page.html +95 -0
  27. data/_includes/wordgames/scripts/scripts.html +66 -0
  28. data/_includes/wordgames/search-box/search-box.html +49 -0
  29. data/_includes/wordgames/seo/seo.html +58 -0
  30. data/_includes/wordgames/words-data/words-data.html +58 -0
  31. data/_includes/wordgames/words-point-table/words-point-table.html +106 -0
  32. data/_layouts/wordgames-about.html +194 -0
  33. data/_layouts/wordgames-author.html +408 -0
  34. data/_layouts/wordgames-authors.html +138 -0
  35. data/_layouts/wordgames-autogencontent.html +0 -0
  36. data/_layouts/wordgames-blog.html +94 -0
  37. data/_layouts/wordgames-disclaimer.html +148 -0
  38. data/_layouts/wordgames-home.html +78 -0
  39. data/_layouts/wordgames-post.html +215 -0
  40. data/_layouts/wordgames-privacy-policy.html +640 -0
  41. data/_layouts/wordgames-result.html +38 -0
  42. data/_layouts/wordgames-terms-and-conditions.html +569 -0
  43. data/_layouts/wordgames-tools.html +0 -0
  44. data/_layouts/wordgames-word-meaning.html +180 -0
  45. data/_layouts/wordgames-xyz.html +0 -0
  46. data/_layouts/wordgames.categories.html +0 -0
  47. data/assets/css/wordgames-blog.css +431 -0
  48. data/assets/css/wordgames-home.css +948 -0
  49. data/assets/css/wordgames-result.css +498 -0
  50. data/assets/css/wordgames-theme.css +227 -0
  51. data/assets/css/wordgames-variables.css +20 -0
  52. data/assets/images/background.svg +80 -0
  53. data/assets/images/close-btn.svg +16 -0
  54. data/assets/images/facebook-icon.svg +9 -0
  55. data/assets/images/facebook.svg +10 -1
  56. data/assets/images/how-to.svg +1 -0
  57. data/assets/images/idea.svg +113 -0
  58. data/assets/images/instagram.svg +1 -1
  59. data/assets/images/logo wordswithletter final black.svg +95 -0
  60. data/assets/images/logo.svg +106 -0
  61. data/assets/images/minus-btn.svg +14 -0
  62. data/assets/images/plus btn.svg +16 -0
  63. data/assets/images/questionmark.svg +17 -0
  64. data/assets/images/search.svg +16 -1
  65. data/assets/images/twitter.svg +1 -1
  66. data/assets/images/wordfinder-favicon.svg +69 -0
  67. data/assets/images/wordfinder-pink.svg +82 -0
  68. data/assets/images/wordfinder-result-logo.svg +105 -0
  69. data/assets/images/words with letters logo white text.svg +95 -0
  70. data/assets/js/scrabble-words.js +885 -0
  71. data/assets/js/theme.js +2 -1
  72. data/assets/js/wordgames-home.js +82 -0
  73. data/assets/js/wordgames-result.js +885 -0
  74. data/assets/js/wordgames-xletter.js +740 -0
  75. metadata +65 -2
@@ -0,0 +1,106 @@
1
+ <style>
2
+ .tbl {
3
+ margin-bottom: 50px;
4
+ width: 80%;
5
+ margin-left: 100px;
6
+ }
7
+
8
+ .table-striped {
9
+ background: #F6F6F6;
10
+ }
11
+
12
+ .table-striped tbody tr:nth-of-type(odd) {
13
+ background-color: white !important;
14
+ }
15
+
16
+ @media (max-width:992px) {
17
+ .tbl {
18
+ margin-left: 0 !important;
19
+ width: 100% !important;
20
+ }
21
+ }
22
+ </style>
23
+ <div class="container-fluid m-0 p-0">
24
+ <div class="row mx-auto m-0 p-0">
25
+ <div class="col-lg-12">
26
+ <div class="row">
27
+ <div class="container">
28
+ <div class="feature points-table">
29
+ <p class="title mb-0">High Scoring Words</p>
30
+ </div>
31
+ </div>
32
+ </div>
33
+ </div>
34
+ <div class="col-xl-9 col-lg-12 mx-auto text-center mt-5">
35
+ {%- assign fileName = {{page.fileName}} -%}
36
+ {%- for o in site.data.WordPointTables -%}
37
+ {%- for item in o limit: 1 -%}
38
+ {%- assign filename = item.filename | replace: '.json', ''-%}
39
+ {%- if filename == {{fileName}} -%}
40
+
41
+ <table class="tbl table table-striped table-bordered" style="font-size: 18px">
42
+ <tr style="background: var(--primary-color) !important; color: white">
43
+ <th>Word</th>
44
+ <th>Points</th>
45
+ </tr>
46
+ {%- for item in o limit: 5-%}
47
+ {%- assign filename = item.filename | replace: '.json', ''-%}
48
+ {%- if filename == {{fileName}} -%}
49
+ {%- if forloop.index == 1 -%}
50
+
51
+ {%- if site.name == "wordswithletters" -%}
52
+ <h3 class="{{item.x}}-letter" role="heading" style="font-size: 18px;">
53
+ Top scoring {{item.x}} letter words with letters <span class="joinString">{{item.letter}}</span> for
54
+ {{item.gameName}}
55
+ </h3>
56
+
57
+ {%- endif -%}
58
+
59
+
60
+ {%- if site.name == "wordfinders" -%}
61
+ <h3 class="{{item.x}}-letter-words-heading" style="font-size: 18px;">
62
+ {{item.x}} letter words with highest score for {{item.gameName}} containing letters
63
+ <span class="joinString">{{item.letter }}</span> using {{item.x}} letter word finder
64
+ </h3>
65
+ {%- endif -%}
66
+
67
+ {%- if site.name == "wordscramblers" -%}
68
+ <h3 class="{{item.x}}-letter-words-heading" style="font-size: 18px;">
69
+ Top scoring {{item.x}} letter words for {{item.gameName}} containing letters
70
+ <span class="joinString">{{item.letter}}</span>
71
+ using our {{item.x}} letter
72
+ word scrambler
73
+ </h3>
74
+ {%- endif -%}
75
+
76
+ {%- if site.name == "wordunscramblerss" -%}
77
+ <h3 class="{{item.x}}-letter-words-heading" style="font-size: 18px;">
78
+ {{item.x}} letter words with highest score for {{item.gameName}} with letters
79
+ <span class="joinString">{{item.letter}}</span>
80
+ using our {{item.x}} letter
81
+ word unscrambler
82
+ </h3>
83
+
84
+ {%- endif -%}
85
+ {%- endif -%}
86
+ <tr>
87
+ <td>{{item.word}}</td>
88
+ <td>{{item.points}}</td>
89
+ </tr>
90
+ {%- endif -%}
91
+ {%- endfor -%}
92
+
93
+ </table>
94
+ {%- endif -%}
95
+ {%- endfor -%}
96
+ {%- endfor -%}
97
+ </div>
98
+ </div>
99
+ </div>
100
+ <script>
101
+ let joinString = document.getElementsByClassName("joinString")
102
+ Array.from(joinString).forEach((element) => {
103
+ let elem = element.innerHTML
104
+ element.innerHTML = elem.split("")
105
+ })
106
+ </script>
@@ -0,0 +1,194 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign folder = page.folderName %}
4
+ {% assign aboutData = site.data[folder][lang][file] %}
5
+
6
+ <!DOCTYPE html>
7
+ <html lang="{{aboutData.htmlLangAtt}}">
8
+ {% include wordgames/head/head.html %}
9
+
10
+ <style>
11
+ .about-h1 {
12
+ line-height: 36px;
13
+ font-size: 30px;
14
+ font-stretch: 400;
15
+ font-weight: 600;
16
+ color: rgba(33, 33, 33, 1);
17
+ text-align: center;
18
+ margin: 0;
19
+ }
20
+
21
+ .about-h2 {
22
+ line-height: 30px;
23
+ font-stretch: 400;
24
+ font-weight: 300;
25
+ font-size: 20px;
26
+ color: rgba(33, 33, 33, 1);
27
+ text-align: center;
28
+ margin: 0;
29
+ }
30
+
31
+ p {
32
+ font-size: 15px;
33
+ }
34
+
35
+ .feature-card-title,
36
+ .faq-question,
37
+ .feature-card-desc,
38
+ .faq-answer {
39
+ line-height: 24px;
40
+ font-size: 16px;
41
+ font-weight: 600;
42
+ color: rgb(33, 33, 33);
43
+ text-align: center;
44
+ margin: 0px;
45
+ padding: 12px 0px;
46
+ }
47
+
48
+ .feature-card-desc {
49
+ font-weight: 400;
50
+ }
51
+
52
+ .highlight_style {
53
+ color: #007bff !important;
54
+ font-weight: 900;
55
+ text-decoration: underline;
56
+ }
57
+
58
+ .highlight_style:hover {
59
+ text-decoration: underline !important;
60
+ }
61
+ </style>
62
+
63
+ <body>
64
+ {% include wordgames/header/header.html %}
65
+ <div class="container py-5 about_layout">
66
+ {%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
67
+ <div class="row">
68
+ <div class="col-md-9 mx-auto">
69
+ {%- endif -%}
70
+ <h1 class="about-h1 py-2">About us</h1>
71
+ <h2 class="about-h2"> Welcome to {{ page.companyName}}</h2>
72
+ <p class="about-para pt-4 text-center">We are here to help you. Ping us your queries at care@{{
73
+ page.companyName}}.{{page.domain}}</p>
74
+ <div>
75
+ {{content}}
76
+ </div>
77
+ {%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
78
+ </div>
79
+ </div>
80
+ {%- endif -%}
81
+ </div>
82
+
83
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
84
+ {% assign authors = "" | split: "," %}
85
+ {% for post in site.posts %}
86
+ {% if post.author %}
87
+ {% unless authors contains post.author %}
88
+ {% assign authors = authors | push: post.author %}
89
+ {% endunless %}
90
+ {% endif %}
91
+ {% endfor %}
92
+
93
+
94
+ <div class="container mt-4 mb-5">
95
+ <div class="row px-0 mx-auto text-center">
96
+ {%- if site.ezoicAds -%}
97
+ {%- assign column = "col-md-6" -%}
98
+ {%- else -%}
99
+ {%- assign column = "col-md-4" -%}
100
+ {%- endif -%}
101
+
102
+ {%- if site.ezoicAds -%}
103
+ <div class="col-md-9 mx-auto">
104
+ <div class="row">
105
+ {%- endif -%}
106
+ <div class="{{column}} my-4">
107
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
108
+ <g clip-path="url(#clip0_539_427)">
109
+ <path d="M30.367 21.9223L16.96 8.11328L21.334 22.7473L17.885 26.0213L31.04 39.8873L26.867 25.3223L30.367 21.9223Z" fill="#241F20"/>
110
+ <path d="M24 0C10.745 0 0 10.745 0 24C0 37.255 10.745 48 24 48C37.255 48 48 37.255 48 24C48 10.745 37.255 0 24 0ZM24 44C19.244 44 14.881 42.333 11.448 39.561L18.501 32.508L15.747 29.606L8.598 36.755C5.727 33.293 4 28.849 4 24C4 12.954 12.954 4 24 4C28.849 4 33.293 5.727 36.755 8.597L29.789 15.563L32.57 18.438L39.56 11.448C42.333 14.881 44 19.244 44 24C44 35.046 35.046 44 24 44Z" fill="#241F20"/>
111
+ </g>
112
+ <defs>
113
+ <clipPath id="clip0_539_427">
114
+ <rect width="48" height="48" fill="white"/>
115
+ </clipPath>
116
+ </defs>
117
+ </svg>
118
+
119
+ <div class="feature-card-title">Features</div>
120
+ <div class="feature-card-desc">Our website currently has
121
+ <a class="highlight_style" href="{{site.url}}/sitemap.xml">{{ site.pages |
122
+ size }} features</a>
123
+ </div>
124
+ </div>
125
+ {%- if site.internationalizationall -%}
126
+ <div class="{{column}} my-4">
127
+ <svg width="57" height="57" viewBox="0 0 57 57" fill="none" xmlns="http://www.w3.org/2000/svg">
128
+ <path d="M50.0069 28.5H45.2569C44.627 28.5 44.0229 28.7502 43.5775 29.1956C43.1321 29.641 42.8819 30.2451 42.8819 30.875C42.8819 31.5049 43.1321 32.109 43.5775 32.5544C44.0229 32.9998 44.627 33.25 45.2569 33.25V38H42.4443C42.7259 37.2395 42.8739 36.436 42.8819 35.625C42.8822 34.0565 42.3648 32.5318 41.41 31.2874C40.4552 30.043 39.1164 29.1485 37.6014 28.7426C36.0863 28.3367 34.4796 28.4422 33.0306 29.0427C31.5817 29.6432 30.3713 30.7051 29.5875 32.0637C29.43 32.3339 29.3275 32.6326 29.2858 32.9426C29.2441 33.2525 29.2641 33.5677 29.3445 33.8699C29.4249 34.1721 29.5643 34.4555 29.7545 34.7038C29.9448 34.952 30.1822 35.1602 30.4531 35.3165C30.724 35.4727 31.0232 35.5739 31.3333 35.6142C31.6435 35.6545 31.9585 35.6332 32.2604 35.5514C32.5623 35.4696 32.845 35.329 33.0924 35.1376C33.3398 34.9463 33.547 34.7079 33.702 34.4363C33.9106 34.0759 34.2102 33.7766 34.5709 33.5684C34.9315 33.3602 35.3405 33.2504 35.7569 33.25C36.3868 33.25 36.9909 33.5002 37.4363 33.9456C37.8817 34.391 38.1319 34.9951 38.1319 35.625C38.1319 36.2549 37.8817 36.859 37.4363 37.3044C36.9909 37.7498 36.3868 38 35.7569 38C35.127 38 34.5229 38.2502 34.0776 38.6956C33.6322 39.141 33.3819 39.7451 33.3819 40.375C33.3819 41.0049 33.6322 41.609 34.0776 42.0544C34.5229 42.4998 35.127 42.75 35.7569 42.75C36.3868 42.75 36.9909 43.0002 37.4363 43.4456C37.8817 43.891 38.1319 44.4951 38.1319 45.125C38.1319 45.7549 37.8817 46.359 37.4363 46.8044C36.9909 47.2498 36.3868 47.5 35.7569 47.5C35.3405 47.4996 34.9315 47.3898 34.5709 47.1816C34.2102 46.9734 33.9106 46.6741 33.702 46.3137C33.547 46.042 33.3398 45.8037 33.0924 45.6124C32.8451 45.421 32.5623 45.2804 32.2604 45.1986C31.9586 45.1168 31.6435 45.0955 31.3333 45.1358C31.0232 45.1761 30.7241 45.2773 30.4531 45.4335C30.1822 45.5898 29.9448 45.798 29.7545 46.0462C29.5643 46.2945 29.4249 46.5778 29.3445 46.8801C29.2641 47.1823 29.2441 47.4975 29.2858 47.8074C29.3275 48.1174 29.4301 48.4161 29.5875 48.6863C30.3714 50.0449 31.5817 51.1067 33.0307 51.7072C34.4796 52.3077 36.0863 52.4132 37.6014 52.0073C39.1164 51.6015 40.4552 50.707 41.41 49.4626C42.3647 48.2182 42.8822 46.6935 42.8819 45.125C42.8739 44.3141 42.7259 43.5106 42.4443 42.75H45.2569V49.875C45.2569 50.5049 45.5071 51.109 45.9525 51.5544C46.3979 51.9998 47.002 52.25 47.6319 52.25C48.2618 52.25 48.8659 51.9998 49.3113 51.5544C49.7567 51.109 50.0069 50.5049 50.0069 49.875V33.25C50.6368 33.25 51.2409 32.9998 51.6863 32.5544C52.1317 32.109 52.3819 31.5049 52.3819 30.875C52.3819 30.2451 52.1317 29.641 51.6863 29.1956C51.2409 28.7502 50.6368 28.5 50.0069 28.5ZM21.5788 26.7014C21.7317 27.3122 22.121 27.8373 22.661 28.1611C22.9283 28.3214 23.2247 28.4275 23.5331 28.4734C23.8415 28.5192 24.1559 28.5038 24.4583 28.4281C24.7608 28.3524 25.0453 28.2179 25.2958 28.0322C25.5462 27.8466 25.7577 27.6134 25.918 27.346C26.0784 27.0786 26.1845 26.7823 26.2303 26.4739C26.2761 26.1655 26.2607 25.8511 26.185 25.5486L22.0125 8.85292C21.7197 7.68102 21.0435 6.64066 20.0914 5.89723C19.1393 5.15381 17.966 4.75 16.7581 4.75C15.5502 4.75 14.3769 5.15381 13.4248 5.89723C12.4727 6.64066 11.7965 7.68102 11.5036 8.85292L7.32884 25.5486C7.17598 26.1595 7.27203 26.806 7.59585 27.346C7.91968 27.886 8.44476 28.2752 9.05558 28.4281C9.6664 28.581 10.3129 28.4849 10.8529 28.1611C11.3929 27.8373 11.7822 27.3122 11.935 26.7014L13.2669 21.375H20.2477L21.5788 26.7014ZM14.4547 16.625L16.1098 10.0056C16.16 9.87437 16.2489 9.76145 16.3646 9.68178C16.4804 9.60211 16.6176 9.55946 16.7581 9.55946C16.8986 9.55946 17.0358 9.60211 17.1516 9.68178C17.2673 9.76145 17.3562 9.87437 17.4064 10.0056L19.0606 16.625H14.4547ZM33.3819 16.625H35.7569C36.3866 16.6256 36.9903 16.8761 37.4356 17.3213C37.8809 17.7666 38.1313 18.3703 38.1319 19V21.375C38.1319 22.0049 38.3822 22.609 38.8275 23.0544C39.2729 23.4998 39.877 23.75 40.5069 23.75C41.1368 23.75 41.7409 23.4998 42.1863 23.0544C42.6317 22.609 42.8819 22.0049 42.8819 21.375V19C42.8799 17.111 42.1285 15.2999 40.7928 13.9642C39.457 12.6284 37.646 11.8771 35.7569 11.875H33.3819C32.752 11.875 32.1479 12.1252 31.7026 12.5706C31.2572 13.016 31.0069 13.6201 31.0069 14.25C31.0069 14.8799 31.2572 15.484 31.7026 15.9294C32.1479 16.3748 32.752 16.625 33.3819 16.625ZM23.8819 38H21.5069C20.8772 37.9994 20.2735 37.749 19.8282 37.3037C19.383 36.8584 19.1326 36.2547 19.1319 35.625V33.25C19.1319 32.6201 18.8817 32.016 18.4363 31.5706C17.9909 31.1252 17.3868 30.875 16.7569 30.875C16.127 30.875 15.5229 31.1252 15.0776 31.5706C14.6322 32.016 14.3819 32.6201 14.3819 33.25V35.625C14.384 37.514 15.1353 39.3251 16.4711 40.6609C17.8068 41.9966 19.6179 42.748 21.5069 42.75H23.8819C24.5118 42.75 25.1159 42.4998 25.5613 42.0544C26.0067 41.609 26.2569 41.0049 26.2569 40.375C26.2569 39.7451 26.0067 39.141 25.5613 38.6956C25.1159 38.2502 24.5118 38 23.8819 38Z" fill="black"/>
129
+ </svg>
130
+
131
+ <div class="feature-card-title">Languages Supported</div>
132
+ <div class="feature-card-desc">Our website currently supports 22 languages.</div>
133
+ </div>
134
+ {%- endif -%}
135
+ <div class="{{column}} my-4">
136
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
137
+ <g clip-path="url(#clip0_544_438)">
138
+ <path d="M39.8212 28.7988H27.4863V39.3913H39.8212V28.7988Z" fill="black"/>
139
+ <path d="M22.6582 28.959H8.17871V30.5679H22.6582V28.959Z" fill="black"/>
140
+ <path d="M22.6582 37.6211H8.17871V39.23H22.6582V37.6211Z" fill="black"/>
141
+ <path d="M22.6582 33.291H8.17871V34.9H22.6582V33.291Z" fill="black"/>
142
+ <path d="M39.0401 0H8.96062C4.01128 0.00084375 0.0015 4.01138 0 8.95997V37.4304C0.00234375 43.2675 4.73091 47.9977 10.5696 47.9993H37.4312C43.269 47.9977 47.9984 43.2683 48 37.4304V8.95997C47.9992 4.01138 43.9886 0.00084375 39.0401 0ZM43.5755 37.4304C43.5747 39.132 42.8903 40.6577 41.7757 41.7748C40.6585 42.8896 39.1328 43.5739 37.4313 43.5746H10.5696C8.868 43.5738 7.34147 42.8895 6.22444 41.7748C5.10956 40.6577 4.42613 39.132 4.42462 37.4304V11.1274H43.5756V37.4304H43.5755Z" fill="black"/>
143
+ <path d="M8.33972 25.1169H11.5819C13.4297 25.1169 14.5483 24.3125 14.5483 22.6281C14.5483 21.6107 13.9702 20.9061 13.4046 20.6923V20.6672C13.9703 20.3529 14.3976 19.7748 14.3976 18.8454C14.3976 17.4871 13.5303 16.5703 11.6707 16.5703H8.33972C8.26509 16.5703 8.21484 16.6206 8.21484 16.6959V24.9905C8.21484 25.0666 8.26509 25.1169 8.33972 25.1169ZM10.0627 18.1407C10.0627 18.0912 10.0862 18.0653 10.138 18.0653H11.4453C12.1484 18.0653 12.5633 18.4298 12.5633 19.0576C12.5633 19.6868 12.1484 20.0639 11.4453 20.0639H10.138C10.0862 20.0639 10.0627 20.0388 10.0627 19.9885V18.1407ZM10.0627 21.5588C10.0627 21.5093 10.0862 21.4843 10.138 21.4843H11.5443C12.3 21.4843 12.7014 21.8991 12.7014 22.5535C12.7014 23.2189 12.3 23.6219 11.5443 23.6219H10.138C10.0862 23.6219 10.0627 23.596 10.0627 23.5458V21.5588Z" fill="black"/>
144
+ <path d="M17.0175 25.1168H22.5867C22.6613 25.1168 22.7115 25.0666 22.7115 24.9904V23.5959C22.7115 23.5197 22.6613 23.4702 22.5867 23.4702H18.8157C18.7647 23.4702 18.7403 23.4451 18.7403 23.3941V16.6959C18.7403 16.6206 18.6908 16.5703 18.6146 16.5703H17.0175C16.942 16.5703 16.8926 16.6206 16.8926 16.6959V24.9905C16.8926 25.0665 16.9421 25.1168 17.0175 25.1168Z" fill="black"/>
145
+ <path d="M27.4411 25.2541C28.9376 25.2541 30.1184 24.5635 30.5584 23.1808C30.7469 22.5901 30.7964 22.1124 30.7964 20.8429C30.7964 19.5733 30.7469 19.0956 30.5584 18.5048C30.1184 17.123 28.9376 16.4316 27.4411 16.4316C25.9452 16.4316 24.7638 17.123 24.3246 18.5048C24.1352 19.0956 24.085 19.5733 24.085 20.8429C24.085 22.1124 24.1352 22.5901 24.3246 23.1808C24.7637 24.5636 25.9452 25.2541 27.4411 25.2541ZM26.0961 19.0077C26.2846 18.417 26.738 18.065 27.441 18.065C28.1449 18.065 28.5974 18.417 28.786 19.0077C28.8866 19.3101 28.9241 19.7234 28.9241 20.843C28.9241 21.9608 28.8865 22.3764 28.786 22.6774C28.5974 23.2689 28.1449 23.6216 27.441 23.6216C26.7379 23.6216 26.2846 23.2688 26.0961 22.6774C25.9963 22.3764 25.9578 21.9608 25.9578 20.843C25.9578 19.7234 25.9963 19.3101 26.0961 19.0077Z" fill="black"/>
146
+ <path d="M36.3712 25.2541C37.8787 25.2541 39.0604 24.488 39.4884 23.1171C39.6384 22.6529 39.7006 21.949 39.7006 21.1948V20.4901C39.7006 20.4162 39.6503 20.3651 39.5757 20.3651H36.6352C36.5589 20.3651 36.5087 20.4162 36.5087 20.4901V21.6983C36.5087 21.773 36.5589 21.8232 36.6352 21.8232H37.7907C37.841 21.8232 37.8662 21.8492 37.8662 21.8987C37.8662 22.2623 37.8284 22.5271 37.7656 22.7416C37.5895 23.3065 37.0365 23.6215 36.3955 23.6215C35.654 23.6215 35.188 23.2687 34.9995 22.6773C34.8997 22.3763 34.8621 21.9607 34.8621 20.8429C34.8621 19.7234 34.8997 19.322 34.9995 19.0203C35.188 18.4295 35.6414 18.065 36.3712 18.065C37.0743 18.065 37.5008 18.3666 37.841 18.9448C37.8662 19.0076 37.929 19.0328 38.0178 19.0076L39.362 18.442C39.4366 18.4043 39.4507 18.329 39.4122 18.2527C39.0092 17.222 37.9667 16.4316 36.3711 16.4316C34.8493 16.4316 33.6678 17.123 33.2279 18.5048C33.0393 19.0956 32.9883 19.5733 32.9883 20.8429C32.9883 22.1124 33.0394 22.5901 33.2279 23.1808C33.6679 24.5636 34.8495 25.2541 36.3712 25.2541Z" fill="black"/>
147
+ </g>
148
+ <defs>
149
+ <clipPath id="clip0_544_438">
150
+ <rect width="48" height="48" fill="white"/>
151
+ </clipPath>
152
+ </defs>
153
+ </svg>
154
+
155
+ <div class="feature-card-title">Blog Posts</div>
156
+ <div class="feature-card-desc">We currently have <a class="highlight_style" href="/blog">{{ site.posts |
157
+ size }}
158
+ blog posts</a> on our website.</div>
159
+ </div>
160
+ <div class="{{column}} my-4">
161
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
162
+ <path d="M24 44C25.1046 44 26 43.1046 26 42C26 40.8954 25.1046 40 24 40V44ZM24.8906 8.02432C25.9936 8.0847 26.9366 7.23958 26.997 6.13666C27.0574 5.03374 26.2122 4.0907 25.1094 4.0303L24.8906 8.02432ZM18 30L16.0201 29.7172C15.9282 30.3604 16.1545 31.008 16.6268 31.454C17.0991 31.9002 17.7587 32.089 18.3956 31.9604L18 30ZM33.4142 8.58578C32.6332 7.80474 31.3668 7.80474 30.5858 8.58578C29.8048 9.36684 29.8048 10.6332 30.5858 11.4142L33.4142 8.58578ZM36.2426 17.0711C37.0236 17.8521 38.29 17.8521 39.071 17.0711C39.8522 16.29 39.8522 15.0237 39.071 14.2426L36.2426 17.0711ZM32 32C30.8954 32 30 32.8954 30 34C30 35.1046 30.8954 36 32 36V32ZM43.76 21.6022C43.5402 20.5196 42.4846 19.8202 41.402 20.04C40.3196 20.2598 39.6202 21.3154 39.84 22.3978L43.76 21.6022ZM24 40C15.1634 40 8 32.8366 8 24H4C4 35.0456 12.9543 44 24 44V40ZM8 24C8 15.1634 15.1634 8 24 8V4C12.9543 4 4 12.9543 4 24H8ZM24 8C24.299 8 24.596 8.00818 24.8906 8.02432L25.1094 4.0303C24.742 4.01018 24.372 4 24 4V8ZM24.9396 19.8887L36.2362 8.59226L33.4078 5.76382L22.1112 17.0603L24.9396 19.8887ZM39.0646 11.4207L27.3406 23.1446L30.169 25.973L41.893 14.2491L39.0646 11.4207ZM19.9799 30.2828L20.0748 29.6186L16.115 29.0528L16.0201 29.7172L19.9799 30.2828ZM18.5803 27.8426L17.6044 28.0396L18.3956 31.9604L19.3714 31.7636L18.5803 27.8426ZM27.3406 23.1446C25.7688 24.7164 25.1472 25.328 24.4574 25.8096L26.7474 29.0894C27.7928 28.3594 28.6944 27.4478 30.169 25.973L27.3406 23.1446ZM19.3714 31.7636C21.4158 31.351 22.6742 31.1044 23.8604 30.6374L22.3954 26.9154C21.6128 27.2236 20.7592 27.403 18.5803 27.8426L19.3714 31.7636ZM24.4574 25.8096C23.8158 26.2576 23.1236 26.6288 22.3954 26.9154L23.8604 30.6374C24.88 30.2362 25.849 29.7166 26.7474 29.0894L24.4574 25.8096ZM22.1112 17.0603C20.486 18.6857 19.4806 19.6788 18.6989 20.8406L22.0174 23.0738C22.533 22.3076 23.2068 21.6216 24.9396 19.8887L22.1112 17.0603ZM20.0748 29.6186C20.4214 27.1926 20.5658 26.242 20.8694 25.3696L17.0917 24.0548C16.6314 25.3772 16.4401 26.7774 16.115 29.0528L20.0748 29.6186ZM18.6989 20.8406C18.0273 21.8384 17.4871 22.9188 17.0917 24.0548L20.8694 25.3696C21.1518 24.5582 21.5376 23.7866 22.0174 23.0738L18.6989 20.8406ZM39.0646 8.59226C39.8456 9.3733 39.8456 10.6396 39.0646 11.4207L41.893 14.2491C44.2362 11.906 44.2362 8.10696 41.893 5.76382L39.0646 8.59226ZM41.893 5.76382C39.5498 3.42068 35.7508 3.42068 33.4078 5.76382L36.2362 8.59226C37.0172 7.8112 38.2836 7.8112 39.0646 8.59226L41.893 5.76382ZM30.5858 11.4142L36.2426 17.0711L39.071 14.2426L33.4142 8.58578L30.5858 11.4142ZM40 24C40 28.4182 36.4182 32 32 32V36C38.6274 36 44 30.6274 44 24H40ZM39.84 22.3978C39.9446 22.9138 40 23.4494 40 24H44C44 23.1806 43.9176 22.3786 43.76 21.6022L39.84 22.3978Z" fill="black"/>
163
+ </svg>
164
+
165
+ <div class="feature-card-title">Authors</div>
166
+ <div class="feature-card-desc">We have <a class="highlight_style" href="/authors"> {{ authors.size }}
167
+ authors
168
+ </a> on our website</div>
169
+ </div>
170
+ <div class="{{column}} my-4">
171
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
172
+ <path d="M24.0003 24.0007C24.0003 27.684 21.017 30.6673 17.3337 30.6673C13.6503 30.6673 10.667 27.684 10.667 24.0007C10.667 20.3173 13.6503 17.334 17.3337 17.334C21.017 17.334 24.0003 20.3173 24.0003 24.0007Z" fill="#333333"/>
173
+ <path d="M4 40.4451C4 35.7163 12.8833 33.334 17.3333 33.334C21.7833 33.334 30.6667 35.7163 30.6667 40.4451V46.6673H4V40.4451Z" fill="#333333"/>
174
+ <path d="M53.3333 24.0007C53.3333 27.684 50.35 30.6673 46.6667 30.6673C42.9833 30.6673 40 27.684 40 24.0007C40 20.3173 42.9833 17.334 46.6667 17.334C50.35 17.334 53.3333 20.3173 53.3333 24.0007Z" fill="#333333"/>
175
+ <path d="M37.3337 22.6673C37.3337 25.614 34.947 28.0007 32.0003 28.0007C29.0537 28.0007 26.667 25.614 26.667 22.6673C26.667 19.7207 29.0537 17.334 32.0003 17.334C34.947 17.334 37.3337 19.7207 37.3337 22.6673Z" fill="#333333"/>
176
+ <path d="M33.333 40.4451C33.333 35.7163 42.2163 33.334 46.6663 33.334C51.1163 33.334 59.9997 35.7163 59.9997 40.4451V46.6673H33.333V40.4451Z" fill="#333333"/>
177
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.334 32.248C37.9781 32.3788 37.627 32.5177 37.2829 32.6646C35.7214 33.332 34.1446 34.2334 32.9196 35.4393C32.5916 35.7624 32.2802 36.1165 31.9996 36.5013C31.7189 36.1165 31.4076 35.7624 31.0794 35.4393C29.8545 34.2334 28.2776 33.332 26.7161 32.6646C26.3721 32.5177 26.021 32.3788 25.665 32.248C27.6952 31.1961 30.306 30.668 31.9996 30.668C33.693 30.668 36.3038 31.1961 38.334 32.248Z" fill="#333333"/>
178
+ </svg>
179
+
180
+ <div class="feature-card-title">Total Visitors</div>
181
+ <div id="visits" class="feature-card-desc">{{site.totalVisitors}}</div>
182
+ </div>
183
+ {%- if site.ezoicAds -%}
184
+ </div>
185
+ </div>
186
+ {%- endif -%}
187
+ </div>
188
+ </div>
189
+
190
+ {% include wordgames/footer/footer.html %}
191
+ {% include script.html %}
192
+ </body>
193
+
194
+ </html>