word-games-theme 0.1.5 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) 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/blog/share.yml +26 -27
  8. data/_data/footer/en/data.json +74 -74
  9. data/_data/footer/hi/data.json +68 -68
  10. data/_data/footer/networksites.json +15 -15
  11. data/_data/header/en/data.json +68 -71
  12. data/_data/wordgames/en/anagram_word_finder.json +48 -48
  13. data/_data/wordgames/en/eight_letter_word_finder.json +223 -223
  14. data/_data/wordgames/en/eleven_letter_word_finder.json +184 -184
  15. data/_data/wordgames/en/five_letter_word_finder.json +188 -188
  16. data/_data/wordgames/en/four_letter_word_finder.json +176 -176
  17. data/_data/wordgames/en/jumble_word_finder.json +54 -62
  18. data/_data/wordgames/en/lexical_word_finder.json +61 -54
  19. data/_data/wordgames/en/nine_letter_word_finder.json +184 -184
  20. data/_data/wordgames/en/root.json +79 -79
  21. data/_data/wordgames/en/scrabble_word_finder_cheat.json +49 -55
  22. data/_data/wordgames/en/seven_letter_word_finder.json +184 -184
  23. data/_data/wordgames/en/six_letter_word_finder.json +176 -176
  24. data/_data/wordgames/en/ten_letter_word_finder.json +184 -184
  25. data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -184
  26. data/_data/wordgames/en/three_letter_word_finder.json +188 -188
  27. data/_data/wordgames/en/twelve_letter_word_finder.json +184 -184
  28. data/_data/wordgames/en/two_letter_word_finder.json +188 -188
  29. data/_data/wordgames/en/words_with_friends_word_finder.json +55 -55
  30. data/_includes/Rating/rating.html +91 -87
  31. data/_includes/Rating/structureddata.html +53 -53
  32. data/_includes/author_bio.html +15 -15
  33. data/_includes/authors/authors.html +27 -27
  34. data/_includes/custom-head.html +31 -31
  35. data/_includes/disqus_comments.html +10 -10
  36. data/_includes/filterWords/index.html +10 -10
  37. data/_includes/footer/index.html +47 -43
  38. data/_includes/google-analytics.html +22 -22
  39. data/_includes/head/index.html +108 -104
  40. data/_includes/header/blogHeader.html +28 -28
  41. data/_includes/header/index.html +41 -46
  42. data/_includes/paginationBlogPage.html +34 -34
  43. data/_includes/paginationPostPage.html +14 -14
  44. data/_includes/postauthorbio.html +17 -17
  45. data/_includes/postbox.html +29 -29
  46. data/_includes/script.html +13 -13
  47. data/_includes/section/about.html +25 -25
  48. data/_includes/section/alertbar.html +11 -11
  49. data/_includes/section/blog.html +41 -41
  50. data/_includes/section/commonPage.html +100 -119
  51. data/_includes/section/count.html +23 -23
  52. data/_includes/section/feature.html +34 -34
  53. data/_includes/section/home.html +94 -76
  54. data/_includes/section/home2.html +91 -93
  55. data/_includes/section/news.html +32 -32
  56. data/_includes/section/recent_posts.html +42 -42
  57. data/_includes/section/related_categories_post.html +73 -73
  58. data/_includes/section/related_tag_post.html +59 -59
  59. data/_includes/section/wordGroup.html +6 -6
  60. data/_includes/seo.html +56 -57
  61. data/_includes/share/socialshare.html +49 -50
  62. data/_layouts/blog.html +66 -66
  63. data/_layouts/categories.html +25 -25
  64. data/_layouts/default.html +43 -34
  65. data/_layouts/disclaimer.html +115 -115
  66. data/_layouts/page.html +67 -13
  67. data/_layouts/page2.html +61 -0
  68. data/_layouts/post.html +69 -69
  69. data/_layouts/privacyPolicy.html +420 -420
  70. data/_layouts/termAndCondition.html +421 -421
  71. data/_layouts/wordMeaning.html +106 -106
  72. data/assets/css/HomePageblog.css +154 -154
  73. data/assets/css/about.css +51 -51
  74. data/assets/css/advancedFilter.css +160 -134
  75. data/assets/css/blog.css +481 -481
  76. data/assets/css/feature.css +69 -67
  77. data/assets/css/footer.css +95 -94
  78. data/assets/css/home.css +235 -212
  79. data/assets/css/news.css +62 -59
  80. data/assets/css/style.css +399 -375
  81. data/assets/css/wordGroup.css +62 -62
  82. data/assets/images/angle-arrow-down.svg +43 -43
  83. data/assets/images/facebook-square.svg +1 -0
  84. data/assets/images/facebook.svg +1 -0
  85. data/assets/images/instagram-square.svg +1 -0
  86. data/assets/images/linkedin.svg +1 -0
  87. data/assets/images/linkedin2.svg +1 -0
  88. data/assets/images/ratingStar.png +0 -0
  89. data/assets/images/right.svg +38 -38
  90. data/assets/images/right2.svg +38 -38
  91. data/assets/images/right3.svg +38 -38
  92. data/assets/images/search.svg +1 -0
  93. data/assets/images/star.svg +1 -0
  94. data/assets/images/twitter-square.svg +1 -0
  95. data/assets/images/twitter.svg +1 -0
  96. data/assets/images/twitter2.svg +1 -0
  97. data/assets/images/window-close.png +0 -0
  98. data/assets/images/window-close.svg +1 -0
  99. data/assets/images/word-games-logo.svg +52 -52
  100. data/assets/js/TopScroll.js +8 -8
  101. data/assets/js/X-letter.js +359 -206
  102. data/assets/js/advancedFilter.js +5 -5
  103. data/assets/js/advancedFilter2.js +12 -5
  104. data/assets/js/advancedFilter3.js +2 -2
  105. data/assets/js/scrabbleDictonary.js +165 -165
  106. data/assets/js/wordScrabble.js +511 -368
  107. metadata +21 -8
  108. data/_data/header/hi/data.json +0 -145
