appscms-tools-theme 4.1.2 → 4.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/relatedblogs.json +1 -6932
  3. data/_data/download/en/download.json +1 -73
  4. data/_data/feature/en/3_shop_posters.json +1 -361
  5. data/_data/feature/en/allele-frequency.json +1 -321
  6. data/_data/feature/en/batch-conversion.json +1 -153
  7. data/_data/feature/en/compress-pdf.json +310 -305
  8. data/_data/feature/en/devtools.json +1 -299
  9. data/_data/feature/en/face-detection.json +1 -123
  10. data/_data/feature/en/split-pdf.json +1 -176
  11. data/_data/feature/en/theframe.json +1 -126
  12. data/_data/feature/hi/compress-pdf.json +1 -162
  13. data/_data/feature/tr/compress-pdf.json +1 -161
  14. data/_data/header/en/data.json +984 -0
  15. data/_data/home/en/en.json +1 -381
  16. data/_data/home/en/photoeffects.json +1 -97
  17. data/_data/home-1/en/en.json +1 -308
  18. data/_data/rating/rating.json +1 -1
  19. data/_data/termAndCondition/en/termAndCondition.json +1 -359
  20. data/_includes/appscms/customblog/pageRelatedPosts.html +17 -10
  21. data/_includes/appscms/customblog/recentposts.html +5 -5
  22. data/_includes/appscms/customblog/relatedBlogs.html +21 -22
  23. data/_includes/appscms/customblog/relatedposts.html +6 -10
  24. data/_includes/appscms/extras/appscms-postbox.html +6 -11
  25. data/_includes/appscms/extras/ratings.html +115 -117
  26. data/_includes/appscms/faq/faq.html +2 -2
  27. data/_includes/appscms/featurePageAuthors/featurePageAuthors.html +5 -5
  28. data/_includes/appscms/featurehighlight/featurehighlight.html +1 -1
  29. data/_includes/appscms/footer/footer.html +28 -23
  30. data/_includes/appscms/footer/products.html +4 -17
  31. data/_includes/appscms/head/head.html +1 -2
  32. data/_includes/appscms/howto/howto.html +49 -23
  33. data/_includes/appscms/navbars/navbar.html +1 -1
  34. data/_includes/appscms/navbars/toolbar.html +1 -26
  35. data/_includes/appscms/recent-posts/recent_posts.html +3 -3
  36. data/_includes/appscms/recent-posts/related_categories_post.html +9 -13
  37. data/_includes/appscms/scripts/script.html +5 -2
  38. data/_includes/appscms/searchbar/searchbar.html +3 -2
  39. data/_includes/appscms/uploadbutton/uploadbutton.html +5 -5
  40. data/_includes/authors/authors.html +16 -16
  41. data/_includes/bookmark.html +2 -2
  42. data/_includes/customblog/pageRelatedPosts.html +1 -1
  43. data/_includes/customblog/relatedposts.html +1 -3
  44. data/_includes/footer/index.html +11 -12
  45. data/_includes/section/related_categories_post.html +1 -3
  46. data/assets/.DS_Store +0 -0
  47. data/assets/css/appscms-blog.css +10 -6
  48. data/assets/css/appscms-feature.css +4 -8
  49. data/assets/css/appscms-theme.css +92 -38
  50. data/assets/css/appscms-variables.css +1 -0
  51. data/assets/images/.DS_Store +0 -0
  52. data/assets/images/Ankita.webp +0 -0
  53. data/assets/images/Anushka.webp +0 -0
  54. data/assets/images/Arjyahi.webp +0 -0
  55. data/assets/images/Nikita.webp +0 -0
  56. data/assets/images/alka.webp +0 -0
  57. data/assets/images/avatar.webp +0 -0
  58. data/assets/images/balark.webp +0 -0
  59. data/assets/images/bandana.webp +0 -0
  60. data/assets/images/contributor.webp +0 -0
  61. data/assets/images/debosmita.webp +0 -0
  62. data/assets/images/drive.svg +25 -0
  63. data/assets/images/dropbox.svg +17 -0
  64. data/assets/images/karuna.1.webp +0 -0
  65. data/assets/images/karuna.webp +0 -0
  66. data/assets/images/keshav.webp +0 -0
  67. data/assets/images/krutika.webp +0 -0
  68. data/assets/images/mahika.webp +0 -0
  69. data/assets/images/paavan.webp +0 -0
  70. data/assets/images/pallavi.webp +0 -0
  71. data/assets/images/siddhika.webp +0 -0
  72. data/assets/images/sona.webp +0 -0
  73. data/assets/images/suchita.1.webp +0 -0
  74. data/assets/images/suchita.webp +0 -0
  75. data/assets/images/taufik.1.webp +0 -0
  76. data/assets/images/taufik.webp +0 -0
  77. data/assets/images/udit.1.webp +0 -0
  78. data/assets/images/udit.2.webp +0 -0
  79. data/assets/images/udit.webp +0 -0
  80. data/assets/js/theme.js +0 -1
  81. metadata +23 -5
  82. data/assets/images/dropbox.png +0 -0
  83. data/assets/images/google-drive.png +0 -0
  84. /data/assets/{idea.svg → images/idea.svg} +0 -0
