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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ 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 senior with hefty experience in app development. Previously worked as a web developer at my university building tools to aid students and educators. Now working on an educational AI tool, designed to rethink interactions between college students and AI.",
25
+
message: "I'm a computer science senior with hefty experience in app development. Previously worked as a web developer at my university, where I built tools to support both students and educators. Currently, I'm developing an educational AI tool aimed at redefining how college students interact with AI.",
26
26
basedLocation: "Raleigh, NC",
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")
27
+
resumeLink: "https://docs.google.com/document/d/1mr9JHhWJVqSCHND39x3uYChWZ4YSUsW3/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: {
29
29
link: "images/initials.png",// use relative path from parent directory -> ex: images/image.ext
30
30
custom: true// takes precedence over image logo and allows for custom HTML logo (./components/Navbar.vue)
@@ -43,7 +43,7 @@ const socialMediaLinks = {
43
43
// --- 😎 About Section ---
44
44
constabout={
45
45
autobiography: [
46
-
"My name is Maxim Shelepov and I'm a computer science senior at North Carolina State University. I have a knack for solving problems and creating impactful software solutions. Through personal studies in high school I built my first every full-stack personal website maximshelepov.com. While in college, I worked as a web developer for my university IT team. After two years, I gained extensive experience in industry-grade software and knowledge of advanced app development practices.",
46
+
"My name is Maxim Shelepov and I'm a computer science senior at North Carolina State University. I have a knack for solving problems and creating impactful software solutions. Through personal studies in high school, I built my first every full-stack personal website maximshelepov.com. While in college, I worked as a web developer for my university's IT team, gaining extensive experience in industry-grade software and advanced app development practices.",
47
47
"Nowadays you can find me doing CS coursework (😅) or developing an app to tackle the next big challenge."
48
48
],// Separated items are paragraphs
49
49
techStack: [
@@ -250,13 +250,13 @@ const contact = {
250
250
externalLink: {
251
251
shortTitle: "Get in Touch",
252
252
note: [
253
-
"Currently seeking full-time software development positions in the Research Triangle Park or Buffalo NY area.",
253
+
"Actively seeking full-time software development positions as a May 2025 graduate.",
254
254
],// paragraph breaks will be entered after each item,
0 commit comments