Skip to content

Commit c12796e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 81a581c commit c12796e

File tree

5 files changed

+29
-21
lines changed

5 files changed

+29
-21
lines changed

fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ if (MEDIUM_USERNAME !== undefined) {
127127
});
128128

129129
req.end();
130-
}
130+
}

src/components/githubProfileCard/GithubProfileCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function GithubProfileCard({prof}) {
4343
)}
4444
<div className="opp-div">
4545
<span className="desc-prof">
46-
Open for opportunities: {prof.hireable}
46+
Open for opportunities: {prof.hireable}
4747
</span>
4848
</div>
4949
<SocialMedia />

src/components/header/Header.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@
9292
// }
9393
// export default Header;
9494

95-
96-
import React, { useContext, useRef } from "react";
95+
import React, {useContext, useRef} from "react";
9796
import Headroom from "react-headroom";
9897
import "./Header.scss";
9998
import ToggleSwitch from "../ToggleSwitch/ToggleSwitch";
@@ -107,11 +106,11 @@ import {
107106
blogSection,
108107
talkSection,
109108
achievementSection,
110-
resumeSection,
109+
resumeSection
111110
} from "../../portfolio";
112111

113112
function Header() {
114-
const { isDark } = useContext(StyleContext);
113+
const {isDark} = useContext(StyleContext);
115114
const viewExperience = workExperiences.display;
116115
const viewOpenSource = openSource.display;
117116
const viewSkills = skillsSection.display;
@@ -146,7 +145,7 @@ function Header() {
146145
<label
147146
className="menu-icon"
148147
htmlFor="menu-btn"
149-
style={{ color: "white" }}
148+
style={{color: "white"}}
150149
>
151150
<span className={isDark ? "navicon navicon-dark" : "navicon"}></span>
152151
</label>
@@ -176,7 +175,7 @@ function Header() {
176175
<a href="#achievements">Achievements</a>
177176
</li>
178177
)}
179-
{/*{viewBlog && (
178+
{/*{viewBlog && (
180179
<li onClick={handleMenuItemClick}>
181180
<a href="#blogs">Blogs</a>
182181
</li>
@@ -207,4 +206,3 @@ function Header() {
207206
}
208207

209208
export default Header;
210-

src/containers/greeting/Greeting.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ export default function Greeting() {
3838
</p>
3939
<SocialMedia />
4040
<div className="button-greeting-div">
41-
<Button text="Book 1:1 Free Meeting" href="https://calendly.com/saadrasheeddev/businessgrowth" newTab={true}/>
41+
<Button
42+
text="Book 1:1 Free Meeting"
43+
href="https://calendly.com/saadrasheeddev/businessgrowth"
44+
newTab={true}
45+
/>
4246
{greeting.resumeLink && (
4347
<a
4448
href={require("./resume.pdf")}

src/portfolio.js

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,30 @@ const socialMediaLinks = {
5050

5151
const skillsSection = {
5252
title: "What I do",
53-
subTitle: "PASSIONATE DATA SCIENTIST WHO LOVES TO UNCOVER INSIGHTS FROM DATA AND SOLVE COMPLEX PROBLEMS WITH AI",
53+
subTitle:
54+
"PASSIONATE DATA SCIENTIST WHO LOVES TO UNCOVER INSIGHTS FROM DATA AND SOLVE COMPLEX PROBLEMS WITH AI",
5455
skills: [
5556
emoji(
5657
"⚡ Develop end-to-end machine learning models, from data wrangling to deployment"
5758
),
58-
emoji("⚡ Build powerful data visualizations to uncover trends and insights"),
59+
emoji(
60+
"⚡ Build powerful data visualizations to uncover trends and insights"
61+
),
5962
emoji(
6063
"⚡ Leverage AI techniques to create intelligent solutions for complex problems"
6164
),
62-
emoji("⚡ Develop and deploy cloud-based machine learning solutions using AWS, GCP, or Azure"),
63-
emoji("⚡ Integration of third-party APIs and services like AWS, Google Cloud, or custom-built AI models"),
65+
emoji(
66+
"⚡ Develop and deploy cloud-based machine learning solutions using AWS, GCP, or Azure"
67+
),
68+
emoji(
69+
"⚡ Integration of third-party APIs and services like AWS, Google Cloud, or custom-built AI models"
70+
)
6471
],
6572

6673
/* Make Sure to include correct Font Awesome Classname to view your icon
6774
https://fontawesome.com/icons?d=gallery */
6875

69-
softwareSkills: [
76+
softwareSkills: [
7077
{
7178
skillName: "Python",
7279
fontAwesomeClassname: "fab fa-python"
@@ -133,13 +140,13 @@ const educationInfo = {
133140
schoolName: "University of London",
134141
logo: require("./assets/images/uolLogo.png"),
135142
subHeader: "BSc Computer Science (Hons)",
136-
duration: "October 2021 - September 2024",
143+
duration: "October 2021 - September 2024"
137144
// desc: "Participated in the research of XXX and published 3 papers.",
138145
// descBullets: [
139146
// "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
140147
// "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
141148
// ]
142-
},
149+
}
143150
// {
144151
// schoolName: "Whales College",
145152
// logo: require("./assets/images/stanfordLogo.png"),
@@ -184,7 +191,6 @@ const techStack = {
184191
displayCodersrank: false // Set true to display codersrank badges section
185192
};
186193

187-
188194
// Work experience section
189195

190196
const workExperiences = {
@@ -211,7 +217,7 @@ const workExperiences = {
211217
"Scraped data for 75+ countries, including visa requirements, high-paying professions, living expenses, and opportunities.",
212218
"Transformed data into a consistent format for seamless country comparisons."
213219
]
214-
},
220+
}
215221
// {
216222
// role: "Software Engineer Intern",
217223
// company: "Airbnb",
@@ -286,7 +292,7 @@ const achievementSection = {
286292
{
287293
name: "Certificate",
288294
url: "https://drive.google.com/file/d/1aM0GBJZZOy6fMk7q3XOzyd9TqRy6r-pg/view?usp=sharing"
289-
},
295+
}
290296
]
291297
},
292298
{
@@ -309,7 +315,7 @@ const achievementSection = {
309315
url: "https://coursera.org/share/f624df220cbd0abf2514f6802387acf3"
310316
}
311317
]
312-
},
318+
}
313319

314320
// {
315321
// title: "PWA Web App Developer",

0 commit comments

Comments
 (0)