-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
209 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
export { default as cSharpImage } from '../assets/logo-c.svg'; | ||
export { default as netFrameworkImage } from '../assets/net-frame.png'; | ||
export { default as reactImage } from '../assets/react-logo.png'; | ||
export { default as streamLabsImage } from '../assets/stream-labs.png'; | ||
export { default as nodeJsImage } from '../assets/nodejs-white.png'; | ||
export { default as javascriptImage } from '../assets/logo-javascript.png'; | ||
export { default as htmlImage } from '../assets/icon-html.jpg'; | ||
export { default as styleSheetImage } from '../assets/logo-css.png'; | ||
export { default as boostrapImage } from '../assets/logo-boostrap.svg'; | ||
export { default as edeskPrismaImage } from '../assets/edesk-prisma.png'; | ||
export { default as foxGameImage } from '../assets/FOXGAME.png'; | ||
export { default as construct3Image } from '../assets/construct3.jpg'; | ||
export { default as bookingsImage } from '../assets/DDABOOKING.png'; | ||
export { default as tailwindcssImage } from '../assets/logo-tailwind.png'; | ||
export { default as dispensadorImage } from '../assets/dispensador-registro.png'; | ||
export { default as bingoImage } from '../assets/bingoResultado.png'; | ||
export { default as javaImage } from '../assets/Java-Logo.png'; | ||
export { default as vsCodeImage } from '../assets/vsco-logo.jpg'; | ||
export { default as typeScriptImage } from '../assets/logo-typescript.png'; | ||
export { default as pythonImage } from '../assets/python-logo.png'; | ||
export { default as sqlImage } from '../assets/sql-logo.png'; | ||
export { default as oracleImage } from '../assets/oracle-logo.svg'; | ||
export { default as visualImage } from '../assets/visual-logo.png'; | ||
export { default as gitImage } from '../assets/git-logo.png'; | ||
export { default as gitHubImage } from '../assets/github-icon.svg'; | ||
export { default as linkedImage } from '../assets/linkedln-icon.svg'; | ||
export { default as messageMeImage } from '../assets/message-me-icon.svg'; | ||
export { default as MeImage } from '../assets/me-image-profile.jpeg'; |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
src/components/utils/BgAnimation.jsx → src/components/common/BgAnimation.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import '../../styles/components/BgAnimation.css'; | ||
import './BgAnimation.css'; | ||
|
||
function BgAnimation() { | ||
return ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
function Border() { | ||
return <div className='border-t border-gray-600 w-[90%] ml-[5%] mr-[5%]' />; | ||
} | ||
|
||
export default Border; |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export { default as Border } from './Border.jsx'; | ||
export { default as NavOptions } from './NavOptions.jsx'; | ||
export { default as BgAnimation } from './BgAnimation.jsx'; | ||
|
||
// Hook and component | ||
export { NotificationProvider, useNotification } from './NotificationComponent.jsx'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export * from './common'; | ||
export * from './sections'; |
2 changes: 1 addition & 1 deletion
2
src/components/resume/AboutMeSection.jsx → src/components/sections/AboutMeSection.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 22 additions & 24 deletions
46
src/components/contact/ConnectMeSection.jsx → src/components/sections/ConnectMeSection.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.