appscms-tools-theme 1.3.4 → 1.3.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +50 -50
  4. data/_data/about/en/about.json +16 -16
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +3 -3
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +28 -28
  10. data/_data/contact/en/contact.json +38 -38
  11. data/_data/disclaimer/en/disclaimer.json +37 -37
  12. data/_data/download/en/download.json +35 -35
  13. data/_data/feature/en/compress-pdf.json +191 -191
  14. data/_data/feature/en/split-pdf.json +115 -115
  15. data/_data/feature/hi/compress-pdf.json +81 -81
  16. data/_data/fileinfo/en/fileinfo.json +14 -14
  17. data/_data/files/.gitignore +4 -4
  18. data/_data/files/en/3gp.json +144 -144
  19. data/_data/files/en/acc.json +25 -25
  20. data/_data/files/en/aff.json +65 -65
  21. data/_data/files/en/cr2.json +169 -169
  22. data/_data/files/en/dvd.json +25 -25
  23. data/_data/files/en/mov.json +146 -146
  24. data/_data/files/en/ogg.json +163 -163
  25. data/_data/files/en/vmv.json +47 -47
  26. data/_data/footer/en/data.json +72 -72
  27. data/_data/footer/hi/data.json +68 -68
  28. data/_data/footer/networksites.json +15 -15
  29. data/_data/header/en/data.json +135 -144
  30. data/_data/header/hi/data.json +144 -144
  31. data/_data/home/en/en.json +274 -270
  32. data/_data/home/hi/hi.json +86 -86
  33. data/_data/languagesupport/compress-pdf-langs.json +11 -11
  34. data/_data/languagesupport/index-langs.json +13 -13
  35. data/_data/privacy/en/privacyPolicy.json +265 -265
  36. data/_data/termAndCondition/en/termAndCondition.json +358 -358
  37. data/_includes/Rating/rating.html +91 -91
  38. data/_includes/Rating/structureddata.html +53 -53
  39. data/_includes/Usp/usp.html +84 -84
  40. data/_includes/adsense/adsense.html +7 -7
  41. data/_includes/alternates/alternates.html +46 -0
  42. data/_includes/author_bio.html +15 -15
  43. data/_includes/authors/authors.html +27 -27
  44. data/_includes/cssfile/links.html +13 -13
  45. data/_includes/custom-head.html +41 -41
  46. data/_includes/disqus_comments.html +10 -10
  47. data/_includes/dropdown/langdropdown.html +22 -22
  48. data/_includes/feature.html +35 -35
  49. data/_includes/fileformat/comparisonfiles.html +145 -145
  50. data/_includes/fileformat/fileformatdetail.html +99 -99
  51. data/_includes/fileformat/fileinfoformat.html +94 -91
  52. data/_includes/footer/index.html +153 -100
  53. data/_includes/google-analytics.html +22 -22
  54. data/_includes/head/index.html +135 -159
  55. data/_includes/header/blogHeader.html +28 -28
  56. data/_includes/header/index.html +92 -92
  57. data/_includes/languages/languages.html +27 -0
  58. data/_includes/nofiletransfer/nofiletransfer.html +38 -38
  59. data/_includes/paginationBlogPage.html +34 -34
  60. data/_includes/paginationPostPage.html +14 -14
  61. data/_includes/postauthorbio.html +17 -17
  62. data/_includes/postbox.html +29 -29
  63. data/_includes/script.html +15 -15
  64. data/_includes/section/alertbar.html +11 -11
  65. data/_includes/section/count.html +23 -23
  66. data/_includes/section/recent_posts.html +42 -42
  67. data/_includes/section/related_categories_post.html +158 -158
  68. data/_includes/share/socialshare.html +50 -50
  69. data/_layouts/aboutUs.html +22 -22
  70. data/_layouts/blog.html +66 -66
  71. data/_layouts/categories.html +25 -25
  72. data/_layouts/contactUs.html +22 -22
  73. data/_layouts/default.html +1 -1
  74. data/_layouts/disclaimer.html +35 -35
  75. data/_layouts/download.html +243 -243
  76. data/_layouts/feature.html +151 -151
  77. data/_layouts/fileInfo.html +37 -37
  78. data/_layouts/help.html +22 -22
  79. data/_layouts/home.html +161 -152
  80. data/_layouts/page.html +5 -5
  81. data/_layouts/post.html +134 -127
  82. data/_layouts/privacyPolicy.html +400 -400
  83. data/_layouts/termAndCondition.html +401 -401
  84. data/assets/cross.svg +4 -4
  85. data/assets/css/blog.css +491 -491
  86. data/assets/css/tools.css +1799 -1805
  87. data/assets/facebook.svg +4 -4
  88. data/assets/instagram.svg +4 -4
  89. data/assets/js/TopScroll.js +8 -8
  90. data/assets/js/googledrive.js +153 -153
  91. data/assets/js/manifest.json +16 -16
  92. data/assets/js/multiselect.js +155 -155
  93. data/assets/linkdin.svg +4 -4
  94. data/assets/pdf.svg +20 -20
  95. data/assets/secure.svg +43 -43
  96. data/assets/star.svg +4 -4
  97. data/assets/twitter.svg +4 -4
  98. data/assets/youtube.svg +4 -4
  99. metadata +9 -7
