word-games-theme 0.4.5 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) 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/Rating/structureddata.html +53 -53
  12. data/_includes/author_bio.html +15 -15
  13. data/_includes/authors/authors.html +27 -27
  14. data/_includes/autogenerated/footer.html +72 -0
  15. data/_includes/disqus_comments.html +10 -10
  16. data/_includes/filterWords/index.html +10 -10
  17. data/_includes/google-analytics.html +22 -22
  18. data/_includes/header/blogHeader.html +28 -28
  19. data/_includes/paginationBlogPage.html +34 -34
  20. data/_includes/paginationPostPage.html +14 -14
  21. data/_includes/postauthorbio.html +17 -17
  22. data/_includes/postbox.html +29 -29
  23. data/_includes/script.html +13 -13
  24. data/_includes/section/about.html +25 -25
  25. data/_includes/section/alertbar.html +11 -11
  26. data/_includes/section/commonPage.html +1 -1
  27. data/_includes/section/count.html +23 -23
  28. data/_includes/section/home.html +1 -1
  29. data/_includes/section/home2.html +1 -1
  30. data/_includes/section/wordGroup.html +6 -6
  31. data/_layouts/autogencontent.html +1 -2
  32. data/_layouts/blog.html +66 -66
  33. data/_layouts/categories.html +25 -25
  34. data/_layouts/default.html +17 -0
  35. data/_layouts/disclaimer.html +115 -115
  36. data/_layouts/page.html +68 -67
  37. data/_layouts/privacyPolicy.html +420 -420
  38. data/_layouts/wordMeaning.html +106 -106
  39. data/assets/css/HomePageblog.css +154 -154
  40. data/assets/css/about.css +51 -51
  41. data/assets/css/feature.css +69 -69
  42. data/assets/css/footer.css +95 -95
  43. data/assets/css/news.css +62 -62
  44. data/assets/css/style.css +5 -1
  45. data/assets/images/angle-arrow-down.svg +43 -43
  46. data/assets/images/right.svg +38 -38
  47. data/assets/images/right2.svg +38 -38
  48. data/assets/images/right3.svg +38 -38
  49. data/assets/images/word-games-logo.svg +52 -52
  50. data/assets/js/TopScroll.js +8 -8
  51. data/assets/js/advancedFilter.js +5 -5
  52. data/assets/js/advancedFilter2.js +12 -12
  53. data/assets/js/advancedFilter3.js +2 -2
  54. data/assets/js/scrabbleDictonary.js +165 -165
  55. data/assets/js/wordScrabble.js +162 -12
  56. metadata +8 -7
@@ -1,16 +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>
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
16
  </div>
@@ -1,27 +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
-
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,72 @@
1
+ <style>
2
+ .inner-dropdown {
3
+ display: flex;
4
+ justify-content: space-evenly;
5
+ }
6
+
7
+ .inner-dropdown li {
8
+ list-style: none;
9
+ padding: 5px 0;
10
+ text-align: left;
11
+ }
12
+
13
+ .anchor_links {
14
+ text-decoration: none;
15
+ color: white;
16
+ font-size: 13px;
17
+ }
18
+
19
+ .anchor_links:hover {
20
+ text-decoration: underline !important;
21
+ color: white;
22
+ }
23
+
24
+ @media(max-width:768px) {
25
+ .inner-dropdown {
26
+ flex-direction: column;
27
+ }
28
+ }
29
+ </style>
30
+ <div class="main_row row py-5 mx-0 mt-5" style="background: #262626;">
31
+ <div class="col-md-11 mx-auto">
32
+ <ul>
33
+ <div class="inner-dropdown">
34
+ <div class="catPad mb-4">
35
+ <li class="text-muted" style=" font-size: 13px">Recommended Pages</li>
36
+ {%- for item in page.recomendURLS limit: 10 -%}
37
+ {% assign Url = item[0]%}
38
+ <li class="list-unstyled">
39
+ <a class="anchor_links" href="/{{Url}}">
40
+ {{ Url | replace: '-', ' ' }}
41
+ </a>
42
+ </li>
43
+ {%- endfor -%}
44
+
45
+ </div>
46
+ <div class="catPad mb-4">
47
+ <li class="text-muted" style=" font-size: 13px">Users Also Visited</li>
48
+
49
+ {%- for item in page.randomURLS limit: 25 -%}
50
+ {% assign Url = item[0]%}
51
+ <li class="list-unstyled">
52
+ <a class="anchor_links" href="/{{Url}}">
53
+ {{ Url | replace: '-', ' ' }}
54
+ </a>
55
+ </li>
56
+ {%- endfor -%}
57
+ </div>
58
+ </ul>
59
+ </div>
60
+ </div>
61
+
62
+ <div class="row m-0 py-3" style="background-color: #000;">
63
+ <div class="col-12">
64
+ <div class="d-flex justify-content-between px-md-5 px-0 footer__flexbox">
65
+ <p class="m-0 text-white">{{site.copyright_text}}</p>
66
+ <p class="m-0"><a class="anchor_links" href="/privacy-policy">Privacy Policy</a>
67
+ <a class="anchor_links" href="/terms-and-conditions">| Terms of Use</a>
68
+ </p>
69
+ </div>
70
+ </div>
71
+ </div>
72
+ </div>
@@ -1,11 +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
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
11
  Disqus.</a></noscript>
