Skip to content

Commit

Permalink
Add darkLogo parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
BernatBC committed Mar 10, 2024
1 parent 55adb51 commit 97f7a90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/en/sections/education.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ degrees:
name: ABC University of Technology
url: "#"
logo: /images/sections/education/tech_college.png
# Can optionally show a different logo for dark theme
# darklogo: /images/sections/education/tech_college.png
grade: #(optional)
scale: CGPA
achieved: 3.6
Expand All @@ -35,6 +37,8 @@ degrees:
name: University of XYZ
url: "#"
logo: /images/sections/education/university.jpg
# Can optionally show a different logo for dark theme
# darklogo: /images/sections/education/university.jpg
grade: #(optional)
scale: CGPA
achieved: 3.5
Expand Down Expand Up @@ -78,6 +82,8 @@ degrees:
name: MST College of Science
url: "#"
logo: /images/sections/education/science_college.png
# Can optionally show a different logo for dark theme
# darklogo: /images/sections/education/science_college.png
grade: #(optional)
scale: GPA
achieved: 5
Expand Down
6 changes: 6 additions & 0 deletions data/en/sections/experiences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ experiences:
url: "https://www.example.com"
location: Dhaka Branch
logo: /images/sections/experiences/company1.jpg
# Can optionally show a different logo for dark theme
# darklogo: /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 @@ -41,6 +43,8 @@ experiences:
url: "https://www.example.com"
location: Nowhere
logo: /images/sections/experiences/company2.jpg
# Can optionally show a different logo for dark theme
# darklogo: /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 @@ -56,6 +60,8 @@ experiences:
url: "https://www.example.com"
location: Intern Land
logo: /images/sections/experiences/company3.jpg
# Can optionally show a different logo for dark theme
# darklogo: /images/sections/experiences/company3.jpg
overview: Intern counting Company (ICC) is responsible for counting worldwide intern Engineers.
positions:
- designation: Intern
Expand Down

0 comments on commit 97f7a90

Please sign in to comment.