@@ -7,29 +7,26 @@
7
7
  <div class="col-md-6 appscms-howto-image">
8
8
  {%- if pageData.HOW_TO_CONTENT.YoutubeVideoUrl.size > 0 -%}
9
9
  <div class="how-to-video-wrapper">
10
- {% assign video_url = pageData.HOW_TO_CONTENT.YoutubeVideoUrl %} {%
11
- assign params = video_url | split: "?" | last | split: "&" %} {% for
12
- param in params %} {% if param contains "v=" %} {% assign video_id =
13
- param | split: "=" | last %} {% endif %} {% endfor %} {%- if
14
- site.monumetricId -%}
15
- <iframe
16
- class="youtubeVideoPlayer"
17
- width="100%"
18
- height="60%"
19
- src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1"
20
- allowfullscreen
21
- >
22
- </iframe>
23
- {%- else -%}
24
- <iframe
25
- class="youtubeVideoPlayer"
26
- width="100%"
27
- height="100%"
28
- src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1"
29
- allowfullscreen
30
- >
31
- </iframe>
32
- {%- endif -%}
10
+ {% assign video_url = pageData.HOW_TO_CONTENT.YoutubeVideoUrl %}
11
+ {% assign video_id = "" %}
12
+ {% if video_url contains "youtu.be/" %}
13
+ {% assign parts = video_url | split: "/" %}
14
+ {% assign video_id = parts[3] %}
15
+ {% elsif video_url contains "youtube.com/watch" %}
16
+ {% assign params = video_url | split: "?" | last | split: "&" %}
17
+ {% for param in params %}
18
+ {% if param contains "v=" %}
19
+ {% assign video_id = param | split: "=" | last %}
20
+ {% endif %}
21
+ {% endfor %}
22
+ {% endif %}
23
+
24
+ <div class="how-to-video h-100 w-100" data-videoid="{{video_id}}">
25
+ <img class="youtubeVideoPlayer" width="100%" height="100%" id="thumbnail-img" alt="thumbnail-img" />
26
+ <div class="youtube-play-btn-wrapper">
27
+ <button class="play-btn btn btn-primary" onClick="loadVideo()">►</button>
28
+ </div>
29
+ </div>
33
30
  </div>
34
31
  {%- else -%}
35
32
  <div class="how-to-img-wrapper">
@@ -70,3 +67,32 @@
70
67
  {%- endif -%}
71
68
  </div>
72
69
  </div>