@@ -1,11 +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>
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
11
  </div>
@@ -1,23 +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>
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
23
  {% endif %}
@@ -1,28 +1,28 @@
1
- <header id="header">
2
- <nav class="navbar navbar-expand-lg navbar-dark bg-light py-3">
3
- {%- assign navbar = site.data.blog.nav -%}
4
- {% if navbar.navbarBrandText != "" %}
5
- <a class="navbar-brand" href="/" title="{{navbar.navbarBrandText}}">{{navbar.navbarBrandText}}</a>
6
-
7
- {% else %}
8
- <a href="/">
9
- <img class="logo-height" loading="lazy" src="{{navbar.navbarBrandLogo}}" alt="{{navbar.navbarBrandLogo}}" style="height: 40px; width: 40px;" class="navbar-brand-image">
10
-
11
- </a>
12
- {% endif %}
13
-
14
- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
15
- <i class="fas fa-bars fa-2x" style="color:#000"></i>
16
- </button>
17
-
18
- <div class="collapse navbar-collapse" id="navbarSupportedContent">
19
- <ul class="navbar-nav ml-auto">
20
- {%- for item in site.data.blog.nav.navItems -%}
21
- <li class="nav-item">
22
- <a class="nav-link" href="/{{item.url}}">{{item.name}}</a>
23
- </li>
24
- {% endfor %}
25
- </ul>
26
- </div>
27
- </nav>
28
- </header>
1
+ <header id="header">
2
+ <nav class="navbar navbar-expand-lg navbar-dark bg-light py-3">
3
+ {%- assign navbar = site.data.blog.nav -%}
4
+ {% if navbar.navbarBrandText != "" %}
5
+ <a class="navbar-brand" href="/" title="{{navbar.navbarBrandText}}">{{navbar.navbarBrandText}}</a>
6
+
7
+ {% else %}
8
+ <a href="/">
9
+ <img class="logo-height" loading="lazy" src="{{navbar.navbarBrandLogo}}" alt="{{navbar.navbarBrandLogo}}" style="height: 40px; width: 40px;" class="navbar-brand-image">
10
+
11
+ </a>
12
+ {% endif %}
13
+
14
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
15
+ <i class="fas fa-bars fa-2x" style="color:#000"></i>
16
+ </button>
17
+
18
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
19
+ <ul class="navbar-nav ml-auto">
20
+ {%- for item in site.data.blog.nav.navItems -%}
21
+ <li class="nav-item">
22
+ <a class="nav-link" href="/{{item.url}}">{{item.name}}</a>
23
+ </li>
24
+ {% endfor %}
25
+ </ul>
26
+ </div>
27
+ </nav>
28
+ </header>
@@ -1,35 +1,35 @@
1
- <!-- pagination -->
2
- <div class="bottompagination">
3
- <div class="pointerup"><i class="fa fa-caret-up"></i></div>
4
- <span class="navigation" role="navigation"></span>
5
- </div>
6
- {% if paginator.total_pages > 1 %}
7
- <div class="blog-pagination">
8
- {% if paginator.previous_page %}
9
- <a style="color: #00ab6b; font-weight: 900;"
10
- href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a>
11
- {% else %}
12
- <span class="text-muted">&laquo; Prev</span>
13
- {% endif %}
14
-
15
- {% for page in (1..paginator.total_pages) %}
16
- {% if page == paginator.page %}
17
- <span class="webjeda text-muted">{{ page }}</span>
18
- {% elsif page == 1 %}
19
- <a href="/blog" style="color: #00ab6b; font-weight: 900;">{{ page }}</a>
20
- {% else %}
21
- <a style="color: #00ab6b; font-weight: 900;"
22
- href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page
23
- }}</a>
24
- {% endif %}
25
- {% endfor %}
26
-
27
- {% if paginator.next_page %}
28
- <a style="color:#00ab6b; font-weight: 900;"
29
- href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Next
30
- &raquo;</a>
31
- {% else %}
32
- <span class="text-muted">Next &raquo;</span>
33
- {% endif %}
34
- </div>
1
+ <!-- pagination -->
2
+ <div class="bottompagination">
3
+ <div class="pointerup"><i class="fa fa-caret-up"></i></div>
4
+ <span class="navigation" role="navigation"></span>
5
+ </div>
6
+ {% if paginator.total_pages > 1 %}
7
+ <div class="blog-pagination">
8
+ {% if paginator.previous_page %}
9
+ <a style="color: #00ab6b; font-weight: 900;"
10
+ href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a>
11
+ {% else %}
12
+ <span class="text-muted">&laquo; Prev</span>
13
+ {% endif %}
14
+
15
+ {% for page in (1..paginator.total_pages) %}
16
+ {% if page == paginator.page %}
17
+ <span class="webjeda text-muted">{{ page }}</span>
18
+ {% elsif page == 1 %}
19
+ <a href="/blog" style="color: #00ab6b; font-weight: 900;">{{ page }}</a>
20
+ {% else %}
21
+ <a style="color: #00ab6b; font-weight: 900;"
22
+ href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page
23
+ }}</a>
24
+ {% endif %}
25
+ {% endfor %}
26
+
27
+ {% if paginator.next_page %}
28
+ <a style="color:#00ab6b; font-weight: 900;"
29
+ href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Next
30
+ &raquo;</a>
31
+ {% else %}
32
+ <span class="text-muted">Next &raquo;</span>
33
+ {% endif %}
34
+ </div>
35
35
  {% endif %}
