word-games-theme 0.7.5 → 0.7.9

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: 43ea26520999debbc8749f9482feeacbfe6ba95751b7cda4eb6887e0a2a86611
4
- data.tar.gz: 1a63b921c091486086c590256b7370851f7715d6835b81c0824741b15094b767
3
+ metadata.gz: 63fd87bab912789ed6100949d650aac8dc8ef17665fefdfbc7339b12c22de4b1
4
+ data.tar.gz: a10fded5c42a285c7dc1fe64b9a3c481058c9428d2a4d61a53b8409e4ab5ec4d
5
5
  SHA512:
6
- metadata.gz: d1ee8cf5a2407a718d3bf1b5eb95330630ad7abf3fc274122a64925299581800423f6f42d7fe6160d90725f25493c93a40a6d394c220afbce088e597a511b55b
7
- data.tar.gz: 4fbf301d7a47258d5bf03f8fbf2996c9e797d6a26fdfb014c64537a0342bdb4dac8c95db894adb76f8ddd69b15e45aae1ab759f28ea742a8fd6984363f2d55b0
6
+ metadata.gz: 9e454229ce820a915871ef22e8a6689b5f875aaec25db6d6908a405b39f7369858603844ef1be52c3daff5c216a36d8033ee958bc8d3901ce933713131a8792e
7
+ data.tar.gz: dd7204251ed6f653f4d666b291cec6ef6b0f3108882ba4de82d0ea32459c0d482c9e516f6b3b1f085270f0ff41fa7ad2105e44daaee29298443415979a1248f1
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "logo": "https://d33wubrfki0l68.cloudfront.net/ed710b6efb59f7057f7a02f110608e34d61929e6/2a338/assets/images/wordswithletters-logo.svg",
3
3
  "heading": "marketing@wordgames.org",
4
+ "linksTitle": "Resources",
4
5
  "companytitle": "Company",
5
6
  "networksitestitle": "Network sites",
6
7
  "producttitle": "Tools",
@@ -18,6 +19,32 @@
18
19
  "url": "/disclaimer"
19
20
  }
20
21
  ],
22
+ "links": [
23
+ {
24
+ "name": "Ten letter words with these letters",
25
+ "url": "/ten-letter-words-with-these-letters"
26
+ },
27
+ {
28
+ "name": "Two letter words with these letters",
29
+ "url": "/two-letter-words-with-these-letters"
30
+ },
31
+ {
32
+ "name": "Thirteen letter words with these letters",
33
+ "url": "/thirteen-letter-words-with-these-letters"
34
+ },
35
+ {
36
+ "name": "Three letter words with these letters",
37
+ "url": "/three-letter-words-with-these-letters"
38
+ },
39
+ {
40
+ "name": "Twelve letter words with these letters",
41
+ "url": "/twelve-letter-words-with-these-letters"
42
+ },
43
+ {
44
+ "name": "Eleven letter words with these letters",
45
+ "url": "/eleven-letter-words-with-these-letters"
46
+ }
47
+ ],
21
48
  "tools": [
22
49
  {
23
50
  "name": "Wordle Solver",
@@ -2,6 +2,6 @@
2
2
  <script type="text/javascript" defer delay="{{site.MonumetricID}}" data-cfasync="false"></script>
3
3
  {% endif %}
4
4
 
5
- {% if jekyll.environment == 'development' and site.MonumetricID %}
5
+ <!-- {% if jekyll.environment == 'development' and site.MonumetricID %}
6
6
  <script type="text/javascript" delay="{{site.MonumetricID}}"></script>
7
- {% endif %}
7
+ {% endif %} -->
@@ -82,6 +82,7 @@
82
82
  </ul>
83
83
  </div>
84
84
  </div>
85
+
85
86
  <div class="col-md-2 txt-secondary">
86
87
  <p class=" font-weight-bold txt-primary footer_subheading">{{dataToShow.companytitle | default:
87
88
  'Company' }}</p>
@@ -90,12 +91,13 @@
90
91
  {% endfor %}
91
92
  </div>
92
93
  <div class="col-md-2 txt-secondary">
93
- <p class=" font-weight-bold txt-primary footer_subheading">{{dataToShow.companytitle | default:
94
- 'Company' }}</p>
95
- {% for data in dataToShow.company %}
94
+ <p class=" font-weight-bold txt-primary footer_subheading">{{dataToShow.linksTitle | default:
95
+ 'Links' }}</p>
96
+ {% for data in dataToShow.links %}
96
97
  <p class="mb-4"><a class="footer-links txt-secondary" href="{{data.url}}">{{data.name}}</a></p>
97
98
  {% endfor %}
98
99
  </div>
100
+
99
101
  <div class="col-md-2 txt-secondary ">
100
102
  <p class=" font-weight-bold txt-primary footer_subheading">{{dataToShow.producttitle | default:
101
103
  'tools' }}</p>
@@ -5,16 +5,16 @@
5
5
  {%- assign CustomColor = site.data.theme.colors -%}
6
6
  <!-- start commonPage as LandingPage -->
7
7
 
8
- <div class="container py-3 result_header">
8
+ <!-- <div class="container py-3 result_header">
9
9
  <nav class="navbar result_page_navbar">
10
10
  <a class="navbar-brand result_header_logo" href="/" title="words with letters">
11
11
  <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}-logo" style="width:35px; height:35px;">
12
12
  </a>
13
13
  </nav>
14
- </div>
14
+ </div> -->
15
15
  <div class="container" id="containerWd">
16
16
  <section class="sticky_nav">
17
- <div class="pageHeading text-center">
17
+ <div class="pageHeading text-center pt-5">
18
18
  <h1 class="heading m-0 pb-0">
19
19
  {{dataToShow.h1}}</h1>
20
20
  {%- if dataToShow.h2 != "" -%}
@@ -27,7 +27,7 @@
27
27
  <form action="" id='form'>
28
28
  <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
29
29
  placeholder="Enter up to 15 letters?" class="txtBox resultPageTxtBox" value='' name="search"
30
- maxlength="15" value required>
30
+ maxlength="15" value required autocomplete="off">
31
31
  <input
32
32
  style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};"
