Skip to content

Commit 68aef5a

Browse files
Add assets, rename dirs, update Privacy & Terms
Add static assets (icons, font, service worker) under src and update manifest/sitemap/index. Rename mrc/ → MRamzanCh/ and pb/ → ProBandey/; add new CopyRight page. Heavily revise Privacy and Terms pages to use local assets (favicon, icons, CoreSans font), add metadata (keywords, author, copyright), inline/minify CSS, adjust navigation/footer links and some content (logo path, effective date, footer copy, contact/location removal), and update internal links. These changes prepare the site for self-contained hosting with updated branding and structure. Co-Authored-By: M Ramzan Ch <191318204+MegaMind-Solution@users.noreply.github.com>
1 parent 374786c commit 68aef5a

27 files changed

Lines changed: 277 additions & 855 deletions

CopyRight/index.html

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

Privacy/index.html

Lines changed: 31 additions & 252 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

Terms/index.html

Lines changed: 29 additions & 251 deletions
Large diffs are not rendered by default.
File renamed without changes.

index.html

Lines changed: 99 additions & 309 deletions
Large diffs are not rendered by default.

manifest.webmanifest

Lines changed: 67 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,82 @@
11
{
2-
"name": "MainRoute Core | Future Engineered",
2+
"name": "MainRoute Core",
33
"short_name": "MRC",
4-
"description": "A specialized technology powerhouse led by M Ramzan Ch. We engineer high-performance PWAs, enterprise software, MegaMind Solution, and robust open-source infrastructure.",
4+
"description": "A specialized technology powerhouse delivering PWA, open-source, and custom software solutions.",
55
"start_url": "./",
66
"display": "standalone",
77
"background_color": "#050505",
88
"theme_color": "#f44234",
99
"orientation": "portrait-primary",
1010
"scope": "/",
1111
"lang": "en",
12+
1213
"categories": ["technology", "business", "development"],
14+
15+
"prefer_related_applications": false,
16+
1317
"icons": [
1418
{
15-
"src": "https://avatars.githubusercontent.com/u/249983472?s=192&v=4",
19+
"src": "./src/favicon.ico",
20+
"sizes": "16x16 32x32 48x48 64x64",
21+
"type": "image/x-icon"
22+
},
23+
{
24+
"src": "./src/16.png",
25+
"sizes": "16x16",
26+
"type": "image/png"
27+
},
28+
{
29+
"src": "./src/32.png",
30+
"sizes": "32x32",
31+
"type": "image/png"
32+
},
33+
{
34+
"src": "./src/144.png",
35+
"sizes": "144x144",
36+
"type": "image/png",
37+
"purpose": "any"
38+
},
39+
{
40+
"src": "./src/maskable-144.png",
41+
"sizes": "144x144",
42+
"type": "image/png",
43+
"purpose": "maskable"
44+
},
45+
{
46+
"src": "./src/192.png",
1647
"sizes": "192x192",
1748
"type": "image/png",
1849
"purpose": "any"
1950
},
2051
{
21-
"src": "https://avatars.githubusercontent.com/u/249983472?s=192&v=4",
52+
"src": "./src/maskable-192.png",
2253
"sizes": "192x192",
2354
"type": "image/png",
2455
"purpose": "maskable"
2556
},
2657
{
27-
"src": "https://avatars.githubusercontent.com/u/249983472?s=512&v=4",
58+
"src": "./src/512.png",
2859
"sizes": "512x512",
2960
"type": "image/png",
3061
"purpose": "any"
3162
},
3263
{
33-
"src": "https://avatars.githubusercontent.com/u/249983472?s=512&v=4",
64+
"src": "./src/maskable-512.png",
3465
"sizes": "512x512",
3566
"type": "image/png",
3667
"purpose": "maskable"
3768
}
3869
],
70+
3971
"shortcuts": [
4072
{
4173
"name": "Privacy",
4274
"short_name": "Privacy",
43-
"description": "See Terms of Services",
75+
"description": "See Privacy Policy",
4476
"url": "/Privacy",
4577
"icons": [
4678
{
47-
"src": "https://avatars.githubusercontent.com/u/249983472?s=192&v=4",
79+
"src": "./src/192.png",
4880
"sizes": "192x192",
4981
"type": "image/png"
5082
}
@@ -57,7 +89,20 @@
5789
"url": "/Terms",
5890
"icons": [
5991
{
60-
"src": "https://avatars.githubusercontent.com/u/249983472?s=192&v=4",
92+
"src": "./src/192.png",
93+
"sizes": "192x192",
94+
"type": "image/png"
95+
}
96+
]
97+
},
98+
{
99+
"name": "CopyRight",
100+
"short_name": "CopyRight",
101+
"description": "See Copy Right",
102+
"url": "/CopyRight",
103+
"icons": [
104+
{
105+
"src": "./src/192.png",
61106
"sizes": "192x192",
62107
"type": "image/png"
63108
}
@@ -67,10 +112,10 @@
67112
"name": "M Ramzan Ch",
68113
"short_name": "MR Ch",
69114
"description": "Explore M Ramzan Ch's Profile",
70-
"url": "/mrc",
115+
"url": "/MRamzanCh",
71116
"icons": [
72117
{
73-
"src": "/mrc/mrc.png",
118+
"src": "/MRamzanCh/mrc.png",
74119
"sizes": "192x192",
75120
"type": "image/png"
76121
}
@@ -80,14 +125,23 @@
80125
"name": "Pro Bandey",
81126
"short_name": "PB",
82127
"description": "Explore Pro Bandey's Profile",
83-
"url": "/mrc",
128+
"url": "/ProBandey",
84129
"icons": [
85130
{
86-
"src": "/pb/pb.png",
131+
"src": "/ProBandey/pb.png",
87132
"sizes": "192x192",
88133
"type": "image/png"
89134
}
90135
]
91136
}
137+
],
138+
139+
"screenshots": [
140+
{
141+
"src": "./src/social.png",
142+
"sizes": "2560x1440",
143+
"type": "image/png",
144+
"description": "ScreenShot Of Site's Upper Part."
145+
}
92146
]
93147
}

0 commit comments

Comments
 (0)