You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/portfolio.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ const splashScreen = true // recommended: for best behavior after refresh
22
22
constgreeting={
23
23
intro: "Hello 👋, my name is",
24
24
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.",
26
26
basedLocation: "Raleigh, NC",
27
27
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")
28
28
logo: {
@@ -44,7 +44,7 @@ const socialMediaLinks = {
44
44
constabout={
45
45
autobiography: [
46
46
"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."
0 commit comments