Skip to content

Commit 4865f16

Browse files
committed
updated links
1 parent aca3342 commit 4865f16

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ Project Link: [https://github.com/losier/v4](https://github.com/losier/v4)
257257
[license-url]: https://github.com/losier/v4/blob/master/LICENSE.txt
258258
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
259259
[linkedin-url]: https://linkedin.com/in/aarab-nishchal
260-
[product-screenshot]: images/demo.png
261-
[product-screenshot2]: images/demo2.png
262-
[logo]: images/logo.png
260+
[product-screenshot]: https://raw.githubusercontent.com/losier/v4/data/images/demo.png
261+
[product-screenshot2]: https://raw.githubusercontent.com/losier/v4/data/images/demo2.png
262+
[logo]: https://raw.githubusercontent.com/losier/v4/data/images/logo.png
263263
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
264264
[React-url]: https://react.dev/
265265
[Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white

images/demo.png

-1.29 MB
Binary file not shown.

images/demo2.png

-509 KB
Binary file not shown.

images/logo.png

-85.1 KB
Binary file not shown.

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<link
2222
rel="apple-touch-icon"
2323
sizes="180x180"
24-
href="https://raw.githubusercontent.com/losier/v4/data/src/assets/Logo/apple-touch-icon.png"
24+
href="https://raw.githubusercontent.com/losier/v4/data/assets/Logo/apple-touch-icon.png"
2525
/>
2626
<link
2727
rel="mask-icon"

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"name": "React based portfolio website.",
44
"icons": [
55
{
6-
"src": "https://raw.githubusercontent.com/losier/v4/data/src/assets/Logo/android-chrome-192x192.png",
6+
"src": "https://raw.githubusercontent.com/losier/v4/data/assets/Logo/android-chrome-192x192.png",
77
"sizes": "192x192",
88
"type": "image/png"
99
},
1010
{
11-
"src": "https://raw.githubusercontent.com/losier/v4/data/src/assets/Logo/android-chrome-512x512.png",
11+
"src": "https://raw.githubusercontent.com/losier/v4/data/assets/Logo/android-chrome-512x512.png",
1212
"sizes": "512x512",
1313
"type": "image/png"
1414
}

src/config.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,46 +14,46 @@
1414
"mail": "nishu@duck.com",
1515
"mail2": "aarab.nishchal@gmail.com",
1616
"numberOfAchivement": "69",
17-
"myImage": "https://raw.githubusercontent.com/losier/v4/data/src/assets/Pics/me2.jpg",
17+
"myImage": "https://raw.githubusercontent.com/losier/v4/data/assets/Pics/me2.jpg",
1818
"demoProjects": [
1919
{
2020
"id": 1,
21-
"image": "https://raw.githubusercontent.com/losier/v4/data/src/assets/githubRepo/Img1.jfif",
21+
"image": "https://raw.githubusercontent.com/losier/v4/data/assets/githubRepo/Img1.jfif",
2222
"title": "v4",
2323
"github": "https://github.com/losier/v4",
2424
"demo": "http://aarabnishchal.herokuapp.com/"
2525
},
2626
{
2727
"id": 2,
28-
"image": "https://raw.githubusercontent.com/losier/v4/data/src/assets/githubRepo/Img2.png",
28+
"image": "https://raw.githubusercontent.com/losier/v4/data/assets/githubRepo/Img2.png",
2929
"title": "Telegram Bot",
3030
"github": "",
3131
"demo": ""
3232
},
3333
{
3434
"id": 3,
35-
"image": "https://raw.githubusercontent.com/losier/v4/data/src/assets/githubRepo/Img3.jpg",
35+
"image": "https://raw.githubusercontent.com/losier/v4/data/assets/githubRepo/Img3.jpg",
3636
"title": "Twitter Bot",
3737
"github": "https://github.com/losier/TwitterBot",
3838
"demo": "https://losier.github.io/"
3939
},
4040
{
4141
"id": 4,
42-
"image": "https://raw.githubusercontent.com/losier/v4/data/src/assets/githubRepo/Img4.jfif",
42+
"image": "https://raw.githubusercontent.com/losier/v4/data/assets/githubRepo/Img4.jfif",
4343
"title": "Discord Bot",
4444
"github": "https://github.com/losier/Kiri",
4545
"demo": "https://discord.com/api/oauth2/authorize?client_id=900390993860366356&permissions=8&scope=bot"
4646
},
4747
{
4848
"id": 5,
49-
"image": "https://raw.githubusercontent.com/losier/v4/data/src/assets/githubRepo/Img5.jfif",
49+
"image": "https://raw.githubusercontent.com/losier/v4/data/assets/githubRepo/Img5.jfif",
5050
"title": "Dark Chrome",
5151
"github": "https://github.com/losier/Dark-Chrome",
5252
"demo": "https://github.com/losier/Dark-Chrome/blob/data/Src/DarkChrome.exe"
5353
},
5454
{
5555
"id": 6,
56-
"image": "https://raw.githubusercontent.com/losier/v4/data/src/assets/githubRepo/Img6.jfif",
56+
"image": "https://raw.githubusercontent.com/losier/v4/data/assets/githubRepo/Img6.jfif",
5757
"title": "ToDo",
5858
"github": "https://github.com/losier/Todo",
5959
"demo": "https://losier.github.io/Todo"

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ body {
6363
background: var(--color-bg-variant);
6464
color: var(--color-white);
6565
line-height: 1, 7;
66-
background-image: url("https://raw.githubusercontent.com/losier/v4/data/src/assets/othersPics/bgTexturn2.png");
66+
background-image: url("https://raw.githubusercontent.com/losier/v4/data/assets/othersPics/bgTexturn2.png");
6767
}
6868

6969
/* ==================== GENERAL STYLES ==================== */

src/styles/Footer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
footer {
22
background-color: var(--color-bg);
3-
background: url("https://raw.githubusercontent.com/losier/v4/data/src/assets/othersPics/banner-bg.png");
3+
background: url("https://raw.githubusercontent.com/losier/v4/data/assets/othersPics/banner-bg.png");
44
padding: 3rem 0;
55
text-align: center;
66
font-size: 0.9rem;

0 commit comments

Comments
 (0)