word-games-theme 1.8.5 → 1.8.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/share.yml +1 -0
  3. data/_data/footer/en/data.json +5 -1
  4. data/_data/header/en/data.json +174 -52
  5. data/_data/wordgames/en/five_letter_word_finder.json +449 -93
  6. data/_data/wordgames/en/root.json +222 -229
  7. data/_data/wordleSolver/en/resultData.json +2 -1
  8. data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
  9. data/_includes/WordPointTables/table.html +1 -4
  10. data/_includes/author_bio.html +39 -18
  11. data/_includes/authorpagehead/index.html +37 -0
  12. data/_includes/autogenerated/content.html +1 -3
  13. data/_includes/custom-head.html +9 -1
  14. data/_includes/featurePageAuthors/featurePageAuthors.html +107 -0
  15. data/_includes/find-words-in-certain-positions/words-in-certain-positions.html +1 -1
  16. data/_includes/footer/index.html +7 -9
  17. data/_includes/head/index.html +45 -10
  18. data/_includes/header/blogHeader.html +1 -1
  19. data/_includes/header/index.html +4 -4
  20. data/_includes/howto.html +1 -1
  21. data/_includes/repeat-letters.html +50 -186
  22. data/_includes/script.html +9 -2
  23. data/_includes/section/commonPage.html +13 -18
  24. data/_includes/section/{news.html → faq.html} +2 -2
  25. data/_includes/section/feature.html +18 -4
  26. data/_includes/section/home.html +57 -62
  27. data/_includes/section/wordGroup.html +2 -7
  28. data/_includes/section/xyzGroup.html +1 -1
  29. data/_includes/wordfinderstrategy/content.html +1 -5
  30. data/_includes/xyzpages/xyz.html +12 -8
  31. data/_layouts/aboutUs.html +136 -0
  32. data/_layouts/allAuthors.html +121 -0
  33. data/_layouts/allpages.html +0 -1
  34. data/_layouts/author.html +410 -0
  35. data/_layouts/autogencontent.html +0 -3
  36. data/_layouts/default.html +1 -11
  37. data/_layouts/disclaimer.html +28 -0
  38. data/_layouts/page.html +0 -45
  39. data/_layouts/page2.html +0 -44
  40. data/_layouts/post.html +28 -2
  41. data/_layouts/privacyPolicy.html +27 -0
  42. data/_layouts/termAndCondition.html +28 -4
  43. data/_layouts/tools.html +7 -1
  44. data/_layouts/wordMeaning.html +25 -17
  45. data/_layouts/xyzpages.html +2 -6
  46. data/assets/css/blog.css +128 -212
  47. data/assets/css/bootstrap-icons.css +42 -0
  48. data/assets/css/bootstrap.min.css +2521 -524
  49. data/assets/css/content.css +34 -49
  50. data/assets/css/font/bootstrap-icons.css +1981 -0
  51. data/assets/css/font/bootstrap-icons.json +1955 -0
  52. data/assets/css/font/bootstrap-icons.scss +1993 -0
  53. data/assets/css/fonts/bootstrap-icons.woff +0 -0
  54. data/assets/css/fonts/bootstrap-icons.woff2 +0 -0
  55. data/assets/css/game.css +60 -57
  56. data/assets/css/multiple-word-anagram-solver.css +14 -15
  57. data/assets/css/style.css +583 -285
  58. data/assets/css/wordGroup.css +380 -17
  59. data/assets/css/wordleSolver.css +22 -22
  60. data/assets/css/wordsInCertainPosition.css +20 -32
  61. data/assets/images/wordswithletters-logo.webp +0 -0
  62. data/assets/js/adBlocker.js +0 -1
  63. data/assets/js/default.js +3 -6
  64. data/assets/js/theme.js +45 -0
  65. data/assets/js/wordScrabble-test.js +0 -3
  66. data/assets/js/words-starting-with.js +0 -4
  67. metadata +21 -37
  68. data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
  69. data/_data/wordgames/da/four_letter_word_finder.json +0 -196
  70. data/_data/wordgames/de/four_letter_word_finder.json +0 -196
  71. data/_data/wordgames/es/four_letter_word_finder.json +0 -196
  72. data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
  73. data/_data/wordgames/id/four_letter_word_finder.json +0 -196
  74. data/_data/wordgames/it/four_letter_word_finder.json +0 -196
  75. data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
  76. data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
  77. data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
  78. data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
  79. data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
  80. data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
  81. data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
  82. data/_data/wordgames/th/four_letter_word_finder.json +0 -196
  83. data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
  84. data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
  85. data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
  86. data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
  87. data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
  88. data/_includes/section/home2.html +0 -174
  89. data/_layouts/other-lang-scrabble.html +0 -170
  90. data/assets/css/advancedFilter.css +0 -215
  91. data/assets/css/feature.css +0 -58
  92. data/assets/css/footer.css +0 -161
  93. data/assets/css/home.css +0 -538
  94. data/assets/css/news.css +0 -48
  95. data/assets/css/testhome.css +0 -417
  96. data/assets/css/wordScrabble.css +0 -4
