word-games-theme 0.8.8 → 0.9.2

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: 683e63a35f096504efa2610805d44d8ddf06b6ec06adc14e6f3722c064d9db4b
4
- data.tar.gz: a80e8d7187c3cf65c68132813f26a152a587d2304adfeb6a964c5dc00533118b
3
+ metadata.gz: ae02f5851e10c61809f5a17e28406729101839cdc896eb2d0c3698b966e3ab3b
4
+ data.tar.gz: 356a4f8052623e7894a4d85cc543baff8c60081c81616d92bae3254693362e9b
5
5
  SHA512:
6
- metadata.gz: d9ea4f42712e2343175bccea865754d52e828c5718eaafc2b3ad766ac890093581c917b11ad3444f733384254aebad14eb701f9e55b6df3777dbd3d9d6b7727d
7
- data.tar.gz: 7be9a2e5f74c173d247bd96ff6afa046d780c4015a974b3847b33232b2904b86a0a5d9dd801610e1492d2a9b6599de472c56e554fb9831cfe9ccbcb974c185ec
6
+ metadata.gz: b8f93f4f51d0255d28d313ec7a0d8bc4a22ec7d513567def593f799d44f86a8859eddb8527f207bce826648bb684079189b7d28773a4ea71bad721ce0a045f27
7
+ data.tar.gz: 5e8b83238d4cf677625e7811918907ac404f7ad94e8545faea5833e89dc066381b49624ee1c97264ad76d97438a444684218025b213cc33ed579ab8d9292b1d2
@@ -5,117 +5,120 @@
5
5
  {%- assign CustomColor = site.data.theme.colors -%}
6
6
  <!-- start commonPage as LandingPage -->
7
7
 
8
- <!-- <div class="container py-3 result_header">
9
- <nav class="navbar result_page_navbar">
10
- <a class="navbar-brand result_header_logo" href="/" title="words with letters">
11
- <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}-logo" style="width:35px; height:35px;">
8
+ <!-- header starts -->
9
+ <header class="container" id="resultHeader">
10
+ <!-- navigation startss -->
11
+ <nav class="navbar-section navbar-expand-lg navbar-dark" style="background-color: #fff;">
12
+ <a href="/" title="{{dataToShow.tooltip}}" style="position: absolute; top:6px">
13
+ <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
12
14
  </a>
13
- </nav>
14
- </div> -->
15
- <div class="container" id="containerWd">
16
- <section class="sticky_nav">
17
- <div class="pageHeading text-center">
18
- <h1 class="heading m-0 pb-0">
19
- {{dataToShow.h1}}</h1>
20
- {%- if dataToShow.h2 != "" -%}
21
- <h2>
22
- {{dataToShow.h2}}</h2>
23
- {%- endif -%}
24
- </div>
25
- <div class="serachSection2">
26
- <div class="position-relative serachBox">
27
- <form action="" id='form'>
28
- <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
29
- placeholder="Enter up to 15 letters?" class="txtBox resultPageTxtBox" value='' name="search"
30
- maxlength="15" value required autocomplete="off">
31
- <input
32
- style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};"
33
- type="submit" class="serachBtn resultPageSearchBtn" id="serach" value>
34
- <div class="dictonaryDropdown">
35
- <select class="form-select select_dropDown2 resultPageDropdown2" name="dictionary"
36
- aria-label="Default select example">
37
- <option selected value="Dictionary">Dictionary</option>
38
- <option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
39
- <option value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
40
- <option value="wwf" id="wwf">Enable (Words With Friends)</option>
41
- </select>
42
- </div>
43
- {%- include filterWords/index.html -%}
44
- <div class="wrapper_dropDown mt-3 d-flex justify-content-end" style="gap:10px;">
45
- <div class="Advancedbtn" style="position: relative;" onclick="myFunction()">
46
- <span class="filter_count" style="display: none;"></span>
47
- <input type="button" value="Advanced Filter" class="filterButton">
48
- <div class="angle-arrow"></div>
49
- </div>
50
- <div id="sort-select">
51
- <select class="form-select sort-select" id="select_dropDown">
52
- <option selected="true" hidden id="alpha" value="alpha">Sort by</option>
53
- <option id="alpha" value="alpha">A-Z</option>
54
- <option id="alpha" value="alpha">Z-A</option>
55
- <option id="alpha" value="alpha">Points</option>
56
- </select>
57
- </div>
58
- </div>
59
- <div class="fillterWrapper hide">
60
- <div class="text-right times" style="cursor: pointer; margin-top:-15px;">
61
- <img src="../../assets/images/window-close.png" alt="" width="15px">
15
+ <div class="container" id="containerWd">
16
+ <section class="result_sticky_nav">
17
+ <div class="pageHeading text-center">
18
+ <h1 class="heading m-0 pb-0">
19
+ {{dataToShow.h1}}</h1>
20
+ </div>
21
+ <div class="serachSection2">
22
+ <div class="position-relative serachBox">
23
+ <form action="" id='form'>
24
+ <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
25
+ placeholder="Enter up to 15 letters?" class="txtBox resultPageTxtBox" value=''
26
+ name="search" maxlength="15" value required autocomplete="off">
27
+ <input
28
+ style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};"
29
+ type="submit" class="serachBtn resultPageSearchBtn" id="serach" value>
30
+ <div class="dictonaryDropdown">
31
+ <select class="form-select select_dropDown2 resultPageDropdown2" name="dictionary"
32
+ aria-label="Default select example">
33
+ <option selected value="Dictionary">Dictionary</option>
34
+ <option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
35
+ <option value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
36
+ <option value="wwf" id="wwf">Enable (Words With Friends)</option>
37
+ </select>
38
+ </div>
39
+ {%- include filterWords/index.html -%}
40
+ <div class="wrapper_dropDown mt-3 d-flex justify-content-end" style="gap:10px;">
41
+ <div class="Advancedbtn" style="position: relative;" onclick="myFunction()">
42
+ <span class="filter_count" style="display: none;"></span>
43
+ <input type="button" value="Advanced Filter" class="filterButton">
44
+ <div class="angle-arrow"></div>
45
+ </div>
46
+ <div id="sort-select">
47
+ <select class="form-select sort-select" id="select_dropDown">
48
+ <option selected="true" hidden id="alpha" value="alpha">Sort by</option>
49
+ <option id="alpha" value="alpha">A-Z</option>
50
+ <option id="alpha" value="alpha">Z-A</option>
51
+ <option id="alpha" value="alpha">Points</option>
52
+ </select>
53
+ </div>
54
+ </div>
55
+ <div class="fillterWrapper hide">
56
+ <div class="text-right times" style="cursor: pointer; margin-top:-15px;">
57
+ <img src="../../assets/images/window-close.png" alt="" width="15px">
62
58
 