70
+
71
+ <script>
72
+ let videoContainer = document.querySelector('.how-to-video');
73
+ let thumbnail = document.getElementById('thumbnail-img');
74
+ let videoId =videoContainer.getAttribute("data-videoid")
75
+ let thumbnailUrl = 'https://img.youtube.com/vi/' + videoId + '/maxresdefault.jpg';
76
+ console.log(videoId)
77
+
78
+ // Function to load video
79
+ function loadVideo() {
80
+ videoContainer.innerHTML = '<iframe loading="lazy" class="youtubeVideoPlayer" width="100%" height="100%" src="https://www.youtube.com/embed/' + videoId + '?autoplay=1&mute=1" allowfullscreen></iframe>';
81
+ }
82
+ // Function to handle lazy loading of the thumbnail
83
+ function lazyLoadThumbnail(entries, observer) {
84
+ entries.forEach(entry => {
85
+ if (entry.isIntersecting) {
86
+ // Load thumbnail when it becomes visible
87
+ thumbnail.src = thumbnailUrl;
88
+ // Stop observing once loaded
89
+ observer.unobserve(entry.target);
90
+ }
91
+ });
92
+ }
93
+ // Set up the Intersection Observer
94
+ var observer = new IntersectionObserver(lazyLoadThumbnail, { threshold: 0.1 });
95
+ observer.observe(thumbnail);
96
+ // Optionally, you can add an event listener to trigger video loading on click or other interactions
97
+ thumbnail.addEventListener('click', loadVideo);
98
+ </script>
@@ -8,7 +8,7 @@
8
8
  <div class="col-11 mx-auto">
9
9
  <div class="appscms-navbar-nav">
10
10
  {%- if siteData.navbarBrandLogoSvg -%}
11
- <a href="/"> {{siteData.navbarBrandLogoSvg}} </a>
11
+ <a href="/" aria-label="home-page"> {{siteData.navbarBrandLogoSvg}} </a>
12
12
  {%- elsif siteData.navbarBrandText -%}
13
13
  <span> {{siteData.navbarBrandText}}
14
14
  {%- else -%}
@@ -43,32 +43,7 @@
43
43
  class="appscms-toolbar-list-item-span d-flex justify-content-between"
44
44
  >
45
45
  {{item.categoryName}}
46
- <svg
47
- class="arrow-svg"
48
- fill="#fff"
49
- width="12px"
50
- hegiht="12px"
51
- version="1.1"
52
- id="Capa_1"
53
- xmlns="http://www.w3.org/2000/svg"
54
- xmlns:xlink="http://www.w3.org/1999/xlink"
55
- viewBox="0 0 30.727 30.727"
56
- xml:space="preserve"
57
- >
58
- <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
59
- <g
60
- id="SVGRepo_tracerCarrier"
61
- stroke-linecap="round"
62
- stroke-linejoin="round"
63
- ></g>
64
- <g id="SVGRepo_iconCarrier">
65
- <g>
66
- <path
67
- d="M29.994,10.183L15.363,24.812L0.733,10.184c-0.977-0.978-0.977-2.561,0-3.536c0.977-0.977,2.559-0.976,3.536,0 l11.095,11.093L26.461,6.647c0.977-0.976,2.559-0.976,3.535,0C30.971,7.624,30.971,9.206,29.994,10.183z"
68
- ></path>
69
- </g>
70
- </g>
71
- </svg>
46
+
72
47
  </span>
73
48
 
74
49
  <ul class="list-item-dropdown">
@@ -66,10 +66,10 @@
66
66
  ezoid="0.04631063861662277"
67
67
  /></span>
68
68
  <div class="author-meta">
69
- <span class="post-name"
70
- ><a target="_blank" href="/blog"
69
+
70
+ <a target="_blank" href="/blog"
71
71
  >{{authorName}}</a
72
- ></span
72
+ >
73
73
  ><br />
74
74
  <p class="post-date mb-0">
75
75
  {{post.date | date_to_string }}
@@ -6,7 +6,7 @@
6
6
  <div class="row">
7
7
  <div class="col-md-9 mx-auto">
8
8
  {%- endif -%}
