Skip to content

Commit

Permalink
Set homepage to custom domain and run "npm run build" to create dist …
Browse files Browse the repository at this point in the history
…folder
  • Loading branch information
martapolii committed Oct 13, 2024
1 parent c8e6b1b commit 02e6f91
Show file tree
Hide file tree
Showing 38 changed files with 2,737 additions and 4 deletions.
11 changes: 11 additions & 0 deletions client/dist/.vite/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"src/main.jsx": {
"file": "assets/main-DyVbsjHt.js",
"name": "main",
"src": "src/main.jsx",
"isEntry": true,
"css": [
"assets/main-Ds5kLFHK.css"
]
}
}
Binary file added client/dist/MartaPolishchuk_Resume.pdf
Binary file not shown.
Binary file added client/dist/assets/background10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/background2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/background9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/brain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/c-sharp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,375 changes: 1,375 additions & 0 deletions client/dist/assets/coderFncn.ai

Large diffs are not rendered by default.

Binary file added client/dist/assets/coderFunction.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/coderFunction.psd
Binary file not shown.
Binary file added client/dist/assets/coderfncnC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/coderfncnJavaScript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/database-management.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/headshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/hiphip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/java-script.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,276 changes: 1,276 additions & 0 deletions client/dist/assets/logo.ai

Large diffs are not rendered by default.

Binary file added client/dist/assets/logo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions client/dist/assets/main-Ds5kLFHK.css

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

67 changes: 67 additions & 0 deletions client/dist/assets/main-DyVbsjHt.js

Large diffs are not rendered by default.

Binary file added client/dist/assets/project1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/project1b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/project1c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/project2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/project2b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/project2c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/project2d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/project2e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/dist/assets/project3.png
Binary file added client/dist/assets/project3b.png
Binary file added client/dist/assets/project3c.png
1 change: 1 addition & 0 deletions client/dist/assets/react.svg
Binary file added client/dist/assets/social.png
3 changes: 3 additions & 0 deletions client/dist/vite.svg
7 changes: 3 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homepage": "https://martapolii.github.io/Portfolio",
"homepage": "https://www.martapolii.com/",
"name": "client",
"private": true,
"version": "0.0.0",
Expand All @@ -9,8 +9,7 @@
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
"predeploy": "npm run build"
},
"dependencies": {
"express": "^4.21.1",
Expand All @@ -34,7 +33,7 @@
"nodemon": "^3.1.7",
"vite": "^5.4.8"
},
"main": "index.js",
"main": "index.html",
"repository": "https://github.com/martapolii/Portfolio.git",
"author": "martapolii <mpolish3@my.centennialcollege.ca>",
"license": "MIT"
Expand Down

0 comments on commit 02e6f91

Please sign in to comment.