word-games-theme 0.6.0 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@
12
12
  "about_title": "About",
13
13
  "featureList": [
14
14
  {
15
- "feature_heading": "The Simple, Easy-to-go word finder for you",
15
+ "feature_heading": "Words with letters and a blank?",
16
16
  "feature_text": "Stuck in srabble games? Making enemies in word finder games? Here's your solution. A word finder tool for you that can help ypu wipe out the competition",
17
17
  "fa_class": "../assets/images/star.svg"
18
18
  },
@@ -49,7 +49,7 @@
49
49
  ],
50
50
  "faqList": [
51
51
  {
52
- "Question": "How many words can I enter in this Word Finder?",
52
+ "Question": "Words with letters and a blank?",
53
53
  "Answer": "You can enter upto 15 letters in our Word Finder."
54
54
  },
55
55
  {
@@ -1,7 +1,7 @@
1
1
  {% if jekyll.environment == 'production' and site.MonumetricID %}
2
- <script type="text/javascript" defer src="{{site.MonumetricID}}" data-cfasync="false"></script>
2
+ <script type="text/javascript" defer delay="{{site.MonumetricID}}" data-cfasync="false"></script>
3
3
  {% endif %}
4
4
 
5
5
  {% if jekyll.environment == 'development' and site.MonumetricID %}
6
- <script type="text/javascript" defer src="{{site.MonumetricID}}" data-cfasync="false"></script>
6
+ <script type="text/javascript" delay="{{site.MonumetricID}}"></script>
7
7
  {% endif %}
@@ -22,13 +22,13 @@
22
22
  </style>
23
23
  <div class="container-fluid m-0 p-0">
24
24
  <div class="row mx-auto m-0 p-0">
25
- <div class="col-xl-3 col-lg-12">
25
+ <div class="col-lg-12">
26
26
  <div class="row">
27
- <div class="col-xl-3 p-0">
27
+ <div class="col-md-12 p-0 text-center">
28
28
  <div class="feature">
29
- <img src="/assets/images/left_obj_01.png" alt="">
30
- <span class="site-no">04</span>
31
- <h5 class="title" style="width: 300px;">High Scoring Words</h5>
29
+ <!-- <img src="/assets/images/left_obj_01.png" alt=""> -->
30
+ <!-- <span class="site-no">04</span> -->
31
+ <h5 class="title">High Scoring Words</h5>
32
32
  </div>
33
33
  </div>
34
34
  </div>
@@ -27,6 +27,33 @@
27
27
  <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}">
28
28
 
29
29
  {%- include google-analytics.html -%}
30
- {% include adsense/adsense.html %}
30
+ <!-- {% include adsense/adsense.html %} -->
31
+ <script>
32
+ const autoLoadDuration = 5; //In Seconds
33
+ const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"];
34
+
35
+ const autoLoadTimeout = setTimeout(runScripts, autoLoadDuration * 1000);
36
+
37
+ eventList.forEach(function (event) {
38
+ window.addEventListener(event, triggerScripts, { passive: true })
39
+ });
40
+
41
+ function triggerScripts() {
42
+ runScripts();
43
+ clearTimeout(autoLoadTimeout);
44
+ eventList.forEach(function (event) {
45
+ window.removeEventListener(event, triggerScripts, { passive: true });
46
+ });
47
+ }
48
+
49
+ function runScripts() {
50
+ console.log(document.querySelector("script"))
51
+ console.log("Javascript Executed!")
52
+ console.log(document.querySelectorAll("script[delay]"))
53
+ document.querySelectorAll("script[delay]").forEach(function (scriptTag) {
54
+ scriptTag.setAttribute("src", scriptTag.getAttribute("delay"));
55
+ });
56
+ }
57
+ </script>
31
58
  {% include Monumetric/Monumetric.html %}
32
59
  </head>
@@ -74,18 +74,18 @@
74
74
  {%- for item in dataToShow.faqList-%}
75
75
  {%- if forloop.last == true -%}
76
76
  {"@type": "Question",
77
- "name": "{{item.Question}}",
77
+ "name": "{{item.Question | replace:'"', "'"}}",
78
78
  "acceptedAnswer": {
79
79
  "@type": "Answer",
80
- "text": "{{item.Answer}}"
80
+ "text": "{{item.Answer | replace:'"', "'"}}"
81
81
  }
82
82
  }
83
83
  {%- else -%}
84
84
  {"@type": "Question",
85
- "name": "{{item.Question}}",
85
+ "name": "{{item.Question | replace:'"', "'"}}",
86
86
  "acceptedAnswer": {
87
87
  "@type": "Answer",
88
- "text": "{{item.Answer}}"
88
+ "text": "{{item.Answer | replace:'"', "'"}}"
89
89
  }
90
90
  },
91
91
  {%- endif -%}
@@ -100,7 +100,35 @@
100
100
  {%- include Rating/structureddata.html -%}
101
101
  {%- endif -%}
102
102
 
103
- {% include adsense/adsense.html %}
104
103
  {%- include google-analytics.html -%}
105
104
 
105
+
106
+
107
+ <script>
108
+ const autoLoadDuration = 5; //In Seconds
109
+ const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"];
110
+
111
+ const autoLoadTimeout = setTimeout(runScripts, autoLoadDuration * 1000);
112
+
113
+ eventList.forEach(function (event) {
114
+ window.addEventListener(event, triggerScripts, { passive: true })
115
+ });
116
+
117
+ function triggerScripts() {
118
+ runScripts();
119
+ clearTimeout(autoLoadTimeout);
120
+ eventList.forEach(function (event) {
121
+ window.removeEventListener(event, triggerScripts, { passive: true });
122
+ });
123
+ }
124
+
125
+ function runScripts() {
126
+ console.log(document.querySelector("script"))
127
+ console.log("Javascript Executed!")
128
+ console.log(document.querySelectorAll("script[delay]"))
129
+ document.querySelectorAll("script[delay]").forEach(function (scriptTag) {
130
+ scriptTag.setAttribute("src", scriptTag.getAttribute("delay"));
131
+ });
132
+ }
133
+ </script>
106
134
  </head>
@@ -15,7 +15,7 @@
15
15
  </button>
16
16
 
17
17
  <div class="collapse navbar-collapse" id="navbarSupportedContent">
18
- <ul class="navbar-nav ml-auto">
18
+ <ul class="navbar-nav">
19
19
  <li class="nav-item">
20
20
  <a class="nav-link" href="/blog">Blog</a>
21
21
  </li>
@@ -5,15 +5,15 @@
5
5
  <!-- staring about-seciton -->
6
6
  <div class="container-fluid">
7
7
  <div class="row rowHeight">
8
- <div class="col-md-12 p-0">
8
+ <!-- <div class="col-md-12 p-0"> -->
9
9
  <div class="about">
10
- <img src="/assets/images/right_obj_01.png" alt="">
10
+ <!-- <img src="/assets/images/right_obj_01.png" alt=""> -->
11
11
  <div class="content">
12
- <span class="site-no">{{dataToShow.aboutNo}}</span>
12
+ <!-- <span class="site-no">{{dataToShow.aboutNo}}</span> -->
13
13
  <h5 class="title">{{dataToShow.about_title}}</h5>
14
14
  </div>
15
15
  </div>
16
- </div>
16
+ <!-- </div> -->
17
17
  <!-- {% for entry in dataToShow.aboutList %}
18
18
  <div class="col-lg-4 pt-5">
19
19
  <div class="about_content" style="margin-top:100px;">
@@ -4,16 +4,16 @@
4
4
 
5
5
  <div class="container-fluid" id="blog">
6
6
  <div class="row rowHeight3">
7
- <div class="col-md-12 p-0">
7
+ <!-- <div class="col-md-12 p-0"> -->
8
8
  <div class="blog">
9
- <img src="/assets/images/right_obj_01.png" alt="">
10
- <div class="content">
11
- <span class="site-no">05</span>
9
+ <!-- <img src="/assets/images/right_obj_01.png" alt=""> -->
10
+ <!-- <div class="content"> -->
11
+ <!-- <span class="site-no">05</span> -->
12
12
  <h5 class="title">{{dataToShow.blog_title}}</h5>
13
- </div>
13
+ <!-- </div> -->
14
14
  </div>
15
- </div>
16
- <div class="col-xl-8 col-lg-12 blog_section" style="padding-left: 120px; margin-top:50px">
15
+ <!-- </div> -->
16
+ <div class="blog_section container" style="padding-left: 120px; margin-top:50px"> <!--earlier class=col-xl-8 col-lg-12-->
17
17
  <section class="section_post">
18
18
  <div class="row">
19
19
  {% for post in site.posts limit: 2 %}
@@ -3,20 +3,20 @@
3
3
  {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
4
  <div class="container-fluid">
5
5
  <div class="row">
6
- <div class="col-xl-3 col-lg-12">
6
+ <!--<div class="col-xl-3 col-lg-12">
7
7
  <div class="row">
8
- <div class="col-xl-3 p-0">
8
+ <div class="col-xl-3 p-0">-->
9
9
  <div class="feature">
10
- <img src="/assets/images/left_obj_01.png" alt="">
11
- <span class="site-no"> 02</span>
10
+ <!--<img src="/assets/images/left_obj_01.png" alt="">
11
+ <span class="site-no"> 02</span>-->
12
12
  <h5 class="title">{{dataToShow.feature_title}}</h5>
13
13
  <p class="description">{{dataToShow.feature_description}}</p>
14
14
  </div>
15
- </div>
15
+ <!--</div>
16
16
  </div>
17
- </div>
17
+ </div>-->
18
18
 
19
- <div class="col-xl-9 col-lg-12">
19
+ <div class="container"> <!--class earlier= col-xl-9 col-lg-12-->
20
20
  <div class="row text-center">
21
21
  {% for entry in dataToShow.featureList %}
22
22
  <div class="col-lg-4 col-md-6 my-3">
@@ -4,20 +4,20 @@
4
4
  <!-- starting news section -->
5
5
  <div class="container-fluid">
6
6
  <div class="row rowHeight2">
7
- <div class="col-xl-3 col-lg-12">
7
+ <!--<div class="col-xl-3 col-lg-12">
8
8
  <div class="row">
9
- <div class="col-xl-3 p-0">
9
+ <div class="col-xl-3 p-0">-->
10
10
  <div class="news">
11
- <img src="/assets/images/left_obj_02.png" alt="">
12
- <span class="site-no">03</span>
11
+ <!-- <img src="/assets/images/left_obj_02.png" alt="">
12
+ <span class="site-no">03</span> -->
13
13
  <h5 class="title">{{dataToShow.Faq_title}}</h5>
14
14
  </div>
15
- </div>
15
+ <!-- </div>
16
16
  </div>
17
- </div>
17
+ </div> -->
18
18
 
19
19
 
20
- <div class="col-xl-9 col-lg-12">
20
+ <div class="container"> <!--class earlier=col-xl-9 col-lg-12 -->
21
21
  <div class="row my-xl-0">
22
22
  {% for entry in dataToShow.faqList %}
23
23
  <div class="col-md-6 pt-5">
@@ -0,0 +1,160 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+
5
+ <div class="container-fluid mx-0 auto-gen-content" style="margin-top: 100px;">
6
+ <div class="row mx-auto-0">
7
+ <div class="col-md-8 mx-auto">
8
+ <div class="pageHeading text-left mb-5">
9
+ <h1 class="content-heading pb-0 m-0">
10
+ {{dataToShow.h1}}</h1>
11
+ {%- if dataToShow.h2 -%}
12
+ <h2>
13
+ {{dataToShow.h2}}</h2>
14
+ {%- endif -%}
15
+ </div>
16
+ <div id="toc_container table-of-content">
17
+ <ul class="toc_list px-4 pt-5 pb-4">
18
+ <h2 class=" text-left" style="font-weight: 900;">Table of contents</h2>
19
+ <li class="tabledata mt-4" style="list-style: none">
20
+ <ul>
21
+ {%- for data in dataToShow.tableofcontent-%}
22
+ {%- for item in data -%}
23
+ <li class="tabledata">
24
+ <a class="sameStyle" href="#{{item}}">
25
+ {{item | capitalize }}
26
+ </a>
27
+ </li>
28
+ {%- endfor -%}
29
+ {%- endfor -%}
30
+ </ul>
31
+ </li>
32
+ </ul>
33
+ </div>
34
+
35
+
36
+ <div class="subHeading template-heading" style="margin: 50px 0;">
37
+ {%- if site.name == "wordswithletters" -%}
38
+ <h1 class="content_sub_heading pb-0 m-0">
39
+ Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
40
+ words in
41
+ scrabble/word with friends as follows.
42
+ </h1>
43
+ {%- endif -%}
44
+ {%- if site.name == "wordfinders" -%}
45
+ <h1 class="content_sub_heading pb-0 m-0">
46
+ Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
47
+ words in
48
+ scrabble/word with friends as follows.
49
+ </h1>
50
+ {%- endif -%}
51
+ {%- if site.name == "wordscramblers" -%}
52
+ <h1 class="content_sub_heading pb-0 m-0">
53
+ Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
54
+ words in
55
+ scrabble/word with friends as follows.
56
+ </h1>
57
+ {%- endif -%}
58
+ {%- if site.name == "wordunscramblerss" -%}
59
+ <h1 class="content_sub_heading pb-0 m-0">
60
+ Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
61
+ words in
62
+ scrabble/word with friends as follows.
63
+ </h1>
64
+ {%- endif -%}
65
+ </div>
66
+
67
+ <div class="listofletters">
68
+ {%- for data in dataToShow.words-%}
69
+ <div class="list of letters" style="padding-bottom:50px" id="{{data.letter}}">
70
+ <span style="font-size: 20px;">
71
+ <strong>
72
+ {{data.letter | capitalize }}
73
+ </strong> </span>
74
+ <br>
75
+
76
+ <div class="allletters" style="word-wrap: break-word;">
77
+ {%- for item in data.highestPoints -%}
78
+ <span class="pr-2" style="font-size: 13px;">{{item.letters}},</span>
79
+ {%- endfor -%}
80
+ </div>
81
+
82
+
83
+ {%- for item in data.highestPoints -%}
84
+ {%- if {{forloop.first}} -%}
85
+ {%- assign Hletter = item.letters -%}
86
+ {%- assign Hlowerpointscrablle = item.scrablepoints -%}
87
+ {%- assign Hlowerpointwwf = item.wwfpoints -%}
88
+ {%- endif -%}
89
+ {%- endfor -%}
90
+
91
+ {%- for item in data.lowesPoints -%}
92
+ {%- if {{forloop.first}} -%}
93
+ {%- assign lowerletter = item.letters -%}
94
+ {%- assign lowerpointscrablle = item.scrablepoints -%}
95
+ {%- assign lowerpointwwf = item.wwfpoints -%}
96
+ {%- endif -%}
97
+ {%- endfor -%}
98
+
99
+
100
+ <p style="color:#000; font-size:15px; margin-top:10px; margin-bottom: 0;">
101
+ If you get letters <b>{{data.letter}}</b>, you can use our {{data.x}} letter word finder to
102
+ create word
103
+ <b> {{Hletter}}</b>
104
+ which has <b>{{Hlowerpointscrablle}}</b> points in scrabble. One can also create
105
+ <b>{{lowerletter}}</b>
106
+ with
107
+ these
108
+ letters
109
+ which would have
110
+ fetched <b>{{lowerpointscrablle}}</b> points, but would have been a wrong choice, as it would
111
+ have led
112
+ to a
113
+ lower score.
114
+ Similarly you can use our {{data.x}} letter word finder to create word <b>{{Hletter}}</b> which
115
+ has <b>{{Hlowerpointwwf}}</b>
116
+ points in
117
+ words
118
+ with friends and word <b>{{lowerletter}}</b> which has <b>{{lowerpointwwf}}</b> points
119
+ </p>
120
+
121
+
122
+ <br>
123
+ <strong style="font-size: 15px;">
124
+ Summary
125
+ </strong>
126
+ {%- for item in data.highestPoints -%}
127
+ {%- if {{forloop.first}} -%}
128
+ <table class="table table-bordered" style="font-size: 14px;">
129
+ <tr>
130
+ <th>
131
+ letter
132
+ </th>
133
+ <th>
134
+ Highest score in scrabble
135
+ </th>
136
+ <th>
137
+ Highest score in words with friends.
138
+ </th>
139
+ </tr>
140
+ <tr>
141
+ <td>
142
+ {{data.letter | capitalize }}
143
+ </td>
144
+ <td>{{item.letters }} - {{item.scrablepoints}}</td>
145
+ <td>{{item.letters }} - {{item.wwfpoints}}</td>
146
+ </tr>
147
+ </table>
148
+ {%- endif -%}
149
+ {%- endfor -%}
150
+
151
+ </div>
152
+ {%- endfor -%}
153
+ </div>
154
+ </div>
155
+ </div>
156
+
157
+ <link rel="stylesheet" href="../../assets/css/content.css">
158
+
159
+
160
+ {%- include Rating/rating.html -%}
@@ -4,7 +4,6 @@
4
4
  <body>
5
5
  {%- include header/index.html -%}
6
6
 
7
-
8
7
  {{content}}
9
8
 
10
9
  {% include autogenerated/footer.html %}
@@ -59,7 +59,6 @@
59
59
  e.target.value = e.target.value.replace(/\?$/, '')
60
60
  }
61
61
  })