9
- <h2 class="pt-5 pb-0 related_post_heading mb-3">You might also like</h2>
9
+ <p class="pt-5 pb-0 related_post_heading mb-3">You might also like</p>
10
10
  {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
11
11
 
12
12
  </div>
@@ -79,7 +79,7 @@
79
79
  <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
80
80
  </a>
81
81
  </div>
82
- <div class="card-footer bg-white">
82
+
83
83
  <div class="wrapfooter">
84
84
  {% if post.author %}
85
85
  <span class="meta-footer-thumb">
@@ -90,16 +90,13 @@
90
90
  {% endif %}
91
91
 
92
92
  <span class="author-meta">
93
- <span class="post-name">
93
+
94
94
  <a target="_blank" href="/blog">{{authorName}}</a>
95
- </span><br>
95
+ <br>
96
96
  <span class="post-date">{{post.date | date_to_string }}</span>
97
97
  </span>
98
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
99
- title="Read Story">Read
100
- More</a></span>
98
+
101
99
  </div>
102
- </div>
103
100
  </div>
104
101
  </div>
105
102
  {% assign maxRelatedCounter = maxRelatedCounter | plus: 1 %}
@@ -160,8 +157,6 @@
160
157
  <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
161
158
  <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
162
159
  </a>
163
- </div>
164
- <div class="card-footer bg-white">
165
160
  <div class="wrapfooter">
166
161
  {% if post.author %}
167
162
  <span class="meta-footer-thumb">
@@ -175,11 +170,12 @@
175
170
  </span><br>
176
171
  <span class="post-date">{{post.date | date_to_string }}</span>
177
172
  </span>
178
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
179
- title="Read Story">Read
180
- More</a></span>
173
+
181
174
  </div>
182
175
  </div>
176
+
177
+
178
+
183
179
  </div>
184
180
  </div>
185
181
  {%- endif -%}
@@ -117,7 +117,10 @@ replace: "$fileName", page.fileName | replace: "$lang", page.lang | replace:
117
117
  crossorigin="anonymous"
118
118
  referrerpolicy="no-referrer"
119
119
  />
120
- {%- endif -%} {%- if page.layout == "appscms-feature" -%}
120
+ {%- endif -%}
121
+ {%- include google-analytics.html
122
+ -%}
123
+ <!-- {%- if page.layout == "appscms-feature" -%}
121
124
  <script>
122
125
  const toaster = document.querySelector(".toaster");
123
126
  if (
@@ -135,4 +138,4 @@ replace: "$fileName", page.fileName | replace: "$lang", page.lang | replace:
135
138
  toaster.style.display = "none";
136
139
  }, 10000);
137
140
  </script>
138
- {%- endif -%}
141
+ {%- endif -%} -->
@@ -11,7 +11,7 @@
11
11
  placeholder="Search the tool you are looking for"
12
12
  style="width: 50%"
13
13
  />
14
- <button type="submit" class="btn btn-link btn-search">
14
+ <div class="btn btn-link btn-search">
15
15
  <svg
16
16
  height="22px"
17
17
  width="22px"
@@ -28,7 +28,8 @@
28
28
  fill="#000000"
29
29
  />
30
30
  </svg>
31
- </button>
31
+
32
+ </div>
32
33
  </div>
33
34
  </form>
34
35
  </div>
@@ -4,7 +4,7 @@
4
4
  <div class="container appscms-upload-section-container">
5
5
  <div class="row">
6
6
  <div
7
- class="col-xxl-4 col-lg-6 col-md-8 col-sm-10 offset-md-1 offset-sm-0 py-md-5 pt-md-3 pt-md pt-sm-3 mx-auto"
7
+ class="col-xxl-4 col-lg-6 col-md-8 col-sm-10 offset-md-1 offset-sm-0 mx-auto"
8
8
  >
9
9
  <div class="appscms-upload-section">
10
10
  <div class="appscms-upload-icon">
@@ -31,14 +31,14 @@
31
31
  id="google-drive"
32
32
  height="32px"
33
33
  width="34px"
34
- src="/assets/gdrive.png"
34
+ src="/assets/images/drive.svg"
35
35
  alt="googledrive"
36
36
  />
37
37
  <img
38
38
  id="dropbox"
39
- height="32px"
40
- width="34px"
41
- src="/assets/dropbox.png"
39
+ height="35px"
40
+ width="35px"
41
+ src="/assets/images/dropbox.svg"
42
42
  alt="dropbox"
43
43
  />
44
44
  </div>
@@ -6,22 +6,22 @@
6
6
  {% assign arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is a Data Science and Machine Learning enthusiast who loves music, books, photography, 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: '&&' %}
7
7
  {% 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: '&&' %}
8
8
  {% 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: '&&' %}