@@ -0,0 +1,37 @@
1
+ <head>
2
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
3
+ {% for post in posts %}
4
+ {%- include /authors/authors.html -%}
5
+ {% if authorName contains page.authorName %}
6
+ {% capture author_info %}{% assign author = authorName %}{% assign bio = bio %}{{ author }} - {{ bio }}{% endcapture %}
7
+ {% capture author_name %}{% assign author = authorName %}{{ author }}{% endcapture %}
8
+
9
+ {% assign authorPageTitle = author_info %}
10
+ {% assign author_name = author_name %}
11
+ {%- endif -%}
12
+ {% endfor %}
13
+
14
+
15
+ {%- assign title = newtitle -%}
16
+ {%- assign description = pagedescription-%}
17
+
18
+
19
+ <meta charset="UTF-8" />
20
+ <link rel="shortcut icon" href="{{favicon}}" />
21
+ <link rel="canonical" href="{{site.url | append: page.url}}" />
22
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
23
+ <meta name="keywords" content="{{site.keyboard}}" />
24
+ <meta name="description" content="{{ authorPageTitle | slice: 0, 155 | default: page.description }}" />
25
+ <meta name="og:description" content="{{ authorPageTitle | slice: 0, 155 | default: page.description}}" />
26
+ <meta property="og:title" content="{{ authorPageTitle | default: page.title }}" />
27
+ <meta property="og:type" content="profile" />
28
+ <meta property="og:locale" content="en_US" />
29
+ <meta property="og:site_name" content="{{site.name }}" />
30
+ <meta property="og:url" content="{{site.url | append: page.url}}" />
31
+ <meta name="author" content="{{ author_name | default: page.title }}" />
32
+ <title>{{authorPageTitle | default: page.title}}</title>
33
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
34
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" />
35
+ <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}" />
36
+ {%- include google-analytics.html -%}
37
+ </head>
@@ -96,6 +96,4 @@
96
96
  </div>
97
97
  </div>
98
98
  </div>
99
- </div>
100
-
101
- <link rel="stylesheet" href="/assets/css/content.css">
99
+ </div>
@@ -62,7 +62,15 @@
62
62
  <meta property="og:url" content="{{site.url | append: page.url}}" />
63
63
  <meta name="author" content="{{ site.author_name }}" />
64
64
  <title>{{title}}</title>
65
- <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
65
+ {%- if site.removeBootstrapIcons !=
66
+ true -%}
67
+ <link rel="stylesheet" href="/assets/css/bootstrap-icons.css" />
68
+ {%- endif -%}
69
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"
70
+ integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
66
71
  <link rel="stylesheet" href="/assets/css/blog.css">
67
72
  {%- include google-analytics.html -%}
73
+
74
+
75
+
68
76
  </head>
