Compare commits

...

47 Commits

Author SHA1 Message Date
ab9044651c Merge pull request #1 from tymur999/articles-canvas
Some checks failed
Azure Static Web Apps CI/CD / Build and Deploy Job (push) Failing after 2m0s
Azure Static Web Apps CI/CD / Close Pull Request Job (push) Has been skipped
/ image_build (push) Failing after 6m25s
articles canvas mode
2026-04-13 01:27:05 -05:00
0aa0cc72a7 articles canvas mode 2026-04-13 01:26:21 -05:00
8c47404d02 introduce sun 2026-04-12 21:28:54 -05:00
3187ff439b add welcome to canvas 2026-04-12 15:53:01 -05:00
c0dc4eaca4 remove menu 2026-04-12 14:54:53 -05:00
0787ece69f wrap-reverse and backdrop blur 2026-04-12 13:11:30 -05:00
7bf6ea44c5 georgia tech review article 2026-04-11 15:53:31 -05:00
0513ff5585 query param reader 2026-04-11 14:37:31 -05:00
144a81f8a4 list and reader widened 2026-04-11 14:00:47 -05:00
42281ca58e general optimizations: date; preload textures 2026-04-10 18:15:48 -05:00
df7e0333fe build docker image and push 2026-04-10 15:57:30 -05:00
9276918313 fix reader horizontal scroll 2026-04-10 15:53:50 -05:00
ebf1435dec add jupiter rings 2026-04-10 15:46:13 -05:00
cddce94945 remove webpack manifest plugin 2026-04-10 14:42:24 -05:00
c810952feb webp planets 2026-04-10 14:40:44 -05:00
544becce29 slightly larger reader 2026-04-09 20:18:06 -05:00
cf0dd009e6 remove public url in html 2026-04-09 19:06:47 -05:00
2313b37550 update README 2026-04-09 18:53:05 -05:00
57d4d29e72 reduce menu size to match canvas 2026-04-09 18:46:22 -05:00
66939367b7 reduce canvas size 2026-04-09 18:44:05 -05:00
d365a92ac6 preload textures; fix article font size 2026-04-09 18:41:16 -05:00
4ce983a7e8 remove nav animation 2026-04-09 18:16:38 -05:00
073a270c74 switch jpeg to webp where possible 2026-04-09 18:14:56 -05:00
2e1c4da22d Reapply "add fade to pages and canvas duration"
This reverts commit 92a78a1178.
2026-04-09 18:13:54 -05:00
92a78a1178 Revert "add fade to pages and canvas duration"
This reverts commit 5bcc960704.
2026-04-09 17:01:54 -05:00
5bcc960704 add fade to pages and canvas duration 2026-04-09 16:57:15 -05:00
d06e45847e Add tooltip and fix scroll 2026-04-09 16:45:51 -05:00
40402267e1 Add github link 2026-04-09 15:23:33 -05:00
a8904c1c46 new textures on home page 2026-04-09 15:23:26 -05:00
9a7eb6999a update manifest.json and html title 2026-04-08 19:36:14 -05:00
626e5f2130 github pages -> azure 2026-04-08 19:29:22 -05:00
64a5bac02c Update static web app route configuration 2026-04-08 19:19:13 -05:00
3b01218fe9 Update static web app route configuration 2026-04-08 19:09:09 -05:00
054c6a8067 Delete static web app route configuration 2026-04-08 19:08:27 -05:00
bf20391e3d Update static web app route configuration 2026-04-08 19:07:50 -05:00
605d27d546 Update static web app route configuration 2026-04-08 19:06:26 -05:00
7a484672da ci: add Azure Static Web Apps workflow file
on-behalf-of: @Azure opensource@microsoft.com
2026-04-08 19:03:32 -05:00
501c195d79 add close button reader 2026-04-08 16:26:37 -05:00
eb07af78b2 remove webpack action 2026-04-08 14:33:15 -05:00
2f34411338 Merge remote-tracking branch 'origin/master' 2026-04-08 14:32:44 -05:00
b255fe9df7 fix hidden bar on about page 2026-04-08 14:32:28 -05:00
c7e86b9f67 Add npm build step and update artifact path 2026-04-08 14:28:23 -05:00
90f6509272 Add GitHub Actions workflow for Node.js with Webpack 2026-04-08 14:26:07 -05:00
eccdea5013 high school blog completed 2026-04-08 13:59:05 -05:00
98ecd4e984 fix name not absolute 2026-04-07 21:36:25 -05:00
c2ae195cb8 first blog more written 2026-04-07 21:24:58 -05:00
fdbc4b1ed8 github pages script 2026-04-07 19:52:47 -05:00
74 changed files with 1001 additions and 447 deletions

View File

@@ -0,0 +1,58 @@
name: Azure Static Web Apps CI/CD
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- master
jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
name: Build and Deploy Job
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
with:
submodules: true
lfs: false
- name: Install OIDC Client from Core Package
run: npm install @actions/core@1.6.0 @actions/http-client
- name: Get Id Token
uses: actions/github-script@v6
id: idtoken
with:
script: |
const coredemo = require('@actions/core')
return await coredemo.getIDToken()
result-encoding: string
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ZEALOUS_BEACH_0993C4810 }}
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "build" # Built app content directory - optional
github_id_token: ${{ steps.idtoken.outputs.result }}
###### End of Repository/Build Configurations ######
close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on: ubuntu-latest
name: Close Pull Request Job
steps:
- name: Close Pull Request
id: closepullrequest
uses: Azure/static-web-apps-deploy@v1
with:
action: "close"

View File

