word-games-theme 0.5.1 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +2 -2
  4. data/_data/blog/alertbar.yml +3 -3
  5. data/_data/blog/blog.yml +2 -2
  6. data/_data/blog/nav.json +13 -13
  7. data/_data/footer/en/data.json +74 -74
  8. data/_data/footer/hi/data.json +68 -68
  9. data/_data/footer/networksites.json +15 -15
  10. data/_data/wordgames/en/words_with_friends_word_finder.json +55 -55
  11. data/_includes/Monumetric/Monumetric.html +3 -0
  12. data/_includes/Rating/structureddata.html +53 -53
  13. data/_includes/author_bio.html +15 -15
  14. data/_includes/authors/authors.html +27 -27
  15. data/_includes/custom-head.html +1 -0
  16. data/_includes/disqus_comments.html +10 -10
  17. data/_includes/filterWords/index.html +10 -10
  18. data/_includes/google-analytics.html +22 -22
  19. data/_includes/head/index.html +3 -0
  20. data/_includes/header/blogHeader.html +28 -28
  21. data/_includes/paginationBlogPage.html +34 -34
  22. data/_includes/paginationPostPage.html +14 -14
  23. data/_includes/postauthorbio.html +17 -17
  24. data/_includes/postbox.html +29 -29
  25. data/_includes/script.html +13 -13
  26. data/_includes/section/about.html +25 -25
  27. data/_includes/section/alertbar.html +11 -11
  28. data/_includes/section/count.html +23 -23
  29. data/_includes/section/wordGroup.html +6 -6
  30. data/_layouts/allpages.html +2 -0
  31. data/_layouts/autogencontent.html +2 -0
  32. data/_layouts/blog.html +70 -66
  33. data/_layouts/categories.html +25 -25
  34. data/_layouts/default.html +3 -0
  35. data/_layouts/disclaimer.html +115 -115
  36. data/_layouts/page.html +69 -68
  37. data/_layouts/page2.html +2 -0
  38. data/_layouts/post.html +2 -0
  39. data/_layouts/privacyPolicy.html +420 -420
  40. data/_layouts/wordMeaning.html +108 -106
  41. data/_layouts/xyzpages.html +2 -0
  42. data/assets/css/HomePageblog.css +154 -154
  43. data/assets/css/about.css +51 -51
  44. data/assets/css/feature.css +69 -69
  45. data/assets/css/footer.css +95 -95
  46. data/assets/css/news.css +62 -62
  47. data/assets/images/angle-arrow-down.svg +43 -43
  48. data/assets/images/right.svg +38 -38
  49. data/assets/images/right2.svg +38 -38
  50. data/assets/images/right3.svg +38 -38
  51. data/assets/images/word-games-logo.svg +52 -52
  52. data/assets/js/TopScroll.js +8 -8
  53. data/assets/js/advancedFilter.js +5 -5
  54. data/assets/js/advancedFilter2.js +12 -12
  55. data/assets/js/advancedFilter3.js +2 -2
  56. data/assets/js/scrabbleDictonary.js +165 -165
  57. metadata +8 -7
@@ -1,7 +1,7 @@
1
- <div class="row pad" style="padding:60px .2rem 5rem .2rem">
2
- <div class="col-md-12">
3
- <div class="wordCount"></div>
4
- <div class="main"></div>
5
- <div class="errorMsg"></div>
6
- </div>
1
+ <div class="row pad" style="padding:60px .2rem 5rem .2rem">
2
+ <div class="col-md-12">
3
+ <div class="wordCount"></div>
4
+ <div class="main"></div>
5
+ <div class="errorMsg"></div>
6
+ </div>
7
7
  </div>
@@ -12,6 +12,8 @@
12
12
  {%- include footer/index.html -%}
13
13
  <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
14
14
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
15
+
16
+ {% include Monumetric/Monumetric.html %}
15
17
  </body>
16
18
 
17
19
  </html>
@@ -11,6 +11,8 @@
11
11
 
12
12
  <script src=" https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
13
13
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
14
+
15
+ {% include Monumetric/Monumetric.html %}
14
16
  </body>
15
17
 
16
18
  </html>