@@ -0,0 +1,107 @@
1
+ <style>
2
+ .authors-list {
3
+ border-top: 1px solid rgb(224, 224, 224);
4
+ margin-top: 100px;
5
+ padding: 100px;
6
+ }
7
+
8
+ .featurePageAuthor {
9
+ display: flex;
10
+ flex-direction: column;
11
+ width: 100%;
12
+ justify-content: center;
13
+ }
14
+
15
+ .featurePageAuthor .author-meta {
16
+ width: 500px;
17
+ margin: 0 auto;
18
+ padding-bottom: 5rem;
19
+ }
20
+
21
+ .featurePageAuthor .author-meta .authorName {
22
+ font-size: 20px;
23
+ padding: 1rem 0px;
24
+ font-weight: 900;
25
+ }
26
+
27
+ .featurePageAuthor .author-img {
28
+ width: 100px;
29
+ height: 100px;
30
+ border-radius: 100%;
31
+ }
32
+
33
+ .featurePageAuthor .author_bio {
34
+ font-size: 16px;
35
+ }
36
+ </style>
37
+ {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
38
+ = page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
39
+ <section class="authors-list">
40
+ <div class="container">
41
+ <div class="row">
42
+ <div class="col-md-12">
43
+ {%- if featureData.author -%}
44
+ <h1 class="mb-4 text-center authors-heading font-weight-bolder">About The Author</h1>
45
+ {%- endif -%}
46
+ <div class="row">
47
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
48
+ {% assign seen_authors = '' %}
49
+ {% for post in site.posts %}
50
+ {% unless seen_authors contains post.author %}
51
+ {% assign seen_authors = seen_authors | append: post.author | append: ',' %}
52
+ {% assign featureAuthor = featureData.author | downcase %}
53
+ {%- include /authors/authors.html -%}
54
+ {%- assign name = authorName | downcase -%}
55
+ {%- if name contains featureAuthor -%}
56
+ <div class="featurePageAuthor">
57
+ <a href="/author/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
58
+ <img class="author-img" loading="lazy" src="{{ image }}" height="35px" width="35px"
59
+ alt="{{ authorName}}" id="author_img" {%- if site.crossorigin -%} crossorigin {%- endif
60
+ -%} />
61
+ </a>
62
+ <div class="author-meta">
63
+ <p class="mb-0 authorName">
64
+ <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-'' }}">
65
+ {{authorName}}
66
+ </a>
67
+ </p>
68
+ <p class="author_bio mb-0">{{bio}}</p>
69
+ </div>
70
+ </div>
71
+ {%- endif -%}
72
+ {% endunless %}
73
+ {% endfor %}
74
+
75
+ {%- if featureData.contributors -%}
76
+ <h2 class="mb-4 w-100 text-center authors-heading font-weight-bolder">Contributors</h2>
77
+ {%- endif -%}
78
+
79
+ <div class="d-flex justify-content-center w-100" style="gap:10px">
80
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
81
+ {% assign seen_authors = '' %}
82
+ {% for post in site.posts %}
83
+ {% unless seen_authors contains post.author %}
84
+ {% assign seen_authors = seen_authors | append: post.author | append: ',' %}
85
+ {% for contributor in featureData.contributors %}
86
+ {%- assign contributorAuthor = contributor.name | downcase -%}
87
+ {%- include /authors/authors.html -%}
88
+ {%- assign name = authorName | downcase -%}
89
+
90
+ {%- if name contains contributorAuthor -%}
91
+
92
+ <a href="/author/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
93
+ <img loading="lazy" src="{{ image }}" alt="{{ authorName}}"
94
+ style="border-radius:100%; width: 50px; height: 50px;" />
95
+ </a>
96
+
97
+ {%- endif -%}
98
+ {% endfor %}
99
+ {% endunless %}
100
+ {% endfor %}
101
+ </div>
102
+
103
+ </div>
104
+ </div>
105
+ </div>
106
+ </div>
107
+ </section>
@@ -136,9 +136,9 @@
136
136
  </div>
137
137
  </div>
138
138
  </form>
139
- {%- include filterWords/index.html -%}
140
139
  </div>
141
140
  <div class="col-md-10 mx-auto p-0 mt-3">
141
+ {%- include filterWords/index.html -%}
142
142
  <div id="certain_pos_count"></div>
143
143
  <div id="certain_pos_words_data"></div>
144
144
  <div class="alert" role="alert" id="certain_pos_error_msg" style="font-size: 15px; padding:15px"></div>
@@ -53,7 +53,7 @@
53
53
  {% for data in dataToShow.social %}
54
54
  <li>
55
55
  <a id="{{data.url}}" href="{{data.url}}" target="_blank" aria-label="{{ data.url }}">