@@ -1,92 +1,92 @@
1
- {%- if page.tool -%}
2
- {%- assign tool = page.tool -%}
3
- {%- assign data = site.data.rating.rating.tools -%}
4
- {% assign file = page.fileName %}
5
- {% assign lang = page.lang %}
6
- {% assign folder = page.folderName %}
7
- {% assign Data= site.data[folder][lang][file] %}
8
- <div class="rating-tool">
9
- <img id="rating-img" loading='lazy' src="/assets/images/rating.png" alt="rating-img">
10
- <div class="rating-text">{{Data.rate | default: 'Rate this tool' }}</div>
11
- <div class="rating-stars" >
12
- <i class="fas fa-star rating-star"></i><i class="fas fa-star rating-star"></i
13
- ><i class="fas fa-star rating-star"></i><i class="fas fa-star rating-star"></i
14
- ><i class="fas fa-star rating-star"></i>
15
- </div>
16
- <div class="rating-value ml-2">
17
- {%- for item in data -%}
18
- {%- if item.name ==tool -%}
19
- {%- assign rating = item.rating -%}
20
- {%- assign votes = item.votes -%}
21
- {%- endif -%}
22
- {%- endfor -%}
23
- <span class="rating"> <strong id='rating'>{{rating}}</strong><span>/5</span> </span>
24
- &nbsp; <span class="total-ratings" id='count'>{{votes}} </span> {{Data.votes | default: 'votes' }}
25
- </div>
26
- </div>
27
- <script>
28
- const ratingValue=document.getElementById('rating')
29
- const count=document.getElementById('count')
30
- const setRating=async(rating)=>{
31
- const name= '{{site.name}}'
32
- const tool='{{page.tool}}'
33
- const data = { website: name,feature:tool,rating:rating };
34
- fetch('https://ratingapi-main.netlify.app/.netlify/functions/api/v1/rating/add', {
35
- method: 'POST',
36
- headers: {
37
- 'Content-Type': 'application/json',
38
- },
39
- body: JSON.stringify(data),
40
- })
41
- .then(response => response.json())
42
- .then(data => {
43
- ratingValue.innerText=data.rating
44
- count.innerText=data.count
45
- })
46
- .catch((error) => {
47
- console.error('Error:', error);
48
- });
49
- }
50
- const tool='{{page.tool}}'
51
- const fetchRating=async()=>{
52
-
53
- const data= await fetch(`https://ratingapi-main.netlify.app/.netlify/functions/api/v1/${tool}/rating`).then(res=>res.json())
54
- ratingValue.innerText=data.rating
55
- count.innerText=data.votes
56
- }
57
- let ratingImg = document.querySelector('#rating-img');
58
- ratingImg.addEventListener('load', (event) => {
59
- fetchRating()
60
- });
61
- const ratingNode=document.getElementsByClassName('rating-star')
62
- let ratedValue=localStorage.getItem(`${tool}rating`)
63
- if(ratedValue){
64
- Array.from(ratingNode).slice(0,ratedValue).map(item=>{
65
- item.style.color='#FDD300'
66
- })
67
- }
68
-
69
- Array.from(ratingNode).map(item=>item.addEventListener('click',()=>{
70
- const tool='{{page.tool}}'
71
- if(!localStorage.getItem(`${tool}rating`)){
72
- function indexInClass(node) {
73
- var className = node.className;
74
- var num = 0;
75
- for (var i = 0; i < ratingNode.length; i++) {
76
- if (ratingNode[i] === node) {
77
- return num;
78
- }
79
- num++;
80
- }
81
- return -1;
82
- }
83
- const index=indexInClass(item)
84
- Array.from(ratingNode).slice(0,index+1).map(item=>{
85
- item.style.color='#FDD300'
86
- })
87
- setRating(index+1)
88
- localStorage.setItem(`${tool}rating`,index+1)
89
- }}))
90
- </script>
91
-
1
+ {%- if page.tool -%}
2
+ {%- assign tool = page.tool -%}
3
+ {%- assign data = site.data.rating.rating.tools -%}
4
+ {% assign file = page.fileName %}
5
+ {% assign lang = page.lang %}
6
+ {% assign folder = page.folderName %}
7
+ {% assign Data= site.data[folder][lang][file] %}
8
+ <div class="rating-tool">
9
+ <img id="rating-img" loading='lazy' src="/assets/images/rating.png" alt="rating-img">
10
+ <div class="rating-text">{{Data.rate | default: 'Rate this tool' }}</div>
11
+ <div class="rating-stars" >
12
+ <i class="fas fa-star rating-star"></i><i class="fas fa-star rating-star"></i
13
+ ><i class="fas fa-star rating-star"></i><i class="fas fa-star rating-star"></i
14
+ ><i class="fas fa-star rating-star"></i>
15
+ </div>
16
+ <div class="rating-value ml-2">
17
+ {%- for item in data -%}
18
+ {%- if item.name ==tool -%}
19
+ {%- assign rating = item.rating -%}
20
+ {%- assign votes = item.votes -%}
21
+ {%- endif -%}
22
+ {%- endfor -%}
23
+ <span class="rating"> <strong id='rating'>{{rating}}</strong><span>/5</span> </span>
24
+ &nbsp; <span class="total-ratings" id='count'>{{votes}} </span> {{Data.votes | default: 'votes' }}
25
+ </div>
26
+ </div>
27
+ <script>
28
+ const ratingValue=document.getElementById('rating')
29
+ const count=document.getElementById('count')
30
+ const setRating=async(rating)=>{
31
+ const name= '{{site.name}}'
32
+ const tool='{{page.tool}}'
33
+ const data = { website: name,feature:tool,rating:rating };
34
+ fetch('https://ratingapi-main.netlify.app/.netlify/functions/api/v1/rating/add', {
35
+ method: 'POST',
36
+ headers: {
37
+ 'Content-Type': 'application/json',
38
+ },
39
+ body: JSON.stringify(data),
40
+ })
41
+ .then(response => response.json())
42
+ .then(data => {
43
+ ratingValue.innerText=data.rating
44
+ count.innerText=data.count
45
+ })
46
+ .catch((error) => {
47
+ console.error('Error:', error);
48
+ });
49
+ }
50
+ const tool='{{page.tool}}'
51
+ const fetchRating=async()=>{
52
+
53
+ const data= await fetch(`https://ratingapi-main.netlify.app/.netlify/functions/api/v1/${tool}/rating`).then(res=>res.json())
54
+ ratingValue.innerText=data.rating
55
+ count.innerText=data.votes
56
+ }
57
+ let ratingImg = document.querySelector('#rating-img');
58
+ ratingImg.addEventListener('load', (event) => {
59
+ fetchRating()
60
+ });
61
+ const ratingNode=document.getElementsByClassName('rating-star')
62
+ let ratedValue=localStorage.getItem(`${tool}rating`)
63
+ if(ratedValue){
64
+ Array.from(ratingNode).slice(0,ratedValue).map(item=>{
65
+ item.style.color='#FDD300'
66
+ })
67
+ }
68
+
69
+ Array.from(ratingNode).map(item=>item.addEventListener('click',()=>{
70
+ const tool='{{page.tool}}'
71
+ if(!localStorage.getItem(`${tool}rating`)){
72
+ function indexInClass(node) {
73
+ var className = node.className;
74
+ var num = 0;
75
+ for (var i = 0; i < ratingNode.length; i++) {
76
+ if (ratingNode[i] === node) {
77
+ return num;
78
+ }
79
+ num++;
80
+ }
81
+ return -1;
82
+ }
83
+ const index=indexInClass(item)
84
+ Array.from(ratingNode).slice(0,index+1).map(item=>{
85
+ item.style.color='#FDD300'
86
+ })
87
+ setRating(index+1)
88
+ localStorage.setItem(`${tool}rating`,index+1)
89
+ }}))
90
+ </script>
91
+
92
92
  {%- endif -%}
