word-games-theme 0.7.7 → 0.7.8

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: aa172b0b70f3e3c7c55a87ec2c874113541b6c4f40a18b80f71404defac66a2d
4
- data.tar.gz: 8746904faf77e6f6297d83cb112162f00344b2f4fd026924b41a7523d5e0b28d
3
+ metadata.gz: 10405f72d4e86f148bdd87416278ad88ba218909f1692cc202d2f3eeed898f61
4
+ data.tar.gz: 765f080e3ae7b875482cc6e5f8de2179d47dd873ccbf6651084f9832539eef55
5
5
  SHA512:
6
- metadata.gz: daf51ff1e665ba3d55eb3f6ed332b441217bd6124d4bb7c36b6e4da8d068412e7573ff67eab297230e02df8a5e974aeacea75cae3256ec55703bf28c11c61aa6
7
- data.tar.gz: 851fde0e607280cc88133d453f706e772326cc40b03eca19ed4e712f97b4f54c2dd48f432ccf9cd59a2c3f1b788441163e2327fde41502f82b7d98e640be7c45
6
+ metadata.gz: 52a73a15173b628f753880770c254f2650d227fca97ca4b09370044a02c97361d5a7b6d4ec3ad11e3bf1a707a91ad39f13b83a08445d36670a2c5ddf2e276782
7
+ data.tar.gz: 88fa0b0d1d74ccae4bce5a269f6895d00f4d1891a8160746a95636e558b9e5b6fdd8ee50f342db192d429acdc76628b2cfeddf1813eddbd02b7283facc1b4178
@@ -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>
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
 
@@ -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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.7
4
+ version: 0.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms