word-games-theme 0.2.2 → 0.2.7

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: d0e9c2262fd105d277fddc4a90719a3a95dda5eafd10959bc1a6232d3f8bc303
4
- data.tar.gz: 88155f284cdfc6666f20e7c2b0ccb11b849f57531e42671576b6a239a0ce461a
3
+ metadata.gz: 71e9d0f1e43933afc433fb3ef2289b98180f29dc2b813185bcb9e472ae7fb3dd
4
+ data.tar.gz: 41e5294582f1bfc6b06e6e1c2b0560917cd6aedff5a6f707424d570e79195747
5
5
  SHA512:
6
- metadata.gz: 72447d7b9aa1f499ba6214052886b7e3fd7c80489d9ae6612b013c73f2d9e923515f878e4acc97c2489fe778eba539e08672ddcda227270988bb77ae0d242548
7
- data.tar.gz: eceaeeb41ed4aa20d40ba14234cc01a178b62dffcafc252e36cd291186974434566462010ae5125609f37db87982c7ca63a36db053859fbdabde66560d59fe98
6
+ metadata.gz: 15b513cf1249de1b92f32bc59eea88c733f31ee88117e2e5aad767a24db0d818b2f173e5cb6c3934a4144090620e05831eab1a0ff5c6818d7aeccc3c109c08d1
7
+ data.tar.gz: 380c89ef5a164980b923007840c9bbe2a922fe133f81b66295a0ba498e4d8fc1b3954a76fa1ba88b5ed2c050941e745bd37f14f4253d1c6b438714d36d6ca9b4
@@ -0,0 +1,44 @@
1
+ {
2
+ "URLS": [
3
+ {
4
+ "name": "Anagram word finder",
5
+ "url": "/anagram-word-finder"
6
+ },
7
+ {
8
+ "name": "Jumble word finder",
9
+ "url": "/jumble-word-finder"
10
+ },
11
+ {
12
+ "name": "Lexical word finder",
13
+ "url": "/lexical-word-finder"
14
+ },
15
+ {
16
+ "name": "Scrabble word finder cheat",
17
+ "url": "/scrabble-word-finder-cheat"
18
+ },
19
+ {
20
+ "name": "Words with friends word",
21
+ "url": "/words-with-friends-word-finder"
22
+ },
23
+ {
24
+ "name": "Thirteen letter word finder",
25
+ "url": "/thirteen-letter-word-finder"
26
+ },
27
+ {
28
+ "name": "Twelve letter word finder",
29
+ "url": "/twelve-letter-word-finder"
30
+ },
31
+ {
32
+ "name": "Ten letter word finder",
33
+ "url": "/ten-letter-word-finder"
34
+ },
35
+ {
36
+ "name": "Nine letter word finder",
37
+ "url": "/nine-letter-word-finder"
38
+ },
39
+ {
40
+ "name": "Eight letter word finder",
41
+ "url": "/eight-letter-word-finder"
42
+ }
43
+ ]
44
+ }
data/_layouts/post.html CHANGED
@@ -1,6 +1,26 @@
1
1
  <html>
2
2
 
3
3
  {% include custom-head.html %}
4
+
5
+
6
+ <style>
7
+ .theseFeatures {
8
+ padding-left: 40px;
9
+ }
10
+
11
+ .theseFeatures .featureLink:hover {
12
+ text-decoration: underline !important;
13
+ }
14
+
15
+ @media (max-width:768px) {
16
+ .theseFeatures {
17
+ text-align: center !important;
18
+ padding-left: 0;
19
+ }
20
+
21
+ }
22
+ </style>
23
+
4
24
  <body>
5
25
  {%- include header/blogHeader.html -%}
6
26
  <section class="section_post">
@@ -22,7 +42,7 @@
22
42
  <li> <a href=" {{ link }}" data-toggle="tooltip"
23
43
  onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
24
44
  data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
25
- <i class="fa-fw {{ share.icon }}"></i>
45
+ <img src="{{ share.icon }}" class="mb-0 py-1" style="width: 18px"></img>
26
46
  </a>
