Skip to content

Commit f25876b

Browse files
author
Maxim Shelepov
committed
CNAME to static folder and updates to content.
1 parent 16e09de commit f25876b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CNAME renamed to public/CNAME

File renamed without changes.

src/portfolio.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ 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 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.",
2626
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")
2828
logo: {
2929
link: "images/initials.png", // use relative path from parent directory -> ex: images/image.ext
3030
custom: true // takes precedence over image logo and allows for custom HTML logo (./components/Navbar.vue)
@@ -43,7 +43,7 @@ const socialMediaLinks = {
4343
// --- 😎 About Section ---
4444
const about = {
4545
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.",
4747
"Nowadays you can find me doing CS coursework (😅) or developing an app to tackle the next big challenge."
4848
], // Separated items are paragraphs
4949
techStack: [
@@ -250,13 +250,13 @@ const contact = {
250250
externalLink: {
251251
shortTitle: "Get in Touch",
252252
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.",
254254
], // paragraph breaks will be entered after each item,
255255
link: {
256-
email: "", // email takes precedance
256+
email: "mimaishel@gmail.com", // email takes precedance
257257
other: "https://forms.gle/W3MswTKsPWMxEbn58"
258258
},
259-
responseTimeMessage: "...and I'll respond within the next 24hrs"
259+
responseTimeMessage: ""
260260
},
261261
formEmbedLink: "" // inclusion of this link will take precedance
262262
}

0 commit comments

Comments
 (0)