@@ -1,15 +1,15 @@
1
- <div class="post-links">
2
- <div class="bottompagination">
3
- <div class="pointerup"><i class="fa fa-caret-up"></i></div>
4
- <span class="navigation" role="navigation">
5
- <div class="pagination">
6
- {% if page.previous.url %}
7
- <a class="ml-1 mr-1 pageUrl" href="{{page.previous.url}}">« Prev</a>
8
- {% endif %}
9
- {% if page.next.url %}
10
- <a class="ml-1 mr-1 pageUrl" href="{{page.next.url}}"> Next »</a>
11
- {% endif %}
12
- </div>
13
- </span>
14
- </div>
1
+ <div class="post-links">
2
+ <div class="bottompagination">
3
+ <div class="pointerup"><i class="fa fa-caret-up"></i></div>
4
+ <span class="navigation" role="navigation">
5
+ <div class="pagination">
6
+ {% if page.previous.url %}
7
+ <a class="ml-1 mr-1 pageUrl" href="{{page.previous.url}}">« Prev</a>
8
+ {% endif %}
9
+ {% if page.next.url %}
10
+ <a class="ml-1 mr-1 pageUrl" href="{{page.next.url}}"> Next »</a>
11
+ {% endif %}
12
+ </div>
13
+ </span>
14
+ </div>
15
15
  </div>