62
-
63
62
  </script>
64
63
 
65
64
  {% include Monumetric/Monumetric.html %}
@@ -43,6 +43,33 @@
43
43
  background-color: #F8F9FA !important;
44
44
  }
45
45
  </style>
46
+ <script>
47
+ const autoLoadDuration = 5; //In Seconds
48
+ const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"];
49
+
50
+ const autoLoadTimeout = setTimeout(runScripts, autoLoadDuration * 1000);
51
+
52
+ eventList.forEach(function (event) {
53
+ window.addEventListener(event, triggerScripts, { passive: true })
54
+ });
55
+
56
+ function triggerScripts() {
57
+ runScripts();
58
+ clearTimeout(autoLoadTimeout);
59
+ eventList.forEach(function (event) {
60
+ window.removeEventListener(event, triggerScripts, { passive: true });
61
+ });
62
+ }
63
+
64
+ function runScripts() {
65
+ console.log(document.querySelector("script"))
66
+ console.log("Javascript Executed!")
67
+ console.log(document.querySelectorAll("script[delay]"))
68
+ document.querySelectorAll("script[delay]").forEach(function (scriptTag) {
69
+ scriptTag.setAttribute("src", scriptTag.getAttribute("delay"));
70
+ });
71
+ }
72
+ </script>
46
73
 
