word-games-theme 0.1.1 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,9 +15,13 @@
15
15
  <div class="col-md-12">
16
16
  <div class="socialIons">
17
17
  <ul class="list-items">
18
- <li><a href="{{site.twitter_username}}"><i class='fab fa-twitter'></i></a></li>
19
- <li><a href="{{site.facebook_username}}"><i class='fab fa-facebook-square'></i></a></li>
20
- <li><a href="{{site.slack_username}}"><i class='fab fa-slack'></i></a></li>
18
+ <li><a target="_blank" href="{{site.facebook_username}}"><i
19
+ class='fab fa-facebook-square'></i></a></li>
20
+ <li><a target="_blank" href="{{site.linkedin_username}}"><i class='fab fa-linkedin'></i></a>
21
+ </li>
22
+ <li><a target="_blank" href="{{site.instagram_username}}"><i class='fab fa-instagram'></i></a>
23
+ </li>
24
+ <li><a target="_blank" href="{{site.twitter_username}}"><i class='fab fa-twitter'></i></a></li>
21
25
  </ul>
22
26
  </div>
23
27
  </div>
@@ -15,7 +15,7 @@
15
15
 
16
16
  <link rel="shortcut icon" href="{{ site.favicon | relative_url }}">
17
17
 
18
- <link rel="manifest" href="/assets/js/manifest.json">
18
+ <link rel="manifest" href="./manifest.json">
19
19
 
20
20
 
21
21
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
@@ -41,7 +41,7 @@
41
41
  <script>
