Skip to content

Commit

Permalink
Add example logos (#293)
Browse files Browse the repository at this point in the history
* Add max number of posts parameter

* Put parameter under features

* Add example llogos
  • Loading branch information
BernatBC authored Feb 17, 2024
1 parent facb2be commit ad12c4c
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sections/education/tech_college.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sections/education/university.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sections/experiences/company1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sections/experiences/company2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sections/experiences/company3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"
]
}
}
Expand Down
3 changes: 3 additions & 0 deletions data/bn/sections/education.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ degrees:
institution:
name: এ. বি. সি. প্রযুক্তি বিশ্ববিদ্যালয়
url: "#"
logo: /images/sections/education/tech_college.png
grade:
scale: সিজিপিএ
achieved:
Expand All @@ -33,6 +34,7 @@ degrees:
institution:
name: এক্স ওয়াই জেড বিশ্ববিদ্যালয়
url: "#"
logo: /images/sections/education/university.jpg
grade:
scale: সিজিপিএ
achieved:
Expand Down Expand Up @@ -70,6 +72,7 @@ degrees:
institution:
name: এমএসটি বিজ্ঞান কলেজ
url: "#"
logo: /images/sections/education/science_college.png
grade:
scale: জিপিএ
achieved:
Expand Down
3 changes: 3 additions & 0 deletions data/bn/sections/experiences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: সফটওয়্যার ইঞ্জিনিয়ার
Expand All @@ -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: ইন্টার্ন
Expand Down
3 changes: 3 additions & 0 deletions data/en/sections/education.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,6 +34,7 @@ degrees:
institution:
name: University of XYZ
url: "#"
logo: /images/sections/education/university.jpg
grade: #(optional)
scale: CGPA
achieved: 3.5
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions data/en/sections/experiences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=

0 comments on commit ad12c4c

Please sign in to comment.