word-games-theme 2.3.8 → 2.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2cf9e0218613475186399ece0923215afb1c417434860a11a261067bfc19146e
4
- data.tar.gz: de9269a72e6adc414d0a066f505eaf28c32c065a4ae1aaf3db729a31698f0ddc
3
+ metadata.gz: 4e193b50c0938504865fc9b4efadb0bbefdea432f439708884622f2a7840ca30
4
+ data.tar.gz: b657a97db383fc3415a79762e2f0292cd70281eaac0b91dda28caa0e30650f4f
5
5
  SHA512:
6
- metadata.gz: 7ddf8b0c5487e95975fe1a78b0cde8d97b26d8e040f551614dfaf37d6dc2b199bda7e259ee8793afe499d8302b988f1034a891d23f9c95ec0533fab3b5e6d183
7
- data.tar.gz: bfd61cb8c2cfaa48f451553b6c4e2661c0d8c301d6c8841f469f8503927feaa2c3bd6fcc3557742b32708563530ca18c5f17f3845ea15b98903f86597848cd5d
6
+ metadata.gz: f68a57132bd71984cde9c7fd869d3eb4528175eddb0a1ab53928428adb90604dffae56d5a26a020f7dc7db7e879d9f9274333996c49eacc58effb3cc53f9a8f6
7
+ data.tar.gz: 15547231cc4554e5a0240224c40c8c9da826de811e186b471b3b26f1437fa23b7c7bf2da0f8da00f66311fc5c1af9f75049726fefd05f6cb99d14a69f4650b27
@@ -226,7 +226,7 @@
226
226
  }
227
227
  ],
228
228
  "HOW_TO_CONTENT": {
229
- "YoutubeVideoUrl": "https://www.youtube.com/watch?v=x_syk_PJvMw&ab_channel=WordsWithLettersOrg",
229
+ "YoutubeVideoUrl": "https://www.youtube.com/watch?v=qv7lH5Cxu1g",
230
230
  "heading": "How to set alarm for $variable minutes:",
231
231
  "steps": [
232
232
  "Click on set alarm ",
@@ -2,6 +2,8 @@
2
2
  {% assign lang = page.lang %}
3
3
  {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
4
  {%- assign CustomColor = site.data.theme.colors -%}
5
+ <div class="mt-4 top-banner-ad"></div>
6
+ <div class="mt-4 bottom-banner-ad"></div>
5
7
  <div class="container">
6
8
  <div class="pageHeading text-center" style="margin:22px 0px">
7
9
  <h1 class="heading pb-0 mb-3">
@@ -11,6 +11,7 @@
11
11
  {%- endif -%}
12
12
 
13
13
  <div class="main-header">
14
+
14
15
  <!-- <img id="header-img" src="/assets/images/background.svg" alt="background.svg"> -->
15
16
  {% include wordgames/headings/headings.html %}
16
17
  {% include wordgames/search-box/search-box.html %}
@@ -224,3 +224,26 @@ header {
224
224
  .footer-bottom .modal .close {
225
225
  font-size: 3rem;
226
226
  }
227
+
228
+
229
+ /* ads css */
230
+ .top-banner-ad{
231
+ display: none;
232
+ width: 100%;
233
+ /* height: 80px; */
234
+ }
235
+
236
+ .bottom-banner-ad{
237
+ width: 100%;
238
+ height: 80px;
239
+ display: none;
240
+ position: fixed;
241
+ bottom: 0;
242
+ z-index: 999;
243
+ }
244
+ @media (max-width: 768px) {
245
+ .top-banner-ad,.bottom-banner-ad{
246
+ display: block;
247
+ }
248
+
249
+ }
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: 2.3.8
4
+ version: 2.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-21 00:00:00.000000000 Z
11
+ date: 2023-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll