Skip to content

Commit fbb5198

Browse files
author
Maxim Shelepov
committed
Updated portfolio.js
1 parent 3e745df commit fbb5198

File tree

2 files changed

+51
-49
lines changed

2 files changed

+51
-49
lines changed
19.2 KB
Loading

src/portfolio.js

Lines changed: 51 additions & 49 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 an educational AI tool as part of a Stealth Startup.",
25+
message: "I'm a CS Senior and an up-and-coming SWE 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 to rethink the college student and AI interaction.",
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: {
@@ -43,8 +43,8 @@ const socialMediaLinks = {
4343
// --- 😎 About Section ---
4444
const about = {
4545
autobiography: [
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 (😅) or working on a Stealth Startup that a CS peer and I founded."
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.",
47+
"Nowadays you can find me doing CS coursework or developing an educational AI tool to rethink the college student and AI interaction."
4848
], // Separated items are paragraphs
4949
techStack: [
5050
"PHP",
@@ -61,22 +61,6 @@ const about = {
6161

6262
// --- 🛡️ Experience Section ---
6363
const experiences = [
64-
{
65-
position: "SWE",
66-
company: {
67-
name: "Stealth Startup",
68-
link: "https://en.wikipedia.org/wiki/Stealth_startup"
69-
},
70-
duration: "July 2024 - Present",
71-
bulletPoints: [
72-
"Developing an educational tool to rethink the student-AI interaction. With a core principle to enhance learning and growth.",
73-
"More updates to come!"
74-
],
75-
hashtags: [
76-
"Python",
77-
"JS"
78-
]
79-
},
8064
{
8165
position: "Web Dev Intern",
8266
company: {
@@ -85,9 +69,9 @@ const experiences = [
8569
},
8670
duration: "Aug 2022 - Aug 2024",
8771
bulletPoints: [
88-
"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).",
89-
"Achieved 100+ github code contributions as an intern on the team.",
90-
"Significant contributions in rebuilding and modernizing the university digital sign manager and system. Transforming idea into a testable development application with tools for migrating to new system."
72+
"Supported the development and maintenance of university web applications over two years, improving user experience and developer efficiency using PHP, Laravel, SQL, Docker, and Vue.js.",
73+
"Made 350+ contributions to code repositories, including developing tools for email automation, research discovery, and AI-driven news sharing, which reduced operational time and led to higher user adoption.",
74+
"Laid the groundwork for the modernized campus digital signage system and management application which supports 360 digital signs and 50 different organizations on campus."
9175
],
9276
hashtags: [
9377
"Laravel",
@@ -99,35 +83,53 @@ const experiences = [
9983
"Tailwind"
10084
]
10185
},
102-
// Archived
103-
// {
104-
// position: "Math Tutor",
105-
// company: {
106-
// name: "Mathnasium",
107-
// link: "https://www.mathnasium.com"
108-
// },
109-
// duration: "Jan 2022 - Aug 2022",
110-
// bulletPoints: [
111-
// "Taught math to students elementary through high school covering topics from basic algebra to college-level calculus.",
112-
// "Directed the trajectory of the student's learning plan and math topic evaluation to facilitate success in their school math class.",
113-
// "Requested by many students and parents for routine weekly tutoring sessions in a system with a standard random weekly rotation."
114-
// ],
115-
// hashtags: [
116-
// "Calc 1-2",
117-
// "Algebra 1-3",
118-
// "Discrete Math",
119-
// "Statistics"
120-
// ]
121-
// }
86+
{
87+
position: "Math Tutor",
88+
company: {
89+
name: "Mathnasium",
90+
link: "https://www.mathnasium.com"
91+
},
92+
duration: "Jan 2022 - Aug 2022",
93+
bulletPoints: [
94+
"Provided math tutoring to students from elementary through high school, covering a range of topics from basic algebra to college-level calculus, using personalized teaching strategies.",
95+
"Designed and directed individualized learning plans, tailoring math topics evaluation to enhance understanding and improve performance in their school math classes."
96+
],
97+
hashtags: [
98+
"Calc 1-2",
99+
"Algebra 1-3",
100+
"Discrete Math",
101+
"Statistics"
102+
]
103+
}
122104
]
123105

124106
// --- 💻 Work Section ---
125107
const works = [
126108
{
127-
projectName: "Web Dev Portfolio Template",
109+
projectName: "EdTech AI Tool",
110+
yearCompleted: "2024",
111+
description: "Developed an educational tool in collaboration with a peer, to rethink the college student and AI interaction. With a core principle to enhance learning and personal growth. Responsible for UI, UX, and DB management with ongoing goal to complete version 1.0 in December 2024.",
112+
techStack: "Python, Vue.js",
113+
links: [
114+
// {
115+
// label: "",
116+
// type: "git",
117+
// url: "#"
118+
// },
119+
// {
120+
// label: "",
121+
// type: "external",
122+
// url: "#"
123+
// }
124+
],
125+
imageLink: "images/version_edtech_pic.png",
126+
alignLeft: false
127+
},
128+
{
129+
projectName: "Open-Source Developer Portfolio",
128130
yearCompleted: "2023",
129-
description: "Created an open source portfolio single page application template for any developer. Built with an intention of simple personal profile implementation and personal customization on top of the existing stack (Vue.js, HTML, Tailwind.css).",
130-
techStack: "Vue.js, Tailwind.css",
131+
description: "Designed and developed an open-sourced single page application template to help web developers create visually appealing personal portfolios, focusing on ease of use and customization. Built with Vue.js, JS, HTML, Tailwind CSS, the project achieved 27 stars and 14 forks on GitHub.",
132+
techStack: "Vue.js, JS, HTML, Tailwind.css",
131133
links: [
132134
{
133135
label: "",
@@ -164,15 +166,15 @@ const works = [
164166
alignLeft: false
165167
},
166168
{
167-
projectName: "Dynamic Portfolio Website",
169+
projectName: "Personal Portfolio App",
168170
yearCompleted: "2021",
169-
description: "Developed a personal portfolio website with Python backend using the Django web development framework. Incorporated HTML, CSS, and JavaScript to construct the frontend of the website.",
170-
techStack: "Django, Python, HTML, CSS, JS",
171+
description: "Built a dynamic, live-editable personal portfolio website with an admin dashboard for real-time updates. Developed using Django (Python) for the backend, and HTML, CSS, and JavaScript for the frontend, following the MVC architecture, which enhanced my full-stack development skills.",
172+
techStack: "Django, Python, HTML, CSS, Bootstrap4, JS",
171173
links: [
172174
{
173175
label: "",
174176
type: "external",
175-
url: "https://maximshelepov.com"
177+
url: "https://site--maximshelepov--6tkhqqjrq9c5.code.run"
176178
}
177179
],
178180
imageLink: "images/portfolio_pic.png",

0 commit comments

Comments
 (0)