@@ -4,22 +4,28 @@ on:
jobs:
image_build:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Docker buildx setup
uses: docker/setup-buildx-action@v3
- name: Gitea OCI repo login
uses: docker/login-action@v3
with:
registry: gitea.tymur999.com
registry: ghcr.io
username: tymur999
password: ${{ secrets.OCI_REPO_KEY }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push rqbit
- name: Build and push tymur999.com
uses: docker/build-push-action@v6
with:
push: true
tags: |
gitea.tymur999.com/tymur999/blog:latest
gitea.tymur999.com/tymur999/blog:nightly
gitea.tymur999.com/tymur999/blog:${{ github.sha }}
ghcr.io/tymur999/blog:latest
ghcr.io/tymur999/blog:nightly
ghcr.io/tymur999/blog:${{ github.sha }}

View File

@@ -1,46 +1,11 @@
# Getting Started with Create React App
# Welcome to my [personal website](https://tymur999.com)
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## My name is Tymur Arsentiev, and I'm a SEP Intern at JPMorganChase.
I was born in Ukraine, but moved to Chicago when I was 4. I'm studying Computer Science at Georgia Tech, which is in Atlanta.
## Available Scripts
I made this personal website to showcase my skills and serve as my own blog.
This website is an ejected create-react-app made with React, Typescript, Sass, MDX, and Three.js.
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you cant go back!**
If you arent satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.
You dont have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
There is no backend at all, so all the blog articles are served from a Typescript file.
All articles are written in MDX to be compatible with React.
Yet another site that proves programmers have their midlife crisis and decide to make their own blog.

437
package-lock.json generated
View File

@@ -15,7 +15,9 @@
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.2.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"motion": "^12.34.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
@@ -62,8 +64,7 @@
"typescript": "^5.9.3",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3",
"webpack-manifest-plugin": "^6.0.1"
"webpack-dev-server": "^5.2.3"
}
},
"node_modules/@adobe/css-tools": {
@@ -2110,7 +2111,6 @@
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/@dimforge/rapier3d-compat/-/rapier3d-compat-0.12.0.tgz",
"integrity": "sha512-uekIGetywIgopfD97oDL5PfeezkFpNhwlzlaEYNOA0N6ghdsOvh/HYjSMek5Q2O1PYvRSDFcqFVJl4r4ZBwOow==",
"dev": true,
"license": "Apache-2.0"
},
"node_modules/@discoveryjs/json-ext": {
@@ -2845,6 +2845,24 @@
"react": ">=16"
}
},
"node_modules/@mediapipe/tasks-vision": {
"version": "0.10.17",
"resolved": "https://registry.npmjs.org/@mediapipe/tasks-vision/-/tasks-vision-0.10.17.tgz",
"integrity": "sha512-CZWV/q6TTe8ta61cZXjfnnHsfWIdFhms03M9T7Cnd5y2mdpylJM0rF1qRq+wsQVRMLz1OYPVEBU9ph2Bx8cxrg==",
"license": "Apache-2.0"
},
"node_modules/@monogrid/gainmap-js": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@monogrid/gainmap-js/-/gainmap-js-3.4.0.tgz",
"integrity": "sha512-2Z0FATFHaoYJ8b+Y4y4Hgfn3FRFwuU5zRrk+9dFWp4uGAdHGqVEdP7HP+gLA3X469KXHmfupJaUbKo1b/aDKIg==",
"license": "MIT",
"dependencies": {
"promise-worker-transferable": "^1.0.4"
},
"peerDependencies": {
"three": ">= 0.159.0"
}
},
"node_modules/@noble/hashes": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz",
@@ -3389,6 +3407,46 @@
}
}
},
"node_modules/@react-three/drei": {
"version": "10.7.7",
"resolved": "https://registry.npmjs.org/@react-three/drei/-/drei-10.7.7.tgz",
"integrity": "sha512-ff+J5iloR0k4tC++QtD/j9u3w5fzfgFAWDtAGQah9pF2B1YgOq/5JxqY0/aVoQG5r3xSZz0cv5tk2YuBob4xEQ==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.26.0",
"@mediapipe/tasks-vision": "0.10.17",
"@monogrid/gainmap-js": "^3.0.6",
"@use-gesture/react": "^10.3.1",
"camera-controls": "^3.1.0",
"cross-env": "^7.0.3",
"detect-gpu": "^5.0.56",
"glsl-noise": "^0.0.0",
"hls.js": "^1.5.17",
"maath": "^0.10.8",
"meshline": "^3.3.1",
"stats-gl": "^2.2.8",
"stats.js": "^0.17.0",
"suspend-react": "^0.1.3",
"three-mesh-bvh": "^0.8.3",
"three-stdlib": "^2.35.6",
"troika-three-text": "^0.52.4",
"tunnel-rat": "^0.1.2",
"use-sync-external-store": "^1.4.0",
"utility-types": "^3.11.0",
"zustand": "^5.0.1"
},
"peerDependencies": {
"@react-three/fiber": "^9.0.0",
"react": "^19",
"react-dom": "^19",
"three": ">=0.159"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
}
}
},
"node_modules/@react-three/fiber": {
"version": "9.5.0",
"resolved": "https://registry.npmjs.org/@react-three/fiber/-/fiber-9.5.0.tgz",
@@ -3437,6 +3495,32 @@
}
}
},
"node_modules/@react-three/postprocessing": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@react-three/postprocessing/-/postprocessing-3.0.4.tgz",
"integrity": "sha512-e4+F5xtudDYvhxx3y0NtWXpZbwvQ0x1zdOXWTbXMK6fFLVDd4qucN90YaaStanZGS4Bd5siQm0lGL/5ogf8iDQ==",
"license": "MIT",
"dependencies": {
"maath": "^0.6.0",
"n8ao": "^1.9.4",
"postprocessing": "^6.36.6"
},
"peerDependencies": {
"@react-three/fiber": "^9.0.0",
"react": "^19.0",
"three": ">= 0.156.0"
}
},
"node_modules/@react-three/postprocessing/node_modules/maath": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/maath/-/maath-0.6.0.tgz",
"integrity": "sha512-dSb2xQuP7vDnaYqfoKzlApeRcR2xtN8/f7WV/TMAkBC8552TwTLtOO0JTcSygkYMjNDPoo6V01jTw/aPi4JrMw==",
"license": "MIT",
"peerDependencies": {
"@types/three": ">=0.144.0",
"three": ">=0.144.0"
}
},
"node_modules/@svgr/babel-plugin-add-jsx-attribute": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz",
@@ -3906,7 +3990,6 @@
"version": "23.1.3",
"resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-23.1.3.tgz",
"integrity": "sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/aria-query": {
@@ -3968,6 +4051,12 @@
"@types/ms": "*"
}
},
"node_modules/@types/draco3d": {
"version": "1.4.10",
"resolved": "https://registry.npmjs.org/@types/draco3d/-/draco3d-1.4.10.tgz",
"integrity": "sha512-AX22jp8Y7wwaBgAixaSvkoG4M/+PlAcm3Qs4OW8yT9DM4xUpWKeFhLueTAyZF39pviAdcDdeJoACapiAceqNcw==",
"license": "MIT"
},
"node_modules/@types/eslint": {
"version": "8.56.12",
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz",
@@ -4383,6 +4472,12 @@
"undici-types": "~7.18.0"
}
},
"node_modules/@types/offscreencanvas": {
"version": "2019.7.3",
"resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.3.tgz",
"integrity": "sha512-ieXiYmgSRXUDeOntE1InxjWyvEelZGP63M+cGuquuRLuIKKT1osnkXjxev9B7d1nXSug5vpunx+gNlbVxMlC9A==",
"license": "MIT"
},
"node_modules/@types/parse-json": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
@@ -4503,14 +4598,12 @@
"version": "0.17.4",
"resolved": "https://registry.npmjs.org/@types/stats.js/-/stats.js-0.17.4.tgz",
"integrity": "sha512-jIBvWWShCvlBqBNIZt0KAshWpvSjhkwkEu4ZUcASoAvhmrgAUI2t1dXrjSL4xXVLB4FznPrIsX3nKXFl/Dt4vA==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/three": {
"version": "0.183.1",
"resolved": "https://registry.npmjs.org/@types/three/-/three-0.183.1.tgz",
"integrity": "sha512-f2Pu5Hrepfgavttdye3PsH5RWyY/AvdZQwIVhrc4uNtvF7nOWJacQKcoVJn0S4f0yYbmAE6AR+ve7xDcuYtMGw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@dimforge/rapier3d-compat": "~0.12.0",
@@ -4559,6 +4652,24 @@
"dev": true,
"license": "ISC"
},
"node_modules/@use-gesture/core": {
"version": "10.3.1",
"resolved": "https://registry.npmjs.org/@use-gesture/core/-/core-10.3.1.tgz",
"integrity": "sha512-WcINiDt8WjqBdUXye25anHiNxPc0VOrlT8F6LLkU6cycrOGUDyY/yyFmsg3k8i5OLvv25llc0QC45GhR/C8llw==",
"license": "MIT"
},
"node_modules/@use-gesture/react": {
"version": "10.3.1",
"resolved": "https://registry.npmjs.org/@use-gesture/react/-/react-10.3.1.tgz",
"integrity": "sha512-Yy19y6O2GJq8f7CHf7L0nxL8bf4PZCPaVOCgJrusOeFHY1LvHgYXnmnXg6N5iwAnbgbZCDjo60SiM6IPJi9C5g==",
"license": "MIT",
"dependencies": {
"@use-gesture/core": "10.3.1"
},
"peerDependencies": {
"react": ">= 16.8.0"
}
},
"node_modules/@webassemblyjs/ast": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz",
@@ -4724,7 +4835,6 @@
"version": "0.1.69",
"resolved": "https://registry.npmjs.org/@webgpu/types/-/types-0.1.69.tgz",
"integrity": "sha512-RPmm6kgRbI8e98zSD3RVACvnuktIja5+yLgDAkTmxLr90BEwdTXRQWNLF3ETTTyH/8mKhznZuN5AveXYFEsMGQ==",
"dev": true,
"license": "BSD-3-Clause"
},
"node_modules/@webpack-cli/configtest": {
@@ -5294,6 +5404,15 @@
"dev": true,
"license": "MIT"
},
"node_modules/bidi-js": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz",
"integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==",
"license": "MIT",
"dependencies": {
"require-from-string": "^2.0.2"
}
},
"node_modules/big.js": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
@@ -5580,6 +5699,19 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/camera-controls": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/camera-controls/-/camera-controls-3.1.2.tgz",
"integrity": "sha512-xkxfpG2ECZ6Ww5/9+kf4mfg1VEYAoe9aDSY+IwF0UEs7qEzwy0aVRfs2grImIECs/PoBtWFrh7RXsQkwG922JA==",
"license": "MIT",
"engines": {
"node": ">=22.0.0",
"npm": ">=10.5.1"
},
"peerDependencies": {
"three": ">=0.126.1"
}
},
"node_modules/caniuse-api": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
@@ -6008,11 +6140,28 @@
"dev": true,
"license": "MIT"
},
"node_modules/cross-env": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
"integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
"license": "MIT",
"dependencies": {
"cross-spawn": "^7.0.1"
},
"bin": {
"cross-env": "src/bin/cross-env.js",
"cross-env-shell": "src/bin/cross-env-shell.js"
},
"engines": {
"node": ">=10.14",
"npm": ">=6",
"yarn": ">=1"
}
},
"node_modules/cross-spawn": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
"dev": true,
"license": "MIT",
"dependencies": {
"path-key": "^3.1.0",
@@ -6534,6 +6683,15 @@
"npm": "1.2.8000 || >= 1.4.16"
}
},
"node_modules/detect-gpu": {
"version": "5.0.70",
"resolved": "https://registry.npmjs.org/detect-gpu/-/detect-gpu-5.0.70.tgz",
"integrity": "sha512-bqerEP1Ese6nt3rFkwPnGbsUF9a4q+gMmpTVVOEzoCyeCc+y7/RvJnQZJx1JwhgQI5Ntg0Kgat8Uu7XpBqnz1w==",
"license": "MIT",
"dependencies": {
"webgl-constants": "^1.1.1"
}
},
"node_modules/detect-libc": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
@@ -6676,6 +6834,12 @@
"tslib": "^2.0.3"
}
},
"node_modules/draco3d": {
"version": "1.5.7",
"resolved": "https://registry.npmjs.org/draco3d/-/draco3d-1.5.7.tgz",
"integrity": "sha512-m6WCKt/erDXcw+70IJXnG7M3awwQPAsZvJGX5zY7beBqpELw6RDGkYVU0W43AFxye4pDZ5i2Lbyc/NNGqwjUVQ==",
"license": "Apache-2.0"
},
"node_modules/dunder-proto": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
@@ -7170,7 +7334,6 @@
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz",
"integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==",
"dev": true,
"license": "MIT"
},
"node_modules/file-loader": {
@@ -7578,6 +7741,12 @@
"dev": true,
"license": "BSD-2-Clause"
},
"node_modules/glsl-noise": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/glsl-noise/-/glsl-noise-0.0.0.tgz",
"integrity": "sha512-b/ZCF6amfAUb7dJM/MxRs7AetQEahYzJ8PtgfrmEdtw6uyGOr+ZSGtgjFm6mfsBkxJ4d2W7kg+Nlqzqvn3Bc0w==",
"license": "MIT"
},
"node_modules/gopd": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
@@ -7722,6 +7891,12 @@
"he": "bin/he"
}
},
"node_modules/hls.js": {
"version": "1.6.15",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.6.15.tgz",
"integrity": "sha512-E3a5VwgXimGHwpRGV+WxRTKeSp2DW5DI5MWv34ulL3t5UNmyJWCQ1KmLEHbYzcfThfXG8amBL+fCYPneGHC4VA==",
"license": "Apache-2.0"
},
"node_modules/hpack.js": {
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
@@ -7998,6 +8173,12 @@
],
"license": "BSD-3-Clause"
},
"node_modules/immediate": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
"integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
"license": "MIT"
},
"node_modules/immutable": {
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz",
@@ -8287,11 +8468,16 @@
"node": ">=0.10.0"
}
},
"node_modules/is-promise": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
"integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==",
"license": "MIT"
},
"node_modules/isexe": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
"dev": true,
"license": "ISC"
},
"node_modules/isobject": {
@@ -8451,6 +8637,15 @@
"shell-quote": "^1.8.3"
}
},
"node_modules/lie": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
"integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
"license": "MIT",
"dependencies": {
"immediate": "~3.0.5"
}
},
"node_modules/lilconfig": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
@@ -8582,6 +8777,16 @@
"lz-string": "bin/bin.js"
}
},
"node_modules/maath": {
"version": "0.10.8",
"resolved": "https://registry.npmjs.org/maath/-/maath-0.10.8.tgz",
"integrity": "sha512-tRvbDF0Pgqz+9XUa4jjfgAQ8/aPKmQdWXilFu2tMy4GWj4NOsx99HlULO4IeREfbO3a0sA145DZYyvXPkybm0g==",
"license": "MIT",
"peerDependencies": {
"@types/three": ">=0.134.0",
"three": ">=0.134.0"
}
},
"node_modules/make-error": {
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
@@ -8838,11 +9043,19 @@
"dev": true,
"license": "MIT"
},
"node_modules/meshline": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/meshline/-/meshline-3.3.1.tgz",
"integrity": "sha512-/TQj+JdZkeSUOl5Mk2J7eLcYTLiQm2IDzmlSvYm7ov15anEcDJ92GHqqazxTSreeNgfnYu24kiEvvv0WlbCdFQ==",
"license": "MIT",
"peerDependencies": {
"three": ">=0.137"
}
},
"node_modules/meshoptimizer": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/meshoptimizer/-/meshoptimizer-1.0.1.tgz",
"integrity": "sha512-Vix+QlA1YYT3FwmBBZ+49cE5y/b+pRrcXKqGpS5ouh33d3lSp2PoTpCw19E0cKDFWalembrHnIaZetf27a+W2g==",
"dev": true,
"license": "MIT"
},
"node_modules/methods": {
@@ -9642,6 +9855,16 @@
"multicast-dns": "cli.js"
}
},
"node_modules/n8ao": {
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/n8ao/-/n8ao-1.10.1.tgz",
"integrity": "sha512-hhI1pC+BfOZBV1KMwynBrVlIm8wqLxj/abAWhF2nZ0qQKyzTSQa1QtLVS2veRiuoBQXojxobcnp0oe+PUoxf/w==",
"license": "ISC",
"peerDependencies": {
"postprocessing": ">=6.30.0",
"three": ">=0.137"
}
},
"node_modules/nanoid": {
"version": "3.3.11",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
@@ -9939,7 +10162,6 @@
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -10763,6 +10985,21 @@
"dev": true,
"license": "MIT"
},
"node_modules/postprocessing": {
"version": "6.39.0",
"resolved": "https://registry.npmjs.org/postprocessing/-/postprocessing-6.39.0.tgz",
"integrity": "sha512-/G6JY8hs426lcto/pBZlnFSkyEo1fHsh4gy7FPJtq1SaSUOzJgDW6f6f1K/+aMOYzK/eQEefyOb3++jPPIUeDA==",
"license": "Zlib",
"peerDependencies": {
"three": ">= 0.168.0 < 0.184.0"
}
},
"node_modules/potpack": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/potpack/-/potpack-1.0.2.tgz",
"integrity": "sha512-choctRBIV9EMT9WGAZHn3V7t0Z2pMQyl0EZE6pFc/6ml3ssw7Dlf/oAOvFwjm1HVsqfQN8GfeFyJ+d8tRzqueQ==",
"license": "ISC"
},
"node_modules/pretty-error": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
@@ -10809,6 +11046,16 @@
"dev": true,
"license": "MIT"
},
"node_modules/promise-worker-transferable": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/promise-worker-transferable/-/promise-worker-transferable-1.0.4.tgz",
"integrity": "sha512-bN+0ehEnrXfxV2ZQvU2PetO0n4gqBD4ulq3MI1WOPLgr7/Mg9yRQkX5+0v1vagr74ZTsl7XtzlaYDo2EuCeYJw==",
"license": "Apache-2.0",
"dependencies": {
"is-promise": "^2.1.0",
"lie": "^3.0.2"
}
},
"node_modules/property-information": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
@@ -11268,7 +11515,6 @@
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
@@ -11757,7 +12003,6 @@
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
"dev": true,
"license": "MIT",
"dependencies": {
"shebang-regex": "^3.0.0"
@@ -11770,7 +12015,6 @@
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -12033,6 +12277,32 @@
"dev": true,
"license": "MIT"
},
"node_modules/stats-gl": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/stats-gl/-/stats-gl-2.4.2.tgz",
"integrity": "sha512-g5O9B0hm9CvnM36+v7SFl39T7hmAlv541tU81ME8YeSb3i1CIP5/QdDeSB3A0la0bKNHpxpwxOVRo2wFTYEosQ==",
"license": "MIT",
"dependencies": {
"@types/three": "*",
"three": "^0.170.0"
},
"peerDependencies": {
"@types/three": "*",
"three": "*"
}
},
"node_modules/stats-gl/node_modules/three": {
"version": "0.170.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.170.0.tgz",
"integrity": "sha512-FQK+LEpYc0fBD+J8g6oSEyyNzjp+Q7Ks1C568WWaoMRLW+TkNNWmenWeGgJjV105Gd+p/2ql1ZcjYvNiPZBhuQ==",
"license": "MIT"
},
"node_modules/stats.js": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/stats.js/-/stats.js-0.17.0.tgz",
"integrity": "sha512-hNKz8phvYLPEcRkeG1rsGmV5ChMjKDAWU7/OJJdDErPBNChQXxCo3WZurGpnWc6gZhAzEPFad1aVgyOANH1sMw==",
"license": "MIT"
},
"node_modules/statuses": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
@@ -12399,6 +12669,38 @@
"integrity": "sha512-di3BsL2FEQ1PA7Hcvn4fyJOlxRRgFYBpMTcyOgkwJIaDOdJMebEFPA+t98EvjuljDx4hNulAGwF6KIjtwI5jgQ==",
"license": "MIT"
},
"node_modules/three-mesh-bvh": {
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/three-mesh-bvh/-/three-mesh-bvh-0.8.3.tgz",
"integrity": "sha512-4G5lBaF+g2auKX3P0yqx+MJC6oVt6sB5k+CchS6Ob0qvH0YIhuUk1eYr7ktsIpY+albCqE80/FVQGV190PmiAg==",
"license": "MIT",
"peerDependencies": {
"three": ">= 0.159.0"
}
},
"node_modules/three-stdlib": {
"version": "2.36.1",
"resolved": "https://registry.npmjs.org/three-stdlib/-/three-stdlib-2.36.1.tgz",
"integrity": "sha512-XyGQrFmNQ5O/IoKm556ftwKsBg11TIb301MB5dWNicziQBEs2g3gtOYIf7pFiLa0zI2gUwhtCjv9fmjnxKZ1Cg==",
"license": "MIT",
"dependencies": {
"@types/draco3d": "^1.4.0",
"@types/offscreencanvas": "^2019.6.4",
"@types/webxr": "^0.5.2",
"draco3d": "^1.4.1",
"fflate": "^0.6.9",
"potpack": "^1.0.1"
},
"peerDependencies": {
"three": ">=0.128.0"
}
},
"node_modules/three-stdlib/node_modules/fflate": {
"version": "0.6.10",
"resolved": "https://registry.npmjs.org/fflate/-/fflate-0.6.10.tgz",
"integrity": "sha512-IQrh3lEPM93wVCEczc9SaAOvkmcoQn/G8Bo1e8ZPlY3X3bnAxWaBdvTdvM1hP62iZp0BXWDy4vTAy4fF0+Dlpg==",
"license": "MIT"
},
"node_modules/thunky": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
@@ -12457,6 +12759,36 @@
"url": "https://github.com/sponsors/wooorm"
}
},
"node_modules/troika-three-text": {
"version": "0.52.4",
"resolved": "https://registry.npmjs.org/troika-three-text/-/troika-three-text-0.52.4.tgz",
"integrity": "sha512-V50EwcYGruV5rUZ9F4aNsrytGdKcXKALjEtQXIOBfhVoZU9VAqZNIoGQ3TMiooVqFAbR1w15T+f+8gkzoFzawg==",
"license": "MIT",
"dependencies": {
"bidi-js": "^1.0.2",
"troika-three-utils": "^0.52.4",
"troika-worker-utils": "^0.52.0",
"webgl-sdf-generator": "1.1.1"
},
"peerDependencies": {
"three": ">=0.125.0"
}
},
"node_modules/troika-three-utils": {
"version": "0.52.4",
"resolved": "https://registry.npmjs.org/troika-three-utils/-/troika-three-utils-0.52.4.tgz",
"integrity": "sha512-NORAStSVa/BDiG52Mfudk4j1FG4jC4ILutB3foPnfGbOeIs9+G5vZLa0pnmnaftZUGm4UwSoqEpWdqvC7zms3A==",
"license": "MIT",
"peerDependencies": {
"three": ">=0.125.0"
}
},
"node_modules/troika-worker-utils": {
"version": "0.52.0",
"resolved": "https://registry.npmjs.org/troika-worker-utils/-/troika-worker-utils-0.52.0.tgz",
"integrity": "sha512-W1CpvTHykaPH5brv5VHLfQo9D1OYuo0cSBEUQFFT/nBUzM8iD6Lq2/tgG/f1OelbAS1WtaTPQzE5uM49egnngw==",
"license": "MIT"
},
"node_modules/trough": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
@@ -12572,6 +12904,43 @@
"dev": true,
"license": "0BSD"
},
"node_modules/tunnel-rat": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/tunnel-rat/-/tunnel-rat-0.1.2.tgz",
"integrity": "sha512-lR5VHmkPhzdhrM092lI2nACsLO4QubF0/yoOhzX7c+wIpbN1GjHNzCc91QlpxBi+cnx8vVJ+Ur6vL5cEoQPFpQ==",
"license": "MIT",
"dependencies": {
"zustand": "^4.3.2"
}
},
"node_modules/tunnel-rat/node_modules/zustand": {
"version": "4.5.7",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.7.tgz",
"integrity": "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==",
"license": "MIT",
"dependencies": {
"use-sync-external-store": "^1.2.2"
},
"engines": {
"node": ">=12.7.0"
},
"peerDependencies": {
"@types/react": ">=16.8",
"immer": ">=9.0.6",
"react": ">=16.8"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"immer": {
"optional": true
},
"react": {
"optional": true
}
}
},
"node_modules/type-is": {
"version": "1.6.18",
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
@@ -12855,6 +13224,15 @@
"dev": true,
"license": "MIT"
},
"node_modules/utility-types": {
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz",
"integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==",
"license": "MIT",
"engines": {
"node": ">= 4"
}
},
"node_modules/utils-merge": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
@@ -12946,6 +13324,17 @@
"minimalistic-assert": "^1.0.0"
}
},
"node_modules/webgl-constants": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/webgl-constants/-/webgl-constants-1.1.1.tgz",
"integrity": "sha512-LkBXKjU5r9vAW7Gcu3T5u+5cvSvh5WwINdr0C+9jpzVB41cjQAP5ePArDtk/WHYdVj0GefCgM73BA7FlIiNtdg=="
},
"node_modules/webgl-sdf-generator": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/webgl-sdf-generator/-/webgl-sdf-generator-1.1.1.tgz",
"integrity": "sha512-9Z0JcMTFxeE+b2x1LJTdnaT8rT8aEp7MVxkNwoycNmJWwPdzoXzMh0BjJSh/AEFP+KPYZUli814h8bJZFIZ2jA==",
"license": "MIT"
},
"node_modules/webpack": {
"version": "5.105.4",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.4.tgz",
@@ -13260,23 +13649,6 @@
}
}
},
"node_modules/webpack-manifest-plugin": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-6.0.1.tgz",
"integrity": "sha512-R0p/8/IJVY5hIhQtkeWUQugalVpIwojc09eb14zGq+oiZOCmN5paAz2NBJfd+6v9eBbxAS3YMjc2ov8UMlCDLQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"tapable": "^2.0.0",
"webpack-sources": "^3.3.3"
},
"engines": {
"node": ">=20.19.0"
},
"peerDependencies": {
"webpack": "^5.75.0"
}
},
"node_modules/webpack-merge": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-6.0.1.tgz",
@@ -13355,7 +13727,6 @@
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"dev": true,
"license": "ISC",
"dependencies": {
"isexe": "^2.0.0"

View File

@@ -10,7 +10,9 @@
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.2.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"motion": "^12.34.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
@@ -19,6 +21,7 @@
"scripts": {
"dev": "NODE_ENV=development webpack serve -c webpack.config.ts",
"build": "NODE_ENV=production webpack -c webpack.config.ts",
"deploy": "gh-pages -d build",
"serve": "serve -s build"
},
"browserslist": {
@@ -74,8 +77,7 @@
"typescript": "^5.9.3",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3",
"webpack-manifest-plugin": "^6.0.1"
"webpack-dev-server": "^5.2.3"
},
"babel": {
"presets": [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -2,29 +2,16 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="Tymur Arsentiev's portfolio and blog site"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>tymur999.com</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 454 KiB

View File

@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "tymur999.com",
"name": "Tymur Arsentiev's blog",
"icons": [
{
"src": "favicon.ico",

View File

@@ -1,10 +1,10 @@
import openingImage from "../img/DSC_5633.jpg";
import rainbow from "../img/IMG-0186.jpg";
import japanese from "../img/IMG_20230531_000224_01.jpg";
import computers from "../img/IMG_3071.jpg";
import mobo from "../img/2025-10-03-02-20-50-077.jpg";
import suit from "../img/military.jpg";
import nutrivend from "../img/nutrivend.jpeg";
import openingImage from "../img/DSC_5633.webp";
import rainbow from "../img/IMG-0186.webp";
import japanese from "../img/IMG_20230531_000224_01.webp";
import computers from "../img/IMG_3071.webp";
import mobo from "../img/2025-10-03-02-20-50-077.webp";
import suit from "../img/military.webp";
import nutrivend from "../img/nutrivend.webp";
<img src={openingImage} alt="Tymur Arsentiev" className="self"/>

View File

@@ -1,12 +1,14 @@
import "./about.sass";
import {HTMLProps, lazy} from "react";
import {Link} from "../router/Link";
import {Path} from "../router/router";
import {lazy} from "react";
import {ExternalLink} from "../router/Link";
import {motion} from "motion/react";
import {AnimateFade} from "../animations";
const About = lazy(() => import("./About.mdx"));
const main = AnimateFade();
export default function AboutPage() {
return <main className="about-page">
return <motion.main initial={main.initial} animate={main.animate} className="about-page">
<div className="edge"/>
<section className="about-container">
<About components={{
@@ -14,11 +16,5 @@ export default function AboutPage() {
}}/>
</section>
<div className="edge"/>
</main>
</motion.main>
}
function ExternalLink(props: HTMLProps<HTMLAnchorElement>) {
return (
<Link {...props} href={props.href as Path} className="external-link" target="_blank">{props.children}</Link>
)
}

View File

@@ -2,6 +2,7 @@
$paragraph: 20px
$max-width: 600px
$min-width: 400px
$reader-bg: #27213C
.about-page
color: white
@@ -45,7 +46,7 @@ $min-width: 400px
font-size: $paragraph * 1.1
.edge
background: #27213C
background: $reader-bg
flex-grow: 1
min-width: 30%
@@ -54,6 +55,8 @@ $min-width: 400px
display: flex
flex-direction: row
justify-content: center
> img
min-width: 200px
.clothing>img

View File

@@ -1,40 +0,0 @@
import {createContext, lazy, LazyExoticComponent, PropsWithChildren, useContext, useState} from "react";
import {Path} from "../router/router";
import {MDXContent} from "mdx/types";
import allBlack from "../img/IMG_3095.jpg";
import {Reader} from "./Reader";
export interface Article {
name: string,
description: string,
// image thumbnail
thumbnail: Path,
published: Date,
// lazy load article content
article: MDXContent | LazyExoticComponent<MDXContent>
}
export const ARTICLES: Article[] = [
{
name: "My high school experience",
description: "My first program, winning two senior superlatives, and why (and how) I chose Georgia Tech",
thumbnail: allBlack,
published: new Date(Date.parse("3/15/2026")),
article: lazy(() => import("./mdx/high-school.mdx"))
}
]
const articleContext =
createContext<ReturnType<typeof useState<Article | undefined>>>([undefined, function(){}]);
export function useArticle() {
return useContext(articleContext);
}
export default function ArticleProvider({ children }: PropsWithChildren) {
const state = useState<Article | undefined>(undefined);
return <articleContext.Provider value={state}>
<Reader/>
{children}
</articleContext.Provider>;
}

View File

@@ -1,31 +1,71 @@
import {Article, ARTICLES, useArticle} from "./ArticleContext";
import "./list.sass";
import {ReactComponent as BoxSvg} from "../img/blog-box.svg";
import {Article, ARTICLES} from "./articles";
import {motion} from "motion/react";
import {AnimateFade} from "../animations";
import {Canvas} from "@react-three/fiber";
import {Environment, Html, OrbitControls} from "@react-three/drei";
import MilkyWay from "../img/2k_stars_milky_way.jpg";
import {Sun} from "../index/Canvas";
import {Bloom, EffectComposer, Vignette} from "@react-three/postprocessing";
import {useEffect, useState} from "react";
import {Reader} from "./Reader";
import {useRouter} from "../router/RouterContext";
import {Path} from "../router/router";
const ARTICLE_QUERY = "a";
const main = AnimateFade();
export default function ArticlesList() {
const [article, setArticle] = useState<Article | null>(null);
const router = useRouter();
export function ArticlesList() {
return <main className="art-ctr">
<section className="spacer"/>
<section className="articles">
{
ARTICLES.map(a =>
<BlogBox key={a.name} article={a}/>
)
useEffect(() => {
const params = new URLSearchParams(location.search);
if(params.has(ARTICLE_QUERY)) {
const id = Number.parseInt(params.get(ARTICLE_QUERY)!);
setArticle(ARTICLES[id] ?? null);
}
}, [setArticle]);
useEffect(() => {
if(!article) {
// query param
const params = new URLSearchParams(location.search);
if(params.has(ARTICLE_QUERY)) {
router.replacePage(location.pathname as Path);
}
</section>
<section className="spacer"/>
<Reader/>
</main>
} else {
const id = ARTICLES.indexOf(article);
router.replacePage(`${location.pathname}?${ARTICLE_QUERY}=${id}` as Path);
}
}, [article]);
return <motion.main animate={main.animate} initial={main.initial} className="art-ctr">
<Canvas camera={{position: [0,0,20]}}>
<Environment background files={MilkyWay}/>
<EffectComposer>
<Bloom luminanceThreshold={0} luminanceSmoothing={0.9} />
<Vignette eskil={false} offset={0.1} darkness={1.1} />
</EffectComposer>
<Sun/>
<OrbitControls enablePan={false} enableZoom />
<Html className="articles" zIndexRange={[100,0]} prepend center transform>
{
ARTICLES.map(a => <BlogBox setReading={setArticle} article={a}/>)
}
</Html>
</Canvas>
<Reader post={article} setPost={setArticle}/>
</motion.main>
}
function BlogBox(props: { article: Article }) {
const {article, article: {name, description, thumbnail, published} } = props;
const [, setReading] = useArticle();
function BlogBox(props: { article: Article, setReading: (_: Article | null) => void }) {
const {article, setReading, article: {name, description, thumbnail, published} } = props;
return (
<button className="link" onClick={() => setReading(article)}>
<div>
<div className="blog-box">
<img className="thumbnail" alt={`${name} thumbnail`} src={thumbnail}/>
<div className="titles">
<h1>

View File

@@ -1,23 +1,15 @@
import {useArticle} from "./ArticleContext";
import {motion} from "framer-motion";
import {useAnimate, animate as animateClass} from "motion/react";
import {animate, motion} from "framer-motion";
import {useEffect} from "react";
import {AnimateDirection, AnimateFade, AnimateTemplate} from "../animations";
import {AnimateFade, AnimateTemplate} from "../animations";
import "./reader.sass";
import {ExternalLink} from "../router/Link";
import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
import {faClose} from "@fortawesome/free-solid-svg-icons/faClose";
import {Article} from "./articles";
const READER : AnimateTemplate = AnimateFade();
const ARTICLE : AnimateTemplate = AnimateDirection("top", "50%");
export function Reader() {
const [ scope, animate ] = useAnimate<HTMLElement>();
const [post, setPost] = useArticle();
useEffect(() => {
if(post && scope.current) {
animate(scope.current, READER.animate);
animateClass(".read-box", ARTICLE.animate!);
}
}, [post, scope]);
export function Reader({post, setPost}: {post: Article | null, setPost: (_: Article | null) => void}) {
useEffect(() => {
function pressEscape(e: KeyboardEvent) {
@@ -29,24 +21,26 @@ export function Reader() {
}, []);
function handleClose() {
Promise.all([
animate(scope.current, READER.initial),
animateClass(".read-box", ARTICLE.initial!)
]).then(() => setPost(undefined));
animate(".reader", READER.initial)
.then(() => setPost(null));
}
return post ? (
<motion.article
key="reader"
ref={scope}
<motion.section
initial={READER.initial}
animate={READER.animate}
onClick={handleClose}
className="reader link">
<motion.section className="read-box" initial={{top: "-100%"}} animate={{top: "50%"}} onClick={e => e.stopPropagation()}>
<post.article/>
</motion.section>
</motion.article>
<article onClick={e => e.stopPropagation()}>
<button onClick={handleClose} className="link reader-close">
<FontAwesomeIcon icon={faClose} />
</button>
<div className="content">
<post.article components={{
'a': ExternalLink
}}/>
</div>
</article>
</motion.section>
) : <></>;
}

32
src/articles/articles.ts Normal file
View File

@@ -0,0 +1,32 @@
import {Path} from "../router/router";
import {MDXContent} from "mdx/types";
import {lazy, LazyExoticComponent} from "react";
import allBlack from "../img/IMG_3095.webp";
import techTower from "../img/tech-tower.webp";
export interface Article {
name: string,
description: string,
// image thumbnail
thumbnail: Path,
published: Date,
// lazy load article content
article: LazyExoticComponent<MDXContent>
}
export const ARTICLES: Article[] = [
{
name: "My high school experience",
description: "My first program, winning two senior superlatives, and why (and how) I chose Georgia Tech",
thumbnail: allBlack,
published: new Date("3/15/2026"),
article: lazy(() => import("./mdx/high-school.mdx"))
},
{
name: "Georgia Tech Review",
description: "Reviewing Georgia Tech as a school while completing my Computer Science Bachelors",
thumbnail: techTower,
published: new Date("4/11/2026"),
article: lazy(() => import("./mdx/gt-review.mdx"))
}
]

View File

@@ -1,45 +1,34 @@
@use "../nav/nav"
@use "../index"
$entry-width: 400px
article
padding: 0 nav.$padding
img
width: 500px
h1
font-size: 30px
p
font-size: 20px
canvas
width: 100vw
height: calc(100vh - 100px)
.art-ctr
.blog-box
display: flex
flex-direction: row
min-height: 100vh
flex-direction: column
button
display: flex
flex-direction: column
max-width: $entry-width
margin: nav.$padding * 2
&>div
background: #282c34
color: white
padding: 0
.thumbnail
height: 400px
.thumbnail
width: $entry-width
height: 400px
max-width: $entry-width
object-fit: cover
object-position: 0 0
.spacer
background: #393984FF
width: 33%
flex-grow: 1
@media screen and (max-width: index.$phone)
.spacer
display: none
.titles
font-family: Neuton, serif
margin: 10px
gap: 15px
display: flex
align-items: center
@@ -55,33 +44,34 @@ article
color: grey
.articles
z-index: -999
display: flex
flex-grow: 4
flex-grow: 3
justify-content: center
margin-top: 100px
flex-direction: column
align-items: center
flex-wrap: wrap
flex-wrap: wrap-reverse
flex-direction: row-reverse
.reader
font-family: Neuton, serif
border: 2px solid black
&, > section
position: fixed
top: 50%
left: 50%
transform: translate(-50%, -50%)
overflow: scroll
z-index: 9999
width: 100vw
.art-ctr
display: flex
flex-direction: row
min-height: 100vh
background: rgba(0,0,0,0.5)
> section
margin-top: nav.$padding
background: white
color: black
min-width: 50vw
max-width: 800px
min-height: 75vh
h1
font-size: xxx-large
ul
display: flex
flex-direction: column
align-items: flex-start
justify-items: center
li
font-size: 20px
button
display: flex
flex-direction: column
max-width: $entry-width
margin: nav.$padding * 2
&>div
background: #282c34
color: white
padding: 0

View File

@@ -0,0 +1,79 @@
import techTower from "../../img/tech-tower.webp";
import talking from "../../img/campus-life-essentials.png";
import nav from "../../img/nav.jpg";
import lecture from "../../img/lecturehall.jpg";
# Georgia Tech Review
<img src={techTower} alt="Georgia Tech's Tech Tower" width={400}/>
## Value: 5/5
I'll start this review by saying that Georgia Tech was mentioned as a [New Ivy by Forbes for the third year](https://news.gatech.edu/news/2026/04/09/georgia-tech-earns-top-c-suite-ranking-among-forbes-new-ivies).
So clearly it's a good school, and is top 5 for Computer Science.
If you don't know, I am from Illinois so I pay out-of-state tuition.
Despite this, I'd say the 50k tuition is worth it for the great return.
You can basically get into any internship, and FAANG if you apply early enough.
I found that I was denied from FAANG mostly because I applied too late. I mean, applications start the summer before, seesh. Like, for real?!
The price is a lot cheaper for in-state students. They have a program called [HOPE/Zell Miller](https://finaid.gatech.edu/undergraduate-types-aid/hope-zell-faqs)
which waives the entire tuition given you maintained a 3.3+ GPA in high school. Funnily enough, the scholarship gets funded from state lottery revenue.
If you are considering whether to choose this school, remember that employers tend to sort Georgia Tech near the top of the resume pile.
## Campus: 4/5
<img src={nav} alt="Nav Dining Hall" width={400} />
The campus is in the center of Atlanta, but in midtown rather than more dangerous downtown.
I like Atlanta more than Chicago because the culture is more present whereas Chicago is the city of work.
I enjoy shopping in Little Five Points and on Ponce De Leon, of which there is no equivalent in Chicago.
The campus itself is a square mile or so, and everything is walkable, at furthest being 15 minutes.
I wish the campus had more *neoclassical* architecture like older campuses, but the campus seems kinda *functionalist*.
Even the older buildings look boring and smell moldy, but that's besides the point.
I'm always in the 3rd floor of the library.
There they have lots of people to study around and plenty of monitors to dock your laptop.
## Classwork: 2/5
<img src={lecture} alt="Nav Dining Hall" width={400} />
### It feels like they make the classwork harder just to say they did.
Sometimes the classwork feels hard, stressful just to say that it is so. I don't mind that too much, but it gets annoying.
I'm sure this is a problem at all colleges, but the CS classwork just doesn't map to your internship.
Everyone I talked to found that their classes contributed nothing to their internship experience.
I'd say what you learn is more math-major-esc, nothing related to coding or programming or architecture.
I don't mention my classes on my resume because I know they haven't taught me anything that recruiters seek.
I lean more into showcasing my projects and startup experiences, stuff where I've actually coded something.
The classes nowadays just seem too theoretical and in the clouds, with nothing to code or a project to showcase.
## Social: 3/5
<img src={talking} alt="Campus photo" width={400}/>
### Everyone's the shy nerd type
Finding friends was no problem for me, and you kinda reach the end of the Markov chain eventually.
But I wish there were more events that bring people together. I met some people at my dorm but not too many.
Everyone's too shy to talk to each other, so it can feel kind of lonely at times.
People congregate to study during finals, and honestly a study group is a solid form of friendship here.
Dating is kind of impossible here, especially for me.
You have your female friends, but you don't meet any new women expect at the bars.
So most are dating their friends, which can turn awkward. I personally found that each of my female friends *tried to have a thing with me*.
At the end of the day, *that* left me without any female friends, which obviously sucks.
## Conclusion: 4/5
I would recommend you to go to Georgia Tech, as the value is too good to pass up.
But recognize that it is a *nerdy* school, and everyone is on the quiet side.
Still, attending clubs, gatherings, and dorm meetings can help you expand your visions.
Like Forbes mentioned, Georgia Tech is a new ivy, and the reputation hits exactly like you think it would.
Choosing Georgia Tech is straight fire.

View File

@@ -1,24 +1,73 @@
import allBlack from "../../img/IMG_3095.jpg";
import allBlack from "../../img/IMG_3095.webp";
import style from "../../img/2026-04-07-20-45-39-165.webp";
import savvy from "../../img/2026-04-07-20-44-35-818.webp";
import {ReactComponent as Nextcloud} from "../../img/Nextcloud Logo Vector.svg";
import {ReactComponent as K8s} from "../../img/Kubernetes Logo Vector.svg";
# My high school experience
<img src={allBlack} width={500} alt="turtleneck thumbnail"/>
<img className="thumbnail" src={allBlack} width={400} alt="turtleneck thumbnail"/>
My coding journey started with Code Combat, a Python coding RPG game.
I wrote my program during FBLA regionals freshman year, using C# and Windows Forms.
The event taught me how to implement client-requested features and EF-Core SQL mapping.
My first coding experience was in middle school playing Code Combat.
You could say Python is the first language I learned, not particularly uncommon.
That was probably the most fun I ever had in a middle school classroom.
I was way ahead of class and even played in my free time.
I also did plenty of hackathons in my high school career,
including [HackIMSA](https://devpost.com/software/examin),
[NHacks VII](https://devpost.com/software/examin),
[PantherHack](https://devpost.com/software/examin),
[Hack3](https://devpost.com/software/mura),
[10piHacks](https://devpost.com/software/dormup).
## High School Extracurriculars
**I did many clubs and as a result was always busy. My favorite clubs include:**
- CS Clubs
- Science Olympiad
- Science Team (WYSE)
The first time I competed in my software engineering skills was FBLA. I did the Computer Programming event, which
required us to setup a spreadsheet app that could record data and export into various formats. Funny thing is that
my dad pulled an all-nighter to finish it. It was written in C# and using Windows Forms for desktop support.
Since freshman year, I enjoyed doing side projects to improve my coding ability to solve real world problems.
My first one was finishing the FBLA Computer Programming app. I finished the app according to the rubric.
I didn't do well in the event but was inspired to fix it based on the rubric they provided. This is where I learned C#
and also their web support. [GitHub repo here](https://github.com/tymur999/CommunityServiceDBTracker).
After C#, I learned React to grind and spam hackathons with my friends. Our stack included React or Next.js, Firebase, with
Typescript. [My Devpost](https://devpost.com/tymur999) hosts all my hackathon projects, which include:
- [DormUp](https://devpost.com/software/dormup) - roommate finder app
- [ExamIn](https://devpost.com/software/examin) - Quizlet x APClassroom
- [Mura](https://devpost.com/software/mura) - YouTube spin-off for learning
- [RecycleBot](https://devpost.com/software/recyclebot-zmr3tx) - my first solo project
Not to flex, but every submission after my first hackathon has won some award.
Nonetheless, hackathons helped us get comfortable with React in a short time limit.
But of course, I like to be different, so this is my take on an abstract design.
I'm proud of not using Bootstrap, that's so 2015.
## Programming Hobby
<div className="row">
<Nextcloud/>
<K8s/>
</div>
I began to experiment with Ubuntu on an old computer, and I enjoyed its ease of use and up-to-date repositories.
I've been daily-driving Linux distros since 5 years ago. I decided to self-host all my applications
through Kubernetes and Docker. I made a goal for myself to remove Big Brother companies from my stack,
so replace Google Drive with Nextcloud, etc. My life goal is to be independent, and that extends to my data.
Additionally, I did a startup in high school with my friends called [Kiwoon Learning](https://kiwoonlearning.web.app/). The goal was to educate
high school students on investing and financial independence. I worked on the backend and a bit of the frontend.
No longer was it a side personal project, [Kiwoon](https://kiwoonlearning.web.app/) taught me how to develop an application for a hundred or so real users.
## The Graduation
<div className="row">
<img src={style} width={500} alt="style superlative"/>
<img src={savvy} width={500} alt="tech savvy superlative"/>
</div>
On my graduation, I won the senior superlatives for best style and most tech savvy.
I took the pictures with my friend Rahil who also won most tech savvy.
We decided to duo the tech-savvy, and for best style, he took my picture outside some pines.
In fact, I think the animation on the TV is my old personal website.
I also won the Visionary Scholarship, which boosted my confidence in my creative abilities.
It really taught me to trust my intuition, like nothing else.
While men tend to be logical, I like to feel my way through everything and listen to my gut.
I applied to various schools, around 21+. I had some issues because I maxed out CommonApp, so I applied to some
schools directly on their websites. Unfortunately, I didn't get into University Of Illinois for CS+Math.
That's wild since I got into Georgia Tech out-of-state but the state school denied me.
The Princeton interview stressed me out, but I was deferred and then rejected, which I still treat as an accomplishment.
My top two choices were Michigan State and Georgia Tech, mostly because MSU was so cheap.
I chose Georgia Tech at the end because a Georgia Tech degree just looks too good to pass up.

66
src/articles/reader.sass Normal file
View File

@@ -0,0 +1,66 @@
@use "../nav/nav"
@use "../about/about"
@use "../index"
.reader
z-index: 9999
font-family: Neuton, serif
background: rgba(0,0,0,0.5)
backdrop-filter: blur(5px)
width: 100vw
height: 100vh
position: fixed
top: 0
left: 0
display: flex
justify-content: center
align-items: center
> article
display: flex
flex-direction: column
align-items: center
border-radius: 15px
margin: auto
overflow-y: scroll
overflow-x: hidden
background: white
color: black
height: 90vh
@media screen and (min-width: index.$phone)
width: 800px
h1
font-size: xxx-large
h2
font-size: xx-large
h3
font-size: x-large
p
font-size: large
.content
max-width: 600px
.external-link
color: inherit !important
.row
margin: 30px 0
display: flex
flex-direction: row
justify-content: center
.row>*
width: 50%
.reader-close
position: absolute
align-self: flex-end
font-size: large
font-weight: bold
color: red !important
background: white
border-radius: 999px

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 959 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 385 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 817 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 KiB

BIN
src/img/2k_jupiter.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 MiB

BIN
src/img/DSC_5633.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="800" width="1200" viewBox="-18.77673 -19.385925 162.73166 116.31555"><path d="M22.1597.5C12.613.473-.1796 7.2982.5279 24.404c1.1056 26.729 25.4566 29.2084 35.1917 29.423 1.068 5.0136 12.5218 22.3057 21.0018 23.2167h37.1528c22.2776-1.6678 38.9607-75.7567 26.5932-76.0382-46.7816 2.4769-49.9952 2.1384-88.5998 0C29.3726.9789 25.8953.5107 22.1596.5zm2.4913 9.459c1.3514 13.6926 3.5559 21.7035 8.0182 33.9434-11.3829-1.5047-21.0698-5.2244-22.8515-19.1099C8.8667 17.3813 12.2081 9.625 24.651 9.959z" fill="#609926" stroke="#428f29"/><g transform="translate(-5.5503 -33.1175)" fill="#fff"><rect ry="5.4826" transform="rotate(25.915)" y="18.2916" x="87.5087" height="34.7621" width="34.7621"/><path d="M79.805 57.359l3.241 1.61V35.2557h-3.2626z"/></g><g transform="translate(-5.5503 -33.1175)"><circle cx="49.0647" cy="90.0778" r="3.4745" transform="rotate(-19.796)" fill="#609926"/><circle cx="36.8104" cy="102.1049" r="3.4745" transform="rotate(-19.796)" fill="#609926"/><circle cx="46.4843" cy="111.4393" r="3.4745" transform="rotate(-19.796)" fill="#609926"/><path fill="#609926" d="M79.5402 58.9355l2.4017 1.1726-11.961 24.4975-2.4017-1.1727z"/><path d="M76.5581 68.1163c12.9759 6.3954 13.013 4.102 4.8909 20.9073" fill="none" stroke="#609926" stroke-width="2.68"/></g></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

BIN
src/img/IMG-0186.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 934 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 900 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

BIN
src/img/IMG_3071.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 MiB

BIN
src/img/IMG_3095.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 327.41"><defs><style>.cls-1{fill:#0082c9;}</style></defs><path class="cls-1" d="M500.22,336.29c-51.8,0-95.7,35.12-109.31,82.53a73.91,73.91,0,0,0-67.16-43C283.36,375.8,250,409.16,250,450a74.09,74.09,0,0,0,141.35,31.17,113.24,113.24,0,0,0,108.87,82.53c51.36,0,95.26-34.68,109.31-81.65A73.93,73.93,0,0,0,750,449.55c0-40.82-33.36-73.75-74.19-73.75a73.9,73.9,0,0,0-66.28,41.71C595.48,371,552,336.29,500.22,336.29Zm0,43.46A70.24,70.24,0,1,1,430,450,69.89,69.89,0,0,1,500.22,379.75Zm-176,39.51A30.73,30.73,0,1,1,293.46,450,30.54,30.54,0,0,1,324.19,419.26Zm351.62,0A30.73,30.73,0,1,1,645.08,450C645.52,432.87,658.69,419.26,675.81,419.26Z" transform="translate(-250 -336.29)"/><g id="g4571"><path class="cls-1" d="M377.84,616c12.19,0,19,8.67,19,21.68a2.29,2.29,0,0,1-2.27,2.27H361.74c.2,11.56,8.26,18.17,17.55,18.17a19.28,19.28,0,0,0,12-4.13c1.23-.83,2.27-.62,2.89.62l.62,1a2.06,2.06,0,0,1-.62,2.89,25.6,25.6,0,0,1-15.08,5c-13.42,0-23.74-9.71-23.74-23.75C355.54,624.89,365.45,616,377.84,616Zm12.6,19.41c-.41-9.5-6.2-14.25-12.8-14.25-7.64,0-14.25,5-15.7,14.25Z" transform="translate(-250 -336.29)"/><path class="cls-1" d="M458.79,622.61v-15.9a2.06,2.06,0,0,1,2.27-2.27h1.65c1.45,0,2.07.83,2.07,2.27v10.74h9.29a2.07,2.07,0,0,1,2.27,2.27v.62c0,1.45-.83,2.07-2.27,2.07h-9.29v22.71c0,10.53,6.4,11.77,9.91,12,1.86.2,2.48.62,2.48,2.27v1.24c0,1.44-.62,2.06-2.48,2.06-9.91,0-15.9-6-15.9-16.72Z" transform="translate(-250 -336.29)"/><path class="cls-1" d="M506.07,616a23.33,23.33,0,0,1,15.08,5.16c1,.82,1.24,1.86.2,3.1l-.62,1c-.82,1.24-1.85,1.24-3.09.41-2.07-1.44-6-4.13-11.36-4.13-9.91,0-17.76,7.44-17.76,18.38,0,10.74,7.85,18.17,17.76,18.17a19.07,19.07,0,0,0,12.8-4.75c1.24-.82,2.07-.62,2.89.62l.62.83a2.3,2.3,0,0,1-.62,3.09,25.37,25.37,0,0,1-16.1,5.79c-13.42,0-23.75-9.71-23.75-23.75C482.33,625.92,492.65,616,506.07,616Z" transform="translate(-250 -336.29)"/><path class="cls-1" d="M533.54,601.35c0-1.45-.83-2.28.62-2.28h1.65c1.44,0,3.72.83,3.72,2.28V650.7c0,5.78,2.68,6.4,4.74,6.6,1,0,1.86.62,1.86,2.07v1.45a2,2,0,0,1-2.27,2.27c-3.72,0-10.32-1.24-10.32-11.15Z" transform="translate(-250 -336.29)"/><path class="cls-1" d="M575.87,616c13.21,0,24,10.11,24,23.54a24,24,0,0,1-47.91,0C551.91,626.12,562.65,616,575.87,616Zm0,42.12c9.7,0,17.55-7.85,17.55-18.58,0-10.33-7.85-18-17.55-18a17.8,17.8,0,0,0-17.76,18C558.32,650.08,566.16,658.13,575.87,658.13Z" transform="translate(-250 -336.29)"/><path class="cls-1" d="M678.91,616a16.31,16.31,0,0,1,14.86,9.08H694a26.9,26.9,0,0,1-.21-3.51V601.14c0-1.45-.62-2.27.83-2.27h1.65c1.45,0,3.72.82,3.72,2.27V660c0,1.44-.62,2.27-2.07,2.27h-1.44c-1.45,0-2.27-.62-2.27-2.06v-3.51a10.19,10.19,0,0,1,.41-2.9h-.21a16.85,16.85,0,0,1-15.69,9.5c-12.18,0-19.82-9.7-19.82-23.74-.42-14,8-23.54,20-23.54Zm.2,42.12c7.64,0,14.66-5.37,14.66-18.38,0-9.29-4.75-18.17-14.45-18.17-8.05,0-14.66,6.61-14.66,18.17C664.87,650.9,670.65,658.13,679.11,658.13Z" transform="translate(-250 -336.29)"/><path class="cls-1" d="M302.06,662.47h1.65A2.06,2.06,0,0,0,306,660.2V616c0-7,7.64-12,16.32-12s16.31,5,16.31,12V660.4a2.06,2.06,0,0,0,2.27,2.27h1.65c1.45,0,2.07-.82,2.07-2.27V615.59c0-11.77-11.77-17.55-22.51-17.55h0c-10.32,0-22.09,5.78-22.09,17.55V660.2C300,661.64,300.62,662.47,302.06,662.47Z" transform="translate(-250 -336.29)"/><path class="cls-1" d="M646.69,617H645a2.07,2.07,0,0,0-2.27,2.27v25c0,7-4.54,13.42-13.42,13.42-8.67,0-13.42-6.4-13.42-13.42v-25a2.07,2.07,0,0,0-2.27-2.27H612c-1.44,0-2.06.83-2.06,2.27V646c0,11.77,8.67,17.55,19.41,17.55h0c10.74,0,19.41-5.78,19.41-17.55V619.31a1.84,1.84,0,0,0-2.07-2.27Z" transform="translate(-250 -336.29)"/><path id="path4165-9" class="cls-1" d="M442.27,616.83a2.18,2.18,0,0,0-1.45,1l-8.26,9.91-6.19,7.43-9.5-11.36-5.16-6.19a1.8,1.8,0,0,0-1.45-.83,3.33,3.33,0,0,0-1.65.62l-1.24,1c-1,.83-1,1.86-.2,3.1l8.25,9.91,7,8.26-10.12,12.19h0l-5.16,6.19a2.31,2.31,0,0,0,.2,3.3l1.24,1c1,.82,2.07.62,3.1-.42l8.26-9.91,6.19-7.43,9.5,11.36h0l5.16,6.19a1.94,1.94,0,0,0,3.1.21l1.24-1c1-.82,1-1.85.21-3.09l-8.26-9.91-7-8.26L440.2,628h0l5.17-6.19a2.33,2.33,0,0,0-.21-3.31l-1.24-1.23a1.71,1.71,0,0,0-1.65-.42Z" transform="translate(-250 -336.29)"/></g></svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

BIN
src/img/lecturehall.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

BIN
src/img/military.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 KiB

BIN
src/img/nav.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

BIN
src/img/nutrivend.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
src/img/tech-tower.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

1
src/index.d.ts vendored
View File

@@ -1,7 +1,6 @@
declare namespace NodeJS {
interface ProcessEnv {
readonly NODE_ENV: 'development' | 'production' | 'test';
readonly PUBLIC_URL: string;
}
}

View File

@@ -6,6 +6,8 @@ html, body
font-family: Inter, sans-serif
-webkit-font-smoothing: antialiased
-moz-osx-font-smoothing: grayscale
width: 100vw
overflow-x: hidden
#root
display: flex

View File

@@ -5,7 +5,6 @@ import {RouterProvider} from "./router/RouterContext";
import "@fontsource/inter"; // Defaults to weight 400
import "@fontsource/neuton";
import {Routes} from "./router/Route";
import ArticleProvider from "./articles/ArticleContext";
const Nav = React.lazy(() => import("./nav/Nav"));
@@ -16,10 +15,8 @@ const root = ReactDOM.createRoot(
root.render(
<React.StrictMode>
<RouterProvider>
<ArticleProvider>
<Nav/>
<Routes/>
</ArticleProvider>
<Nav/>
<Routes/>
</RouterProvider>
</React.StrictMode>
);

View File

@@ -1,44 +1,86 @@
import "./canvas.sass";
import {motion} from "framer-motion";
import {Canvas as ThreeCanvas, useFrame} from "@react-three/fiber";
import {Vector3} from "three";
import {Moon} from "./Moon";
import {Stars} from "./Stars";
import {AnimateSpin} from "../animations";
import {Environment, Html, OrbitControls, Preload, useTexture} from "@react-three/drei";
import Jupiter from "../img/2k_jupiter.webp";
import Makemake from "../img/2k_makemake_fictional.webp";
import Ceres from "../img/2k_ceres_fictional.webp";
import Haumea from "../img/2k_haumea_fictional.webp";
import MilkyWay from "../img/2k_stars_milky_way.jpg";
import SaturnRings from "../img/12k_jupiter_rings.webp";
import {useRef} from "react";
import type {Mesh} from "three";
import {Bloom, EffectComposer, Vignette} from "@react-three/postprocessing";
useTexture.preload([Jupiter, Makemake, Ceres, Haumea, MilkyWay, SaturnRings]);
export default function Canvas() {
// fade animation sync with loading
return (
<main className="canvas">
<motion.main className="canvas">
<section className="canvas-ctr">
<ThreeCanvas shadows>
<Sphere/>
<Moon radius={8} color="pink" step={0.01}/>
<Moon radius={6} color="grey" step={0.02}/>
<Moon radius={4} color="green" step={0.03}/>
<Stars/>
<directionalLight color="#E3A857" args={[1,10]} position={[100,10,100]} />
<ThreeCanvas camera={{position: [0,0,10]}} shadows dpr={[1, 2]}>
<EffectComposer>
<Bloom luminanceThreshold={0} luminanceSmoothing={0.9} />
<Vignette eskil={false} offset={0.1} darkness={1.1} />
</EffectComposer>
<OrbitControls enablePan={false} enableZoom={false} />
<Environment background files={MilkyWay}/>
<Sun/>
<Moons/>
<Planet/>
<Html center transform position={[0,0,2]}>
<h1 className="welcome">
Welcome to my blog
</h1>
</Html>
<Preload all />
</ThreeCanvas>
</section>
<motion.h1 className="welcome" animate={AnimateSpin().animate}>
Welcome to my blog
</motion.h1>
</main>
<h3 className="tooltip">
Drag to orbit
</h3>
</motion.main>
)
}
function Sphere() {
useFrame(state => {
const { x, y } = state.pointer
// Smoothly interpolate the camera position
// We multiply by a factor (e.g., 5) to increase the range of movement
state.camera.position.lerp(new Vector3(x * 10, y * 10, 5), 0.1)
// Always keep the camera looking at the center
state.camera.lookAt(0, 0, 0)
})
export function Sun() {
return (
<mesh position={[-100, 0, -100]}>
<sphereGeometry args={[5, 32, 32]} />
<meshBasicMaterial color={[10, 7, 3]} />
<directionalLight intensity={2} position={[0, 0, 0]} />
</mesh>
)
}
return <mesh position={[0,0,0]}>
<sphereGeometry />
<meshPhysicalMaterial color="blue" iridescence={.5} />
function Moons() {
const makemake = useTexture(Makemake);
const haumea = useTexture(Haumea);
const ceres = useTexture(Ceres);
return <>
<Moon radius={8} color="pink" map={makemake} step={0.01}/>
<Moon radius={6} color="grey" map={haumea} step={0.02}/>
<Moon radius={4} color="green" map={ceres} step={0.03}/>
</>
}
function Planet() {
const colorMap = useTexture(Jupiter);
const planetRef = useRef<Mesh>(null);
// add planet spin
useFrame(() => {
if(!planetRef.current) return;
planetRef.current.rotation.y += 0.005;
});
return <mesh castShadow ref={planetRef} position={[0,0,0]}>
<sphereGeometry args={[1, 32, 32]} />
<meshPhysicalMaterial map={colorMap} color="orange" iridescence={1} />
</mesh>
}

View File

@@ -1,28 +1,29 @@
import {useRef, useState} from "react";
import {Mesh} from "three";
import {useRef} from "react";
import type {Mesh} from "three";
import {useFrame} from "@react-three/fiber";
export function Moon(props: {radius: number, color: string, step: number}) {
const {radius, color, step} = props;
export function Moon(props: {radius: number, color: string, map: any, step: number}) {
const {radius, color, map, step} = props;
const moonRef = useRef<Mesh>(null);
const [theta, setTheta] = useState(0);
const thetaRef = useRef(0);
useFrame(() => {
if(!moonRef.current) return;
moonRef.current.position.set(
radius * Math.sin(theta),
radius * Math.sin(thetaRef.current),
0,
radius * Math.cos(theta),
)
radius * Math.cos(thetaRef.current),
);
moonRef.current.rotation.y += 0.001;
setTheta(theta + step);
thetaRef.current += step / 3;
})
return (
<mesh ref={moonRef} position={[0,0,0]}>
<sphereGeometry args={[.5]} />
<meshPhysicalMaterial color={color} iridescence={0.2} />
<meshPhysicalMaterial color={color} map={map} iridescence={1} />
</mesh>
)
}

View File

@@ -1,33 +0,0 @@
import {useMemo} from "react";
const RADIUS = 20;
const COUNT = 100;
type Coordinate = [number, number, number];
export function Stars() {
const positions = useMemo(() => {
const positions: Coordinate[] = [];
for(let i = 0; i < COUNT; i++) {
const u = Math.random();
const v = Math.random();
const theta = 2 * Math.PI * u;
const phi = Math.acos(2 * v - 1);
// x = r*sin(theta)*cos(phi)
// x = r*sin(theta)*sin(phi)
// z = r*cos(phi)
positions.push([
RADIUS * Math.sin(phi) * Math.cos(theta),
RADIUS * Math.sin(phi) * Math.sin(theta),
RADIUS * Math.cos(phi),
])
}
return positions;
}, []);
return positions.map((coord, i) => <mesh key={i} position={coord}>
<sphereGeometry args={[.1]} />
<meshBasicMaterial />
</mesh>
)
}

View File

@@ -8,11 +8,16 @@
.canvas-ctr
width: 100%
height: 100vh
height: calc(100vh - 100px)
display: flex
flex-direction: column
flex-grow: 1
.welcome
position: absolute
font-family: Neuton, serif
.tooltip
align-self: flex-end
position: fixed
bottom: 0
right: 15px

View File

@@ -2,6 +2,7 @@ import {Link} from "../router/Link";
import {ROUTES} from "../router/Route";
import ResumePdf from "../img/resume.pdf";
import {motion} from "motion/react";
import {Path} from "../router/router";
export function Links() {
@@ -19,5 +20,8 @@ export function Links() {
<Link key={ResumePdf} href={ResumePdf} target="_blank">
<h3>Resume</h3>
</Link>
<Link key="Github" href={"https://github.com/tymur999" as Path} target="_blank">
<h3>GitHub</h3>
</Link>
</div>
}

View File

@@ -1,35 +0,0 @@
import "./menu.sass";
import {animate, motion} from "framer-motion";
import {useEffect} from "react";
import {ARTICLES, useArticle} from "../articles/ArticleContext";
const hidden = -999;
export function Menu({active} : {active: boolean}) {
const [, setReading] = useArticle();
useEffect(() => {
if(active) {
animate(".menu", {left : 0})
} else {
animate(".menu", {left : hidden})
}
}, [active]);
return (
<motion.section initial={{left: hidden}} className="menu">
<ul>
{
ARTICLES.map((article) =>
<li key={article.name}>
<button className="link" onClick={() => setReading(article)} >
{article.name}
</button>
</li>
)
}
</ul>
</motion.section>
)
}

View File

@@ -1,32 +1,12 @@
import {useState} from "react";
import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
import {faBars} from "@fortawesome/free-solid-svg-icons/faBars";
import {ReactComponent as Wave} from "../img/menu-wave.svg";
import "./nav.sass";
import {Links} from "./Links";
import {Menu} from "./Menu";
export default function Nav() {
const [active, setActive] = useState(false);
return <div className="nav-ctr">
return <div>
<nav>
<MenuButton active={active} setActive={setActive}/>
<Links/>
</nav>
<Wave className="wave" />
<Menu active={active}/>
</div>;
}
function MenuButton(props : { active: boolean, setActive: (_:boolean) => void }) {
const {active, setActive} = props;
return (
<button className="menu-btn link">
<FontAwesomeIcon icon={faBars} onClick={function() {
setActive(!active);
}}/>
</button>
);
}
}

View File

@@ -1,20 +0,0 @@
@use "nav"
.menu
position: absolute
z-index: 999
&, ul
display: flex
flex-direction: column
list-style: none
button
font-weight: bold
text-decoration: underline
font-size: 1rem
background: nav.$menu
color: white
width: 25%
height: 100vh
div
padding: nav.$padding

View File

@@ -27,15 +27,11 @@ nav
justify-content: center
.name
position: absolute
left: 50%
transform: translateX(-50%)
margin: auto
h1
margin: auto 0
font-size: 40px
.links
flex-grow: 1
justify-content: flex-end
@@ -46,6 +42,7 @@ nav
.wave
z-index: 999
user-select: none
pointer-events: none
position: absolute
position: absolute

View File

@@ -26,4 +26,10 @@ export function Link(props: {href: Path, children : ReactNode, target?: '_blank'
return <a {...props} onClick={onClick} className={className}>
{children}
</a>
}
}
export function ExternalLink(props: HTMLProps<HTMLAnchorElement>) {
return (
<Link {...props} href={props.href as Path} className="external-link" target="_blank">{props.children}</Link>
)
}

View File

@@ -1,7 +1,6 @@
import React, {PropsWithChildren} from "react";
import {useRouter} from "./RouterContext";
import {Path} from "./router";
import {ArticlesList} from "../articles/ArticlesList";
type Route = [Path, string];
type Routes = [Route, Route, Route];
@@ -14,14 +13,16 @@ export const ROUTES: Routes = [
function Route(props: PropsWithChildren & {route: Route}) {
const {route: [path], children} = props;
const router = useRouter();
// remove search params
const [cleanPath] = /\/?\w*[^?]/.exec(router.current) ?? [path];
return <>{router.current === path && children}</>
return <>{cleanPath === path && children}</>
}
const Canvas = React.lazy(() => import("../index/Canvas"));
const About = React.lazy(() => import("../about/AboutPage"));
const ArticlesList = React.lazy(() => import("../articles/ArticlesList"));
export function Routes() {
const [index, about, articles] = ROUTES;

12
staticwebapp.config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"routes": [
{
"route": "/about",
"rewrite": "/"
},
{
"route": "/articles",
"rewrite": "/"
}
]
}

View File

@@ -4,7 +4,6 @@ import HtmlWebpackPlugin from "html-webpack-plugin";
import MiniCssExtractPlugin from "mini-css-extract-plugin";
import ReactRefreshWebpackPlugin from "@pmmmwh/react-refresh-webpack-plugin";
import ForkTsCheckerWebpackPlugin from "fork-ts-checker-webpack-plugin";
import {WebpackManifestPlugin} from "webpack-manifest-plugin";
import TerserPlugin from "terser-webpack-plugin";
import {Options as MDXOptions} from '@mdx-js/loader';
import "webpack-dev-server";
@@ -36,7 +35,7 @@ const config: webpack.Configuration = {
oneOf: [
// Image assets
{
test: [/\.(avif|bmp|.gif|jpe?g|png|pdf)$/],
test: [/\.(avif|bmp|.gif|webp|jpe?g|png|pdf)$/],
type: "asset",
parser: {
dataUrlCondition: {
@@ -142,10 +141,6 @@ const config: webpack.Configuration = {
template: path.resolve(import.meta.dirname, "public/index.html"),
inject: true,
}),
new WebpackManifestPlugin({
fileName: "manifest.json",
publicPath: "/"
}),
new webpack.DefinePlugin({
"process.env": JSON.stringify(process.env),
}),