diff --git a/frontend/src/components/body/About.js b/frontend/src/components/body/About.js
index 1afb983..5e8358b 100644
--- a/frontend/src/components/body/About.js
+++ b/frontend/src/components/body/About.js
@@ -12,35 +12,33 @@ function About() {
}}
>
- {/* //if sx body1, else h5 */}
+ {/* todo if sx body1, else h5 */}
- Hi, glad to see you here! I'm a Master of Information Science student
- at the University of Pittsburgh, set to graduate in May 2024. I
- actually majored in Chemistry and Philosophy during my undergrad and
- have worked as a chemist for a brief period.
+ Hi, glad to see you here! I'm a Master of Information Science
+ student at the University of Pittsburgh, set to graduate in May 2024.
+ I actually majored in Chemistry and Philosophy during my undergrad at
+ Virginia Tech and have worked as a chemist for a brief period.
- But now, I'm transitioning into a career in data science and software
- development. I discovered that I enjoy programming and data analysis
- more than lab work, and compilers definitely provide faster feedback
- than a failed three-day experiment! Interestingly, one of my chemistry
- requirements courses introduced me to programming. Then I discovered
- the game Screeps, an MMO that
- uses JavaScript, which you code your own AI to play the game.
+ However, I'm now transitioning into a career in software
+ development. I've discovered a passion for programming, finding
+ it more rewarding than lab work. The immediate feedback of a compiler
+ is certainly preferable to a failed three-day experiment!
- Right now, I'm working to buff this tiny website up. The chat
- assistant on top should be running. I just haven't train it with my
- custom data using my own resume, story, and interview questions, yet.
+ Interestingly, my interest in programming stemmed from one of my
+ chemistry graduation requirements: intro to Java. Yep, even chemists
+ at Virginia Tech require programming skills. Later, I discovered the
+ MMO game Screeps. In this
+ game, you code your own AI bot (non-generative, of course) in
+ JavaScript to establish a base, mine resources, and build an army to
+ fight against other players. I found it fascinating, which is how I
+ got into programming.
- Right now, I'm working on improving this website. The chat assistant
- at the top is functional, but I still need to train it with my custom
- data, including my resume, stories, and interview questions I
- gathered.
-
-
- Feel free to reach out to me on linkedin or github. It's in the footer
+ I've spent quite a bit of time refining my AI chatbot. Feel free
+ to check it out in another tab! You can also connect with me on
+ LinkedIn using the icon in the top right.
diff --git a/package.json b/package.json
deleted file mode 100644
index 2da4319..0000000
--- a/package.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "lujia-cheng.github.io",
- "version": "1.0.0",
- "description": "personal website",
- "private": true,
- "scripts": {
- "dev": "concurrently \"npm run dev:frontend\" \"npm run dev:api\"",
- "dev:frontend": "cd frontend && npm start",
- "dev:api": "cd api-azure_function && func start",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Lujia-Cheng/lujia-cheng.github.io.git"
- },
- "keywords": [
- "website",
- "react",
- "azure-function"
- ],
- "author": "Luke Cheng (linkedin.com/in/luke-cheng)",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/Lujia-Cheng/lujia-cheng.github.io/issues"
- },
- "homepage": "https://github.com/Lujia-Cheng/lujia-cheng.github.io#readme",
- "dependencies": {
- "concurrently": "^8.2.2"
- }
-}
diff --git a/todo.md b/todo.md
index 9832e62..26dc187 100644
--- a/todo.md
+++ b/todo.md
@@ -1,7 +1,7 @@
# client
- [ ] refactor codes
-- [x] move all to all header related code to ./src/components/header, use ./src/components/header/index.js as the entry point
+- [x] move all to all header related code to ./src/components/header, use ./src/components/header/main.jsx as the entry point
- same with footer
- [ ] optimize Contexts