appscms-tools-theme 3.7.1 → 3.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_data/home/en/en.json +14 -8
- data/_includes/authors/authors.html +117 -83
- data/_includes/featurePageAuthors/featurePageAuthors.html +88 -108
- data/_includes/head/index.html +517 -223
- data/assets/.DS_Store +0 -0
- data/assets/css/tools.css +59 -4
- data/assets/images/contributor.webp +0 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 814c5521007a2b8b085bdcf8d9634272fa326e5ef37f49fa3e90afa6ba1ea6bd
|
|
4
|
+
data.tar.gz: 3f35b0d9ee60fab55aecf40c6bda61f37465a21aa2326310058b6981aefef77f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75eec5cb8a65f9eb65282baf87bafc69daa02c68aaf2ba141303f2296eb225ed1d1fd77fe9d48aa8b154c870289aeabff2ac8f22ddae6514de0c7ccec78f530e
|
|
7
|
+
data.tar.gz: eb4048cd0a9b6cc8ab5b920485e0536b027cfbfd4f9e76ab8adcb0a973c3e072318efdf052ac6b0671468f589223c45e4aa2a4bf8e4784d1492c43a01a24a5cb
|
data/_data/home/en/en.json
CHANGED
|
@@ -12,6 +12,17 @@
|
|
|
12
12
|
"imgalt": "altvalue",
|
|
13
13
|
"nofileupload": true,
|
|
14
14
|
"author": "ankita",
|
|
15
|
+
"contributors": [
|
|
16
|
+
{
|
|
17
|
+
"name": "Ram Moudgill"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "Ankita"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "udit"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
15
26
|
"features": [
|
|
16
27
|
{
|
|
17
28
|
"name": "New Home Layout",
|
|
@@ -244,10 +255,7 @@
|
|
|
244
255
|
"webp",
|
|
245
256
|
"wma"
|
|
246
257
|
],
|
|
247
|
-
"compare_formats": [
|
|
248
|
-
"JPG",
|
|
249
|
-
"png"
|
|
250
|
-
],
|
|
258
|
+
"compare_formats": ["JPG", "png"],
|
|
251
259
|
"HOW_TO_CONTENT": {
|
|
252
260
|
"logoImageUrl": "https://smallpdf.com/build/73d77e3d204fd7defc9de80bf83fcbeb.svg",
|
|
253
261
|
"heading": "How to set alarm for $variable minutes:",
|
|
@@ -281,7 +289,5 @@
|
|
|
281
289
|
"USP_FACTOR": "USP_FACTOR"
|
|
282
290
|
}
|
|
283
291
|
],
|
|
284
|
-
"jsfilepaths": [
|
|
285
|
-
|
|
286
|
-
]
|
|
287
|
-
}
|
|
292
|
+
"jsfilepaths": ["/assets/js/redirectResult.js"]
|
|
293
|
+
}
|
|
@@ -1,83 +1,117 @@
|
|
|
1
|
-
{% assign ankita = "Ankita&&/assets/images/Ankita.webp&&Ankita has majored in
|
|
2
|
-
years of experience content writing.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
&&
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
who has a keen intererst in micro and nano science with a good
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
'&&' %}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
and
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
&&
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
{% assign
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
{
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
{
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
{
|
|
82
|
-
|
|
83
|
-
|
|
1
|
+
{% assign ankita = "Ankita&&/assets/images/Ankita.webp&&Ankita has majored in
|
|
2
|
+
Applied Communication studies, with over 4 years of experience content writing.
|
|
3
|
+
She is an expert at word games and freqently shares her thoughts on word games,
|
|
4
|
+
and many other topics.&&https://twitter.com/roy93anki" | split: '&&' %} {%
|
|
5
|
+
assign keshav = "Keshav Agarwal&&/assets/images/keshav.webp&&Keshav Agarwal is
|
|
6
|
+
an aspiring Android developer with keen interest in computers, technology and
|
|
7
|
+
development. He also has a knack of writing and loves to share his knowledge
|
|
8
|
+
with the help of his posts.&&https://mobile.twitter.com/KeshavA76099697" |
|
|
9
|
+
split: '&&' %} {% assign anushka = "Anushka
|
|
10
|
+
Guha&&/assets/images/Anushka.webp&&Anushka is an aspiring Instrumentation
|
|
11
|
+
engineer who thrives on good music, books and travelling. She has been creating
|
|
12
|
+
content on all of this and often shares her thoughts on the technicalities
|
|
13
|
+
behind various file formats and their processing.
|
|
14
|
+
&&https://twitter.com/its_anushka_" | split: '&&' %} {% assign paavan = "Thandra
|
|
15
|
+
Paavan Kumar&&/assets/images/paavan.webp&&Paavan Kumar is an enthusiastic
|
|
16
|
+
nanotech engineer who has a keen intererst in micro and nano science with a good
|
|
17
|
+
sense of content creation on diverse topics and often shares his thoughts and
|
|
18
|
+
helps those he can. He have a knack of writing essays,stories and
|
|
19
|
+
poems.&&https://twitter.com/PaavanThandra" | split: '&&' %} {% assign thandra =
|
|
20
|
+
"Thandra Paavan Kumar&&/assets/images/paavan.webp&&Paavan Kumar is an
|
|
21
|
+
enthusiastic nanotech engineer who has a keen intererst in micro and nano
|
|
22
|
+
science with a good sense of content creation on diverse topics and often shares
|
|
23
|
+
his thoughts and helps those he can. He have a knack of writing essays,stories
|
|
24
|
+
and poems.&&https://twitter.com/PaavanThandra" | split: '&&' %} {% assign
|
|
25
|
+
arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is a Data
|
|
26
|
+
Science and Machine Learning enthusiast who loves music, books, photography, and
|
|
27
|
+
philosophy. She also loves nature and animals. She enjoys reading and sharing
|
|
28
|
+
information on various topics involving her knacks&&https://twitter.com/arjyahi"
|
|
29
|
+
| split: '&&' %} {% assign nikita = "Nikita
|
|
30
|
+
Gupta&&/assets/images/Nikita.webp&&Nikita is an aspiring MBA graduate, who loves
|
|
31
|
+
creating content. She loves reading and watching anime. She is into other
|
|
32
|
+
languages and currently learning Spanish, French and Japanese. Her favourite
|
|
33
|
+
timepass is solving sudokus. &&N/A" | split: '&&' %} {% assign alka = "Alka
|
|
34
|
+
Bisht&&/assets/images/Alka.webp&&Alka Bisht is an experienced content writer
|
|
35
|
+
with a penchnat for writing compellinmg content within technical and non-
|
|
36
|
+
technical areas. As a content writer her goals include providing the best
|
|
37
|
+
content throughout her writing journey.&&N/A" | split: '&&' %} {% assign
|
|
38
|
+
siddhika = "Siddhika Prajapati&&/assets/images/siddhika.jpeg&&Siddhika Prajapati
|
|
39
|
+
is an English Honors graduate and postgraduate in journalism. A freelance writer
|
|
40
|
+
and a nutritionist, she is a fashion, fitness, art, tech, culture and travel
|
|
41
|
+
writer, who loves to explore and experiment through words with an add-on of
|
|
42
|
+
personal touch. Her enthusiasm for fashion, lifestyle, tech and fitness is what
|
|
43
|
+
prompts her to write regularly.&&N/A" | split: '&&' %} {% assign krutika =
|
|
44
|
+
"Krutika&&/assets/images/krutika.jpeg&&I am from an IT background along with
|
|
45
|
+
being a techno geek, a writer is hidden in me. You can found me with my laptop
|
|
46
|
+
either coding or writing journals.&&N/A" | split: '&&' %} {% assign shubhangi =
|
|
47
|
+
"Shubhangi Singh&&/assets/images/sona.jpeg&&I am pursuing a degree in computer
|
|
48
|
+
science and love reading. I am also a BTS Army and enjoy anime and K-dramas. My
|
|
49
|
+
favourite pastime is reading on Wattpad.&&N/A" | split: '&&' %} {% assign balark
|
|
50
|
+
= "Balark Singhal&&/assets/images/balark.jpeg&&I am a poet and a writer, a few
|
|
51
|
+
of them also got published in some anthologies like Brave Heart of the
|
|
52
|
+
motherland, and Scarlet Wings.I love to write Shayari and poetries and also in
|
|
53
|
+
my free time I like to do skating, swimming and read books.&&N/A" | split: '&&'
|
|
54
|
+
%} {% assign udit = "Udit Agarwal&&/assets/images/udit.jpg&&Udit Agarwal is a
|
|
55
|
+
Digital Marketer and a Content Marketing Specialist, He enjoys technical as well
|
|
56
|
+
as non-technical writing. His passion and urge for gaining new insights has led
|
|
57
|
+
him here. He quenches his thirst for technology through his action oriented
|
|
58
|
+
writing skills and a profound ability to stay up to date with latest industry
|
|
59
|
+
trends.&&N/A" | split: '&&' %} {% assign pallavi = "Pallavi
|
|
60
|
+
Thakur&&/assets/images/pallavi.jpeg&&My name is Pallavi Thakur and I am an
|
|
61
|
+
engineer and now pursuing my master's. I am very passionate about writing
|
|
62
|
+
because it shapes my personality and connects me with world.&&N/A" | split: '&&'
|
|
63
|
+
%} {% assign karuna = "Karuna Shree&&/assets/images/karuna.jpeg&&RK Shree - A
|
|
64
|
+
science enthusiast with a poetic flair, and possesses an insatiable desire to
|
|
65
|
+
explore diverse fields seeking new knowledge and experiences. My work ethic is
|
|
66
|
+
highly disciplined and dedicated. I take pleasure in pursuing creative endeavors
|
|
67
|
+
that captivate me.
|
|
68
|
+
&&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&'
|
|
69
|
+
%} {% assign karuna = "Karuna Shree&&/assets/images/karuna.jpeg&&RK Shree - A
|
|
70
|
+
science enthusiast with a poetic flair, and possesses an insatiable desire to
|
|
71
|
+
explore diverse fields seeking new knowledge and experiences. My work ethic is
|
|
72
|
+
highly disciplined and dedicated. I take pleasure in pursuing creative endeavors
|
|
73
|
+
that captivate me.
|
|
74
|
+
&&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&'
|
|
75
|
+
%} {% assign rk = "Karuna Shree&&/assets/images/karuna.jpeg&&RK Shree - A
|
|
76
|
+
science enthusiast with a poetic flair, and possesses an insatiable desire to
|
|
77
|
+
explore diverse fields seeking new knowledge and experiences. My work ethic is
|
|
78
|
+
highly disciplined and dedicated. I take pleasure in pursuing creative endeavors
|
|
79
|
+
that captivate me.
|
|
80
|
+
&&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&'
|
|
81
|
+
%} {% assign karuna = "Karuna Shree&&/assets/images/karuna.jpeg&&RK Shree - A
|
|
82
|
+
science enthusiast with a poetic flair, and possesses an insatiable desire to
|
|
83
|
+
explore diverse fields seeking new knowledge and experiences. My work ethic is
|
|
84
|
+
highly disciplined and dedicated. I take pleasure in pursuing creative endeavors
|
|
85
|
+
that captivate me.
|
|
86
|
+
&&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&'
|
|
87
|
+
%} {% assign debosmita = "Debosmita Bedajna&&/assets/images/debosmita.jpeg&&I'm
|
|
88
|
+
Debosmita Bedajna. I have a keen interest in the arts. Dancing, painting, and
|
|
89
|
+
playing string instruments are just a few of the ways I enjoy expressing myself
|
|
90
|
+
creatively. I believe that engaging in art is an essential part of personal
|
|
91
|
+
growth and development. &&N/A" | split: '&&' %} {% assign suchita = "Suchita
|
|
92
|
+
Kasab&&/assets/images/suchita.jpeg&&Hi, I'm Suchita Kasab. Along with writing, I
|
|
93
|
+
also enjoy painting. I think I can express myself better through these art
|
|
94
|
+
forms. &&N/A" | split: '&&' %} {% assign aditya = "Aditya
|
|
95
|
+
Thakur&&/assets/images/avatar.jpeg&&Hey there! I'm Aditya Thakur, a dedicated
|
|
96
|
+
technology enthusiast with a strong passion for music and anime. I tackle
|
|
97
|
+
challenges head-on and consistently strive for excellence. In my past time, you
|
|
98
|
+
can find me indulging in my favorite tunes or exploring captivating anime
|
|
99
|
+
worlds. &&N/A" | split: '&&' %} {% assign taufik = "Taufik
|
|
100
|
+
Ali&&/assets/images/taufik.jpeg&&Taufik has an analytical mindset and great
|
|
101
|
+
attention to detail. He excels in analyzing website performance, conducting
|
|
102
|
+
keyword research, optimizing on-page content, and developing effective
|
|
103
|
+
link-building strategies. &&N/A" | split: '&&' %} {% assign bandana = "Kumari
|
|
104
|
+
Bandana&&/assets/images/bandana.jpeg&&Bandana is an experienced SEO
|
|
105
|
+
professional. In addition to her technical expertise, Bandana possesses
|
|
106
|
+
excellent communication skills, allowing her to effectively collaborate with
|
|
107
|
+
cross-functional teams and provide actionable recommendations to improve website
|
|
108
|
+
performance &&N/A" | split: '&&' %} {% assign mahika = "Mahika
|
|
109
|
+
Agrawal&&/assets/images/mahika.jpeg&&I'm Mahika Agrawal, an experienced content
|
|
110
|
+
writer with a passion for words and skills in creating high-quality content that
|
|
111
|
+
drives results. &&N/A" | split: '&&' %} {%- assign postAuthor = post.author |
|
|
112
|
+
split: " " -%} {%- assign author = postAuthor.first | downcase -%} {%- assign
|
|
113
|
+
collection = [author] -%} {%- for item in collection -%} {%- if forloop.index==1
|
|
114
|
+
-%} {%- assign authorName = item -%} {%- endif -%} {%- if forloop.index==2 -%}
|
|
115
|
+
{%- assign image = item -%} {%- endif -%} {%- if forloop.index==3 -%} {%- assign
|
|
116
|
+
bio = item -%} {%- endif -%} {%- if forloop.index==4 -%} {%- assign twitter =
|
|
117
|
+
item -%} {%- endif -%} {%- endfor -%}
|
|
@@ -1,116 +1,96 @@
|
|
|
1
|
-
<style>
|
|
2
|
-
.authors-list {
|
|
3
|
-
border-top: 1px solid rgb(224, 224, 224);
|
|
4
|
-
margin-top: 100px;
|
|
5
|
-
padding: 100px;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.featurePageAuthor {
|
|
9
|
-
display: flex;
|
|
10
|
-
flex-direction: column;
|
|
11
|
-
width: 100%;
|
|
12
|
-
justify-content: center;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.featurePageAuthor .author-meta {
|
|
16
|
-
width: 500px;
|
|
17
|
-
margin: 0 auto;
|
|
18
|
-
padding-bottom: 5rem;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.featurePageAuthor .author-meta .authorName {
|
|
22
|
-
font-size: 20px;
|
|
23
|
-
padding: 1rem 0px;
|
|
24
|
-
font-weight: 900;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.featurePageAuthor .author-img {
|
|
28
|
-
width: 100px;
|
|
29
|
-
height: 100px;
|
|
30
|
-
border-radius: 100%;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.featurePageAuthor .author_bio {
|
|
34
|
-
font-size: 16px;
|
|
35
|
-
}
|
|
36
|
-
@media (max-width:768px) {
|
|
37
|
-
.authors-list{
|
|
38
|
-
padding: 25px;
|
|
39
|
-
}
|
|
40
|
-
.featurePageAuthor .author-meta{
|
|
41
|
-
width: 100%;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
</style>
|
|
46
1
|
{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
|
|
47
2
|
= page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
|
|
48
3
|
<section class="authors-list">
|
|
49
|
-
|
|
4
|
+
<div class="container">
|
|
5
|
+
<div class="row">
|
|
6
|
+
<div class="col-md-12">
|
|
7
|
+
{%- if featureData.author -%}
|
|
8
|
+
<h3 class="mb-4 text-center authors-heading font-weight-bolder">
|
|
9
|
+
About The Author
|
|
10
|
+
</h3>
|
|
11
|
+
{%- endif -%}
|
|
50
12
|
<div class="row">
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
{% unless seen_authors contains post.author %}
|
|
60
|
-
{% assign seen_authors = seen_authors | append: post.author | append: ',' %}
|
|
61
|
-
{% assign featureAuthor = featureData.author | downcase %}
|
|
62
|
-
{%- include /authors/authors.html -%}
|
|
63
|
-
{%- assign name = authorName | downcase -%}
|
|
64
|
-
{%- if name contains featureAuthor -%}
|
|
65
|
-
<div class="featurePageAuthor">
|
|
66
|
-
<a href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
|
|
67
|
-
<img class="author-img" loading="lazy" src="{{ image }}" height="35px" width="35px"
|
|
68
|
-
alt="{{ authorName}}" id="author_img" {%- if site.crossorigin -%} crossorigin {%- endif
|
|
69
|
-
-%} />
|
|
70
|
-
</a>
|
|
71
|
-
<div class="author-meta">
|
|
72
|
-
<p class="mb-0 authorName">
|
|
73
|
-
<a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}">
|
|
74
|
-
{{authorName}}
|
|
75
|
-
</a>
|
|
76
|
-
</p>
|
|
77
|
-
<p class="author_bio mb-0">{{bio}}</p>
|
|
78
|
-
</div>
|
|
79
|
-
</div>
|
|
80
|
-
{%- endif -%}
|
|
81
|
-
{% endunless %}
|
|
82
|
-
{% endfor %}
|
|
83
|
-
|
|
84
|
-
{%- if featureData.contributors -%}
|
|
85
|
-
<h3 class="mb-4 w-100 text-center authors-heading font-weight-bolder">Contributors</h3>
|
|
86
|
-
{%- endif -%}
|
|
87
|
-
|
|
88
|
-
<div class="d-flex justify-content-center w-100" style="gap:10px">
|
|
89
|
-
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
|
|
90
|
-
{% assign seen_authors = '' %}
|
|
91
|
-
{% for post in site.posts %}
|
|
92
|
-
{% unless seen_authors contains post.author %}
|
|
93
|
-
{% assign seen_authors = seen_authors | append: post.author | append: ',' %}
|
|
94
|
-
{% for contributor in featureData.contributors %}
|
|
95
|
-
{%- assign contributorAuthor = contributor.name | downcase -%}
|
|
96
|
-
{%- include /authors/authors.html -%}
|
|
97
|
-
{%- assign name = authorName | downcase -%}
|
|
98
|
-
|
|
99
|
-
{%- if name contains contributorAuthor -%}
|
|
100
|
-
|
|
101
|
-
<a href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
|
|
102
|
-
<img loading="lazy" src="{{ image }}" alt="{{ authorName}}"
|
|
103
|
-
style="border-radius:100%; width: 50px; height: 50px;" />
|
|
104
|
-
</a>
|
|
105
|
-
|
|
106
|
-
{%- endif -%}
|
|
107
|
-
{% endfor %}
|
|
108
|
-
{% endunless %}
|
|
109
|
-
{% endfor %}
|
|
110
|
-
</div>
|
|
13
|
+
{%- if featureData.author -%} {%- include authors/authors.html -%} {%-
|
|
14
|
+
assign featureAuthor = featureData.author | split: " " -%} {%- assign
|
|
15
|
+
author = featureAuthor.first | downcase -%} {%- assign collection =
|
|
16
|
+
[author] -%} {%- for item in collection -%} {%- if forloop.index==1
|
|
17
|
+
-%} {%- assign featureAuthorName = item -%} {%- endif -%} {%- if
|
|
18
|
+
forloop.index==2 -%} {%- assign featureAuthorImage = item -%} {%-
|
|
19
|
+
endif -%} {%- if forloop.index==3 -%} {%- assign featureAuthorBio =
|
|
20
|
+
item -%} {%- endif %} {%- endfor %}
|
|
111
21
|
|
|
112
|
-
|
|
22
|
+
<div class="featurePageAuthor">
|
|
23
|
+
<a
|
|
24
|
+
href="/authors/{{featureAuthor | downcase | replace: ' ' , '-'' }}"
|
|
25
|
+
class="author_image"
|
|
26
|
+
>
|
|
27
|
+
<img
|
|
28
|
+
class="author-img"
|
|
29
|
+
loading="lazy"
|
|
30
|
+
src="{{ featureAuthorImage }}"
|
|
31
|
+
height="35px"
|
|
32
|
+
width="35px"
|
|
33
|
+
alt="{{ featureAuthor}}"
|
|
34
|
+
id="author_img"
|
|
35
|
+
{%-
|
|
36
|
+
if
|
|
37
|
+
site.crossorigin
|
|
38
|
+
-%}
|
|
39
|
+
crossorigin
|
|
40
|
+
{%-
|
|
41
|
+
endif
|
|
42
|
+
-%}
|
|
43
|
+
/>
|
|
44
|
+
</a>
|
|
45
|
+
<div class="author-meta">
|
|
46
|
+
<p class="mb-0 authorName text-capitalize">
|
|
47
|
+
<a
|
|
48
|
+
target="_blank"
|
|
49
|
+
href="/authors/{{featureAuthor | downcase | replace: ' ' , '-'' }}"
|
|
50
|
+
>
|
|
51
|
+
{{featureAuthor}}
|
|
52
|
+
</a>
|
|
53
|
+
</p>
|
|
54
|
+
<p class="author_bio mb-0">{{featureAuthorBio}}</p>
|
|
113
55
|
</div>
|
|
56
|
+
</div>
|
|
57
|
+
{%- endif %} {%- assign contributors = featureData.contributors |
|
|
58
|
+
uniq: 'name' -%} {%- if contributors.size > 0 -%}
|
|
59
|
+
<h3 class="mb-4 w-100 text-center authors-heading font-weight-bolder">
|
|
60
|
+
Contributors
|
|
61
|
+
</h3>
|
|
62
|
+
<div class="d-flex justify-content-center w-100" style="gap: 10px">
|
|
63
|
+
{%- for contributor in contributors -%} {%- assign
|
|
64
|
+
featureContributorData = contributor.name | split: " " -%} {%-
|
|
65
|
+
assign featureContributorData = featureContributorData.first |
|
|
66
|
+
downcase -%} {%- assign collectionData = [featureContributorData]
|
|
67
|
+
-%} {%- for item in collectionData -%} {%- if forloop.index == 1 -%}
|
|
68
|
+
{%- assign featureContributorDataName = item -%} {%- endif -%} {%-
|
|
69
|
+
if forloop.index == 2 -%} {%- assign featureContributorDataImage =
|
|
70
|
+
item -%} {%- endif -%} {%- if forloop.index == 3 -%} {%- assign
|
|
71
|
+
featureContributorDataBio = item -%} {%- endif -%} {%- if
|
|
72
|
+
forloop.index == 4 -%} {%- assign featureContributorDataTwitter =
|
|
73
|
+
item -%} {%- endif -%} {%- endfor -%} {%- if
|
|
74
|
+
featureContributorDataName -%}
|
|
75
|
+
<a
|
|
76
|
+
href="/authors/{{featureContributorDataName | downcase | replace: ' ' , '-'' }}"
|
|
77
|
+
class="contributor"
|
|
78
|
+
>
|
|
79
|
+
<img
|
|
80
|
+
loading="lazy"
|
|
81
|
+
src="{{ featureContributorDataImage }}"
|
|
82
|
+
alt="{{ featureContributorDataName}}"
|
|
83
|
+
style="border-radius: 100%; width: 50px; height: 50px"
|
|
84
|
+
/>
|
|
85
|
+
<div class="contributor-name">
|
|
86
|
+
{{ featureContributorDataName }}
|
|
87
|
+
</div>
|
|
88
|
+
</a>
|
|
89
|
+
{%- else -%} {%- endif -%} {%- endfor -%}
|
|
90
|
+
</div>
|
|
91
|
+
{%- endif -%}
|
|
114
92
|
</div>
|
|
93
|
+
</div>
|
|
115
94
|
</div>
|
|
116
|
-
</
|
|
95
|
+
</div>
|
|
96
|
+
</section>
|