@@ -1,18 +1,18 @@
1
- {%- assign postAuthor = page.author | split: " " -%}
2
- {%- assign author = postAuthor.first | downcase -%}
3
- {%- assign collection = [author] -%}
4
- {%- for item in collection -%}
5
- {%- if forloop.index==1 -%}
6
- {%- assign authorName = item -%}
7
- {%- endif -%}
8
- {%- if forloop.index==2 -%}
9
- {%- assign image = item -%}
10
- {%- endif -%}
11
- {%- if forloop.index==3 -%}
12
- {%- assign bio = item -%}
13
- {%- endif -%}
14
- {%- if forloop.index==4 -%}
15
- {%- assign twitter = item -%}
16
- {%- endif -%}
17
- {%- endfor -%}
1
+ {%- assign postAuthor = page.author | split: " " -%}
2
+ {%- assign author = postAuthor.first | downcase -%}
3
+ {%- assign collection = [author] -%}
4
+ {%- for item in collection -%}
5
+ {%- if forloop.index==1 -%}
6
+ {%- assign authorName = item -%}
7
+ {%- endif -%}
8
+ {%- if forloop.index==2 -%}
9
+ {%- assign image = item -%}
10
+ {%- endif -%}
11
+ {%- if forloop.index==3 -%}
12
+ {%- assign bio = item -%}
13
+ {%- endif -%}
14
+ {%- if forloop.index==4 -%}
15
+ {%- assign twitter = item -%}
16
+ {%- endif -%}
17
+ {%- endfor -%}
18
18
 
@@ -1,30 +1,30 @@
1
- {%- include /authors/authors.html -%}
2
- <div class="col-lg-4 col-md-6 mb-4 card-group">
3
- <div class="card h-100">
4
- <a href="{{ post.url }}">
5
- <img src="{{ post.image }}" class="card-img-top" height="208px" width="100%" loading="lazy" alt="">
6
- </a>
7
- <div class="card-body">
8
- <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
9
- <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
10
- </a>
11
- </div>
12
- <div class="card-footer bg-white">
13
- <div class="wrapfooter">
14
- {% if post.author %}
15
- <span class="meta-footer-thumb">
16
- <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}">
17
- </span>
18
- {% endif %}
19
- <span class="author-meta">
20
- <span class="post-name">
21
- <a target="_blank" href="/blog">{{authorName}}</a>
22
- </span><br>
23
- <span class="post-date">{{post.date | date_to_string }}</span>
24
- </span>
25
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
26
- title="Read Story">Read More</a></span>
27
- </div>
28
- </div>
29
- </div>
1
+ {%- include /authors/authors.html -%}
2
+ <div class="col-lg-4 col-md-6 mb-4 card-group">
3
+ <div class="card h-100">
4
+ <a href="{{ post.url }}">
5
+ <img src="{{ post.image }}" class="card-img-top" height="208px" width="100%" loading="lazy" alt="">
6
+ </a>
7
+ <div class="card-body">
8
+ <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
9
+ <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
10
+ </a>
11
+ </div>
12
+ <div class="card-footer bg-white">
13
+ <div class="wrapfooter">
14
+ {% if post.author %}
15
+ <span class="meta-footer-thumb">
16
+ <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}">
17
+ </span>
18
+ {% endif %}
19
+ <span class="author-meta">
20
+ <span class="post-name">
21
+ <a target="_blank" href="/blog">{{authorName}}</a>
22
+ </span><br>
23
+ <span class="post-date">{{post.date | date_to_string }}</span>
24
+ </span>
25
+ <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
26
+ title="Read Story">Read More</a></span>
27
+ </div>
28
+ </div>
29
+ </div>
30
30
  </div>