27
47
  </li>
28
48
  {% endfor %}
@@ -45,8 +65,9 @@
45
65
  <div class="post-content">
46
66
  {{ content }}
47
67
  </div>
48
-
68
+
49
69
  {%- include paginationPostPage.html -%}
70
+
50
71
  {%- if page.categories or page.tags-%}
51
72
  {%- include section/related_categories_post.html -%}
52
73
  {%- else -%}
@@ -57,6 +78,32 @@
57
78
  {%- include disqus_comments.html -%}
58
79
  {%- endif -%}
59
80
  </div>
81
+
82
+ </div>
83
+
84
+ <div class="col-md-2 theseFeatures">
85
+ {%- if page.URLS -%}
86
+ <h6 class="font-weight-bolder">Checkout out these features</h6>
87
+ <br>
88
+ {%- for item in page.URLS -%}
89
+ <p> <a class="featureLink" style="font-size: 11px" href="{{item.url}}">{{item.name}}</a></p>
90
+ {%- endfor -%}
91
+ {% else %}
92
+ <h5 class="font-weight-bolder">Checkout out these features</h5>
93
+ <br>
94
+ {%- for item in site.pages limit: 10 -%}
95
+ {%- if item.tool != "wordfinders" and item.tool != 'wordswithletter' and item.tool != '
96
+ word-scramble-help' and item.tool != 'wordfinders' and item.tool != "wordscramblers" and item.tool
97
+ != 'wordunscramblerss' -%}
98
+
99
+ <p> <a class="featureLink" style="font-size: 11px" href="/{{item.permalink }}">{{item.permalink |
100
+ capitalize |
101
+ replace: '-', ' '
102
+ }}</a></p>
103
+ {%- endif -%}
104
+ {%- endfor -%}
105
+ {%- endif -%}
106
+
60
107
  </div>
61
108
  </div>
62
109
  </section>
@@ -66,4 +113,4 @@
66
113
  <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
67
114
  </body>
68
115
 
69
- </html>
116
+ </html>
@@ -24,7 +24,7 @@
24
24
  border: none;
25
25
  font-weight: 900;
26
26
  font-size: 13px;
27
- padding: 10px;
27
+ padding: 8.5px;
28
28
  text-align: left;
29
29
  z-index: 99;
30
30
  }
data/assets/css/home.css CHANGED
@@ -124,7 +124,7 @@ input:-webkit-autofill:active {
124
124
  overflow: hidden;
125
125
  object-fit: cover;
126
126
  right: 69px;
127
- padding: 18px 0;
127
+ padding: 19px 0;
128
128
  border-bottom: 0 !important;
129
129
  border-radius: 0;
130
130
  border: none;
@@ -197,9 +197,10 @@ input:-webkit-autofill:active {
197
197
  top: 60px;
198
198
  }
199
199
  .select_dropDown2 {
200
- padding: 8px 0;
201
200
  width: 30%;
202
201
  right: 40px;
202
+ padding: 9.5px 0;
203
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
203
204
  }
204
205
  }
205
206
  @media (max-width: 768px) {
data/assets/css/style.css CHANGED
@@ -1,13 +1,8 @@
1
1
  /* styling........ */
2
- @font-face {
3
- font-family: myFirstFont;
4
- src: url(../css/OpenSans-Regular.ttf);
5
- }
6
2
  * {
7
3
  margin: 0;
8
4
  padding: 0;
9
5
  box-sizing: border-box;
10
- font-family: myFirstFont !important;
11
6
  }
12
7
  :root {
13
8
  --txtColor: #000;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -64,6 +64,7 @@ files:
64
64
  - _data/blog/alertbar.yml
65
65
  - _data/blog/blog.yml
66
66
  - _data/blog/nav.json
67
+ - _data/blog/popularUrls.json
67
68
  - _data/blog/share.yml
68
69
  - _data/footer/en/data.json
69
70
  - _data/footer/hi/data.json