Skip to content

Commit

Permalink
Merge pull request #211 from johnchoi96/feature/gatech
Browse files Browse the repository at this point in the history
Updated gatech info
  • Loading branch information
johnchoi96 authored Aug 8, 2024
2 parents 8b79c46 + d57dca5 commit 8c959e5
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 114 deletions.
136 changes: 26 additions & 110 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"homepage": "https://johnchoi96.com/",
"dependencies": {
"-": "0.0.1",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"gh-pages": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/aboutpage/EducationTimeline.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function GeorgiaTech({ isDarkMode }) {
color: `${fontColorForBackground(techGold)}`
}}
contentArrowStyle={{ borderRight: `7px solid ${techGold}` }}
date='Starts 2024'
date='Aug 2024 - Present'
dateClassName={`${isDarkMode ? 'text-light' : 'text-dark'}`}
iconStyle={{
background: techGold,
Expand Down
2 changes: 1 addition & 1 deletion src/components/aboutpage/education_description.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ area most people think of when they hear the phrase “computer science.” It e
programming languages, software development (including coding practices), analysis,
testing and debugging, optimization, and scalability among many areas. Source: https://cse.osu.edu`

export const gatechDescription = `OMSCS Starting 2024. Specialization TBD.`
export const gatechDescription = `OMSCS Aug 2024 - Present. Computing Systems Specialization.`

0 comments on commit 8c959e5

Please sign in to comment.