@@ -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>
@@ -1,35 +1,44 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
-
4
- {%- include head/index.html -%}
5
-
6
- <body>
7
- {%- include header/index.html -%}
8
-
9
-
10
- {% if page.url == '/' %}
11
-
12
- {% include section/home.html %}
13
-
14
- {% else %}
15
-
16
- {% include section/home2.html %}
17
-
18
- {% endif %}
19
-
20
- {% include section/feature.html %}
21
-
22
- {% include section/blog.html %}
23
- {% include section/news.html %}
24
- {% include section/about.html %}
25
- {%- include share/socialshare.html -%}
26
- {%- include Rating/rating.html -%}
27
- {%- include footer/index.html -%}
28
-
29
-
30
- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
31
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
32
-
33
- </body>
34
-
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ {%- include head/index.html -%}
5
+
6
+ <body>
7
+ {%- include header/index.html -%}
8
+
9
+
10
+ {% if page.url == '/' %}
11
+
12
+ {% include section/home.html %}
13
+
14
+ {% else %}
15
+
16
+ {% include section/home2.html %}
17
+
18
+ {% endif %}
19
+
20
+ {% include section/feature.html %}
21
+
22
+
23
+ {%- if dataToShow.faqList -%}
24
+ {%- if dataToShow.faqList.first.Question !='' -%}
25
+ {% include section/news.html %}
26
+ {% endif %}
27
+ {% endif %}
28
+
29
+ {%- if site.posts.size>0 -%}
30
+ {% include section/blog.html %}
31
+ {%- endif -%}
32
+
33
+
34
+ {%- include share/socialshare.html -%}
35
+ {%- include Rating/rating.html -%}
36
+ {%- include footer/index.html -%}
37
+
38
+
39
+ <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
40
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
41
+
42
+ </body>
43
+
35
44
  </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,14 +1,68 @@
1
- <html>
2
- {%- include head/index.html -%}
3
-
4
- <body>
5
- {%- include header/index.html -%}
6
-
7
- {%- include section/commonPage.html -%}
8
-
9
-
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>
12
- </body>
13
-
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 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
+ </body>
67
+
14
68
  </html>
@@ -0,0 +1,61 @@
1
+ <html>
2
+ {%- include head/index.html -%}
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
+
46
+ <body>
47
+ {%- include header/index.html -%}
48
+
49
+ {%- include section/commonPage.html -%}
50
+
51
+ {%- include share/socialshare.html -%}
52
+
53
+ {%- include footer/index.html -%}
54
+
55
+
56
+ <script src="/assets/js/X-letter.js" data-letter="{{page.letter}}"></script>
57
+ <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
58
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
59
+ </body>
60
+
61
+ </html>