56
- <img src="{{data.icon}}" width="25px" height="18px" alt="share_icon">
56
+ <img src="{{data.icon}}" width="20px" height="20px" alt="share_icon">
57
57
  </img>
58
58
  </a>
59
59
  </li>
@@ -63,7 +63,7 @@
63
63
 
64
64
  {%- if site.internationalization -%}
65
65
  <center>
66
- <button id="modalButton" type="button" class="drop-down-btn" data-toggle="modal"
66
+ <button id="int-modal-btn" type="button" class="drop-down-btn" data-toggle="modal"
67
67
  data-target="#staticBackdrop">
68
68
  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
69
69
  <path
@@ -88,9 +88,8 @@
88
88
  <div class="modal-header">
89
89
  <h5 class="modal-title text-center w-100 " id="staticBackdropLabel">Select Language
90
90
  </h5>
91
- <button id="bars-toggle-icon" aria-label="bars-toggle-icon" type="button"
92
- class="close" data-dismiss="modal" aria-label="Close">
93
- <span style="font-size: 25px" aria-hidden="true">&times;</span>
91
+ <button type="button" class="close" id="close-modal" data-dismiss="modal" aria-label="Close">
92
+ <span aria-hidden="true">&times;</span>
94
93
  </button>
95
94
  </div>
96
95
  <div class="modal-body px-md-5">
@@ -171,7 +170,7 @@
171
170
  {%- else -%}
172
171
  {%- if site.internationalizationall -%}
173
172
  <center>
174
- <button id="modalButton2" type="button" class="drop-down-btn" data-toggle="modal"
173
+ <button id="int-modal-btn" type="button" class="drop-down-btn" data-toggle="modal"
175
174
  data-target="#staticBackdrop">
176
175
  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
177
176
  <path
@@ -187,9 +186,8 @@
187
186
  <div class="modal-header">
188
187
  <h5 class="modal-title text-center w-100 " id="staticBackdropLabel">Select Language
189
188
  </h5>
190
- <button id="close-btn" type="button" class="close" data-dismiss="modal"
191
- aria-label="Close">
192
- <span style="font-size: 25px" aria-hidden="true">&times;</span>
189
+ <button type="button" class="close" id="close-modal" data-dismiss="modal" aria-label="Close">
190
+ <span aria-hidden="true">&times;</span>
193
191
  </button>
194
192
  </div>
195
193
  <div class="modal-body px-md-5">
@@ -1,26 +1,61 @@
1
1
  {% assign file = page.fileName %}
2
2
  {% assign lang = page.lang %}
3
3
  {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+ {% assign favicon = site.favicon %}
4
5
 
5
6
  <head>
6
7
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
8
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
- <meta charset="UTF-8">
9
+ <meta charset="utf-8" />
10
+
11
+ <link rel="shortcut icon" href="{{favicon}}" />
9
12
 
10
13
  {% include seo.html %}
11
14
  <link rel="canonical" href="{{site.url | append: page.url}}">
12
15
  {%- if site.keyboard -%}
13
16
  <meta name="keywords" content="{{site.keyboard}}" />
14
17
  {%- endif -%}
15
- <link rel="manifest" href="/manifest.json">
16
- <link rel="shortcut icon" href="{{ site.favicon | relative_url }}">
18
+
19
+ {%- if site.removeBootstrapIcons !=
20
+ true -%}
21
+ <link rel="stylesheet" href="/assets/css/bootstrap-icons.css" />
22
+ {%- endif -%}
23
+
17
24
  <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
18
- <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
19
- <link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
20
- <link rel="stylesheet" href="{{ '/assets/css/feature.css' | relative_url }}">
21
- <link rel="stylesheet" href="{{ '/assets/css/news.css' | relative_url }}">
22
- <link rel="stylesheet" href="{{ '/assets/css/wordGroup.css' | relative_url }}">
23
- <link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
25
+ <link rel="stylesheet" href="/assets/css/style.css">
26
+
27
+ {%- if page.layout == "autogencontent"-%}
28
+ <link rel="stylesheet" href="/assets/css/content.css">
29
+ {%- endif -%}
30
+
31
+ {%- if page.layout == 'page' or page.layout == 'page2' -%}
32
+ <link rel="stylesheet" href="/assets/css/wordGroup.css">
33
+ {%- endif -%}
34
+
35
+ {%- if page.layout == 'xyzpages' -%}
36
+ <link rel="stylesheet" href="/assets/css/wordGroup.css">
37
+ {%- endif -%}
38
+
39
+ {%- if page.wordle == 'solver' -%}
40
+ <style>
41
+ .trywordle {
42
+ color: #fff;
43
+ background-color: #404040;
44
+ padding: 12px 100px;
45
+ border-radius: 50px;
46
+ }
47
+
48
+ .trywordle:hover {
49
+ color: #fff !important;
50
+ }
51
+ </style>
52
+ {%- endif -%}
53
+
54
+ {%- if site.show_allow_ad_blocker_pop -%}
55
+ <link rel="stylesheet" href="/assets/css/adBlocker.css">
56
+ {%- endif -%}
57
+
58
+ <link rel="manifest" href="/manifest.json">
24
59
 
25
60
  {% include cssfile/links.html %}
26
61
 
@@ -39,6 +74,7 @@
39
74
  "logo": "{{site.siteurl}}{{site.favicon}}"
40
75
  }