63
- </div>
64
- <div class="startsWith same">
65
- <label data-toggle="tooltip" data-placement="top"
66
- title="Filter for words that starts with these letters" for="startsWith">Starts
67
- With</label>
68
- <input type="text" class="filter_val" id="startsWith" placeholder="Prefix" value=""
69
- name="prefix">
70
- </div>
71
- <div class="mustInclude same">
72
- <label for="mustInclude" data-toggle="tooltip" data-placement="top"
73
- title=" Words that contain letters in this order(ab)">Must Contains </label>
74
- <input type="text" class="filter_val" id="mustInclude" placeholder="Contains"
75
- name="contains" value="">
76
- </div>
77
- <div class="endsWith same">
78
- <label for="endsWith" data-toggle="tooltip" data-placement="top"
79
- title="Filter for words that ends with these letters">End With</label>
80
- <input type="text" class="filter_val" id="endsWith" placeholder="Suffix" name="suffix"
81
- value="">
82
- </div>
83
- <div class="exculdeWith same">
84
- <label data-toggle="tooltip" data-placement="top"
85
- title="Only words that not contain the letters you enter here"
86
- for="exculdeWith">Exculde</label>
87
- <br>
88
- <input type="text" class="filter_val" id="exculdeWith" placeholder="Exculde" value=""
89
- name="exculde">
90
- </div>
91
- <div class="inculdeWith same">
92
- <label data-toggle="tooltip" data-placement="top"
93
- title="Only words that contain the letters you enter here"
94
- for="inculdeWith">Include</label>
95
- <br>
96
- <input type="text" class="filter_val" id="inculdeWith" placeholder="Include" value=""
97
- name="include">
98
- </div>
99
- <div class="wordLength same">
100
- <label data-toggle="tooltip" data-placement="top" title="Filter for words with this length"
101
- for="wordLength">Word Length </label>
102
- <input type="text" class="filter_val" id="wordLength" placeholder="Length" name="length"
103
- value="">
104
- </div>
59
+ </div>
60
+ <div class="startsWith same">
61
+ <label data-toggle="tooltip" data-placement="top"
62
+ title="Filter for words that starts with these letters" for="startsWith">Starts
63
+ With</label>
64
+ <input type="text" class="filter_val" id="startsWith" placeholder="Prefix" value=""
65
+ name="prefix">
66
+ </div>
67
+ <div class="mustInclude same">
68
+ <label for="mustInclude" data-toggle="tooltip" data-placement="top"
69
+ title=" Words that contain letters in this order(ab)">Must Contains </label>
70
+ <input type="text" class="filter_val" id="mustInclude" placeholder="Contains"
71
+ name="contains" value="">
72
+ </div>
73
+ <div class="endsWith same">
74
+ <label for="endsWith" data-toggle="tooltip" data-placement="top"
75
+ title="Filter for words that ends with these letters">End With</label>
76
+ <input type="text" class="filter_val" id="endsWith" placeholder="Suffix"
77
+ name="suffix" value="">
78
+ </div>
79
+ <div class="exculdeWith same">
80
+ <label data-toggle="tooltip" data-placement="top"
81
+ title="Only words that not contain the letters you enter here"
82
+ for="exculdeWith">Exculde</label>
83
+ <br>
84
+ <input type="text" class="filter_val" id="exculdeWith" placeholder="Exculde"
85
+ value="" name="exculde">
86
+ </div>
87
+ <div class="inculdeWith same">
88
+ <label data-toggle="tooltip" data-placement="top"
89
+ title="Only words that contain the letters you enter here"
90
+ for="inculdeWith">Include</label>
91
+ <br>
92
+ <input type="text" class="filter_val" id="inculdeWith" placeholder="Include"
93
+ value="" name="include">
94
+ </div>
95
+ <div class="wordLength same">
96
+ <label data-toggle="tooltip" data-placement="top"
97
+ title="Filter for words with this length" for="wordLength">Word Length </label>
98
+ <input type="text" class="filter_val" id="wordLength" placeholder="Length"
99
+ name="length" value="">
100
+ </div>
105
101
 
