Skip to content

Commit

Permalink
added some assets
Browse files Browse the repository at this point in the history
  • Loading branch information
aarabii committed Jul 15, 2023
1 parent adae944 commit 392ff5d
Show file tree
Hide file tree
Showing 29 changed files with 521 additions and 12 deletions.
499 changes: 495 additions & 4 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"private": true,
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.0",
"@vercel/analytics": "^1.0.1",
"dotenv": "^16.3.1",
"react": "^18.2.0",
Expand Down
Binary file added public/apple-touch-icon.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 modified public/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<link
rel="apple-touch-icon"
sizes="180x180"
href="https://raw.githubusercontent.com/losier/v4/data/assets/Logo/apple-touch-icon.png"
href="%PUBLIC_URL%/apple-touch-icon.png"
/>
<link
rel="mask-icon"
href="https://raw.githubusercontent.com/losier/v4/5e9f9d3000469919e303f7b97eb03ed8e33fd08a/src/assets/Logo/safari-pinned-tab.svg"
href="%PUBLIC_URL%/logo512.png"
color="#5bbad5"
/>
<meta name="msapplication-TileColor" content="#da532c" />
Expand Down
Binary file added public/log512.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 public/logo16.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 public/logo192.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 public/logo32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 21 additions & 6 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,29 @@
"name": "React based portfolio website.",
"icons": [
{
"src": "https://raw.githubusercontent.com/losier/v4/data/assets/Logo/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
"src": "favicon.ico",
"sizes": "64x64 24x24",
"type": "image/x-icon"
},
{
"src": "https://raw.githubusercontent.com/losier/v4/data/assets/Logo/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "logo16.png",
"type": "image/png",
"sizes": "16x16"
},
{
"src": "logo32.png",
"type": "image/png",
"sizes": "32x32"
}
],
"theme_color": "#ffffff",
Expand Down
Binary file added src/assets/background/banner-bg.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 src/assets/background/bgTexturn2.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 src/assets/background/texture2.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 src/assets/fonts/mono.ttf
Binary file not shown.
Binary file added src/assets/fonts/sans.ttf
Binary file not shown.
Binary file added src/assets/images/Img1.jfif
Binary file not shown.
Binary file added src/assets/images/Img2.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 src/assets/images/Img3.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 src/assets/images/Img4.jfif
Binary file not shown.
Binary file added src/assets/images/Img5.jfif
Binary file not shown.
Binary file added src/assets/images/Img6.jfif
Binary file not shown.
Binary file added src/assets/logo/apple-touch-icon.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 src/assets/logo/favicon.ico
Binary file not shown.
Binary file added src/assets/logo/log512.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 src/assets/logo/logo.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 src/assets/logo/logo16.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 src/assets/logo/logo192.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 src/assets/logo/logo32.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 src/assets/picture/mine1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 392ff5d

Please sign in to comment.