Skip to content

Commit 4c04c42

Browse files
committed
first edit
1 parent f16db7c commit 4c04c42

File tree

2 files changed

+35
-84
lines changed

2 files changed

+35
-84
lines changed

src/assets/images/ctae-logo.png

259 KB
Loading

src/portfolio.js

Lines changed: 35 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import emoji from "react-easy-emoji";
66
import splashAnimation from "./assets/lottie/splashAnimation"; // Rename to your file name for custom animation
77

8+
89
// Splash Screen
910

1011
const splashScreen = {
@@ -20,26 +21,27 @@ const illustration = {
2021
};
2122

2223
const greeting = {
23-
username: "Saad Pasta",
24-
title: "Hi all, I'm Saad",
24+
username: "Aniket Mishra",
25+
title: "Hi all, I'm Aniket",
2526
subTitle: emoji(
26-
"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."
27+
"A passionate Android Developer 🚀 having an experience of building Mobile applications with Koltin Jetpack Compose, and yes I am also a pythonist 🐍."
2728
),
2829
resumeLink:
29-
"https://drive.google.com/file/d/1ofFdKF_mqscH8WvXkSObnVvC9kK7Ldlu/view?usp=sharing", // Set to empty to hide the button
30+
"", // Set to empty to hide the button
3031
displayGreeting: true // Set false to hide this section, defaults to true
3132
};
3233

3334
// Social Media Links
3435

3536
const socialMediaLinks = {
36-
github: "https://github.com/saadpasta",
37-
linkedin: "https://www.linkedin.com/in/saadpasta/",
38-
39-
gitlab: "https://gitlab.com/saadpasta",
40-
facebook: "https://www.facebook.com/saad.pasta7",
41-
medium: "https://medium.com/@saadpasta",
42-
stackoverflow: "https://stackoverflow.com/users/10422806/saad-pasta",
37+
github: "https://github.com/aniketmishr",
38+
linkedin: "https://www.linkedin.com/in/aniketmishr/",
39+
40+
gitlab: "",
41+
facebook: "",
42+
medium: "https://medium.com/@aniket_mishr",
43+
stackoverflow: "",
44+
twitter: "https://twitter.com/@aniket_mishr",
4345
// Instagram, Twitter and Kaggle are also supported in the links!
4446
// To customize icons and social links, tweak src/components/SocialMedia
4547
display: true // Set true to display this section, defaults to false
@@ -49,14 +51,14 @@ const socialMediaLinks = {
4951

5052
const skillsSection = {
5153
title: "What I do",
52-
subTitle: "CRAZY FULL STACK DEVELOPER WHO WANTS TO EXPLORE EVERY TECH STACK",
54+
subTitle: "A Developer wwho loves crafting exceptional products and seeks to venture into a vast world of technology",
5355
skills: [
5456
emoji(
55-
"⚡ Develop highly interactive Front end / User Interfaces for your web and mobile applications"
57+
"⚡ Develop innovative and interactive mobile application"
5658
),
57-
emoji("⚡ Progressive Web Applications ( PWA ) in normal and SPA Stacks"),
59+
emoji("⚡ Building services and products from first principle"),
5860
emoji(
59-
"⚡ Integration of third party services such as Firebase/ AWS / Digital Ocean"
61+
"⚡ Develop Desktop app with python"
6062
)
6163
],
6264

@@ -65,57 +67,17 @@ https://fontawesome.com/icons?d=gallery */
6567

6668
softwareSkills: [
6769
{
68-
skillName: "html-5",
69-
fontAwesomeClassname: "fab fa-html5"
70-
},
71-
{
72-
skillName: "css3",
73-
fontAwesomeClassname: "fab fa-css3-alt"
74-
},
75-
{
76-
skillName: "sass",
77-
fontAwesomeClassname: "fab fa-sass"
78-
},
79-
{
80-
skillName: "JavaScript",
81-
fontAwesomeClassname: "fab fa-js"
82-
},
83-
{
84-
skillName: "reactjs",
85-
fontAwesomeClassname: "fab fa-react"
86-
},
87-
{
88-
skillName: "nodejs",
89-
fontAwesomeClassname: "fab fa-node"
90-
},
91-
{
92-
skillName: "swift",
93-
fontAwesomeClassname: "fab fa-swift"
94-
},
95-
{
96-
skillName: "npm",
97-
fontAwesomeClassname: "fab fa-npm"
70+
skillName: "Android",
71+
fontAwesomeClassname: "fab fa-android"
9872
},
9973
{
10074
skillName: "sql-database",
10175
fontAwesomeClassname: "fas fa-database"
10276
},
103-
{
104-
skillName: "aws",
105-
fontAwesomeClassname: "fab fa-aws"
106-
},
107-
{
108-
skillName: "firebase",
109-
fontAwesomeClassname: "fas fa-fire"
110-
},
11177
{
11278
skillName: "python",
11379
fontAwesomeClassname: "fab fa-python"
11480
},
115-
{
116-
skillName: "docker",
117-
fontAwesomeClassname: "fab fa-docker"
118-
}
11981
],
12082
display: true // Set false to hide this section, defaults to true
12183
};
@@ -126,23 +88,12 @@ const educationInfo = {
12688
display: true, // Set false to hide this section, defaults to true
12789
schools: [
12890
{
129-
schoolName: "Harvard University",
130-
logo: require("./assets/images/harvardLogo.png"),
131-
subHeader: "Master of Science in Computer Science",
132-
duration: "September 2017 - April 2019",
133-
desc: "Participated in the research of XXX and published 3 papers.",
134-
descBullets: [
135-
"Lorem ipsum dolor sit amet, consectetur adipiscing elit",
136-
"Lorem ipsum dolor sit amet, consectetur adipiscing elit"
137-
]
138-
},
139-
{
140-
schoolName: "Stanford University",
141-
logo: require("./assets/images/stanfordLogo.png"),
142-
subHeader: "Bachelor of Science in Computer Science",
143-
duration: "September 2013 - April 2017",
144-
desc: "Ranked top 10% in the program. Took courses about Software Engineering, Web Security, Operating Systems, ...",
145-
descBullets: ["Lorem ipsum dolor sit amet, consectetur adipiscing elit"]
91+
schoolName: "College of Technology and Engineering",
92+
logo: require("./assets/images/ctae-logo.png"),
93+
subHeader: "Bachelors in Artifical Intelligence & Data Science Engineering",
94+
duration: "August 2023 - September 2027",
95+
desc: "Currently in 1st year ",
96+
descBullets: []
14697
}
14798
]
14899
};
@@ -171,7 +122,7 @@ const techStack = {
171122
// Work experience section
172123

173124
const workExperiences = {
174-
display: true, //Set it to true to show workExperiences Section
125+
display: false, //Set it to true to show workExperiences Section
175126
experience: [
176127
{
177128
role: "Software Engineer",
@@ -239,7 +190,7 @@ const bigProjects = {
239190
]
240191
}
241192
],
242-
display: true // Set false to hide this section, defaults to true
193+
display: false // Set false to hide this section, defaults to true
243194
};
244195

245196
// Achievement Section
@@ -300,7 +251,7 @@ const achievementSection = {
300251
]
301252
}
302253
],
303-
display: true // Set false to hide this section, defaults to true
254+
display: false // Set false to hide this section, defaults to true
304255
};
305256

306257
// Blogs Section
@@ -324,7 +275,7 @@ const blogSection = {
324275
"React is a JavaScript library for building User Interface. It is maintained by Facebook and a community of individual developers and companies."
325276
}
326277
],
327-
display: true // Set false to hide this section, defaults to true
278+
display: false // Set false to hide this section, defaults to true
328279
};
329280

