Skip to content

Commit

Permalink
fix logos
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadSaadSiddique committed Oct 24, 2023
1 parent 0ff7df9 commit 69e5a14
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
reactStrictMode: false,
images: {
domains: ["avatars.githubusercontent.com"],
}
// images: {
// domains: ["avatars.githubusercontent.com"],
// }
};
4 changes: 2 additions & 2 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
);
Expand All @@ -24,7 +24,7 @@ export default function Home({ githubProfileData }) {
<Proficiency />
<Education />
<Experience />
<Feedbacks />
{/* <Feedbacks /> */}
<Projects />
<GithubProfileCard prof={githubProfileData} />
</div>
Expand Down
6 changes: 3 additions & 3 deletions portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand All @@ -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: [
Expand Down
Binary file added public/img/icons/common/OIP.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/icons/common/bleedAI.jpg
Binary file not shown.
Binary file added public/img/icons/common/cytech.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/icons/common/dusecaSoftware.jpg
Binary file not shown.
Binary file removed public/img/icons/common/vvelocity.jfif
Binary file not shown.
Binary file removed public/img/icons/common/wapidu.jpg
Binary file not shown.
Binary file removed public/img/icons/common/wapidu.png
Binary file not shown.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down

0 comments on commit 69e5a14

Please sign in to comment.