@@ -1,14 +1,14 @@
1
- {% assign scriptData = site.data.[page.folderName][lang][file] %}
2
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
3
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
4
- {{site.data.customcdns.customcdns.jsfiles}}
5
- {%- if scriptData.jsfilepaths -%}
6
- {%- for path in scriptData.jsfilepaths -%}
7
- <script src="{{path}}"></script>
8
- {%- endfor -%}
9
- {%- endif -%}
10
- {%- if scriptData.jscdns -%}
11
- {%- for item in scriptData.jscdns -%}
12
- {{item}}
13
- {%- endfor -%}
1
+ {% assign scriptData = site.data.[page.folderName][lang][file] %}
2
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
3
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
4
+ {{site.data.customcdns.customcdns.jsfiles}}
5
+ {%- if scriptData.jsfilepaths -%}
6
+ {%- for path in scriptData.jsfilepaths -%}
7
+ <script src="{{path}}"></script>
8
+ {%- endfor -%}
9
+ {%- endif -%}
10
+ {%- if scriptData.jscdns -%}
11
+ {%- for item in scriptData.jscdns -%}
12
+ {{item}}
13
+ {%- endfor -%}
14
14
  {%- endif -%}
@@ -1,26 +1,26 @@
1
- {% assign file = page.fileName %}
2
- {% assign lang = page.lang %}
3
- {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
-
5
- <!-- staring about-seciton -->
6
- <div class="container-fluid">
7
- <div class="row rowHeight">
8
- <div class="col-md-12 p-0">
9
- <div class="about">
10
- <img src="/assets/images/right_obj_01.png" alt="">
11
- <div class="content">
12
- <span class="site-no">{{dataToShow.aboutNo}}</span>
13
- <h5 class="title">{{dataToShow.about_title}}</h5>
14
- </div>
15
- </div>
16
- </div>
17
- <!-- {% for entry in dataToShow.aboutList %}
18
- <div class="col-lg-4 pt-5">
19
- <div class="about_content" style="margin-top:100px;">
20
- <p class="meduim-text mb-0">{{entry.aboutText}}</p>
21
- </div>
22
- </div>
23
- {% endfor %} -->
24
- </div>
25
- </div>
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+
5
+ <!-- staring about-seciton -->
6
+ <div class="container-fluid">
7
+ <div class="row rowHeight">
8
+ <div class="col-md-12 p-0">
9
+ <div class="about">
10
+ <img src="/assets/images/right_obj_01.png" alt="">
11
+ <div class="content">
12
+ <span class="site-no">{{dataToShow.aboutNo}}</span>
13
+ <h5 class="title">{{dataToShow.about_title}}</h5>
14
+ </div>
15
+ </div>
16
+ </div>
17
+ <!-- {% for entry in dataToShow.aboutList %}
18
+ <div class="col-lg-4 pt-5">
19
+ <div class="about_content" style="margin-top:100px;">
20
+ <p class="meduim-text mb-0">{{entry.aboutText}}</p>
21
+ </div>
22
+ </div>
23
+ {% endfor %} -->
24
+ </div>
25
+ </div>
26
26
  <!-- close about-section -->
@@ -1,12 +1,12 @@
1
- <div class="alertbar" style="display: none;">
2
- <div class="container text-center">
3
- <span style="font-size: 15px;">{{site.data.blog.alertbar.span}}</span>
4
- <form>
5
- <div class="mc-field-group">
6
- <input type="email" placeholder="Email" name="EMAIL" class="required email" id="mce-EMAIL"
7
- autocomplete="on" required="">
8
- <input type="submit" value="Subscribe" name="subscribe">
9
- </div>
10
- </form>
11
- </div>
1
+ <div class="alertbar" style="display: none;">
2
+ <div class="container text-center">
3
+ <span style="font-size: 15px;">{{site.data.blog.alertbar.span}}</span>
4
+ <form>
5
+ <div class="mc-field-group">
6
+ <input type="email" placeholder="Email" name="EMAIL" class="required email" id="mce-EMAIL"
7
+ autocomplete="on" required="">
8
+ <input type="submit" value="Subscribe" name="subscribe">
9
+ </div>
10
+ </form>
11
+ </div>
12
12
  </div>