diff --git a/assets/images/sections/education/science_college.png b/assets/images/sections/education/science_college.png new file mode 100644 index 00000000000..4e10e1f1699 Binary files /dev/null and b/assets/images/sections/education/science_college.png differ diff --git a/assets/images/sections/education/tech_college.png b/assets/images/sections/education/tech_college.png new file mode 100644 index 00000000000..83374c17010 Binary files /dev/null and b/assets/images/sections/education/tech_college.png differ diff --git a/assets/images/sections/education/university.jpg b/assets/images/sections/education/university.jpg new file mode 100644 index 00000000000..e729af05f7a Binary files /dev/null and b/assets/images/sections/education/university.jpg differ diff --git a/assets/images/sections/experiences/company1.jpg b/assets/images/sections/experiences/company1.jpg new file mode 100644 index 00000000000..abce8f91246 Binary files /dev/null and b/assets/images/sections/experiences/company1.jpg differ diff --git a/assets/images/sections/experiences/company2.jpg b/assets/images/sections/experiences/company2.jpg new file mode 100644 index 00000000000..2cc579cafa4 Binary files /dev/null and b/assets/images/sections/experiences/company2.jpg differ diff --git a/assets/images/sections/experiences/company3.jpg b/assets/images/sections/experiences/company3.jpg new file mode 100644 index 00000000000..317b376b6c6 Binary files /dev/null and b/assets/images/sections/experiences/company3.jpg differ diff --git a/assets/jsconfig.json b/assets/jsconfig.json index 5fbc8b50289..6d43818ed28 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "paths": { "*": [ - "../../../../../../tmp/hugo_cache_runner/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.2.0/assets/*" + "../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.3.0/assets/*" ] } } diff --git a/data/bn/sections/education.yaml b/data/bn/sections/education.yaml index 2ab735c9ee6..64522293117 100644 --- a/data/bn/sections/education.yaml +++ b/data/bn/sections/education.yaml @@ -16,6 +16,7 @@ degrees: institution: name: এ. বি. সি. প্রযুক্তি বিশ্ববিদ্যালয় url: "#" + logo: /images/sections/education/tech_college.png grade: scale: সিজিপিএ achieved: ৪ @@ -33,6 +34,7 @@ degrees: institution: name: এক্স ওয়াই জেড বিশ্ববিদ্যালয় url: "#" + logo: /images/sections/education/university.jpg grade: scale: সিজিপিএ achieved: ৪ @@ -70,6 +72,7 @@ degrees: institution: name: এমএসটি বিজ্ঞান কলেজ url: "#" + logo: /images/sections/education/science_college.png grade: scale: জিপিএ achieved: ৫ diff --git a/data/bn/sections/experiences.yaml b/data/bn/sections/experiences.yaml index 85e62eaa3cb..a695969f52e 100644 --- a/data/bn/sections/experiences.yaml +++ b/data/bn/sections/experiences.yaml @@ -15,6 +15,7 @@ experiences: name: Example Co. url: "https://www.example.com" location: ঢাকা ব্রাঞ্চ + logo: /images/sections/experiences/company1.jpg # company overview overview: Example Co. হচ্ছে ক্লাউড নেটিভ ডেভেলপমেন্টের জন্যে একটি স্বীকৃত প্রতিষ্ঠান । এটি Kubernetes এর জন্যে বিভিন্ন সফটওয়্যার বানায়। positions: @@ -40,6 +41,7 @@ experiences: name: PreExample Co. url: "https://www.example.com" location: Nowhere + logo: /images/sections/experiences/company2.jpg overview: PreExample Co. হচ্ছে Example co. তে যাওয়ার মাধ্যম। সুতারাং, এখানে বিশেষ কিছু নেই। positions: - designation: সফটওয়্যার ইঞ্জিনিয়ার @@ -54,6 +56,7 @@ experiences: name: Intern Counting Company (ICC). url: "https://www.example.com" location: Intern Land + logo: /images/sections/experiences/company3.jpg overview: Intern counting Company (ICC) বিশ্বব্যাপী ইন্টার্ন ইঞ্জিনিয়ারদের গণনার জন্য দায়ী । positions: - designation: ইন্টার্ন diff --git a/data/en/sections/education.yaml b/data/en/sections/education.yaml index 9678fdf93b8..2a4c9c5fac1 100644 --- a/data/en/sections/education.yaml +++ b/data/en/sections/education.yaml @@ -16,6 +16,7 @@ degrees: institution: name: ABC University of Technology url: "#" + logo: /images/sections/education/tech_college.png grade: #(optional) scale: CGPA achieved: 3.6 @@ -33,6 +34,7 @@ degrees: institution: name: University of XYZ url: "#" + logo: /images/sections/education/university.jpg grade: #(optional) scale: CGPA achieved: 3.5 @@ -75,6 +77,7 @@ degrees: institution: name: MST College of Science url: "#" + logo: /images/sections/education/science_college.png grade: #(optional) scale: GPA achieved: 5 diff --git a/data/en/sections/experiences.yaml b/data/en/sections/experiences.yaml index 1b1b5cda695..18efbb064a6 100644 --- a/data/en/sections/experiences.yaml +++ b/data/en/sections/experiences.yaml @@ -14,6 +14,7 @@ experiences: name: Example Co. url: "https://www.example.com" location: Dhaka Branch + logo: /images/sections/experiences/company1.jpg # company overview overview: Example Co. is a widely recognized company for cloud-native development. It builds tools for Kubernetes. positions: @@ -39,6 +40,7 @@ experiences: name: PreExample Co. url: "https://www.example.com" location: Nowhere + logo: /images/sections/experiences/company2.jpg overview: PreExample Co. is a gateway company to enter into Example co. So, nothing special here. positions: - designation: Software Engineer @@ -53,6 +55,7 @@ experiences: name: Intern Counting Company (ICC). url: "https://www.example.com" location: Intern Land + logo: /images/sections/experiences/company3.jpg overview: Intern counting Company (ICC) is responsible for counting worldwide intern Engineers. positions: - designation: Intern diff --git a/go.mod b/go.mod index 9be10ce06fc..b144f76358e 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/hugo-toha/hugo-toha.github.io go 1.19 -require github.com/hugo-toha/toha/v4 v4.2.0 // indirect +require github.com/hugo-toha/toha/v4 v4.3.0 // indirect // replace( // github.com/hugo-toha/toha/v4 => ../toha diff --git a/go.sum b/go.sum index 955911a5436..b5010ad31a5 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/hugo-toha/toha/v4 v4.2.0 h1:CzYqU4zRDGvdlwxsrUZW+DQ3Pc2QkpGEKMX8qoMfkn4= -github.com/hugo-toha/toha/v4 v4.2.0/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= +github.com/hugo-toha/toha/v4 v4.3.0 h1:sJJjCy8GQr2nP+G3z5bbVpEbwxFd/8uUYUuatyf2E3I= +github.com/hugo-toha/toha/v4 v4.3.0/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=