47
74
  </head>
48
75
 
@@ -1,7 +1,8 @@
1
1
  .rowHeight3 {
2
- margin: 300px 0 150px 0;
2
+ /* margin: 300px 0 150px 0; */
3
+ margin: 120px -15px 0px -15px;
3
4
  }
4
- .blog {
5
+ /* .blog {
5
6
  margin-top: -80px;
6
7
  }
7
8
  .blog img {
@@ -10,7 +11,15 @@
10
11
  right: -15px;
11
12
  height: 700px;
12
13
  z-index: -1;
14
+ } */
15
+ .blog {
16
+ background: #b641da;
17
+ padding: 15px;
18
+ width: 100%;
19
+ color: white;
20
+ text-align: center;
13
21
  }
22
+
14
23
  .anchor_link {
15
24
  text-decoration: none !important;
16
25
  color: #343a40 !important;
data/assets/css/about.css CHANGED
@@ -1,5 +1,6 @@
1
1
  .rowHeight {
2
- margin: 300px 0 620px 0;
2
+ /* margin: 300px 0 620px 0; */
3
+ margin: 100px -15px 0px -15px;
3
4
  }
4
5
  .about_content > .text {
5
6
  width: 80%;
@@ -9,7 +10,7 @@
9
10
  position: relative;
10
11
  top: 100px;
11
12
  }
12
- .about {
13
+ /* .about {
13
14
  margin-top: -80px;
14
15
  }
15
16
  .about img {
@@ -18,6 +19,14 @@
18
19
  right: -15px;
19
20
  height: 700px;
20
21
  z-index: -1;
22
+ } */
23
+
24
+ .about {
25
+ background: #b641da;
26
+ padding: 10px 0;
27
+ width: 100%;
28
+ color: white;
29
+ text-align: center;
21
30
  }
22
31
  .content {
23
32
  position: absolute;
@@ -1,4 +1,4 @@
1
- .feature {
1
+ /* .feature {
2
2
  margin-top: -120px;
3
3
  margin-left: 60px;
4
4
  margin-bottom: 450px;
@@ -11,8 +11,36 @@
11
11
  height: 700px;
12
12
  z-index: -1;
13
13
  left: -15px;
14
- }
14
+ } */
15
15
 
16
+ .feature {
17
+ padding: 15px;
18
+ background-color: #b641da;
19
+ margin-left: 0;
20
+ margin-top: 0;
21
+ margin-bottom: 0;
22
+ color: white;
23
+ text-align: center;
24
+ width: 100%;
25
+ }
26
+ .feature .feature-title,
27
+ .feature-description {
28
+ width: 100% !important;
29
+ text-align: center;
30
+ }
31
+ .feature img,
32
+ .site-no {
33
+ display: none;
34
+ }
35
+ .card-body .card-text {
36
+ color: #6c757d !important;
37
+ }
38
+ .card-body {
39
+ border-radius: 10px;
40
+ background-color: #f7f7f7;
41
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
42
+ margin: 20px 0;
43
+ }
16
44
  .card-body > i {
17
45
  font-size: 20px;
18
46
  }
@@ -39,31 +67,3 @@
39
67
  background-color: #f7f7f7;
40
68
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
41
69
  }
42
-
43
- @media (max-width: 1125px) {
44
- .feature {
45
- padding: 15px;
46
- background-color: #b641da;
47
- margin-left: 0;
48
- margin-top: 0;
49
- margin-bottom: 0;
50
- }
51
- .feature .feature-title,
52
- .feature-description {
53
- width: 100% !important;
54
- text-align: center;
55
- }
56
- .feature img,
57
- .site-no {
58
- display: none;
59
- }
60
- .card-body .card-text {
61
- color: #6c757d !important;
62
- }
63
- .card-body {
64
- border-radius: 10px;
65
- background-color: #f7f7f7;
66
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
67
- margin: 20px 0;
68
- }
69
- }
data/assets/css/news.css CHANGED
@@ -1,9 +1,12 @@
1
1
  .rowHeight2 {
2
- position: relative;
2
+ /* position: relative;
3
3
  top: 300px;
4
- margin-bottom: 550px;
4
+ margin-bottom: 550px; */
5
+ margin-top: 50px;
6
+ margin-bottom: 120px;
7
+ top: 0;
5
8
  }
6
- .news {
9
+ /*.news {
7
10
  margin-top: -120px;
8
11
  margin-left: 60px;
9
12
  color: #fff;
@@ -15,6 +18,15 @@
15
18
  height: 700px;
16
19
  z-index: -1;
17
20
  left: -15px;
21
+ }*/
22
+ .news{
23
+ padding: 15px;
24
+ background-color: #29dec0;
25
+ margin-left: 0;
26
+ margin-top: 0;
27
+ text-align: center;
28
+ color: white;
29
+ width: 100%;
18
30
  }
19
31
  .meduim-text2 {
20
32
  margin: 0 0 25px;