data/_layouts/blog.html CHANGED
@@ -1,67 +1,71 @@
1
- <html>
2
-
3
- {% include custom-head.html %}
4
-
5
- <body>
6
- {%- include header/blogHeader.html -%}
7
-
8
- <section class="section_post">
9
- <div class="container">
10
- <div class="row justify-content-center section-title-wrap">
11
- <div class="col-lg-12">
12
- <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.blog.h1 }}
13
- </h1>
14
- <p class="lead mb-5 mt-1" style="font-size: 18px;">
15
- {{ site.data.blog.blog.description }}
16
- </p>
17
- </div>
18
- </div>
19
- <div class="main-content">
20
- {{content}}
21
- </div>
22
- <div class="row">
23
- {% for post in paginator.posts %}
24
- <div class="col-lg-4 col-md-6 mb-4 card-group">
25
- <div class="card h-100">
26
- <a href="{{ post.url }}">
27
- <img src="{{ post.image }}" loading="lazy" height="215px" width="100%" class="card-img-top" alt="">
28
- </a>
29
- <div class="card-body">
30
- <a href="{{ post.url }}" class="anchor_link">
31
- <h4 class="card-title mb-4">{{ post.title }}</h4>
32
- </a>
33
- </div>
34
- {%- include authors/authors.html -%}
35
- <div class="card-footer bg-white">
36
- <div class="wrapfooter">
37
- {% if post.author %}
38
- <span class="meta-footer-thumb">
39
- <img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}">
40
- </span>
41
- {% endif %}
42
-
43
- <span class="author-meta">
44
- <span class="post-name">
45
- <a target="_blank" href="/blog">{{authorName}}</a>
46
- </span><br>
47
- <span class="post-date">{{post.date | date_to_string }}</span>
48
- </span>
49
- <span class="post-read-more "><a class="text-dark" href="{{ post.url }}" title="Read Story">Read More</a></span>
50
- </div>
51
- </div>
52
- </div>
53
- </div>
54
- {% endfor %}
55
- </div>
56
- {%- include paginationBlogPage.html -%}
57
- </div>
58
-
59
- {% include section/count.html %}
60
- </section>
61
- {%- include section/alertbar.html -%}
62
-
63
- {% include script.html %}
64
- <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
65
- </body>
66
-
1
+ <html>
2
+
3
+ {% include custom-head.html %}
4
+
5
+ <body>
6
+ {%- include header/blogHeader.html -%}
7
+
8
+ <section class="section_post">
9
+ <div class="container">
10
+ <div class="row justify-content-center section-title-wrap">
11
+ <div class="col-lg-12">
12
+ <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.blog.h1 }}
13
+ </h1>
14
+ <p class="lead mb-5 mt-1" style="font-size: 18px;">
15
+ {{ site.data.blog.blog.description }}
16
+ </p>
17
+ </div>
18
+ </div>
19
+ <div class="main-content">
20
+ {{content}}
21
+ </div>
22
+ <div class="row">
23
+ {% for post in paginator.posts %}
24
+ <div class="col-lg-4 col-md-6 mb-4 card-group">
25
+ <div class="card h-100">
26
+ <a href="{{ post.url }}">
27
+ <img src="{{ post.image }}" loading="lazy" height="215px" width="100%" class="card-img-top"
28
+ alt="">
29
+ </a>
30
+ <div class="card-body">
31
+ <a href="{{ post.url }}" class="anchor_link">
32
+ <h4 class="card-title mb-4">{{ post.title }}</h4>
33
+ </a>
34
+ </div>
35
+ {%- include authors/authors.html -%}
36
+ <div class="card-footer bg-white">
37
+ <div class="wrapfooter">
38
+ {% if post.author %}
39
+ <span class="meta-footer-thumb">
40
+ <img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}">
41
+ </span>
42
+ {% endif %}
43
+
44
+ <span class="author-meta">
45
+ <span class="post-name">
46
+ <a target="_blank" href="/blog">{{authorName}}</a>
47
+ </span><br>
48
+ <span class="post-date">{{post.date | date_to_string }}</span>
49
+ </span>
50
+ <span class="post-read-more "><a class="text-dark" href="{{ post.url }}"
51
+ title="Read Story">Read More</a></span>
52
+ </div>
53
+ </div>
54
+ </div>
55
+ </div>
56
+ {% endfor %}
57
+ </div>
58
+ {%- include paginationBlogPage.html -%}
59
+ </div>
60
+
61
+ {% include section/count.html %}
62
+ </section>
63
+ {%- include section/alertbar.html -%}
64
+
65
+ {% include script.html %}
66
+ <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
67
+
68
+ {% include Monumetric/Monumetric.html %}
69
+ </body>
70
+
67
71
  </html>