@@ -1,53 +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>
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>
@@ -1,84 +1,84 @@
1
- {% assign file = page.fileName %}
2
- {% assign lang = page.lang %}
3
- {% assign folder = page.folderName %}
4
- {% assign uspData= site.data[folder][lang][file] %}
5
- {%- if site.showusps -%}
6
- <div class="container">
7
-
8
- <h2 class="feature-h1 my-4" >Our USPs</h2>
9
- <table class="table table-bordered table-striped table-light " >
10
- <tbody>
11
- <tr>
12
- <td class="font-weight-bold" scope="row">
13
- Security
14
- </td>
15
- <td>
16
- 100% (No files are sent to server for processing)
17
- </td>
18
- </tr>
19
- <tr>
20
- <td class="font-weight-bold" scope="row">
21
- File size limits
22
- </td>
23
- <td>
24
- None (No limit on size of files)
25
- </td>
26
- </tr>
27
- <tr>
28
- <td class="font-weight-bold" scope="row">
29
- Usage limits
30
- </td>
31
- <td>
32
- None (Process as many files as you want)
33
- </td>
34
- </tr>
35
- <tr>
36
- <td class="font-weight-bold" scope="row">
37
- Price
38
- </td>
39
- <td>
40
- Free
41
- </td>
42
- </tr>
43
- <tr>
44
- <td class="font-weight-bold" scope="row">
45
- User Information Captured
46
- </td>
47
- <td>
48
- None (We do not request for user information such as email / phone number)
49
- </td>
50
- </tr>
51
- <tr>
52
- <td class="font-weight-bold" scope="row">
53
- Ads
54
- </td>
55
- <td>
56
- None (We provide complete ad free experience)
57
- </td>
58
- </tr>
59
- </tbody>
60
- </table>
61
- </div>
62
- {%- else -%}
63
- {%- if uspData -%}
64
- <div class="container">
65
-
66
- <h2 class="feature-h1 my-4" >{{uspData.USP_Heading}}</h2>
67
- <table class="table table-bordered table-striped table-light " >
68
- <tbody>
69
- {%- for item in uspData.USPS -%}
70
- <tr>
71
- <td class="font-weight-bold" scope="row">
72
- {{item.USP_VALUE}}
73
- </td>
74
- <td>
75
- {{item.USP_FACTOR}}
76
- </td>
77
- </tr>
78
- {%- endfor -%}
79
- </tbody>
80
- </table>
81
- </div>
82
- {%- endif -%}
83
- {%- endif -%}
84
-
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign folder = page.folderName %}
4
+ {% assign uspData= site.data[folder][lang][file] %}
5
+ {%- if site.showusps -%}
6
+ <div class="container">
7
+
8
+ <h2 class="feature-h1 my-4" >Our USPs</h2>
9
+ <table class="table table-bordered table-striped table-light " >
10
+ <tbody>
11
+ <tr>
12
+ <td class="font-weight-bold" scope="row">
13
+ Security
14
+ </td>
15
+ <td>
16
+ 100% (No files are sent to server for processing)
17
+ </td>
18
+ </tr>
19
+ <tr>
20
+ <td class="font-weight-bold" scope="row">
21
+ File size limits
22
+ </td>
23
+ <td>
24
+ None (No limit on size of files)
25
+ </td>
26
+ </tr>
27
+ <tr>
28
+ <td class="font-weight-bold" scope="row">
29
+ Usage limits
30
+ </td>
31
+ <td>
32
+ None (Process as many files as you want)
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td class="font-weight-bold" scope="row">
37
+ Price
38
+ </td>
39
+ <td>
40
+ Free
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td class="font-weight-bold" scope="row">
45
+ User Information Captured
46
+ </td>
47
+ <td>
48
+ None (We do not request for user information such as email / phone number)
49
+ </td>
50
+ </tr>
51
+ <tr>
52
+ <td class="font-weight-bold" scope="row">
53
+ Ads
54
+ </td>
55
+ <td>
56
+ None (We provide complete ad free experience)
57
+ </td>
58
+ </tr>
59
+ </tbody>
60
+ </table>
61
+ </div>
62
+ {%- else -%}
63
+ {%- if uspData -%}
64
+ <div class="container">
65
+
66
+ <h2 class="feature-h1 my-4" >{{uspData.USP_Heading}}</h2>
67
+ <table class="table table-bordered table-striped table-light " >
68
+ <tbody>
69
+ {%- for item in uspData.USPS -%}
70
+ <tr>
71
+ <td class="font-weight-bold" scope="row">
72
+ {{item.USP_VALUE}}
73
+ </td>
74
+ <td>
75
+ {{item.USP_FACTOR}}
76
+ </td>
77
+ </tr>
78
+ {%- endfor -%}
79
+ </tbody>
80
+ </table>
81
+ </div>
82
+ {%- endif -%}
83
+ {%- endif -%}
84
+
@@ -1,7 +1,7 @@
1
- {% if jekyll.environment == 'production' and site.clientid %}
2
- <script
3
- async
4
- src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client={{site.clientid}}"
5
- crossorigin="anonymous"
6
- ></script>
7
- {% endif %}
1
+ {% if jekyll.environment == 'production' and site.clientid %}
2
+ <script
3
+ async
4
+ src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client={{site.clientid}}"
5
+ crossorigin="anonymous"
6
+ ></script>
7
+ {% endif %}
@@ -0,0 +1,46 @@
1
+ {%- include languages/languages.html -%}
2
+ {%- if page.permalink == nil -%}
3
+ <link data-rh="true" rel="alternate" href="{{site.url}}" hreflang="en" />
4
+ {%- for i in matchurls -%}
5
+ {%- for checklang in site.pages -%}
6
+ {%- if checklang.permalink == i -%}
7
+ {%- assign languagetext = [i] -%}
8
+ <link data-rh="true" rel="alternate" href="{{site.url}}/{{languagetext[0]}}" hreflang="{{languagetext[0]}}" />
9
+ {%- endif -%}
10
+ {%- endfor -%}
11
+
12
+ {%- endfor -%}
13
+ {%- else -%}
14
+
15
+ {%- if matchurls contains page.permalink -%}
16
+ {%- assign languagetext = [i] -%}
17
+ <link data-rh="true" rel="alternate" href="{{site.url}}" hreflang="en" />
18
+ {%- for i in matchurls -%}
19
+ {%- assign languagetext = [i] -%}
20
+ {%- if i== page.permalink -%}
21
+ <link data-rh="true" rel="alternate" href="{{site.url}}/{{page.permalink}}" hreflang="{{languagetext[0]}}" />
22
+ {%- else -%}
23
+ {%- for checklang in site.pages -%}
24
+ {%- if checklang.permalink == i -%}
25
+ {%- assign languagetext = [i] -%}
26
+ <link data-rh="true" rel="alternate" href="{{site.url}}/{{languagetext[0]}}" hreflang="{{languagetext[0]}}" />
27
+ {%- endif -%}
28
+ {%- endfor -%}
29
+ {%- endif -%}
30
+ {%- endfor -%}
31
+ {%- else -%}
32
+ {%- for item in site.pages -%}
33
+ {%- assign languagetext = [item.lang] -%}
34
+ {%- assign pagelink = page.permalink | split: "/" | last-%}
35
+ {%- assign itemlink = item.permalink | split: "/" | last-%}
36
+ {%- if pagelink == itemlink and page.lang != item.lang and page.permalink !=
37
+ item.permalink -%}
38
+ <link data-rh="true" rel="alternate" href="{{site.url}}/{{item.permalink}}" hreflang="{{languagetext[0]}}" />
39
+ {%- endif -%}
40
+ {%- if pagelink == itemlink and page.lang == item.lang -%}
41
+
42
+ <link data-rh="true" rel="alternate" href="{{site.url}}{{item.permalink}}" hreflang="{{languagetext[0]}}" />
43
+ {%- endif -%}
44
+ {%- endfor -%}
45
+ {%- endif -%}
46
+ {%- endif -%}
@@ -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
+
@@ -1,13 +1,13 @@
1
- {% assign cssData = site.data.[page.folderName][lang][file] %}
2
- {{site.data.customcdns.customcdns.cssfiles}}
3
- {%- if cssData.cssfilepaths -%}
4
- {%- for path in cssData.cssfilepaths -%}
5
- <link rel="stylesheet" href="{{path}}">
6
- {%- endfor -%}
7
- {%- endif -%}
8
- {%- if cssData.csscdns -%}
9
- {%- for item in cssData.csscdns -%}
10
- {{item}}
11
- {%- endfor -%}
12
- {%- endif -%}
13
-
1
+ {% assign cssData = site.data.[page.folderName][lang][file] %}
2
+ {{site.data.customcdns.customcdns.cssfiles}}
3
+ {%- if cssData.cssfilepaths -%}
4
+ {%- for path in cssData.cssfilepaths -%}
5
+ <link rel="stylesheet" href="{{path}}">
6
+ {%- endfor -%}
7
+ {%- endif -%}
8
+ {%- if cssData.csscdns -%}
9
+ {%- for item in cssData.csscdns -%}
10
+ {{item}}
11
+ {%- endfor -%}
12
+ {%- endif -%}
13
+