41
76
  </script>
77
+
42
78
  <script type="application/ld+json">
43
79
  {
44
80
  "@context": "http://schema.org",
@@ -84,7 +120,6 @@
84
120
  {%- include Rating/structureddata.html -%}
85
121
  {%- endif -%}
86
122
 
87
- {%- include google-analytics.html -%}
88
123
 
89
124
  <script>
90
125
  if ('serviceWorker' in navigator) {
@@ -19,7 +19,7 @@
19
19
  <div class="collapse navbar-collapse" id="navbarSupportedContent">
20
20
  <ul class="navbar-nav ml-auto">
21
21
  {%- for item in site.data.blog.nav.navItems -%}
22
- <li class="nav-item">
22
+ <li class="nav-item" id="navbarDropdown">
23
23
  <a class="nav-link" href="/{{item.url}}">{{item.name}}</a>
24
24
  </li>
25
25
  {% endfor %}
@@ -20,12 +20,12 @@
20
20
  <div class="nav-item">
21
21
  <a class="nav-link" href="/blog">Blog</a>
22
22
  </div>
23
- <div class="nav-item dropdown">
23
+ <div class="nav-item dropdown" id="navbarDropdown">
24
24
  <span class="nav-link dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown">
25
25
  More
26
26
  </span>
27
27
  {%- if dataToShow.megaMenu -%}
28
- <div class="dropdown-menu top_tool_bar" aria-labelledby="dropdownMenuButton">
28
+ <div class="dropmenu dropdown-menu top_tool_bar" aria-labelledby="dropdownMenuButton">
29
29
  {%- for item in dataToShow.megaMenu.dropdown -%}
30
30
  <div class="catPad mb-4">
31
31
  <div style="margin: 0 0 20px;" class="text-muted">{{item.categoryName}}</div>
@@ -49,11 +49,11 @@
49
49
  <li class="nav-item">
50
50
  <a class="nav-link" href="/blog">Blog</a>
51
51
  </li>
52
- <li class="nav-item dropdown">
52
+ <li class="nav-item dropdown" id="navbarDropdown">
53
53
  <span class="nav-link dropdown-toggle" id="dropdownMenuButton" data-toggle="dropdown" role="button">
54
54
  More
55
55
  </span>
56
- <div class="top_tool_bar dropdown-menu" aria-labelledby="navbarDropdown">
56
+ <div class="top_tool_bar dropmenu dropdown-menu" aria-labelledby="navbarDropdown">
57
57
  {% for item in dataToShow.more %}
58
58
  <a class="dropdown-item" href="{{item.url}}">
59
59
  {{item.name}}
data/_includes/howto.html CHANGED
@@ -1,7 +1,7 @@
1
1
  {%- if dataToShow.HOW_TO_CONTENT -%}
2
2
  <section class="how-to-section">
3
3
  <div class="feature">
4
- <p class="title mb-0">{{dataToShow.howto}}</p>
4
+ <p class="title mb-0">How to</p>
5
5
  </div>
6
6
  <div class="container">
7
7
  <div class="row pt-5 justify-content-center">