@@ -1,26 +1,26 @@
1
- ---
2
- layout: blog
3
- ---
4
-
5
- <div class="container">
6
- <div class="row listrecent">
7
- {% for category in site.categories %}
8
- <div class="section-title col-md-12 mt-4">
9
- <h2 id="{{ category[0] | replace: ' ', '-' }}">Category
10
- <span class="text-capitalize">{{ category[0]
11
- }}</span>
12
- </h2>
13
- </div>
14
- {% assign pages_list = category[1] %}
15
- {% for post in pages_list %}
16
- {% if post.title != null %}
17
- {% if group == null or group == post.group %}
18
- {% include postbox.html %}
19
- {% endif %}
20
- {% endif %}
21
- {% endfor %}
22
- {% assign pages_list = nil %}
23
- {% assign group = nil %}
24
- {% endfor %}
25
- </div>
1
+ ---
2
+ layout: blog
3
+ ---
4
+
5
+ <div class="container">
6
+ <div class="row listrecent">
7
+ {% for category in site.categories %}
8
+ <div class="section-title col-md-12 mt-4">
9
+ <h2 id="{{ category[0] | replace: ' ', '-' }}">Category
10
+ <span class="text-capitalize">{{ category[0]
11
+ }}</span>
12
+ </h2>
13
+ </div>
14
+ {% assign pages_list = category[1] %}
15
+ {% for post in pages_list %}
16
+ {% if post.title != null %}
17
+ {% if group == null or group == post.group %}
18
+ {% include postbox.html %}
19
+ {% endif %}
20
+ {% endif %}
21
+ {% endfor %}
22
+ {% assign pages_list = nil %}
23
+ {% assign group = nil %}
24
+ {% endfor %}
25
+ </div>
26
26
  </div>
@@ -59,6 +59,9 @@
59
59
  })
60
60
 
61
61
  </script>
62
+
63
+
64
+ {% include Monumetric/Monumetric.html %}
62
65
  </body>
63
66
 
64
67
  </html>
