Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahidh96 committed Jul 26, 2024
2 parents 88ff1cd + 3bc25e1 commit 9df0594
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Nahidh Naseem Portfolio

Welcome to my portfolio website! You can view my portfolio by visiting [nahidh96.github.io](https://nahidh96.github.io) or [nahidhnaseem.netlify.app](https://nahidhnaseem.netlify.app).
Welcome to my portfolio website! You can view my portfolio by visiting [nahidh96.github.io](https://nahidh96.github.io) or [nahidhnaseem.netlify.app](https://nahidhnaseem.netlify.app), well, its still under development.

## About Me

I am Nahidh Naseem, a passionate web developer with a keen interest in creating visually appealing and user-friendly websites. I have experience in HTML, CSS, JavaScript, and various web frameworks.

## Projects

Here are some of the projects I have worked on:
Here are some of the projects I have worked on,:

1. Project 1: [Project Name](https://github.com/nahidh96/project1)
- Description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor, nunc id aliquam tincidunt, nisl nunc fringilla est, id aliquam tellus ligula id nunc.
Expand Down
Binary file added src/assets/images/agriconnect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 23 additions & 23 deletions src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ const illustration = {

const greeting = {
username: "Nahidh Naseem",
title: "Hello, I'm Nahidh",
title: "Hello, I'm Nahidh!",
subTitle: emoji(
"A passionate Full Stack Software Developer 🚀 with extensive experience in building Web and Mobile applications using PHP, MySQL, JavaScript, HTML, and various other modern libraries and frameworks."
),
resumeLink:
"https://drive.google.com/file/d/1ofFdKF_mqscH8WvXkSObnVvC9kK7Ldlu/view?usp=sharing", // Set to empty to hide the button
"https://drive.google.com/file/d/1yFm_LEttLE2LKyDnzGgv38ZTfsAgbAnU/view?usp=sharing", // Set to empty to hide the button
displayGreeting: true // Set false to hide this section, defaults to true
};

Expand All @@ -39,6 +39,7 @@ const socialMediaLinks = {
gitlab: "https://gitlab.com/Nahidh96/",
facebook: "https://www.facebook.com/nahidh_naseem/",
medium: "https://medium.com/@nahidhnaseem",
instagram: "https://www.instagram.com/nahidh_naseem/",
stackoverflow: "https://stackoverflow.com/users/22455147/nahidh-naseem",
// Instagram, Twitter and Kaggle are also supported in the links!
// To customize icons and social links, tweak src/components/SocialMedia
Expand Down Expand Up @@ -131,8 +132,7 @@ const educationInfo = {
subHeader: "Student",
duration: "Ongoing",
desc: [
"Innovator of the year 2021.",
"Innovator of the year 2023."
"Innovator of the year 2021."
],
descBullets: [
"Developed a revolutionary mixer powered by magnets",
Expand Down Expand Up @@ -169,18 +169,7 @@ const workExperiences = {
display: true, //Set it to true to show workExperiences Section
experience: [
{
role: "Software Engineer",
company: "Facebook",
companylogo: require("./assets/images/facebookLogo.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: [
"Lorem ipsum dolor sit amet, consectetur adipiscing elit",
"Lorem ipsum dolor sit amet, consectetur adipiscing elit"
]
},
{
role: "Campus Student Developer",
role: "Student Developer",
company: "GitHub",
companylogo: require("./assets/images/githubLogo.png"),
date: "July 2024 – Ongoing",
Expand All @@ -200,30 +189,41 @@ const openSource = {
// Some big projects you have worked on

const bigProjects = {
title: "Big Projects",
title: "Main Projects",
subtitle: "STARTUPS AND COMPANIES I CREATED / DEVELOPED / HELPED",
projects: [
{
image: require("./assets/images/saayaHealthLogo.webp"),
projectName: "AgriConnect - CEO",
image: require("./assets/images/agriconnect.png"),
projectName: "AgriConnect - CEO, Founder, Developer",
projectDesc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
footerLink: [
{
name: "Visit Website",
url: "http://agriconnect.lk/"
url: "#"
}
// you can add extra buttons here.

]
},
{
image: require("./assets/images/nextuLogo.webp"),
projectName: "360 Labs",
projectName: "Base Hospital Gampola",
projectDesc: "Please Ignore the UI/UX, this was 5 years ago",
footerLink: [
{
name: "Visit Website",
url: "http://bhgampola.health.gov.lk/"
}
]
},
{
image: require("./assets/images/nextuLogo.webp"),
projectName: "StudyGuideEdu",
projectDesc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
footerLink: [
{
name: "Visit Website",
url: "http://nextu.se/"
url: "#"
}
]
}
Expand Down Expand Up @@ -269,7 +269,7 @@ const achievementSection = {
imageAlt: "Google Assistant Action Logo",
footerLink: [
{
name: "View Google Assistant Action",
name: "View Certificate",
url: "https://assistant.google.com/services/a/uid/000000100ee688ee?hl=en"
}
]
Expand Down

0 comments on commit 9df0594

Please sign in to comment.