33
33
  type="submit" class="serachBtn resultPageSearchBtn" id="serach" value>
@@ -1,4 +1,4 @@
1
- <div class="row pad" style="padding:0px .2rem 5rem .2rem">
1
+ <div class="row pad" style="padding:60px .2rem 5rem .2rem">
2
2
  <div class="col-md-12">
3
3
  <div class="wordCount"></div>
4
4
  <div class="main"></div>
@@ -8,7 +8,7 @@
8
8
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
9
9
  }
10
10
  </style>
11
- <div class="row pad" style="padding:0px .2rem 5rem .2rem">
11
+ <div class="row pad" style="padding:60px .2rem 5rem .2rem">
12
12
  <div class=" col-md-12">
13
13
  <div class="wordCount">
14
14
  <strong>
@@ -5,7 +5,7 @@
5
5
  {%- assign CustomColor = site.data.theme.colors -%}
6
6
  <!-- start commonPage as LandingPage -->
7
7
  <div class="container" id="containerWd">
8
- <section class="sticky_nav" style="top:60px">
8
+ <section class="sticky_nav">
9
9
  <div class="pageHeading text-center pt-5">
10
10
  <h1 class="heading m-0 pb-0">
11
11
  {{dataToShow.h1}}</h1>
@@ -10,7 +10,7 @@
10
10
 
11
11
  <link rel="stylesheet"
12
12
  href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
13
- <script defer src=" https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
13
+ <script defer src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
14
14
  <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
15
15
  {% include Monumetric/Monumetric.html %}
16
16
  </body>
@@ -42,12 +42,21 @@
42
42
 
43
43
  <link rel="stylesheet"
44
44
  href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
45
+ <script src="//cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js"></script>
46
+ <script>WebFont.load({ google: { families: ['Poppins:400&display=swap'] } })</script>
47
+ <script>
48
+ (function () {
49
+ d = document;
50
+ c = d.createElement('link');
51
+ c.href = '//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css';
52
+ c.rel = 'stylesheet';
53
+ d.head.appendChild(c);
54
+ })();
55
+ </script>
45
56
  <script defer src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
46
- <script defer src=" https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
57
+ <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
47
58
  <script>
48
- $(function () {
49
- $('[data-toggle="tooltip"]').tooltip()
50
- })
59
+
51
60
  let txtBox = document.querySelector('.txtBox')
52
61
  let focusBorder = document.querySelector('.focus-border')
53
62
 
@@ -69,17 +78,6 @@
69
78
  }
70
79
  })
71
80
  </script>
72
- <script src="//cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js"></script>
73
- <script>WebFont.load({ google: { families: ['Poppins:400&display=swap'] } })</script>
74
- <script>
75
- (function () {
76
- d = document;
77
- c = d.createElement('link');
78
- c.href = '//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css';
79
- c.rel = 'stylesheet';
80
- d.head.appendChild(c);
81
- })();
82
- </script>
83
81
  {% include Monumetric/Monumetric.html %}
84
82
  </body>
85
83
 
data/_layouts/page.html CHANGED
@@ -49,6 +49,8 @@
49
49
 
50
50
  <body>
51
51
 
52
+ {%- include header/index.html -%}
53
+
52
54
  {%- include section/commonPage.html -%}
53
55
 
54
56
  {%- include share/socialshare.html -%}
data/_layouts/page2.html CHANGED
@@ -45,6 +45,8 @@
45
45
 
46
46
  <body>
47
47
 
48
+ {%- include header/index.html -%}
49
+
48
50
  {%- include section/commonPage.html -%}
49
51
 
50
52
 
@@ -95,7 +95,7 @@
95
95
 
96
96
  <link rel="stylesheet"
97
97
  href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
98
- <script defer src=" https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
98
+ <script defer src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
99
99
  <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
100
100
  {% include Monumetric/Monumetric.html %}
101
101
 
@@ -41,7 +41,7 @@
41
41
  background: #fff;
42
42
  position: absolute;
43
43
  z-index: 999;
44
- top: 140px;
44
+ top: 100px;
45
45
  right: 150px;
46
46
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
47
47
  padding: 30px 15px;
@@ -68,7 +68,7 @@
68
68
  .sticky_nav {
69
69
  position: sticky;
70
70
  width: inherit;
71
- top: 0px;
71
+ top: 58px;
72
72
  background-color: #fff;
73
73
  z-index: 99;
74
74
  }
@@ -55,7 +55,7 @@ const wordleSolver = async (value, value2, value3, greenWithIndex) => {
55
55
  }),
56
56
  })
57
57
  const data = await response.json()
58
- document.querySelector('#updateTxt').innerHTML = 'Update'
58
+ document.querySelector('#updateTxt').innerHTML = 'Solve'
59
59
  spinner.classList.remove('spinner-border')
60
60
 
61
61
  let ok = true
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.7.5
4
+ version: 0.7.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: 2022-01-28 00:00:00.000000000 Z
11
+ date: 2022-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll