word-games-theme 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) 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 +60 -60
  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 +48 -48
  22. data/_data/wordgames/en/seven_letter_word_finder.json +184 -184
  23. data/_data/wordgames/en/six_letter_word_finder.json +175 -175
  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 +99 -92
  51. data/_includes/section/count.html +23 -23
  52. data/_includes/section/feature.html +34 -34
  53. data/_includes/section/home.html +94 -89
  54. data/_includes/section/home2.html +90 -83
  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 -43
  65. data/_layouts/disclaimer.html +115 -115
  66. data/_layouts/page.html +67 -67
  67. data/_layouts/page2.html +60 -60
  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 -160
  75. data/assets/css/blog.css +481 -481
  76. data/assets/css/feature.css +69 -69
  77. data/assets/css/footer.css +95 -95
  78. data/assets/css/home.css +235 -234
  79. data/assets/css/news.css +62 -62
  80. data/assets/css/style.css +399 -386
  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/star.svg +1 -0
  93. data/assets/images/twitter-square.svg +1 -0
  94. data/assets/images/twitter.svg +1 -0
  95. data/assets/images/twitter2.svg +1 -0
  96. data/assets/images/window-close.png +0 -0
  97. data/assets/images/window-close.svg +1 -0
  98. data/assets/images/word-games-logo.svg +52 -52
  99. data/assets/js/TopScroll.js +8 -8
  100. data/assets/js/X-letter.js +359 -359
  101. data/assets/js/advancedFilter.js +5 -5
  102. data/assets/js/advancedFilter2.js +12 -12
  103. data/assets/js/advancedFilter3.js +2 -2
  104. data/assets/js/scrabbleDictonary.js +165 -165
  105. data/assets/js/wordScrabble.js +511 -510
  106. metadata +19 -8
  107. data/_data/header/hi/data.json +0 -145
@@ -1,56 +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
- }
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
56
 
@@ -1,88 +1,92 @@
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
-
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="bi bi-star-fill rating-star"></i>
9
+ <i class="bi bi-star-fill rating-star"></i>
10
+ <i class="bi bi-star-fill rating-star"></i>
11
+ <i class="bi bi-star-fill rating-star"></i>
12
+ <i class="bi bi-star-fill rating-star"></i>
13
+
14
+ </div>
15
+ <div class="rating-value ml-2">
16
+ {%- for item in data -%}
17
+ {%- if item.name ==tool -%}
18
+ {%- assign rating = item.rating -%}
19
+ {%- assign votes = item.votes -%}
20
+ {%- endif -%}
21
+ {%- endfor -%}
22
+ <span class="rating"> <strong id='rating'>{{rating}}</strong><span>/5</span> </span>
23
+ &nbsp; <span class="total-ratings" id='count'>{{votes}} </span> votes
24
+ </div>
25
+ </div>
26
+ <script>
27
+ const ratingValue = document.getElementById('rating')
28
+ const count = document.getElementById('count')
29
+ const setRating = async (rating) => {
30
+ const name = '{{site.name}}'
31
+ const tool = '{{page.tool}}'
32
+ const data = { website: name, feature: tool, rating: rating };
33
+ fetch('https://ratingapi-main.netlify.app/.netlify/functions/api/v1/rating/add', {
34
+ method: 'POST',
35
+ headers: {
36
+ 'Content-Type': 'application/json',
37
+ },
38
+ body: JSON.stringify(data),
39
+ })
40
+ .then(response => response.json())
41
+ .then(data => {
42
+ ratingValue.innerText = data.rating
43
+ count.innerText = data.count
44
+ })
45
+ .catch((error) => {
46
+ console.error('Error:', error);
47
+ });
48
+ }
49
+ const tool = '{{page.tool}}'
50
+ const fetchRating = async () => {
51
+
52
+ const data = await fetch(`https://ratingapi-main.netlify.app/.netlify/functions/api/v1/${tool}/rating`).then(res => res.json())
53
+ ratingValue.innerText = data.rating
54
+ count.innerText = data.votes
55
+ }
56
+ let ratingImg = document.querySelector('#rating-img');
57
+ ratingImg.addEventListener('load', (event) => {
58
+ fetchRating()
59
+ });
60
+ const ratingNode = document.getElementsByClassName('rating-star')
61
+ let ratedValue = localStorage.getItem(`${tool}rating`)
62
+ if (ratedValue) {
63
+ Array.from(ratingNode).slice(0, ratedValue).map(item => {
64
+ item.style.color = '#FDD300'
65
+ })
66
+ }
67
+
68
+ Array.from(ratingNode).map(item => item.addEventListener('click', () => {
69
+ const tool = '{{page.tool}}'
70
+ if (!localStorage.getItem(`${tool}rating`)) {
71
+ function indexInClass(node) {
72
+ var className = node.className;
73
+ var num = 0;
74
+ for (var i = 0; i < ratingNode.length; i++) {
75
+ if (ratingNode[i] === node) {
76
+ return num;
77
+ }
78
+ num++;
79
+ }
80
+ return -1;
81
+ }
82
+ const index = indexInClass(item)
83
+ Array.from(ratingNode).slice(0, index + 1).map(item => {
84
+ item.style.color = '#FDD300'
85
+ })
86
+ setRating(index + 1)
87
+ localStorage.setItem(`${tool}rating`, index + 1)
88
+ }
89
+ }))
90
+ </script>
91
+
88
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,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
+