106
- <div style="margin-top: 1.2rem; gap:5px" class="d-flex w-100">
107
- <input type="button" value="Clear" class="clearFilter btn-info text-white"
108
- style="background-color:#808080;">
109
- <input type="submit" value="Apply" class="btn-info text-white" style="background: #808080">
110
- </div>
102
+ <div style="margin-top: 1.2rem; gap:5px" class="d-flex w-100">
103
+ <input type="button" value="Clear" class="clearFilter btn-info text-white"
104
+ style="background-color:#808080;">
105
+ <input type="submit" value="Apply" class="btn-info text-white"
106
+ style="background: #808080">
107
+ </div>
108
+ </div>
109
+ </form>
111
110
  </div>
112
- </form>
113
- </div>
111
+ </div>
112
+ </section>
114
113
  </div>
115
- </section>
116
-
114
+ </nav>
115
+ </header>
116
+ <div class="container" id="containerWd">
117
117
  {% include section/wordGroup.html %}
118
118
  </div>
119
+ <!-- navbar close -->
120
+ <!-- header close -->
121
+
119
122
 
120
123
  <!-- close commonPage as LandingPage -->
121
124
  <link rel="stylesheet" href="{{ '/assets/css/advancedFilter.css' | relative_url }}">
@@ -1,7 +1,17 @@
1
- <div class="row pad" style="padding:60px .2rem 5rem .2rem">
1
+ {%- if page.layout == "page2" -%}
2
+ <div class="row pagePad" style="padding:170px .2rem 5rem .2rem">
2
3
  <div class="col-md-12">
3
4
  <div class="wordCount"></div>
4
5
  <div class="main"></div>
5
6
  <div class="errorMsg"></div>
6
7
  </div>
7
- </div>
8
+ </div>
9
+ {%- else -%}
10
+ <div class="row pad" style="padding:210px .2rem 5rem .2rem">
11
+ <div class="col-md-12">
12
+ <div class="wordCount"></div>
13
+ <div class="main"></div>
14
+ <div class="errorMsg"></div>
15
+ </div>
16
+ </div>
17
+ {%- endif -%}
@@ -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:60px .2rem 5rem .2rem">
11
+ <div class="row xyzPad" style="padding:60px .2rem 5rem .2rem">
12
12
  <div class=" col-md-12">
13
13
  <div class="wordCount">
14
14
  <strong>
data/_layouts/page.html CHANGED
@@ -49,8 +49,6 @@
49
49
 
50
50
  <body>
51
51
 
52
- {%- include header/resultHeader.html -%}
53
-
54
52
  {%- include section/commonPage.html -%}
55
53
 
56
54
  {%- include share/socialshare.html -%}
data/_layouts/page2.html CHANGED
@@ -45,8 +45,6 @@
45
45
 
46
46
  <body>
47
47
 
48
- {%- include header/resultHeader.html -%}
49
-
50
48
  {%- include section/commonPage.html -%}
51
49
 
52
50
  {%- include share/socialshare.html -%}
@@ -85,7 +85,7 @@
85
85
  </style>
86
86
 
87
87
  <body>
88
- {%- include header/resultHeader.html -%}
88
+ {%- include header/index.html -%}
89
89
 
90
90
  {%- include xyzpages/xyz.html -%}
91
91
 
