Skip to content

Commit

Permalink
updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
aarabii committed May 3, 2023
1 parent aca3342 commit 4865f16
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ Project Link: [https://github.com/losier/v4](https://github.com/losier/v4)
[license-url]: https://github.com/losier/v4/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/aarab-nishchal
[product-screenshot]: images/demo.png
[product-screenshot2]: images/demo2.png
[logo]: images/logo.png
[product-screenshot]: https://raw.githubusercontent.com/losier/v4/data/images/demo.png
[product-screenshot2]: https://raw.githubusercontent.com/losier/v4/data/images/demo2.png
[logo]: https://raw.githubusercontent.com/losier/v4/data/images/logo.png
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://react.dev/
[Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
Expand Down
Binary file removed images/demo.png
Binary file not shown.
Binary file removed images/demo2.png
Binary file not shown.
Binary file removed images/logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<link
rel="apple-touch-icon"
sizes="180x180"
href="https://raw.githubusercontent.com/losier/v4/data/src/assets/Logo/apple-touch-icon.png"
href="https://raw.githubusercontent.com/losier/v4/data/assets/Logo/apple-touch-icon.png"
/>
<link
rel="mask-icon"
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"name": "React based portfolio website.",
"icons": [
{
"src": "https://raw.githubusercontent.com/losier/v4/data/src/assets/Logo/android-chrome-192x192.png",
"src": "https://raw.githubusercontent.com/losier/v4/data/assets/Logo/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://raw.githubusercontent.com/losier/v4/data/src/assets/Logo/android-chrome-512x512.png",
"src": "https://raw.githubusercontent.com/losier/v4/data/assets/Logo/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down
14 changes: 7 additions & 7 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,46 +14,46 @@
"mail": "[email protected]",
"mail2": "[email protected]",
"numberOfAchivement": "69",
"myImage": "https://raw.githubusercontent.com/losier/v4/data/src/assets/Pics/me2.jpg",
"myImage": "https://raw.githubusercontent.com/losier/v4/data/assets/Pics/me2.jpg",
"demoProjects": [
{
"id": 1,
"image": "https://raw.githubusercontent.com/losier/v4/data/src/assets/githubRepo/Img1.jfif",
"image": "https://raw.githubusercontent.com/losier/v4/data/assets/githubRepo/Img1.jfif",
"title": "v4",
"github": "https://github.com/losier/v4",
"demo": "http://aarabnishchal.herokuapp.com/"
},
{
"id": 2,
"image": "https://raw.githubusercontent.com/losier/v4/data/src/assets/githubRepo/Img2.png",
"image": "https://raw.githubusercontent.com/losier/v4/data/assets/githubRepo/Img2.png",
"title": "Telegram Bot",
"github": "",
"demo": ""
},
{
"id": 3,
"image": "https://raw.githubusercontent.com/losier/v4/data/src/assets/githubRepo/Img3.jpg",
"image": "https://raw.githubusercontent.com/losier/v4/data/assets/githubRepo/Img3.jpg",
"title": "Twitter Bot",
"github": "https://github.com/losier/TwitterBot",
"demo": "https://losier.github.io/"
},
{
"id": 4,
"image": "https://raw.githubusercontent.com/losier/v4/data/src/assets/githubRepo/Img4.jfif",
"image": "https://raw.githubusercontent.com/losier/v4/data/assets/githubRepo/Img4.jfif",
"title": "Discord Bot",
"github": "https://github.com/losier/Kiri",
"demo": "https://discord.com/api/oauth2/authorize?client_id=900390993860366356&permissions=8&scope=bot"
},
{
"id": 5,
"image": "https://raw.githubusercontent.com/losier/v4/data/src/assets/githubRepo/Img5.jfif",
"image": "https://raw.githubusercontent.com/losier/v4/data/assets/githubRepo/Img5.jfif",
"title": "Dark Chrome",
"github": "https://github.com/losier/Dark-Chrome",
"demo": "https://github.com/losier/Dark-Chrome/blob/data/Src/DarkChrome.exe"
},
{
"id": 6,
"image": "https://raw.githubusercontent.com/losier/v4/data/src/assets/githubRepo/Img6.jfif",
"image": "https://raw.githubusercontent.com/losier/v4/data/assets/githubRepo/Img6.jfif",
"title": "ToDo",
"github": "https://github.com/losier/Todo",
"demo": "https://losier.github.io/Todo"
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ body {
background: var(--color-bg-variant);
color: var(--color-white);
line-height: 1, 7;
background-image: url("https://raw.githubusercontent.com/losier/v4/data/src/assets/othersPics/bgTexturn2.png");
background-image: url("https://raw.githubusercontent.com/losier/v4/data/assets/othersPics/bgTexturn2.png");
}

/* ==================== GENERAL STYLES ==================== */
Expand Down
2 changes: 1 addition & 1 deletion src/styles/Footer.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
footer {
background-color: var(--color-bg);
background: url("https://raw.githubusercontent.com/losier/v4/data/src/assets/othersPics/banner-bg.png");
background: url("https://raw.githubusercontent.com/losier/v4/data/assets/othersPics/banner-bg.png");
padding: 3rem 0;
text-align: center;
font-size: 0.9rem;
Expand Down

1 comment on commit 4865f16

@vercel
Copy link

@vercel vercel bot commented on 4865f16 May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

v4 – ./

aarab.vercel.app
v4-git-master-losier.vercel.app
v4-losier.vercel.app

Please sign in to comment.