Skip to content

Commit

Permalink
More instructions & updating portfolio.js content.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Shelepov committed Jun 22, 2023
1 parent b59d218 commit 445f16f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ These instructions will help you get the project up and running on your local ma
### Preparatory setup
You will need to install [Git](https://github.com/git-guides/install-git), [Node.js](https://nodejs.org/en/download), & [npm](https://www.npmjs.com/package/npm).

Using [brew](https://brew.sh) is recommended for mac users.

### Clone the repository
Using the installed global packages from the previous step...
```sh
Expand Down
15 changes: 8 additions & 7 deletions src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ const greeting = {
intro: "Hello, my name is Maxim Shelepov 👨🏻‍💻",
message: "I'm a web developer and a computer science student at NC State University",
basedLocation: "Raleigh, NC",
resumeLink: "https://drive.google.com/file/d/1SaE5LK4WsyN6DEYxzO3nGDf12Odrcefi/preview", // recommended: google drive pdf file preview link
// Recommended: Please use accurate sizing for the logo image asset as it will NOT be scaled (so if you want 200px x 100px logo, have an appropriately sized image to those dimensions) -> the scaling will be taken care off automatically.
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")
logoLink: "images/initials.png", // use relative path from parent directory -> ex: images/image.ext
portraitLink: 'images/portrait.jpg'
}
Expand All @@ -18,7 +17,7 @@ const socialMediaLinks = {
linkedin: "https://www.linkedin.com/in/maxim-shelepov1",
medium: "https://medium.com/@mimaishel",
stackoverflow: "https://stackoverflow.com/users/13826671/maxim"
}
} // to add any additional social media links check out the README or src/icons.js file

// About Section
const about = {
Expand Down Expand Up @@ -49,8 +48,9 @@ const experiences = [
},
duration: "Aug 2022 - Present",
bulletPoints: [
"Resolved issues, developed new features and tools for several NC State university web applications.",
"Simplified workflows for future testing and deployment of project repositories."
"Resolved issues and developed new tools within several university web applications (email automation, research discovery, educational resources, scheduling tools, and text-generative AI news sharing).",
"Achieved 100+ github code contributions as an intern on the team.",
"Currently rebuilding and modernizing the university digital sign manager and system."
],
hashtags: [
"Laravel",
Expand All @@ -70,8 +70,9 @@ const experiences = [
},
duration: "Jan 2022 - Aug 2022",
bulletPoints: [
"Helped students elementary through high school in mathematics via learning plan problems, HW help, and general questions.",
"Assisted in guiding the learning plan and assessment of students' knowledge."
"Taught math to students elementary through high school covering topics from basic algebra to college-level calculus.",
"Directed the trajectory of the student's learning plan and math topic evaluation to facilitate success in their school math class.",
"Requested by many students and parents for routine weekly tutoring sessions in a system with a standard random weekly rotation."
],
hashtags: [
"Calc 1-2",
Expand Down

0 comments on commit 445f16f

Please sign in to comment.