Skip to content

Commit 6e1ee3d

Browse files
2 parents 1d32e0d + c12796e commit 6e1ee3d

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
@@ -49,23 +49,30 @@ const socialMediaLinks = {
4949

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

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

68-
softwareSkills: [
75+
softwareSkills: [
6976
{
7077
skillName: "Python",
7178
fontAwesomeClassname: "fab fa-python"
@@ -132,13 +139,13 @@ const educationInfo = {
132139
schoolName: "University of London",
133140
logo: require("./assets/images/uolLogo.png"),
134141
subHeader: "BSc Computer Science (Hons)",
135-
duration: "October 2021 - September 2024",
142+
duration: "October 2021 - September 2024"
136143
// desc: "Participated in the research of XXX and published 3 papers.",
137144
// descBullets: [
138145
// "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
139146
// "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
140147
// ]
141-
},
148+
}
142149
// {
143150
// schoolName: "Whales College",
144151
// logo: require("./assets/images/stanfordLogo.png"),
@@ -183,7 +190,6 @@ const techStack = {
183190
displayCodersrank: false // Set true to display codersrank badges section
184191
};
185192

186-
187193
// Work experience section
188194

189195
const workExperiences = {
@@ -210,7 +216,7 @@ const workExperiences = {
210216
"Scraped data for 75+ countries, including visa requirements, high-paying professions, living expenses, and opportunities.",
211217
"Transformed data into a consistent format for seamless country comparisons."
212218
]
213-
},
219+
}
214220
// {
215221
// role: "Software Engineer Intern",
216222
// company: "Airbnb",
@@ -285,7 +291,7 @@ const achievementSection = {
285291
{
286292
name: "Certificate",
287293
url: "https://drive.google.com/file/d/1aM0GBJZZOy6fMk7q3XOzyd9TqRy6r-pg/view?usp=sharing"
288-
},
294+
}
289295
]
290296
},
291297
{
@@ -308,7 +314,7 @@ const achievementSection = {
308314
url: "https://coursera.org/share/f624df220cbd0abf2514f6802387acf3"
309315
}
310316
]
311-
},
317+
}
312318

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

0 commit comments

Comments
 (0)