diff --git a/next.config.js b/next.config.js index 8739f0c..3b4f1bb 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ module.exports = { reactStrictMode: false, - images: { - domains: ["avatars.githubusercontent.com"], - } + // images: { + // domains: ["avatars.githubusercontent.com"], + // } }; diff --git a/pages/index.js b/pages/index.js index 09f9380..49d2813 100644 --- a/pages/index.js +++ b/pages/index.js @@ -7,7 +7,7 @@ const Proficiency = dynamic(() => import("../containers/Proficiency")); const Education = dynamic(() => import("../containers/Education")); const Experience = dynamic(() => import("../containers/Experience")); const Projects = dynamic(() => import("../containers/Projects")); -const Feedbacks = dynamic(() => import("../containers/Feedbacks")); +// const Feedbacks = dynamic(() => import("../containers/Feedbacks")); const GithubProfileCard = dynamic(() => import("../components/GithubProfileCard") ); @@ -24,7 +24,7 @@ export default function Home({ githubProfileData }) { - + {/* */} diff --git a/portfolio.js b/portfolio.js index f91cdc3..ca4dd8d 100644 --- a/portfolio.js +++ b/portfolio.js @@ -208,7 +208,7 @@ export const experience = [ { role: 'Full-Stack Developer | Data Analyst', company: 'Cytech Solutions', - companylogo: '/img/icons/common/vvelocity.jfif', + companylogo: '/img/icons/common/cytech.jpg', date: 'May 2018 - Dec 2021', descBullets: [ 'Streamlined data collection, preparation, analysis, and visualization to improve the accuracy and efficiency of reporting and insights.', @@ -232,8 +232,8 @@ export const experience = [ }, { role: 'Blockchain/FullStack Developer', - company: 'Velocity Promotions LLC', - companylogo: '/img/icons/common/vvelocity.jfif', + company: 'Freelance', + companylogo: '/img/icons/common/OIP.jpg', date: 'Jan 2020 – Mar 2022', desc: 'I worked as Blockchain/FullStack Developer on a POSHMARK. POSHMARK is a MarketPlace for the productions. I built Fully Optimized and High Performance RESTful APIs using Ruby on Rails, DjangoRESTFramework, PostgresSQL, JWT Authentication, AWS, Integrated Plaid APIs for Fetching Bank Transactions. And I make front-end by using react. And I implemented the transaction by using Ethereum.', // descBullets: [ diff --git a/public/img/icons/common/OIP.jpg b/public/img/icons/common/OIP.jpg new file mode 100644 index 0000000..6e3d347 Binary files /dev/null and b/public/img/icons/common/OIP.jpg differ diff --git a/public/img/icons/common/bleedAI.jpg b/public/img/icons/common/bleedAI.jpg deleted file mode 100644 index 6e7bb41..0000000 Binary files a/public/img/icons/common/bleedAI.jpg and /dev/null differ diff --git a/public/img/icons/common/cytech.jpg b/public/img/icons/common/cytech.jpg new file mode 100644 index 0000000..c3f25ee Binary files /dev/null and b/public/img/icons/common/cytech.jpg differ diff --git a/public/img/icons/common/dusecaSoftware.jpg b/public/img/icons/common/dusecaSoftware.jpg deleted file mode 100644 index dfe81e6..0000000 Binary files a/public/img/icons/common/dusecaSoftware.jpg and /dev/null differ diff --git a/public/img/icons/common/vvelocity.jfif b/public/img/icons/common/vvelocity.jfif deleted file mode 100644 index 8816a17..0000000 Binary files a/public/img/icons/common/vvelocity.jfif and /dev/null differ diff --git a/public/img/icons/common/wapidu.jpg b/public/img/icons/common/wapidu.jpg deleted file mode 100644 index c8b4432..0000000 Binary files a/public/img/icons/common/wapidu.jpg and /dev/null differ diff --git a/public/img/icons/common/wapidu.png b/public/img/icons/common/wapidu.png deleted file mode 100644 index 529aaad..0000000 Binary files a/public/img/icons/common/wapidu.png and /dev/null differ diff --git a/public/manifest.json b/public/manifest.json index 49347d3..62a7248 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "short_name": "Portfolio", - "name": "Hanzla's Portfolio", + "name": "Nuhannad Saad Siddique's Portfolio", "description": "A passionate Full Stack Web Developer and Mobile App Developer.", "icons": [ {