File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ import reactNativeLogo from "@/src/assets/icons/reactnative.svg";
4444import remixLogo from "@/src/assets/icons/remix.svg" ;
4545import sendgridLogo from "@/src/assets/icons/sendgrid.svg" ;
4646import solidityLogo from "@/src/assets/icons/solidity.svg" ;
47+ import sqlLogo from "@/src/assets/icons/sql.svg" ;
4748import sqlAlchemyLogo from "@/src/assets/icons/sqlalchemy.svg" ;
4849import swiperJsLogo from "@/src/assets/icons/swiperjs.svg" ;
4950import tailwindCssLogo from "@/src/assets/icons/tailwindcss.svg" ;
@@ -162,6 +163,23 @@ const contentArrContainer: ContentArrContainer = {
162163 </ div >
163164 ) ,
164165 } ,
166+ {
167+ title : "SQL" ,
168+ imageSrc : sqlLogo ,
169+ category : "Programming Languages" ,
170+ url : "" ,
171+ description :
172+ "" ,
173+ content : (
174+ < div className = "size-full bg-[linear-gradient(to_bottom_right,var(--cyan-500),var(--emerald-500))] flex items-center justify-center text-white shadow-3xl p-2" >
175+ < Image
176+ alt = "technology-logo"
177+ src = { cssLogo }
178+ className = "object-cover w-auto h-full"
179+ />
180+ </ div >
181+ ) ,
182+ } ,
165183 ] ,
166184 libraries : [
167185 {
You can’t perform that action at this time.
0 commit comments