9
- {% assign siddhika = "Siddhika Prajapati&&/assets/images/siddhika.jpeg&&Siddhika Prajapati is an English Honors graduate and postgraduate in journalism. A freelance writer and a nutritionist, she is a fashion, fitness, art, tech, culture and travel writer, who loves to explore and experiment through words with an add-on of personal touch. Her enthusiasm for fashion, lifestyle, tech and fitness is what prompts her to write regularly.&&N/A" | split: '&&' %}
10
- {% assign krutika = "Krutika&&/assets/images/krutika.jpeg&&I am from an IT background along with being a techno geek, a writer is hidden in me. You can found me with my laptop either coding or writing journals.&&N/A" | split: '&&' %}
11
- {% assign shubhangi = "Shubhangi Singh&&/assets/images/sona.jpeg&&I am pursuing a degree in computer science and love reading. I am also a BTS Army and enjoy anime and K-dramas. My favourite pastime is reading on Wattpad.&&N/A" | split: '&&' %}
12
- {% assign balark = "Balark Singhal&&/assets/images/balark.jpeg&&I am a poet and a writer, a few of them also got published in some anthologies like Brave Heart of the motherland, and Scarlet Wings.I love to write Shayari and poetries and also in my free time I like to do skating, swimming and read books.&&N/A" | split: '&&' %}
13
- {% assign udit = "Udit Agarwal&&/assets/images/udit.jpg&&Udit Agarwal is a Digital Marketer and a Content Marketing Specialist, He enjoys technical as well as non-technical writing. His passion and urge for gaining new insights has led him here. He quenches his thirst for technology through his action oriented writing skills and a profound ability to stay up to date with latest industry trends.&&N/A" | split: '&&' %}
14
- {% assign pallavi = "Pallavi Thakur&&/assets/images/pallavi.jpeg&&My name is Pallavi Thakur and I am an engineer and now pursuing my master's. I am very passionate about writing because it shapes my personality and connects me with world.&&N/A" | split: '&&' %}
15
- {% assign karuna = "Karuna Shree&&/assets/images/karuna.jpeg&&RK Shree - A science enthusiast with a poetic flair, and possesses an insatiable desire to explore diverse fields seeking new knowledge and experiences. My work ethic is highly disciplined and dedicated. I take pleasure in pursuing creative endeavors that captivate me. &&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&' %}
16
- {% assign karuna = "Karuna Shree&&/assets/images/karuna.jpeg&&RK Shree - A science enthusiast with a poetic flair, and possesses an insatiable desire to explore diverse fields seeking new knowledge and experiences. My work ethic is highly disciplined and dedicated. I take pleasure in pursuing creative endeavors that captivate me. &&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&' %}
17
- {% assign rk = "Karuna Shree&&/assets/images/karuna.jpeg&&RK Shree - A science enthusiast with a poetic flair, and possesses an insatiable desire to explore diverse fields seeking new knowledge and experiences. My work ethic is highly disciplined and dedicated. I take pleasure in pursuing creative endeavors that captivate me. &&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&' %}
18
- {% assign karuna = "Karuna Shree&&/assets/images/karuna.jpeg&&RK Shree - A science enthusiast with a poetic flair, and possesses an insatiable desire to explore diverse fields seeking new knowledge and experiences. My work ethic is highly disciplined and dedicated. I take pleasure in pursuing creative endeavors that captivate me. &&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&' %}
19
- {% assign debosmita = "Debosmita Bedajna&&/assets/images/debosmita.jpeg&&I'm Debosmita Bedajna. I have a keen interest in the arts. Dancing, painting, and playing string instruments are just a few of the ways I enjoy expressing myself creatively. I believe that engaging in art is an essential part of personal growth and development. &&N/A" | split: '&&' %}
20
- {% assign suchita = "Suchita Kasab&&/assets/images/suchita.jpeg&&Hi, I'm Suchita Kasab. Along with writing, I also enjoy painting. I think I can express myself better through these art forms. &&N/A" | split: '&&' %}
21
- {% assign aditya = "Aditya Thakur&&/assets/images/avatar.jpeg&&Hey there! I'm Aditya Thakur, a dedicated technology enthusiast with a strong passion for music and anime. I tackle challenges head-on and consistently strive for excellence. In my past time, you can find me indulging in my favorite tunes or exploring captivating anime worlds. &&N/A" | split: '&&' %}
22
- {% assign taufik = "Taufik Ali&&/assets/images/taufik.jpeg&&Taufik has an analytical mindset and great attention to detail. He excels in analyzing website performance, conducting keyword research, optimizing on-page content, and developing effective link-building strategies. &&N/A" | split: '&&' %}
23
- {% assign bandana = "Kumari Bandana&&/assets/images/bandana.jpeg&&Bandana is an experienced SEO professional. In addition to her technical expertise, Bandana possesses excellent communication skills, allowing her to effectively collaborate with cross-functional teams and provide actionable recommendations to improve website performance &&N/A" | split: '&&' %}
24
- {% assign mahika = "Mahika Agrawal&&/assets/images/mahika.jpeg&&I'm Mahika Agrawal, an experienced content writer with a passion for words and skills in creating high-quality content that drives results. &&N/A" | split: '&&' %}
9
+ {% assign siddhika = "Siddhika Prajapati&&/assets/images/siddhika.webp&&Siddhika Prajapati is an English Honors graduate and postgraduate in journalism. A freelance writer and a nutritionist, she is a fashion, fitness, art, tech, culture and travel writer, who loves to explore and experiment through words with an add-on of personal touch. Her enthusiasm for fashion, lifestyle, tech and fitness is what prompts her to write regularly.&&N/A" | split: '&&' %}
10
+ {% assign krutika = "Krutika&&/assets/images/krutika.webp&&I am from an IT background along with being a techno geek, a writer is hidden in me. You can found me with my laptop either coding or writing journals.&&N/A" | split: '&&' %}
11
+ {% assign shubhangi = "Shubhangi Singh&&/assets/images/sona.webp&&I am pursuing a degree in computer science and love reading. I am also a BTS Army and enjoy anime and K-dramas. My favourite pastime is reading on Wattpad.&&N/A" | split: '&&' %}
12
+ {% assign balark = "Balark Singhal&&/assets/images/balark.webp&&I am a poet and a writer, a few of them also got published in some anthologies like Brave Heart of the motherland, and Scarlet Wings.I love to write Shayari and poetries and also in my free time I like to do skating, swimming and read books.&&N/A" | split: '&&' %}
13
+ {% assign udit = "Udit Agarwal&&/assets/images/udit.webp&&Udit Agarwal is a Digital Marketer and a Content Marketing Specialist, He enjoys technical as well as non-technical writing. His passion and urge for gaining new insights has led him here. He quenches his thirst for technology through his action oriented writing skills and a profound ability to stay up to date with latest industry trends.&&N/A" | split: '&&' %}
14
+ {% assign pallavi = "Pallavi Thakur&&/assets/images/pallavi.webp&&My name is Pallavi Thakur and I am an engineer and now pursuing my master's. I am very passionate about writing because it shapes my personality and connects me with world.&&N/A" | split: '&&' %}
15
+ {% assign karuna = "Karuna Shree&&/assets/images/karuna.webp&&RK Shree - A science enthusiast with a poetic flair, and possesses an insatiable desire to explore diverse fields seeking new knowledge and experiences. My work ethic is highly disciplined and dedicated. I take pleasure in pursuing creative endeavors that captivate me. &&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&' %}
16
+ {% assign karuna = "Karuna Shree&&/assets/images/karuna.webp&&RK Shree - A science enthusiast with a poetic flair, and possesses an insatiable desire to explore diverse fields seeking new knowledge and experiences. My work ethic is highly disciplined and dedicated. I take pleasure in pursuing creative endeavors that captivate me. &&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&' %}
17
+ {% assign rk = "Karuna Shree&&/assets/images/karuna.webp&&RK Shree - A science enthusiast with a poetic flair, and possesses an insatiable desire to explore diverse fields seeking new knowledge and experiences. My work ethic is highly disciplined and dedicated. I take pleasure in pursuing creative endeavors that captivate me. &&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&' %}
18
+ {% assign karuna = "Karuna Shree&&/assets/images/karuna.webp&&RK Shree - A science enthusiast with a poetic flair, and possesses an insatiable desire to explore diverse fields seeking new knowledge and experiences. My work ethic is highly disciplined and dedicated. I take pleasure in pursuing creative endeavors that captivate me. &&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&' %}
19
+ {% assign debosmita = "Debosmita Bedajna&&/assets/images/debosmita.webp&&I'm Debosmita Bedajna. I have a keen interest in the arts. Dancing, painting, and playing string instruments are just a few of the ways I enjoy expressing myself creatively. I believe that engaging in art is an essential part of personal growth and development. &&N/A" | split: '&&' %}
20
+ {% assign suchita = "Suchita Kasab&&/assets/images/suchita.webp&&Hi, I'm Suchita Kasab. Along with writing, I also enjoy painting. I think I can express myself better through these art forms. &&N/A" | split: '&&' %}
21
+ {% assign aditya = "Aditya Thakur&&/assets/images/avatar.webp&&Hey there! I'm Aditya Thakur, a dedicated technology enthusiast with a strong passion for music and anime. I tackle challenges head-on and consistently strive for excellence. In my past time, you can find me indulging in my favorite tunes or exploring captivating anime worlds. &&N/A" | split: '&&' %}
22
+ {% assign taufik = "Taufik Ali&&/assets/images/taufik.webp&&Taufik has an analytical mindset and great attention to detail. He excels in analyzing website performance, conducting keyword research, optimizing on-page content, and developing effective link-building strategies. &&N/A" | split: '&&' %}
23
+ {% assign bandana = "Kumari Bandana&&/assets/images/bandana.webp&&Bandana is an experienced SEO professional. In addition to her technical expertise, Bandana possesses excellent communication skills, allowing her to effectively collaborate with cross-functional teams and provide actionable recommendations to improve website performance &&N/A" | split: '&&' %}
24
+ {% assign mahika = "Mahika Agrawal&&/assets/images/mahika.webp&&I'm Mahika Agrawal, an experienced content writer with a passion for words and skills in creating high-quality content that drives results. &&N/A" | split: '&&' %}
25
25
  {%- assign postAuthor = post.author | split: " " -%}
26
26
  {%- assign author = postAuthor.first | downcase -%}
27
27
  {%- assign collection = [author] -%}
@@ -1,5 +1,5 @@
1
- <div class="toaster">
1
+ <!-- <div class="toaster">
2
2
  <div class="toaster__body">
3
3
  <div class="toaster__message">Bookmark this webpage</div>
4
4
  </div>
5
- </div>
5
+ </div> -->
@@ -7,7 +7,7 @@
7
7
  <div class="row">
8
8
  <div class="col-md-9 mx-auto">
9
9
  {%- endif -%}
10
- <h2 class="pt-5 pb-0 related_post_heading mb-3">You might also like</h2>
10
+ <p class="pt-5 pb-0 related_post_heading mb-3">You might also like</p>
11
11
  {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
12
12
 
13
13
  </div>
@@ -179,9 +179,7 @@
179
179
  </span><br>
180
180
  <span class="post-date">{{post.date | date_to_string }}</span>
181
181
  </span>
182
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
183
- title="Read Story">Read
184
- More</a></span>
182
+
185
183
  </div>
186
184
  </div>
187
185
  </div>
@@ -88,8 +88,8 @@
88
88
  <span aria-hidden="true">&times;</span>
89
89
  </button>
90
90
  </div>
91
- <div class="modal-body px-md-5">
92
- <ul class="language-drop-down-menu">
91
+
92
+ <ul class="modal-body px-md-5 language-drop-down-menu">
93
93
  {%- if page.permalink == nil -%}
94
94
  <li class="language-drop-down-item font-weight-bold ">
95
95
  <a class="active-lang" href="/">English <i
@@ -155,7 +155,7 @@
155
155
 
156
156
  </ul>
157
157
 
158
- </div>
158
+
159
159
 
160
160
  </div>
161
161
  </div>
@@ -188,8 +188,8 @@
188
188
  <span aria-hidden="true">&times;</span>
189
189
  </button>
190
190
  </div>
191
- <div class="modal-body pt-0 px-md-5">
192
- <ul class="language-drop-down-menu">
191
+
192
+ <ul class="modal-body pt-0 px-md-5 language-drop-down-menu">
193
193
  {%- for item in matchurls -%}
194
194
  {%- if item != 'zh-TW' -%}
195
195
  {%- if item == 'en'-%}
@@ -246,7 +246,7 @@
246
246
  {%- endfor -%}
247
247
  </ul>
248
248
 
249
- </div>
249
+
250
250
 
251
251
  </div>
252
252
  </div>
@@ -360,8 +360,8 @@
360
360
  <span aria-hidden="true">&times;</span>
361
361
  </button>
362
362
  </div>
363
- <div class="modal-body px-md-5">
364
- <ul class="language-drop-down-menu">
363
+
364
+ <ul class="modal-body px-md-5 language-drop-down-menu">
365
365
  {%- if page.permalink == nil -%}
366
366
  <li class="language-drop-down-item font-weight-bold ">
367
367
  <a class="active-lang" href="/">English <i
@@ -427,7 +427,6 @@
427
427
 
428
428
  </ul>
429
429
 
430
- </div>
431
430
 
432
431
  </div>
433
432
  </div>
@@ -460,8 +459,8 @@
460
459
  <span aria-hidden="true">&times;</span>
461
460
  </button>
462
461
  </div>
463
- <div class="modal-body px-md-5">
464
- <ul class="language-drop-down-menu">
462
+
463
+ <ul class="modal-body px-md-5 language-drop-down-menu">
465
464
  {%- for item in matchurls -%}
466
465
  {%- if item != 'zh-TW' -%}
467
466
  {%- if item == 'en'-%}
@@ -518,7 +517,7 @@
518
517
  {%- endfor -%}
519
518
  </ul>
520
519
 
521
- </div>
520
+
522
521
 
523
522
  </div>
524
523
  </div>
@@ -175,9 +175,7 @@
175
175
  </span><br>
176
176
  <span class="post-date">{{post.date | date_to_string }}</span>
177
177
  </span>
178
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
179
- title="Read Story">Read
180
- More</a></span>
178
+
181
179
  </div>
182
180
  </div>
183
181
  </div>
data/assets/.DS_Store CHANGED
Binary file
@@ -118,7 +118,7 @@ header {
118
118
  margin-top: 8px;
119
119
  }
120
120
  .post-date {
121
- color: rgba(0, 0, 0, 0.44);
121
+ color: var(--black-color);
122
122
  font-size: 13px;
123
123
  }
124
124
  /* close */
@@ -347,20 +347,24 @@ header {
347
347
  list-style: none;
348
348
  border-radius: 0.25rem;
349
349
  display: block;
350
- color: green;
350
+
351
+ color: var(--primary-color);
351
352
  font-size: 15px;
352
353
  margin-bottom: 30px;
353
354
  }
354
355
  .pageUrl {
355
- color: green;
356
- font-size: 12px;
357
- font-weight: 900;
356
+
357
+ color: var(--primary-color);
358
+ font-size: 15px;
359
+ font-weight: 600;
358
360
  text-decoration: none;
359
361
  margin-right: 10px;
362
+
360
363
  }
361
364
  .pageUrl:hover {
362
365
  text-decoration: none;
363
- color: green;
366
+
367
+ color: var(--primary-color);
364
368
  }
365
369
  .lunrsearchresult {
366
370
  font-size: 15px;
@@ -150,13 +150,14 @@
150
150
  }
151
151
  .upload-from-drives img {
152
152
  height: 40px;
153
- width: 42px;
153
+ width: 40px;
154
154
  }
155
155
  .drag-msg {
156
156
  display: none;
157
157
  }
158
158
  .appscms-upload-section {
159
159
  height: 100px;
160
+ margin-top: 20px;
160
161
  background-color: transparent;
161
162
  box-shadow: none;
162
163
  border: none;
@@ -173,7 +174,7 @@
173
174
  padding: 15px 0px;
174
175
  }
175
176
  .heading {
176
- padding-top: 0px;
177
+ padding-top: 70px;
177
178
  text-align: center;
178
179
  display: flex;
179
180
  align-items: center;
@@ -185,7 +186,7 @@
185
186
  }
186
187
  .heading h2 {
187
188
  width: 80vw;
188
- font-size: 11px;
189
+ font-size: 14px;
189
190
  text-align: center;
190
191
  }
191
192
 
@@ -391,8 +392,3 @@
391
392
  }
392
393
  }
393
394
 
394
- @media (min-width: 768px) {
395
- .appscms-h1 {
396
- margin-top: 40px;
397
- }
398
- }