word-games-theme 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +2 -0
  4. data/_data/blog/alertbar.yml +3 -0
  5. data/_data/blog/blog.yml +2 -0
  6. data/_data/blog/nav.json +14 -0
  7. data/_data/blog/share.yml +27 -0
  8. data/_data/footer/en/data.json +75 -0
  9. data/_data/footer/hi/data.json +69 -0
  10. data/_data/footer/networksites.json +16 -0
  11. data/_data/header/en/data.json +71 -0
  12. data/_data/header/hi/data.json +145 -0
  13. data/_data/wordgames/en/anagram_word_finder.json +55 -0
  14. data/_data/wordgames/en/eight_letter_word_finder.json +224 -0
  15. data/_data/wordgames/en/eleven_letter_word_finder.json +184 -0
  16. data/_data/wordgames/en/five_letter_word_finder.json +188 -0
  17. data/_data/wordgames/en/four_letter_word_finder.json +176 -0
  18. data/_data/wordgames/en/jumble_word_finder.json +62 -0
  19. data/_data/wordgames/en/lexical_word_finder.json +54 -0
  20. data/_data/wordgames/en/nine_letter_word_finder.json +184 -0
  21. data/_data/wordgames/en/root.json +88 -0
  22. data/_data/wordgames/en/scrabble_word_finder_cheat.json +55 -0
  23. data/_data/wordgames/en/seven_letter_word_finder.json +184 -0
  24. data/_data/wordgames/en/six_letter_word_finder.json +176 -0
  25. data/_data/wordgames/en/ten_letter_word_finder.json +184 -0
  26. data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -0
  27. data/_data/wordgames/en/three_letter_word_finder.json +188 -0
  28. data/_data/wordgames/en/twelve_letter_word_finder.json +184 -0
  29. data/_data/wordgames/en/two_letter_word_finder.json +188 -0
  30. data/_data/wordgames/en/words_with_friends_word_finder.json +56 -0
  31. data/_includes/Rating/rating.html +88 -0
  32. data/_includes/Rating/structureddata.html +53 -0
  33. data/_includes/author_bio.html +16 -0
  34. data/_includes/authors/authors.html +27 -0
  35. data/_includes/custom-head.html +32 -0
  36. data/_includes/disqus_comments.html +11 -0
  37. data/_includes/filterWords/index.html +11 -0
  38. data/_includes/footer/index.html +40 -0
  39. data/_includes/google-analytics.html +23 -0
  40. data/_includes/head/index.html +105 -0
  41. data/_includes/header/blogHeader.html +28 -0
  42. data/_includes/header/index.html +48 -0
  43. data/_includes/paginationBlogPage.html +35 -0
  44. data/_includes/paginationPostPage.html +15 -0
  45. data/_includes/postauthorbio.html +18 -0
  46. data/_includes/postbox.html +30 -0
  47. data/_includes/script.html +14 -0
  48. data/_includes/section/about.html +26 -0
  49. data/_includes/section/alertbar.html +12 -0
  50. data/_includes/section/blog.html +39 -0
  51. data/_includes/section/commonPage.html +119 -0
  52. data/_includes/section/count.html +24 -0
  53. data/_includes/section/feature.html +35 -0
  54. data/_includes/section/home.html +68 -0
  55. data/_includes/section/home2.html +93 -0
  56. data/_includes/section/news.html +33 -0
  57. data/_includes/section/recent_posts.html +43 -0
  58. data/_includes/section/related_categories_post.html +74 -0
  59. data/_includes/section/related_tag_post.html +60 -0
  60. data/_includes/section/wordGroup.html +7 -0
  61. data/_includes/seo.html +57 -0
  62. data/_includes/share/socialshare.html +50 -0
  63. data/_layouts/blog.html +67 -0
  64. data/_layouts/categories.html +26 -0
  65. data/_layouts/default.html +35 -0
  66. data/_layouts/disclaimer.html +116 -0
  67. data/_layouts/page.html +14 -0
  68. data/_layouts/post.html +69 -0
  69. data/_layouts/privacyPolicy.html +421 -0
  70. data/_layouts/termAndCondition.html +421 -0
  71. data/_layouts/wordMeaning.html +107 -0
  72. data/assets/css/HomePageblog.css +154 -0
  73. data/assets/css/about.css +51 -0
  74. data/assets/css/advancedFilter.css +134 -0
  75. data/assets/css/blog.css +481 -0
  76. data/assets/css/feature.css +67 -0
  77. data/assets/css/footer.css +94 -0
  78. data/assets/css/home.css +186 -0
  79. data/assets/css/news.css +59 -0
  80. data/assets/css/style.css +374 -0
  81. data/assets/css/wordGroup.css +62 -0
  82. data/assets/images/Ankita.webp +0 -0
  83. data/assets/images/Anushka.webp +0 -0
  84. data/assets/images/Arjyahi.webp +0 -0
  85. data/assets/images/Nikita.webp +0 -0
  86. data/assets/images/alka.webp +0 -0
  87. data/assets/images/angle-arrow-down.svg +43 -0
  88. data/assets/images/bg_elements.png +0 -0
  89. data/assets/images/footer.png +0 -0
  90. data/assets/images/footer2-bg.webp +0 -0
  91. data/assets/images/keshav.webp +0 -0
  92. data/assets/images/left_obj_01.png +0 -0
  93. data/assets/images/left_obj_02.png +0 -0
  94. data/assets/images/loading.gif +0 -0
  95. data/assets/images/next.webp +0 -0
  96. data/assets/images/paavan.webp +0 -0
  97. data/assets/images/prev.webp +0 -0
  98. data/assets/images/rating.webp +0 -0
  99. data/assets/images/right.png +0 -0
  100. data/assets/images/right.svg +38 -0
  101. data/assets/images/right2.svg +38 -0
  102. data/assets/images/right3.svg +38 -0
  103. data/assets/images/right_obj_01.png +0 -0
  104. data/assets/images/word-games-logo.svg +52 -0
  105. data/assets/images/yellow_bg.png +0 -0
  106. data/assets/js/TopScroll.js +8 -0
  107. data/assets/js/X-letter.js +200 -0
  108. data/assets/js/advancedFilter.js +5 -0
  109. data/assets/js/advancedFilter2.js +5 -0
  110. data/assets/js/advancedFilter3.js +2 -0
  111. data/assets/js/manifest.json +17 -0
  112. data/assets/js/scrabbleDictonary.js +162 -0
  113. data/assets/js/serviceworker.js +42 -0
  114. data/assets/js/wordScrabble.js +363 -0
  115. metadata +198 -0
