Skip to content

Commit

Permalink
implemented Approach, Clients, Recent Approach & Experience and UI wi…
Browse files Browse the repository at this point in the history
…th corresponding elements
  • Loading branch information
AJ8658 committed Oct 1, 2024
1 parent a899a8c commit 223f688
Show file tree
Hide file tree
Showing 121 changed files with 20,155 additions and 24 deletions.
14 changes: 13 additions & 1 deletion .next/app-build-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
{
"pages": {}
"pages": {
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/page.js"
],
"/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/layout.css",
"static/chunks/app/layout.js"
]
}
}
5 changes: 4 additions & 1 deletion .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [],
"rootMainFiles": [
"static/chunks/webpack.js",
"static/chunks/main-app.js"
],
"pages": {
"/_app": []
},
Expand Down
Binary file modified .next/cache/webpack/client-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/10.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/11.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/12.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/13.pack.gz
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/client-development/14.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/15.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/16.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/17.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/18.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/19.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/20.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/21.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/3.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/4.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/5.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/6.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/7.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/8.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/9.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz.old
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/10.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/11.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/12.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/14.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/16.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/17.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/18.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/19.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/2.pack.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-development/22.pack.gz
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-development/24.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/25.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/26.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/4.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/6.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/7.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/8.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz.old
Binary file not shown.
17 changes: 16 additions & 1 deletion .next/react-loadable-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
{}
{
"components/ui/GridGlobe.tsx -> ./Globe": {
"id": "components/ui/GridGlobe.tsx -> ./Globe",
"files": [
"static/chunks/_app-pages-browser_components_ui_Globe_tsx.js"
]
},
"node_modules/@react-three/drei/core/VideoTexture.js -> hls.js": {
"id": "node_modules/@react-three/drei/core/VideoTexture.js -> hls.js",
"files": []
},
"node_modules/@react-three/drei/web/FaceLandmarker.js -> @mediapipe/tasks-vision": {
"id": "node_modules/@react-three/drei/web/FaceLandmarker.js -> @mediapipe/tasks-vision",
"files": []
}
}
4 changes: 3 additions & 1 deletion .next/server/app-paths-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"/page": "app/page.js"
}
598 changes: 598 additions & 0 deletions .next/server/app/page.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .next/server/app/page_client-reference-manifest.js

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

5 changes: 4 additions & 1 deletion .next/server/middleware-build-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ self.__BUILD_MANIFEST = {
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [],
"rootMainFiles": [],
"rootMainFiles": [
"static/chunks/webpack.js",
"static/chunks/main-app.js"
],
"pages": {
"/_app": []
},
Expand Down
2 changes: 1 addition & 1 deletion .next/server/middleware-react-loadable-manifest.js

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

2 changes: 1 addition & 1 deletion .next/server/next-font-manifest.js

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

2 changes: 1 addition & 1 deletion .next/server/next-font-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"pages":{},"app":{},"appUsingSizeAdjust":false,"pagesUsingSizeAdjust":false}
{"pages":{},"app":{"/home/runner/portfolio3/app/layout":["static/media/a34f9d1faa5f3315-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}
2 changes: 1 addition & 1 deletion .next/server/server-reference-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"node": {},
"edge": {},
"encryptionKey": "6tvRbJT01EVZlNH/MMRWLbgw/in4HGTQNjSlHS2uqV8="
"encryptionKey": "W3AyjzR1FZH4HowHCXXzg9z+ZVCVBnWIbDX6iur+fPU="
}
55 changes: 55 additions & 0 deletions .next/server/vendor-chunks/@react-three.js

Large diffs are not rendered by default.

Loading

0 comments on commit 223f688

Please sign in to comment.