330281
// Talks Sections
@@ -343,7 +294,7 @@ const talkSection = {
343294
event_url: "https://www.facebook.com/events/2339906106275053/"
344295
}
345296
],
346-
display: true // Set false to hide this section, defaults to true
297+
display: false // Set false to hide this section, defaults to true
347298
};
348299

349300
// Podcast Section
@@ -356,25 +307,25 @@ const podcastSection = {
356307
podcast: [
357308
"https://anchor.fm/codevcast/embed/episodes/DevStory---Saad-Pasta-from-Karachi--Pakistan-e9givv/a-a15itvo"
358309
],
359-
display: true // Set false to hide this section, defaults to true
310+
display: false // Set false to hide this section, defaults to true
360311
};
361312

362313
const contactInfo = {
363314
title: emoji("Contact Me ☎️"),
364315
subtitle:
365316
"Discuss a project or just want to say hi? My Inbox is open for all.",
366-
number: "+92-0000000000",
367-
email_address: "saadpasta70@gmail.com"
317+
number: "",
318+
email_address: "aniketmishra3476@gmail.com"
368319
};
369320

370321
// Twitter Section
371322

372323
const twitterDetails = {
373-
userName: "twitter", //Replace "twitter" with your twitter username without @
324+
userName: "aniket_mishr", //Replace "twitter" with your twitter username without @
374325
display: true // Set true to display this section, defaults to false
375326
};
376327

377-
const isHireable = false; // Set false if you are not looking for a job. Also isHireable will be display as Open for opportunities: Yes/No in the GitHub footer
328+
const isHireable = true; // Set false if you are not looking for a job. Also isHireable will be display as Open for opportunities: Yes/No in the GitHub footer
378329

379330
export {
380331
illustration,

0 commit comments

Comments
 (0)