Skip to content

Commit

Permalink
education data
Browse files Browse the repository at this point in the history
Added the collage images
  • Loading branch information
Shubham-negi committed Nov 23, 2024
1 parent c08ea4a commit fc0e520
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions constants/EducationData.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
export const EducationData = [
{
name: "Bachelor of technology",
image: "http://res.cloudinary.com/dhixp5pnk/image/upload/v1696219056/edekjqivqlnsyg8pfmxw.png",
image:"/images/UTU.png",

schoolOrCollege: "Uttarakhand technical university, Dehradun",
fromTo: "2012 - 2016",
statusOrPrecentage: "Computer science",
},
{
name: "Senior Secondary Examination",
image:
"http://res.cloudinary.com/dhixp5pnk/image/upload/v1696219649/jkjfvdlxjntnyrxs57ia.png",
image:"/images/UKB.png",

schoolOrCollege: "Uttarakhand board",
fromTo: "2012",
statusOrPrecentage: "",
},
{
name: "Secondary Examination",
image:
"http://res.cloudinary.com/dhixp5pnk/image/upload/v1696219649/tnverjapfr4slg7fnfcw.png",
image:"/images/UKB.png",

schoolOrCollege: "Uttarakhand board",
fromTo: "2009",
statusOrPrecentage: "",
Expand Down
Binary file added public/images/UKB.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 public/images/UTU.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc0e520

Please sign in to comment.