Skip to content

Commit 64174ea

Browse files
author
Maxim Shelepov
committed
Gotta love basic grammar mistakes.
1 parent 5c0f6c4 commit 64174ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/portfolio.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const splashScreen = true // recommended: for best behavior after refresh
2222
const greeting = {
2323
intro: "Hello 👋, my name is",
2424
name: "Maxim Shelepov",
25-
message: "I'm a computer science student and an up-and-coming software engineer. Previously worked as a web developer at my university building tools to aid students and educators. Now working on a educational AI tool as part of a Stealth Startup.",
25+
message: "I'm a computer science student and an up-and-coming software engineer. Previously worked as a web developer at my university building tools to aid students and educators. Now working on an educational AI tool as part of a Stealth Startup.",
2626
basedLocation: "Raleigh, NC",
2727
resumeLink: "https://docs.google.com/document/d/1Sa_sK3RMusoezzgzxu8LkV16i2Jra2qd/edit?usp=sharing&ouid=113657039181859132688&rtpof=true&sd=true", // recommended: google drive file share link (change to "anyone on the internet can view")
2828
logo: {
@@ -44,7 +44,7 @@ const socialMediaLinks = {
4444
const about = {
4545
autobiography: [
4646
"My name is Maxim Shelepov and I'm a computer science student at North Carolina State University. I have a knack for solving problems and creating impactful software solutions. Having worked in web development as part of my university IT team, I gained beyond surface-level experience in Laravel and the PHP universe. Through personal studies while in high school, I built my first every full-stack personal website maximshelepov.com using Django.",
47-
"Nowadays you can find me doing CS coursework (😅 sad but true) or working on a Stealth Startup that me and a CS peer founded."
47+
"Nowadays you can find me doing CS coursework (😅) or working on a Stealth Startup that a CS peer and I founded."
4848
], // Separated items are paragraphs
4949
techStack: [
5050
"PHP",
@@ -64,7 +64,7 @@ const experiences = [
6464
{
6565
position: "SWE",
6666
company: {
67-
name: "Steal Startup",
67+
name: "Stealth Startup",
6868
link: "https://en.wikipedia.org/wiki/Stealth_startup"
6969
},
7070
duration: "July 2024 - Present",
@@ -254,7 +254,7 @@ const contact = {
254254
email: "", // email takes precedance
255255
other: "https://forms.gle/W3MswTKsPWMxEbn58"
256256
},
257-
responseTimeMessage: "...and I'll resopnd within the next 24hrs"
257+
responseTimeMessage: "...and I'll respond within the next 24hrs"
258258
},
259259
formEmbedLink: "" // inclusion of this link will take precedance
260260
}

0 commit comments

Comments
 (0)