@@ -136,11 +136,6 @@ a {
136
136
  background-color: #f8f9fa;
137
137
  }
138
138
 
139
- .sticky_nav {
140
- top: 0px;
141
- padding-top: 1.5rem;
142
- }
143
-
144
139
  .Advancedbtn {
145
140
  margin: 0;
146
141
  height: 0;
data/assets/css/home.css CHANGED
@@ -11,8 +11,8 @@
11
11
  margin-bottom: 20vh;
12
12
  }
13
13
  .pageHeading {
14
- margin-bottom: 2rem;
15
- padding-top: 3rem;
14
+ margin-bottom: 0.8rem;
15
+ /* padding-top: 1.5rem; */
16
16
  }
17
17
  .pageHeading > h1 {
18
18
  font-size: 30px;
@@ -298,7 +298,7 @@ input:-webkit-autofill:active {
298
298
  height: 300px;
299
299
  }
300
300
  .pageHeading{
301
- padding:0 !important;
301
+ margin-bottom: 1rem;
302
302
  }
303
303
  .pageHeading > h2{
304
304
  font-size: 1.4rem;
@@ -327,6 +327,12 @@ input:-webkit-autofill:active {
327
327
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
328
328
  }
329
329
  }
330
+ @media (max-width:500px) {
331
+ .pageHeading{
332
+ padding-left: 25px;
333
+ }
334
+
335
+ }
330
336
  @media (max-width: 768px) {
331
337
  #select_dropDown {
332
338
  bottom: 0;
data/assets/css/style.css CHANGED
@@ -390,9 +390,7 @@ header {
390
390
  padding: 4px 0;
391
391
  }
392
392
  @media (max-width: 768px) {
393
- #resultHeader{
394
- display: none;
395
- }
393
+
396
394
  .social-icons {
397
395
  left: 0;
398
396
  bottom: 0 !important;
@@ -44,9 +44,7 @@
44
44
  text-decoration: none !important;
45
45
  font-weight: 600;
46
46
  }
47
- .wordCount {
48
- margin-top: 15px;
49
- }
47
+
50
48
  .points {
51
49
  color: #73716e;
52
50
  font-weight: 600;
@@ -55,8 +53,15 @@
55
53
  @media (max-width: 768px) {
56
54
  .wordCount {
57
55
  font-size: 1.3rem;
56
+ margin-top: 15px;
57
+ }
58
+ .pagePad{
59
+ padding-top: 130px !important ;
58
60
  }
59
61
  .pad {
60
- padding-top: 0px !important;
62
+ padding-top: 170px !important;
63
+ }
64
+ .xyzPad{
65
+ padding-top: 50px;
61
66
  }
62
67
  }
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.8.8
4
+ version: 0.9.2
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-02-03 00:00:00.000000000 Z
11
+ date: 2022-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -117,7 +117,6 @@ files:
117
117
  - _includes/head/index.html
118
118
  - _includes/header/blogHeader.html
119
119
  - _includes/header/index.html
120
- - _includes/header/resultHeader.html
121
120
  - _includes/paginationBlogPage.html
122
121
  - _includes/paginationPostPage.html
123
122
  - _includes/postauthorbio.html
@@ -1,42 +0,0 @@
1
- {% assign lang = page.lang %}
2
- {% assign dataToShow = site.data.header[lang].data %}
3
- {%- assign CustomColor = site.data.theme.colors -%}
4
-
5
- <!-- header starts -->
6
- <header id="resultHeader">
7
- <!-- navigation startss -->
8
- <nav class="navbar-section navbar-expand-lg navbar-dark" style="background: {{CustomColor.navbarBg}}">
9
-
10
- <a class="navbar-brand" href="/" title="{{dataToShow.tooltip}}">
11
- <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
12
- </a>
13
- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
14
- <i class="bi bi-list bi-2x bars"></i>
15
- </button>
16
-
17
- <div class="collapse navbar-collapse" id="navbarSupportedContent">
18
- <ul class="navbar-nav">
19
- <li class="nav-item">
20
- <a class="nav-link" href="/blog">Blog</a>
21
- </li>
22
- <li class="nav-item dropdown">
23
- <a class="nav-link dropdown-toggle" id="navbarDropdown" role="button" aria-haspopup="true"
24
- aria-expanded="false">
25
- More
26
- </a>
27
- <div class="dropdown-menu" aria-labelledby="navbarDropdown">
28
-
29
- {% for item in dataToShow.more %}
30
- <a class="dropdown-item" href="{{item.url}}">
31
- {{item.name}}
32
- </a>
33
- {% endfor %}
34
-
35
- </div>
36
- </li>
37
- </ul>
38
- </div>
39
- </nav>
40
- <!-- navbar close -->
41
- </header>
42
- <!-- header close -->