Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aqil18 committed Oct 21, 2024
1 parent fc69340 commit ca92476
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
Binary file added src/assets/images/squareone_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/squareone_logo.webp
Binary file not shown.
Binary file added src/assets/images/ubc_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 25 additions & 25 deletions src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const illustration = {
};

const greeting = {
username: "Saad Pasta",
title: "Hi all, I'm Saad",
username: "Aqil Faizal",
title: "Hi all, I'm Aqil",
subTitle: emoji(
"A passionate Full Stack Software Developer 🚀 having an experience of building Web and Mobile applications with JavaScript / Reactjs / Nodejs / React Native and some other cool libraries and frameworks."
),
Expand All @@ -33,13 +33,13 @@ const greeting = {
// Social Media Links

const socialMediaLinks = {
github: "https://github.com/saadpasta",
linkedin: "https://www.linkedin.com/in/saadpasta/",
gmail: "saadpasta70@gmail.com",
gitlab: "https://gitlab.com/saadpasta",
facebook: "https://www.facebook.com/saad.pasta7",
medium: "https://medium.com/@saadpasta",
stackoverflow: "https://stackoverflow.com/users/10422806/saad-pasta",
github: "https://github.com/aqil18",
linkedin: "https://www.linkedin.com/in/aqil-f/",
gmail: "aqilfaizalali@gmail.com",
gitlab: "https://gitlab.com/blank",
facebook: "https://www.facebook.com/blank",
medium: "https://medium.com/@aqil18",
stackoverflow: "https://stackoverflow.com/users/10422806/blank",
// Instagram, Twitter and Kaggle are also supported in the links!
// To customize icons and social links, tweak src/components/SocialMedia
display: true // Set true to display this section, defaults to false
Expand Down Expand Up @@ -125,22 +125,22 @@ https://fontawesome.com/icons?d=gallery */
const educationInfo = {
display: true, // Set false to hide this section, defaults to true
schools: [
// {
// schoolName: "Harvard University",
// logo: require("./assets/images/harvardLogo.png"),
// subHeader: "Master of Science in Computer Science",
// duration: "September 2017 - April 2019",
// desc: "Participated in the research of XXX and published 3 papers.",
// descBullets: [
// "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
// "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
// ]
// },
{
schoolName: "Harvard University",
logo: require("./assets/images/harvardLogo.png"),
subHeader: "Master of Science in Computer Science",
duration: "September 2017 - April 2019",
desc: "Participated in the research of XXX and published 3 papers.",
descBullets: [
"Lorem ipsum dolor sit amet, consectetur adipiscing elit",
"Lorem ipsum dolor sit amet, consectetur adipiscing elit"
]
},
{
schoolName: "Stanford University",
logo: require("./assets/images/stanfordLogo.png"),
schoolName: "University of British Columbia",
logo: require("./assets/images/ubc_logo.jpg"),
subHeader: "Bachelor of Science in Computer Science",
duration: "September 2013 - April 2017",
duration: "September 2022 - April 2026",
desc: "Ranked top 10% in the program. Took courses about Software Engineering, Web Security, Operating Systems, ...",
descBullets: ["Lorem ipsum dolor sit amet, consectetur adipiscing elit"]
}
Expand Down Expand Up @@ -175,8 +175,8 @@ const workExperiences = {
experience: [
{
role: "Software Engineer",
company: "Facebook",
companylogo: require("./assets/images/facebookLogo.png"),
company: "Square One",
companylogo: require("./assets/images/squareone_logo.png"),
date: "June 2018 – Present",
desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
descBullets: [
Expand Down

0 comments on commit ca92476

Please sign in to comment.