@@ -1,116 +1,116 @@
1
- {% assign file = page.fileName %}
2
- {% assign folder = page.folderName %}
3
- {% assign lang = page.lang %}
4
- {% assign disclaimerData = site.data[folder][lang][file] %}
5
- <!DOCTYPE html>
6
- <html lang="{{disclaimerData.htmlLangAtt}}">
7
- {%- include head/index.html -%}
8
- <body>
9
- {%- include header/index.html -%}
10
-
11
- <!-- Start page-top section -->
12
- <section class="page-top-section">
13
- <div class="container">
14
- <div class="row justify-content-between align-items-center">
15
- <div class="col-lg-6 col-md-6">
16
- <h1 class="text-white display-4">Disclaimer</h1>
17
- </div>
18
- <div class="col-lg-6 col-md-6 page-top-nav" style="text-align: right;">
19
- <div>
20
- <a href="/">Home</a>
21
- <i class="fa fa-arrow-right text-white"></i>
22
- <a href="/disclaimer">Disclaimer</a>
23
- </div>
24
- </div>
25
- </div>
26
- </div>
27
- </section>
28
- <!-- End page-top section -->
29
-
30
- <!-- Start main body content -->
31
- <section class="features-content section-gap">
32
- <div class="container">
33
- <p>
34
- We, <b>{{page.companyName}}</b>, hereinafter referred to as the “FIRM” (where such expression shall,
35
- unless
36
- repugnant
37
- to the
38
- context thereof, be deemed to include its respective legal heirs, representatives, administrators,
39
- permitted successors and assigns).
40
- </p>
41
- <p>
42
- The Firm will not be responsible for any damage suffered by users from use of the Platform. This
43
- includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed
44
- deliveries, or service interruptions as may occur because of any act/omission of parties. This
45
- disclaimer of liability also applies to any damages or injury caused by any failure of performance,
46
- error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus,
47
- communication line failure, theft or destruction or unauthorized access to, alteration of, or use of
48
- record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of
49
- action.
50
- </p>
51
- <p>
52
- The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience caused
53
- to the User through the course of the provision of Services or as a result of the Users’ actions. The
54
- Firm makes no representations or warranties as to the conduct of the Users. The Firm takes no
55
- responsibility for any content that Users send or receive from other Users or Third-Party posts through
56
- the Website or Platform. Any material downloaded or otherwise obtained through use of the service is
57
- accessed at the Users own discretion and risk.
58
- </p>
59
- <p>
60
- The services on the Platform are intended to be subject to availability, without any promises or
61
- guarantees on the same by the Firm, and while certain information available on the Platform is the
62
- property of the Firm and the Firm endeavours to keep the said information updated and accurate, the Firm
63
- shall not make any representations or warranties of any kind, express or implied, about the
64
- completeness, accuracy, reliability, suitability or availability with respect to the Platform or the
65
- information, services, or related graphics contained on the Platform for any purpose. Any reliance you
66
- place on such information is therefore strictly at your own risk.
67
- </p>
68
- <p>
69
- The Firm bears no responsibility whatsoever for any consequences arising from the use of the said
70
- Services by Users. The use of the Services in the Platform is the sole responsibility of the User (or
71
- legally authorised person on behalf of the User), and in case of any negligence on the part of the User
72
- is acting on the same shall not be construed as imposing any liability, direct or indirect, on the Firm
73
- /Platform.
74
- </p>
75
- <p>
76
- The Firm shall disclaim all responsibility and owns no liability to Users for any outcome (incidental,
77
- direct, indirect or otherwise) from the use of the Platform or any such services under the platform. In
78
- no event will the Firm be liable for any loss or damage including without limitation, indirect or
79
- consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits
80
- arising out of, or in connection with, the use of the Platform.
81
-
82
- </p>
83
- <p>
84
- Through this Platform, You may be able to access the link of other Platforms which are not under the
85
- control of the Firm or the Platform. We have no control over the nature, content and availability of
86
- those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views
87
- expressed within them. Every effort is made to keep the Platform up and running smoothly. However, the
88
- Firm takes no responsibility for, and will not be liable for, the Platform being temporarily unavailable
89
- due to technical issues beyond our control.
90
- </p>
91
- <p>
92
- TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT
93
- ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS. WEBSITE
94
- ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF ANY
95
- USER CONTENT.
96
- </p>
97
- <p>
98
- THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE
99
- PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY RESPONSIBLE FOR
100
- ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL
101
- OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO LIABILITY FOR
102
- ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF ITSELF OR
103
- THIRD PARTIES.
104
- </p>
105
- <p>
106
- THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE AND
107
- SERVICES ARE FOR INFORMATION PURPOSE ONLY.
108
- </p>
109
-
110
- </div>
111
- </section>
112
- <!-- End main body content -->
113
- {%- include footer/index.html -%}
114
- </body>
115
-
1
+ {% assign file = page.fileName %}
2
+ {% assign folder = page.folderName %}
3
+ {% assign lang = page.lang %}
4
+ {% assign disclaimerData = site.data[folder][lang][file] %}
5
+ <!DOCTYPE html>
6
+ <html lang="{{disclaimerData.htmlLangAtt}}">
7
+ {%- include head/index.html -%}
8
+ <body>
9
+ {%- include header/index.html -%}
10
+
11
+ <!-- Start page-top section -->
12
+ <section class="page-top-section">
13
+ <div class="container">
14
+ <div class="row justify-content-between align-items-center">
15
+ <div class="col-lg-6 col-md-6">
16
+ <h1 class="text-white display-4">Disclaimer</h1>
17
+ </div>
18
+ <div class="col-lg-6 col-md-6 page-top-nav" style="text-align: right;">
19
+ <div>
20
+ <a href="/">Home</a>
21
+ <i class="fa fa-arrow-right text-white"></i>
22
+ <a href="/disclaimer">Disclaimer</a>
23
+ </div>
24
+ </div>
25
+ </div>
26
+ </div>
27
+ </section>
28
+ <!-- End page-top section -->
29
+
30
+ <!-- Start main body content -->
31
+ <section class="features-content section-gap">
32
+ <div class="container">
33
+ <p>
34
+ We, <b>{{page.companyName}}</b>, hereinafter referred to as the “FIRM” (where such expression shall,
35
+ unless
36
+ repugnant
37
+ to the
38
+ context thereof, be deemed to include its respective legal heirs, representatives, administrators,
39
+ permitted successors and assigns).
40
+ </p>
41
+ <p>
42
+ The Firm will not be responsible for any damage suffered by users from use of the Platform. This
43
+ includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed
44
+ deliveries, or service interruptions as may occur because of any act/omission of parties. This
45
+ disclaimer of liability also applies to any damages or injury caused by any failure of performance,
46
+ error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus,
47
+ communication line failure, theft or destruction or unauthorized access to, alteration of, or use of
48
+ record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of
49
+ action.
50
+ </p>
51
+ <p>
52
+ The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience caused
53
+ to the User through the course of the provision of Services or as a result of the Users’ actions. The
54
+ Firm makes no representations or warranties as to the conduct of the Users. The Firm takes no
55
+ responsibility for any content that Users send or receive from other Users or Third-Party posts through
56
+ the Website or Platform. Any material downloaded or otherwise obtained through use of the service is
57
+ accessed at the Users own discretion and risk.
58
+ </p>
59
+ <p>
60
+ The services on the Platform are intended to be subject to availability, without any promises or
61
+ guarantees on the same by the Firm, and while certain information available on the Platform is the
62
+ property of the Firm and the Firm endeavours to keep the said information updated and accurate, the Firm
63
+ shall not make any representations or warranties of any kind, express or implied, about the
64
+ completeness, accuracy, reliability, suitability or availability with respect to the Platform or the
65
+ information, services, or related graphics contained on the Platform for any purpose. Any reliance you
66
+ place on such information is therefore strictly at your own risk.
67
+ </p>
68
+ <p>
69
+ The Firm bears no responsibility whatsoever for any consequences arising from the use of the said
70
+ Services by Users. The use of the Services in the Platform is the sole responsibility of the User (or
71
+ legally authorised person on behalf of the User), and in case of any negligence on the part of the User
72
+ is acting on the same shall not be construed as imposing any liability, direct or indirect, on the Firm
73
+ /Platform.
74
+ </p>
75
+ <p>
76
+ The Firm shall disclaim all responsibility and owns no liability to Users for any outcome (incidental,
77
+ direct, indirect or otherwise) from the use of the Platform or any such services under the platform. In
78
+ no event will the Firm be liable for any loss or damage including without limitation, indirect or
79
+ consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits
80
+ arising out of, or in connection with, the use of the Platform.
81
+
82
+ </p>
83
+ <p>
84
+ Through this Platform, You may be able to access the link of other Platforms which are not under the
85
+ control of the Firm or the Platform. We have no control over the nature, content and availability of
86
+ those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views
87
+ expressed within them. Every effort is made to keep the Platform up and running smoothly. However, the
88
+ Firm takes no responsibility for, and will not be liable for, the Platform being temporarily unavailable
89
+ due to technical issues beyond our control.
90
+ </p>
91
+ <p>
92
+ TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT
93
+ ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS. WEBSITE
94
+ ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF ANY
95
+ USER CONTENT.
96
+ </p>
97
+ <p>
98
+ THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE
99
+ PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY RESPONSIBLE FOR
100
+ ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL
101
+ OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO LIABILITY FOR
102
+ ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF ITSELF OR
103
+ THIRD PARTIES.
104
+ </p>
105
+ <p>
106
+ THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE AND
107
+ SERVICES ARE FOR INFORMATION PURPOSE ONLY.
108
+ </p>
109
+
110
+ </div>
111
+ </section>
112
+ <!-- End main body content -->
113
+ {%- include footer/index.html -%}
114
+ </body>
115
+
116
116
  </html>
