Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 28, 2023
1 parent da2e63e commit 16766d2
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ const achievementSection = {

{
title: "CTI-Accelerate Program",
subtitle: "Demonstrated rapid progress and high achievement among peers in the Python programming course.",
subtitle:
"Demonstrated rapid progress and high achievement among peers in the Python programming course.",
image: require("./assets/images/pwaLogo.webp"),
imageAlt: "PWA Logo",
footerLink: [
Expand Down Expand Up @@ -373,7 +374,21 @@ const twitterDetails = {
const isHireable = false; // Set false if you are not looking for a job. Also isHireable will be display as Open for opportunities: Yes/No in the GitHub footer

export {
achievementSection, bigProjects, blogSection, contactInfo, educationInfo, greeting, illustration, isHireable, openSource, podcastSection, skillsSection, socialMediaLinks,
splashScreen, talkSection, techStack, twitterDetails, workExperiences
achievementSection,
bigProjects,
blogSection,
contactInfo,
educationInfo,
greeting,
illustration,
isHireable,
openSource,
podcastSection,
skillsSection,
socialMediaLinks,
splashScreen,
talkSection,
techStack,
twitterDetails,
workExperiences
};

0 comments on commit 16766d2

Please sign in to comment.