@@ -0,0 +1,56 @@
1
+ {
2
+ "title": "Words with friends word finder ",
3
+ "h1": "Words with friends word finder ",
4
+
5
+ "meta": "Still thinking of unscrambling words? Use our Words with friends word finder now!",
6
+
7
+
8
+ "featureNo": "02",
9
+ "feature_title": "Features",
10
+
11
+ "blogNo": "03",
12
+ "blog_title": "Blog",
13
+
14
+ "FaqNo": "04",
15
+ "Faq_title": "FAQ",
16
+
17
+ "aboutNo": "05",
18
+ "about_title": "About",
19
+
20
+ "featureList": [
21
+ {
22
+ "feature_heading": "Words with friends word finder",
23
+ "feature_text": "It’s the time of recreation with your fiercest rival and weWords with friends word finder assist you with the words you can get. ",
24
+ "fa_class": "far fa-star"
25
+ },
26
+ {
27
+ "feature_heading": "Unearth the excessive scoring words",
28
+ "feature_text": "What are the fantastic phrases you can make with these letters? Specially if your rival is doing the same, it is sincerely in your activity to use our Words with friends word finder. That’s how you’ll unearth the excessive scoring words for the win!",
29
+ "fa_class": "far fa-star"
30
+ },
31
+ {
32
+ "feature_heading": "Get cheats with friends",
33
+ "feature_text": "Get a free access to cheats along with Words with friends word finder for your word games",
34
+ "fa_class": "far fa-star"
35
+ },
36
+ {
37
+ "feature_heading": "Responsive website and aesthetic design",
38
+ "feature_text": "Using A Tab? A phone? Worry not! It is built in a mobile friendly manner with beautiful UI/UX.",
39
+ "fa_class": "far fa-star"
40
+ }
41
+ ],
42
+
43
+
44
+ "faqList":[
45
+
46
+ ],
47
+ "aboutList":[
48
+ {
49
+ "aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
50
+ },
51
+ {
52
+ "aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
53
+ }
54
+ ]
55
+ }
56
+
@@ -0,0 +1,88 @@
1
+ {%- if page.tool -%}
2
+ {%- assign tool = page.tool -%}
3
+ {%- assign data = site.data.rating.rating.tools -%}
4
+ <div class="rating-tool">
5
+ <img id="rating-img" loading='lazy' src="/assets/images/rating.webp" alt="rating-img">
6
+ <div class="rating-text">Rate this tool</div>
7
+ <div class="rating-stars" >
8
+ <i class="fas fa-star rating-star"></i><i class="fas fa-star rating-star"></i
9
+ ><i class="fas fa-star rating-star"></i><i class="fas fa-star rating-star"></i
10
+ ><i class="fas fa-star rating-star"></i>
11
+ </div>
12
+ <div class="rating-value ml-2">
13
+ {%- for item in data -%}
14
+ {%- if item.name ==tool -%}
15
+ {%- assign rating = item.rating -%}
16
+ {%- assign votes = item.votes -%}
17
+ {%- endif -%}
18
+ {%- endfor -%}
19
+ <span class="rating"> <strong id='rating'>{{rating}}</strong><span>/5</span> </span>
20
+ &nbsp; <span class="total-ratings" id='count'>{{votes}} </span> votes
21
+ </div>
22
+ </div>
23
+ <script>
24
+ const ratingValue=document.getElementById('rating')
25
+ const count=document.getElementById('count')
26
+ const setRating=async(rating)=>{
27
+ const name= '{{site.name}}'
28
+ const tool='{{page.tool}}'
29
+ const data = { website: name,feature:tool,rating:rating };
30
+ fetch('https://ratingapi-main.netlify.app/.netlify/functions/api/v1/rating/add', {
31
+ method: 'POST',
32
+ headers: {
33
+ 'Content-Type': 'application/json',
34
+ },
35
+ body: JSON.stringify(data),
36
+ })
37
+ .then(response => response.json())
38
+ .then(data => {
39
+ ratingValue.innerText=data.rating
40
+ count.innerText=data.count
41
+ })
42
+ .catch((error) => {
43
+ console.error('Error:', error);
44
+ });
45
+ }
46
+ const tool='{{page.tool}}'
47
+ const fetchRating=async()=>{
48
+
49
+ const data= await fetch(`https://ratingapi-main.netlify.app/.netlify/functions/api/v1/${tool}/rating`).then(res=>res.json())
50
+ ratingValue.innerText=data.rating
51
+ count.innerText=data.votes
52
+ }
53
+ let ratingImg = document.querySelector('#rating-img');
54
+ ratingImg.addEventListener('load', (event) => {
55
+ fetchRating()
56
+ });
57
+ const ratingNode=document.getElementsByClassName('rating-star')
58
+ let ratedValue=localStorage.getItem(`${tool}rating`)
59
+ if(ratedValue){
60
+ Array.from(ratingNode).slice(0,ratedValue).map(item=>{
61
+ item.style.color='#FDD300'
62
+ })
63
+ }
64
+
65
+ Array.from(ratingNode).map(item=>item.addEventListener('click',()=>{
66
+ const tool='{{page.tool}}'
67
+ if(!localStorage.getItem(`${tool}rating`)){
68
+ function indexInClass(node) {
69
+ var className = node.className;
70
+ var num = 0;
71
+ for (var i = 0; i < ratingNode.length; i++) {
72
+ if (ratingNode[i] === node) {
73
+ return num;
74
+ }
75
+ num++;
76
+ }
77
+ return -1;
78
+ }
79
+ const index=indexInClass(item)
80
+ Array.from(ratingNode).slice(0,index+1).map(item=>{
81
+ item.style.color='#FDD300'
82
+ })
83
+ setRating(index+1)
84
+ localStorage.setItem(`${tool}rating`,index+1)
85
+ }}))
86
+ </script>
87
+
88
+ {%- endif -%}
@@ -0,0 +1,53 @@
1
+ {% assign dataArr = site.data.[page.folderName][lang][file] %}
2
+ {% assign dataToShow = dataArr %}
3
+ {% assign description = dataToShow.META | replace:"$variable", page.value | default: site.description %}
4
+ {%- assign tool = page.tool -%}
5
+ {%- assign data = site.data.rating.rating.tools -%}
6
+ {%- for item in data -%}
7
+ {%- if item.name ==tool -%}
8
+ {%- assign name = item.name -%}
9
+ {%- assign rating = item.rating -%}
10
+ {%- assign votes = item.votes -%}
11
+ {%- endif -%}
12
+ {%- endfor -%}
13
+ <script type="application/ld+json">
14
+ {
15
+ "@context": "http://schema.org",
16
+ "@type": "WebApplication",
17
+ "operatingSystem":"All - Windows/Mac/iOS/Linux/Android",
18
+ "applicationCategory":"UtilitiesApplication",
19
+ "name": "{{name}}",
20
+ "url":"{{site.url | append: page.url}}",
21
+ "image":"{{site.siteurl}}{{site.logo}}",
22
+ "aggregateRating": {
23
+ "@type": "AggregateRating",
24
+ "worstRating":"1",
25
+ "bestRating":"5",
26
+ "ratingValue":
27
+ {%- if rating -%}
28
+ {%- if rating=='NaN' -%}
29
+ "5"
30
+ {%- else -%}
31
+ "{{rating}}"
32
+ {%- endif -%}
33
+ {%- else -%}
34
+ "5"
35
+ {%- endif -%},
36
+ "ratingCount": {%- if votes -%}
37
+ {%- if votes== 0 -%}
38
+ "1"
39
+ {%- else -%}
40
+ "{{votes}}"
41
+ {%- endif -%}
42
+ {%- else -%}
43
+ "1"
44
+ {%- endif -%}
45
+
46
+ },
47
+ "offers": {
48
+ "@type": "Offer",
49
+ "price": "0.00",
50
+ "priceCurrency": "USD"
51
+ }
52
+ }
53
+ </script>
@@ -0,0 +1,16 @@
1
+ {%- include /authors/authors.html -%}
2
+ <div class="wrapfooter">
3
+ <span class="author_image">
4
+ <img class="author-thumb" loading="lazy" src="{{ image }}" height="35px" width="35px" alt="{{ authorName}}" id="author_img">
5
+ </span>
6
+ <span class="author-meta">
7
+ <span class="post-name">
8
+ <a class="postName" target="_blank" href="{{twitter}}">{{authorName}}</a>
9
+ {%- if twitter != 'N/A' -%}
10
+ <a class="btn_follow text-decoration-none" target="_blank" href="{{twitter}}">Follow</a>
11
+ {%- endif -%}
12
+
13
+ </span><br>
14
+ <span class="author_bio">{{bio}}</span>
15
+ </span>
16
+ </div>
@@ -0,0 +1,27 @@
1
+ {% assign ankita = "Ankita&&/assets/images/Ankita.webp&&Ankita has majored in Applied Communication studies, with over 4 years of experience content writing. She is an expert at word games and freqently shares her thoughts on word games, and many other topics.&&https://twitter.com/roy93anki" | split: '&&' %}
2
+ {% assign keshav = "Keshav Agarwal&&/assets/images/keshav.webp&&Keshav Agarwal is an aspiring Android developer with keen interest in computers, technology and development. He also has a knack of writing and loves to share his knowledge with the help of his posts.&&https://mobile.twitter.com/KeshavA76099697" | split: '&&' %}
3
+ {% assign anushka = "Anushka Guha&&/assets/images/Anushka.webp&&Anushka is an aspiring Instrumentation engineer who thrives on good music, books and travelling. She has been creating content on all of this and often shares her thoughts on the technicalities behind various file formats and their processing.
4
+ &&https://twitter.com/its_anushka_" | split: '&&' %}
5
+ {% assign paavan = "Thandra Paavan Kumar&&/assets/images/paavan.webp&&Paavan Kumar is an enthusiastic nanotech engineer who has a keen intererst in micro and nano science with a good sense of content creation on diverse topics and often shares his thoughts and helps those he can. He have a knack of writing essays,stories and poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
6
+ {% assign thandra = "Thandra Paavan Kumar&&/assets/images/paavan.webp&&Paavan Kumar is an enthusiastic nanotech engineer who has a keen intererst in micro and nano science with a good sense of content creation on diverse topics and often shares his thoughts and helps those he can. He have a knack of writing essays,stories and poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
7
+ {% assign arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is an aspiring Civil engineer who loves photography, music, books and philosophy. She also loves nature and animals. She enjoys reading and sharing information on various topics involving her knacks.&&https://twitter.com/arjyahi" | split: '&&' %}
8
+ {% assign nikita = "Nikita Gupta&&/assets/images/Nikita.webp&&Nikita is an aspiring MBA graduate, who loves creating content. She loves reading and watching anime. She is into other languages and currently learning Spanish, French and Japanese. Her favourite timepass is solving sudokus. &&N/A" | split: '&&' %}
9
+ {% assign alka = "Alka Bisht&&/assets/images/Alka.webp&&Alka Bisht is an experienced content writer with a penchnat for writing compellinmg content within technical and non- technical areas. As a content writer her goals include providing the best content throughout her writing journey.&&N/A" | split: '&&' %}
10
+ {%- assign postAuthor = post.author | split: " " -%}
11
+ {%- assign author = postAuthor.first | downcase -%}
12
+ {%- assign collection = [author] -%}
13
+ {%- for item in collection -%}
14
+ {%- if forloop.index==1 -%}
15
+ {%- assign authorName = item -%}
16
+ {%- endif -%}
17
+ {%- if forloop.index==2 -%}
18
+ {%- assign image = item -%}
19
+ {%- endif -%}
20
+ {%- if forloop.index==3 -%}
21
+ {%- assign bio = item -%}
22
+ {%- endif -%}
23
+ {%- if forloop.index==4 -%}
24
+ {%- assign twitter = item -%}
25
+ {%- endif -%}
26
+ {%- endfor -%}
27
+
@@ -0,0 +1,32 @@
1
+ <head>
2
+ {% assign favicon = site.favicon %}
3
+ {%- assign seo_description = page.description | default: page.excerpt | default: site.description -%}
4
+ {%- if seo_description -%}
5
+ {%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
6
+ {%- endif -%}
7
+ {%- if page.date -%}
8
+ {%- assign og_type = "article" -%}
9
+ {%- else -%}
10
+ {%- assign og_type = "website" -%}
11
+ {%- endif -%}
12
+ <meta charset="UTF-8">
13
+ <link rel="shortcut icon" href="{{favicon}}">
14
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
15
+ <meta name="keywords" content="{{site.keyboard}}">
16
+ <meta name="description" content="{{ seo_description | slice: 0, 155 }}">
17
+ <meta name="og:description" content="{{ seo_description | slice: 0, 155 }}">
18
+ <meta property="og:title" content="{{ page.title | default: site.title }}">
19
+ <meta property="og:type" content="{{og_type}}">
20
+ <meta property="og:locale" content="en_US">
21
+ <meta property="og:site_name" content="{{site.name}}">
22
+ <meta property="og:url" content="{{site.url | append: page.url}}">
23
+ <meta name="author" content="{{ site.author_name }}">
24
+ <title>{{page.title}}</title>
25
+ <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
26
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
27
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
28
+ <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}">
29
+ <script src="https://code.jquery.com/jquery-3.5.1.js"></script>
30
+
31
+ {%- include google-analytics.html -%}
32
+ </head>
@@ -0,0 +1,11 @@
1
+ <div id="disqus_thread"></div>
2
+ <script>
3
+ (function () {
4
+ var d = document, s = d.createElement('script');
5
+ s.src = 'https://{{site.disqus.shortname}}.disqus.com/embed.js';
6
+ s.setAttribute('data-timestamp', +new Date());
7
+ (d.head || d.body).appendChild(s);
8
+ })();
9
+ </script>
10
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by
11
+ Disqus.</a></noscript>
@@ -0,0 +1,11 @@
1
+ <div class="tab_link_wrapper" style="position: relative;">
2
+ <div id="tab-scroll" class="tab-scroll flex-row">
3
+ <input type="button" name="" id="prev" class="prev tabsBg noOutline cursorPointer" value=" "
4
+ style="display: none;">
5
+ <div id="tab-container" class="search-container tab_container flex-row">
6
+
7
+ </div>
8
+ <input type="button" name="" id="next" class="next tabsBg noOutline cursorPointer" value=" "
9
+ style="display: none;">
10
+ </div>
11
+ </div>
@@ -0,0 +1,40 @@
1
+ <div class="footer-container">
2
+ <footer id="footer">
3
+ <div class="row">
4
+ <div class="col-md-12">
5
+ <div class="companyUrl">
6
+ <span><a class='txt-color' href="#">{{site.email}}</a></span>
7
+ </div>
8
+ </div>
9
+ <div class="col-md-12">
10
+ <div class="phone">
11
+ <span><a href="#" class='txt-color'>{{site.phone}}</a></span>
12
+ </div>
13
+ <hr>
14
+ </div>
15
+ <div class="col-md-12">
16
+ <div class="socialIons">
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>
21
+ </ul>
22
+ </div>
23
+ </div>
24
+
25
+ <div class="col-md-12">
26
+ <div class="copyrightTxt">
27
+ <span style="font-size: 18px;">{{site.copyright_text}}</span>
28
+ </div>
29
+ </div>
30
+
31
+ <div class="col-md-12">
32
+ <div class="pages">
33
+ <a href="/terms-and-conditions">Terms and Conditions</a>
34
+ <a href="/privacy-policy">Privacy Policy</a>
35
+ <a href="/disclaimer">Disclaimer</a>
36
+ </div>
37
+ </div>
38
+ </div>
39
+ </footer>
40
+ </div>
@@ -0,0 +1,23 @@
1
+ {% if jekyll.environment == 'production' and site.production_google_analytics %}
2
+ {%- assign GA_ID = site.production_google_analytics -%}
3
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ GA_ID }}"></script>
4
+ <script>
5
+ window.dataLayer = window.dataLayer || [];
6
+ function gtag() { dataLayer.push(arguments); }
7
+ gtag('js', new Date());
8
+
9
+ gtag('config', '{{ GA_ID }}');
10
+ </script>
11
+ {% endif %}
12
+
13
+ {% if jekyll.environment == 'development' and site.development_google_analytics %}
14
+ {%- assign GA_ID = site.development_google_analytics -%}
15
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ GA_ID }}"></script>
16
+ <script>
17
+ window.dataLayer = window.dataLayer || [];
18
+ function gtag(){dataLayer.push(arguments);}
19
+ gtag('js', new Date());
20
+
21
+ gtag('config', '{{ GA_ID }}');
22
+ </script>
23
+ {% endif %}
@@ -0,0 +1,105 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+
5
+ <head>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
+
9
+ <meta charset="UTF-8">
10
+
11
+ {%- if site.keyboard -%}
12
+ <meta name="keywords" content="{{site.keyboard}}" />
13
+ {%- endif -%}
14
+ {% include seo.html %}
15
+
16
+ <link rel="shortcut icon" href="{{ site.favicon | relative_url }}">
17
+
18
+ <link rel="manifest" href="/assets/js/manifest.json">
19
+
20
+
21
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
22
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
23
+
24
+
25
+ <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
26
+ <link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
27
+ <link rel="stylesheet" href="{{ '/assets/css/feature.css' | relative_url }}">
28
+ <link rel="stylesheet" href="{{ '/assets/css/HomePageblog.css' | relative_url }}">
29
+ <link rel="stylesheet" href="{{ '/assets/css/about.css' | relative_url }}">
30
+ <link rel="stylesheet" href="{{ '/assets/css/news.css' | relative_url }}">
31
+ <link rel="stylesheet" href="{{ '/assets/css/wordGroup.css' | relative_url }}">
32
+ <link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
33
+
34
+ <title>
35
+ {%- unless page.layout == "home" -%}
36
+ {{dataToShow.title }}
37
+ {%- endunless -%}
38
+ {{ page.title}}</title>
39
+
40
+
41
+ <script>
42
+ if ('serviceWorker' in navigator) {
43
+ window.addEventListener('load', () => {
44
+ navigator.serviceWorker.register('/assets/js/serviceworker.js')
45
+ .then((reg) => console.log('Success: ', reg.scope))
46
+ .catch((err) => console.log('Failure: ', err));
47
+ })
48
+ }
49
+ </script>
50
+
51
+ <script type="application/ld+json">
52
+ {
53
+ "@context": "http://schema.org",
54
+ "@type": "Organization",
55
+ "url": "{{site.siteurl}}",
56
+ "logo": "{{site.siteurl}}{{site.logo}}"
57
+ }
58
+ </script>
59
+ <script type="application/ld+json">
60
+ {
61
+ "@context": "http://schema.org",
62
+ "@type": "WebSite",
63
+ "name": "{{site.name}}",
64
+ "alternateName": "{{site.alternateName}}",
65
+ "url": "{{site.siteurl}}"}
66
+ </script>
67
+
68
+ {%- if dataToShow.faqList -%}
69
+ {%- if dataToShow.faqList.first.question !='' -%}
70
+ <script type="application/ld+json">
71
+ {
72
+ "@context": "http://schema.org",
73
+ "@type": "FAQPage",
74
+ "mainEntity": [
75
+ {%- for item in dataToShow.faqList-%}
76
+ {%- if forloop.last == true -%}
77
+ {"@type": "Question",
78
+ "name": "{{item.faqQuestion}}",
79
+ "acceptedAnswer": {
80
+ "@type": "Answer",
81
+ "text": "{{item.faqAnswer}}"
82
+ }
83
+ }
84
+ {%- else -%}
85
+ {"@type": "Question",
86
+ "name": "{{item.faqQuestion}}",
87
+ "acceptedAnswer": {
88
+ "@type": "Answer",
89
+ "text": "{{item.faqAnswer}}"
90
+ }
91
+ },
92
+ {%- endif -%}
93
+ {%- endfor -%}
94
+ ]
95
+ }
96
+ </script>
97
+ {%- endif -%}
98
+ {%- endif -%}
99
+
100
+ {%- if page.tool -%}
101
+ {%- include Rating/structureddata.html -%}
102
+ {%- endif -%}
103
+ </script>
104
+ {%- include google-analytics.html -%}
105
+ </head>