Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hashirshoaeb committed Oct 15, 2021
1 parent d2b3015 commit 1f9e92c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/Intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const Intro = ({ title, description, image, buttons }) => {
</Link>
:
<Link key={index} href={value.link}>
<a className="btn btn-outline-primary my-1 mx-3">{value.title}</a>
<a target="_blank" rel="noreferrer" className="btn btn-outline-primary my-1 mx-3">{value.title}</a>
</Link>
))}
</div>
Expand Down
10 changes: 5 additions & 5 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const navigation = {
}
export const intro = {
title: "Hey, I'm Hashir",
description: "I’m Computer Engineer. I create mobile apps and static websites.",
description: "A Computer Engineer creating mobile apps and static websites.",
image: profile.src,
buttons: [
{
Expand All @@ -45,9 +45,9 @@ export const intro = {
export const about = {
title: "Who I am",
description: [
"I graduated from National University of Sciences and Technology (NUST) in 2020 with a degree in Computer Engineering. I kick started my professional career as mobile application developer working remotely for a UK based startup — Lessgo.",
"I graduated from National University of Sciences and Technology (NUST) in 2020 with a degree in Computer Engineering. I kick started my professional career as a mobile application developer working remotely for a UK based startup — Lessgo.",
"The tech industry is ever-evolving and I love being able to grow with it, while continually solidifying the fundamentals. I opensource my code from a place of empathy - for future developers, teammates, users, and with accessibility in mind. I also love joining communities, helping and mentoring new developers, and supporting organizations to promote diversity in tech. I’m sharing my programming journey on instagram, helping people who are just getting into the space of programming.",
"When I’m not programming, I focus on my hobbies which are: diary writting, doodling, meeting people and growing my network.",
"When I’m not programming, I focus on my hobbies which are: diary writing, doodling, meeting people and growing my network.",
],
}

Expand All @@ -56,12 +56,12 @@ export const work = {
cards: [
{
title: "Mobile App Development",
description: "I create pixel perfect iOS and Andriod apps. Using Flutter.",
description: "I create pixel perfect iOS and Andriod apps using Flutter.",
icons: null,
},
{
title: "Web Development",
description: "I create responsive static websites. Using Reactjs.",
description: "I create responsive static websites using Reactjs.",
icons: null,
}
],
Expand Down

0 comments on commit 1f9e92c

Please sign in to comment.