42
42
  if ('serviceWorker' in navigator) {
43
43
  window.addEventListener('load', () => {
44
- navigator.serviceWorker.register('/assets/js/serviceworker.js')
44
+ navigator.serviceWorker.register('./serviceworker.js')
45
45
  .then((reg) => console.log('Success: ', reg.scope))
46
46
  .catch((err) => console.log('Failure: ', err));
47
47
  })
@@ -66,7 +66,7 @@
66
66
  </script>
67
67
 
68
68
  {%- if dataToShow.faqList -%}
69
- {%- if dataToShow.faqList.first.question !='' -%}
69
+ {%- if dataToShow.faqList.first.Question !='' -%}
70
70
  <script type="application/ld+json">
71
71
  {
72
72
  "@context": "http://schema.org",
@@ -75,18 +75,18 @@
75
75
  {%- for item in dataToShow.faqList-%}
76
76
  {%- if forloop.last == true -%}
77
77
  {"@type": "Question",
78
- "name": "{{item.faqQuestion}}",
78
+ "name": "{{item.Question}}",
79
79
  "acceptedAnswer": {
80
80
  "@type": "Answer",
81
- "text": "{{item.faqAnswer}}"
81
+ "text": "{{item.Answer}}"
82
82
  }
83
83
  }
84
84
  {%- else -%}
85
85
  {"@type": "Question",
86
- "name": "{{item.faqQuestion}}",
86
+ "name": "{{item.Question}}",
87
87
  "acceptedAnswer": {
88
88
  "@type": "Answer",
89
- "text": "{{item.faqAnswer}}"
89
+ "text": "{{item.Answer}}"
90
90
  }
91
91
  },
92
92
  {%- endif -%}
@@ -6,13 +6,12 @@
6
6
  <!-- navigation startss -->
7
7
  <nav class="navbar navbar-expand-lg navbar-dark bg-light">
8
8
  {% if dataToShow.navbarBrandText != "" %}
9
- <a class="navbar-brand" href="/" title="{{site.title}}">
9
+ <a class="navbar-brand" href="/" title="{{site.name}}">
10
10
  {{dataToShow.navbarBrandText}}
11
11
  </a>
12
12
  {% else %}
13
13
  <a href="/">
14
- <img src="{{ site.logo }}" alt="{{ site.name }}-logo" title="{{site.title}}"
15
- style="width:35px; height:35px">
14
+ <img src="{{ site.logo }}" alt="{{ site.name }}-logo" title="{{site.name}}" style="width:35px; height:35px">
16
15
  </a>
17
16
  {% endif %}
18
17
 
@@ -29,9 +29,12 @@
29
29
  </div>
30
30
  {% endfor %}
31
31
 
32
+ {%- if site.posts.size>0 -%}
32
33
  <div class="col-lg-6 my-5">
33
34
  <a href="{{ 'blog' | relative_url }}" class="genric-btn2">Browse More</a>
34
35
  </div>
36
+ {% endif %}
37
+
35
38
  </div>
36
39
  </section>
37
40
  </div>
@@ -13,30 +13,31 @@
13
13
  <div class="serachSection2">
14
14
  <div class="position-relative serachBox">
15
15
  <form action="" id='form'>
16
- <input type="text" placeholder="Enter up to 15 letters?" class="txtBox" autocomplete="off" value
17
- name="search" maxlength="15" required>
16
+ <input type="text" placeholder="Enter up to 15 letters?" class="txtBox" value name="search"
17
+ maxlength="15" value required>
18
18
  <input type="submit" class="serachBtn" id="serach" value>
19
19
  <div class="dictonaryDropdown">
20
20
  <select class="form-select select_dropDown2" name="dictonary"
21
21
  aria-label="Default select example">
22
22
  <option selected value="">Dictonary</option>
23
- <option value="twl06">TWL06 (US, Canada, Thailand)</option>
24
- <option value="sowpods">SOWPODS (Uk and Others)</option>
25
- <option value="wwf">Enable (Words With Friends)</option>
23
+ <option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
24
+ <option value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
25
+ <option value="wwf" id="wwf">Enable (Words With Friends)</option>
26
26
  </select>
27
27
  </div>
28
28
  {%- include filterWords/index.html -%}
29
-
30
- <div class="mt-3 wrapper_dropDown d-flex justify-content-end" style="gap:10px">
29
+ <div class="wrapper_dropDown mt-2 d-flex justify-content-end" style="gap:10px;">
31
30
  <div class="Advancedbtn" style="position: relative;" onclick="myFunction()">
31
+ <span class="filter_count" style="display: inline-block;"></span>
32
32
  <input type="button" value="Advanced Filter" class="filterButton">
33
33
  <div class="angle-arrow"></div>
34
34
  </div>
35
35
  <div id="sort-select">
36
36
  <select class="form-select sort-select" id="select_dropDown">
37
- <!-- <option selected="true" hidden>Sort by</option> -->
37
+ <option selected="true" hidden id="alpha" value="alpha">Sort by</option>
38
38
  <option id="alpha" value="alpha">A-Z</option>
39
- <option id="points" value="points">Z-A</option>
39
+ <option id="alpha" value="alpha">Z-A</option>
40
+ <option id="alpha" value="alpha">Points</option>
40
41
  </select>
41
42
  </div>
42
43
  </div>
@@ -44,30 +45,37 @@
44
45
  <i class="fas fa-times"></i>
45
46
  <div class="startsWith same">
46
47
  <label for="startsWith">Starts With</label>
47
- <input type="text" id="startsWith" placeholder="Prefix" value="" name="prefix">
48
+ <input type="text" class="filter_val" id="startsWith" placeholder="Prefix" value=""
49
+ name="prefix">
48
50
  </div>
49
51
  <div class="mustInclude same">
50
52
  <label for="mustInclude">Must Include </label>
51
- <input type="text" id="mustInclude" placeholder="Contains" name="contains">
53
+ <input type="text" class="filter_val" id="mustInclude" placeholder="Contains"
54
+ name="contains" value="">
52
55
  </div>
53
56
  <div class="endsWith same">
54
57
  <label for="endsWith">End With</label>
55
- <input type="text" id="endsWith" placeholder="Suffix" name="suffix">
58
+ <input type="text" class="filter_val" id="endsWith" placeholder="Suffix" name="suffix"
59
+ value="">
56
60
  </div>
57
61
  <div class="wordLength same">
58
62
  <label for="wordLength">Word Length </label>
59
- <input type="text" id="wordLength" placeholder="Length" name="length">
63
+ <input type="text" class="filter_val" id="wordLength" placeholder="Length" name="length"
64
+ value="">
60
65
  </div>
61
66
 
62
67
  <div style="margin-top: 1.2rem;">
63
68
  <input type="submit" value="Apply" class="btn-info w-100 text-white"
64
- style="background: #BD67DD">
69
+ style="background: #808080">
65
70
  </div>
66
71
  </div>
72
+
67
73
  </form>
68
74
  </div>
69
75
  </div>
70
76
  </section>
77
+
78
+
71
79
  {% include section/wordGroup.html %}
72
80
  </div>
73
81
 
@@ -14,21 +14,20 @@
14
14
  <div class="serachSection">
15
15
  <div class="position-relative serachBox">
16
16
  <form action="/result" id='form' method="GET">
17
- <input type="text" placeholder="Enter up to 15 letters?" class="txtBox" autocomplete="off" value
18
- name="search" maxlength="15" required>
17
+ <input type="text" placeholder="Enter up to 15 letters?" class="txtBox" value name="search"
18
+ maxlength="15" required>
19
19
  <input type="submit" class="serachBtn" id="serach" value>
20
+ <div class="dictonaryDropdown">
21
+ <select class="form-select select_dropDown2" name="dictonary"
22
+ aria-label="Default select example">
23
+ <option selected value="">Dictonary</option>
24
+ <option value="twl06">TWL06 (US, Canada, Thailand)</option>
25
+ <option value="sowpods">SOWPODS (Uk and Others)</option>
26
+ <option value="wwf">Enable (Words With Friends)</option>
27
+ </select>
28
+ </div>
20
29
 
21
30
  <div class="wrapper_dropDown d-flex justify-content-end mt-5" style="gap:15px">
22
- <div class="dictonaryDropdown">
23
- <select class="form-select" name="dictonary" id="select_dropDown"
24
- aria-label="Default select example">
25
- <option selected value="">Dictonary</option>
26
- <option value="twl06">TWL06 (US, Canada, Thailand)</option>
27
- <option value="sowpods">SOWPODS (Uk and Others)</option>
28
- <option value="wwf">Enable (Words With Friends)</option>
29
- </select>
30
- </div>
31
-
32
31
  <div class="advancedFilter" style="position: relative;">
33
32
  <input type="button" value="Advanced Filter" class="filterButton">
34
33
  <div class="angle-arrow2"></div>
@@ -40,22 +39,31 @@
40
39
  <div class="fillterWrapper">
41
40
  <div class="startsWith">
42
41
  <label for="startsWith">Starts With</label>
42
+ <br>
43
43
  <input type="text" id="startsWith" placeholder="Prefix" value="" name="prefix">
44
44
  </div>
45
45
  <div class="mustInclude">
46
46
  <label for="mustInclude">Must Include </label>
47
+ <br>
47
48
  <input type="text" id="mustInclude" placeholder="Contains" name="contains">
48
49
 
49
50
  </div>
50
51
  <div class="endsWith">
51
52
  <label for="endsWith">End With</label>
53
+ <br>
52
54
  <input type="text" id="endsWith" placeholder="Suffix" name="suffix">
53
55
 
54
56
  </div>
55
57
  <div class="wordLength">
56
58
  <label for="wordLength">Word Length </label>
59
+ <br>
57
60
  <input type="text" id="wordLength" placeholder="Length" name="length">
61
+ <div style="margin-top: 1.2rem;">
62
+ <input type="submit" value="Apply" class="btn-info w-100 text-white"
63
+ style="background: #BD67DD">
64
+ </div>
58
65
  </div>
66
+
59
67
  </div>
60
68
  </form>
61
69
  </div>
@@ -14,29 +14,26 @@
14
14
  <div class="serachSection">
15
15
  <div class="position-relative serachBox">
16
16
  <form action="{{page.url}}/result" id='form' method="GET">
17
- <input type="text" placeholder="Enter up to 15 letters?" class="txtBox" autocomplete="off" value
18
- name="search" maxlength="15" required>
17
+ <input type="text" placeholder="Enter up to 15 letters?" class="txtBox" value name="search"
18
+ maxlength="15" required>
19
19
  <input type="submit" class="serachBtn" id="serach" value>
20
+ <div class="dictonaryDropdown">
21
+ <select class="form-select select_dropDown2" name="dictonary"
22
+ aria-label="Default select example">
23
+ <option selected value="">Dictonary</option>
24
+ <option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
25
+ <option value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
26
+ <option value="wwf" id="wwf">Enable (Words With Friends)</option>
27
+ </select>
28
+ </div>
20
29
 
21
30
  <div class="wrapper_dropDown d-flex justify-content-end mt-5" style="gap:15px">
22
- <div class="dictonaryDropdown">
23
- <select class="form-select" name="dictonary" id="select_dropDown"
24
- aria-label="Default select example">
25
- <option selected value="">Dictonary</option>
26
- <option value="twl06">TWL06 (US, Canada, Thailand)</option>
27
- <option value="sowpods">SOWPODS (Uk and Others)</option>
28
- <option value="wwf">Enable (Words With Friends)</option>
29
- </select>
30
- </div>
31
31
 
32
32
  <div class="advancedFilter" style="position: relative;">
33
33
  <input type="button" value="Advanced Filter" class="filterButton">
34
34
  <div class="angle-arrow2"></div>
35
35
  </div>
36
36
  </div>
37
-
38
-
39
-
40
37
  <div class="fillterWrapper">
41
38
  <div class="startsWith">
42
39
  <label for="startsWith">Starts With</label>
@@ -55,6 +52,11 @@
55
52
  <div class="wordLength">
56
53
  <label for="wordLength">Word Length </label>
57
54
  <input type="text" id="wordLength" placeholder="Length" name="length">
55
+
56
+ </div>
57
+ <div style="margin-top: 1.2rem;">
58
+ <input type="submit" value="Apply" class="btn-info w-100 text-white"
59
+ style="background: #BD67DD">
58
60
  </div>
59
61
  </div>
60
62
  </form>
@@ -66,6 +68,7 @@
66
68
  <!-- // page conditions -->
67
69
 
68
70
 
71
+
69
72
  {% if page.url == "/anagram-word-finder" %}
70
73
 
71
74
  <script src="/assets/js/advancedFilter2.js"></script>
@@ -88,6 +91,7 @@
88
91
 
89
92
  {% else %}
90
93
 
91
- <script src="/assets/js/advancedFilter3.js"></script>
94
+ <script src="/assets/js/advancedFilter.js"></script>
95
+ <script src="/assets/js/advancedFilter2.js"></script>
92
96
 
93
97
  {% endif %}
@@ -21,8 +21,8 @@
21
21
  <div class="row my-xl-0">
22
22
  {% for entry in dataToShow.faqList %}
23
23
  <div class="col-md-6 pt-5">
24
- <p class="meduim-text2 mb-0">{{entry.faqQuestion}}</p>
25
- <p class="meduim-text mb-0">{{entry.faqAnswer}}</p>
24
+ <p class="meduim-text2 mb-0">{{entry.Question}}</p>
25
+ <p class="meduim-text mb-0">{{entry.Answer}}</p>
26
26
  </div>
27
27
  {% endfor %}
28
28
  </div>
data/_includes/seo.html CHANGED
@@ -49,8 +49,8 @@
49
49
  <meta property="og:url" content="{{ canonical_url }}">
50
50
  <meta data-rh="true" property="og:url" content="{{ canonical_url }}">
51
51
  <meta data-rh="true" property="og:site_name" content="{{site.name}}">
52
- <meta data-rh="true" property="twitter:domain" content="{{site.url}}">
53
- <meta data-rh="true" property="twitter:url" content="{{site.url | append: page.url}}">
52
+ <meta data-rh="true" property="twitter:domain" content="{{site.url}}">
53
+ <meta data-rh="true" property="twitter:url" content="{{site.url | append: page.url}}">
54
54
  <meta data-rh="true" name="twitter:title" content="{{ dataToShow.title }}">
55
55
  <meta data-rh="true" name="twitter:description" content="{{ dataToShow.meta }}">
56
56
  <meta data-rh="true" name="twitter:image:src" content="{{ canonical_url }}">
@@ -19,9 +19,9 @@
19
19
 
20
20
  {% include section/feature.html %}
21
21
 
22
- {% include section/blog.html %}
23
22
  {% include section/news.html %}
24
- {% include section/about.html %}
23
+ {% include section/blog.html %}
24
+
25
25
  {%- include share/socialshare.html -%}
26
26
  {%- include Rating/rating.html -%}
27
27
  {%- include footer/index.html -%}
data/_layouts/page.html CHANGED
@@ -1,14 +1,60 @@
1
1
  <html>
2
2
  {%- include head/index.html -%}
3
3
 
4
+ <style>
5
+ @media(max-width:768px) {
6
+
7
+ /* social icons style */
8
+ .social-icons {
9
+ position: relative !important;
10
+ width: 100% !important;
11
+ height: 0px;
12
+ display: flex;
13
+ top: 0;
14
+ font-size: 15px;
15
+ color: #fff;
16
+ flex-direction: row;
17
+ z-index: 0;
18
+ border-top-left-radius: 8px;
19
+ border-bottom-left-radius: 8px;
20
+ background: transparent !important;
21
+ box-shadow: none !important;
22
+ line-height: 30px;
23
+ }
24
+
25
+ .social-icons a {
26
+ padding: 50px;
27
+ color: #000 !important;
28
+ font-size: 2rem !important;
29
+ }
30
+
31
+ .social-icon {
32
+ margin: 0 !important;
33
+ color: gray;
34
+ }
35
+
36
+ .social-icon:hover {
37
+ color: black;
38
+ }
39
+
40
+ .social-icons a {
41
+ padding: 10px;
42
+ }
43
+ }
44
+ </style>
45
+
4
46
  <body>
5
- {%- include header/index.html -%}
47
+ {%- include header/index.html -%}
48
+
49
+ {%- include section/commonPage.html -%}
50
+
6
51
 
7
- {%- include section/commonPage.html -%}
52
+ {%- include share/socialshare.html -%}
8
53
 
54
+ {%- include footer/index.html -%}
9
55
 
10
- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
11
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
56
+ <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
57
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
12
58
  </body>
13
59
 
14
60
  </html>
@@ -5,7 +5,8 @@
5
5
  <!DOCTYPE html>
6
6
  <html lang="{{termsData.htmlLangAtt}}">
7
7
  {%- include head/index.html -%}
8
- body>
8
+
9
+ <body>
9
10
  {%- include header/index.html -%}
10
11
 
11
12
  <!-- Start page-top section -->
@@ -414,7 +415,7 @@ body>
414
415
  <!-- End main body content -->
415
416
 
416
417
 
417
- {%- include footer/index.html -%}
418
+ {%- include footer/index.html -%}
418
419
 
419
420
  </body>
420
421
 
data/assets/css/about.css CHANGED
@@ -31,7 +31,7 @@
31
31
  }
32
32
  @media (max-width: 1125px) {
33
33
  .rowHeight {
34
- margin: 0px -15px 0px -15px;
34
+ margin: 100px -15px 0px -15px;
35
35
  }
36
36
  .about {
37
37
  background: #b641da;