data/_layouts/page.html CHANGED
@@ -1,69 +1,70 @@
1
- <html>
2
- {%- include head/index.html -%}
3
-
4
- <style>
5
- .footer-container {
6
- margin-top: 200px !important;
7
- }
8
-
9
- @media(max-width:768px) {
10
-
11
- /* social icons style */
12
- .social-icons {
13
- position: relative !important;
14
- width: 100% !important;
15
- height: 0px;
16
- display: flex;
17
- top: 0;
18
- font-size: 15px;
19
- color: #fff;
20
- flex-direction: row;
21
- z-index: 0;
22
- border-top-left-radius: 8px;
23
- border-bottom-left-radius: 8px;
24
- background: transparent !important;
25
- box-shadow: none !important;
26
- line-height: 30px;
27
- }
28
-
29
- .social-icons a {
30
- padding: 50px;
31
- color: #000 !important;
32
- font-size: 2rem !important;
33
- }
34
-
35
- .social-icon {
36
- margin: 0 !important;
37
- color: gray;
38
- }
39
-
40
- .social-icon:hover {
41
- color: black;
42
- }
43
-
44
- .social-icons a {
45
- padding: 10px;
46
- }
47
- }
48
- </style>
49
-
50
- <body>
51
- {%- include header/index.html -%}
52
-
53
- {%- include section/commonPage.html -%}
54
-
55
-
56
- {%- include share/socialshare.html -%}
57
-
58
- {%- include footer/index.html -%}
59
-
60
-
61
- <script data-range="{{page.blanktilerange}}" src="/assets/js/wordScrabble.js"></script>
62
-
63
-
64
- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
65
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
66
-
67
- </body>
68
-
1
+ <html>
2
+ {%- include head/index.html -%}
3
+
4
+ <style>
5
+ .footer-container {
6
+ margin-top: 200px !important;
7
+ }
8
+
9
+ @media(max-width:768px) {
10
+
11
+ /* social icons style */
12
+ .social-icons {
13
+ position: relative !important;
14
+ width: 100% !important;
15
+ height: 0px;
16
+ display: flex;
17
+ top: 0;
18
+ font-size: 15px;
19
+ color: #fff;
20
+ flex-direction: row;
21
+ z-index: 0;
22
+ border-top-left-radius: 8px;
23
+ border-bottom-left-radius: 8px;
24
+ background: transparent !important;
25
+ box-shadow: none !important;
26
+ line-height: 30px;
27
+ }
28
+
29
+ .social-icons a {
30
+ padding: 50px;
31
+ color: #000 !important;
32
+ font-size: 2rem !important;
33
+ }
34
+
35
+ .social-icon {
36
+ margin: 0 !important;
37
+ color: gray;
38
+ }
39
+
40
+ .social-icon:hover {
41
+ color: black;
42
+ }
43
+
44
+ .social-icons a {
45
+ padding: 10px;
46
+ }
47
+ }
48
+ </style>
49
+
50
+ <body>
51
+ {%- include header/index.html -%}
52
+
53
+ {%- include section/commonPage.html -%}
54
+
55
+
56
+ {%- include share/socialshare.html -%}
57
+
58
+ {%- include footer/index.html -%}
59
+
60
+
61
+ <script data-range="{{page.blanktilerange}}" src="/assets/js/wordScrabble.js"></script>
62
+
63
+
64
+ <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
65
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
66
+
67
+ {% include Monumetric/Monumetric.html %}
68
+ </body>
69
+
69
70
  </html>
data/_layouts/page2.html CHANGED
@@ -57,6 +57,8 @@
57
57
  <script src="/assets/js/X-letter.js" data-letter="{{page.letter}}"></script>
58
58
  <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
59
59
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
60
+
61
+ {% include Monumetric/Monumetric.html %}
60
62
  </body>
61
63
 
62
64
  </html>
data/_layouts/post.html CHANGED
@@ -130,6 +130,8 @@
130
130
  {%- include section/alertbar.html -%}
131
131
  {% include script.html %}
132
132
  <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
133
+
134
+ {% include Monumetric/Monumetric.html %}
133
135
  </body>
134
136
 
135
137
  </html>