├── .eslintcache ├── .gitignore ├── README.md ├── debug.log ├── package-lock.json ├── package.json ├── public ├── index.html ├── manifest.json └── robots.txt └── src ├── App.css ├── App.css.map ├── App.scss ├── component ├── About.jsx ├── App.jsx ├── Footer.jsx ├── Home.jsx ├── Nav.jsx ├── Quotes.jsx └── page │ ├── P2001.jsx │ ├── P2301.jsx │ ├── P23012.jsx │ ├── P2412.jsx │ ├── P2501.jsx │ ├── P25012.jsx │ ├── P2601.jsx │ ├── P26012.jsx │ ├── P2701.jsx │ ├── P2801.jsx │ ├── P3001.jsx │ ├── P3101.jsx │ ├── Page1.jsx │ └── Rgtg.jsx ├── img ├── P2701.jpg ├── P27012.jpg ├── P2801.jpg ├── P3001.jpg └── P3101.webp ├── index.js └── style ├── _about.scss ├── _box.scss ├── _home.scss ├── _page.scss ├── _quote.scss └── _var.scss /.eslintcache: -------------------------------------------------------------------------------- 1 | [{"C:\\Users\\st788\\Desktop\\news\\src\\index.js":"1","C:\\Users\\st788\\Desktop\\news\\src\\component\\App.jsx":"2","C:\\Users\\st788\\Desktop\\news\\src\\component\\Home.jsx":"3","C:\\Users\\st788\\Desktop\\news\\src\\component\\About.jsx":"4","C:\\Users\\st788\\Desktop\\news\\src\\component\\Nav.jsx":"5","C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\Rgtg.jsx":"6","C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\Page1.jsx":"7","C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P2412.jsx":"8","C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P2301.jsx":"9","C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P23012.jsx":"10","C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P2501.jsx":"11","C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P25012.jsx":"12","C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P2001.jsx":"13","C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P2601.jsx":"14","C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P26012.jsx":"15","C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P2701.jsx":"16","C:\\Users\\st788\\Desktop\\news\\src\\component\\Quotes.jsx":"17","C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P2801.jsx":"18","C:\\Users\\st788\\Desktop\\news\\src\\component\\Footer.jsx":"19","C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P3001.jsx":"20","C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P3101.jsx":"21"},{"size":437,"mtime":1611865584832,"results":"22","hashOfConfig":"23"},{"size":1737,"mtime":1612119030831,"results":"24","hashOfConfig":"23"},{"size":6382,"mtime":1612118486544,"results":"25","hashOfConfig":"23"},{"size":1154,"mtime":1611863743226,"results":"26","hashOfConfig":"23"},{"size":548,"mtime":1611862146072,"results":"27","hashOfConfig":"23"},{"size":243,"mtime":1611773117883,"results":"28","hashOfConfig":"29"},{"size":3322,"mtime":1611774416753,"results":"30","hashOfConfig":"23"},{"size":2809,"mtime":1611774346337,"results":"31","hashOfConfig":"23"},{"size":2591,"mtime":1611774335705,"results":"32","hashOfConfig":"23"},{"size":4915,"mtime":1612118867389,"results":"33","hashOfConfig":"23"},{"size":2918,"mtime":1611774351800,"results":"34","hashOfConfig":"23"},{"size":2800,"mtime":1611774370518,"results":"35","hashOfConfig":"23"},{"size":3374,"mtime":1611774336857,"results":"36","hashOfConfig":"23"},{"size":2510,"mtime":1611774356362,"results":"37","hashOfConfig":"23"},{"size":1914,"mtime":1611796204244,"results":"38","hashOfConfig":"23"},{"size":4656,"mtime":1611774361097,"results":"39","hashOfConfig":"23"},{"size":3268,"mtime":1611861104376,"results":"40","hashOfConfig":"23"},{"size":6206,"mtime":1611865308401,"results":"41","hashOfConfig":"23"},{"size":228,"mtime":1611865727431,"results":"42","hashOfConfig":"23"},{"size":4033,"mtime":1612110110000,"results":"43","hashOfConfig":"23"},{"size":3777,"mtime":1612118963832,"results":"44","hashOfConfig":"23"},{"filePath":"45","messages":"46","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"h4cppq",{"filePath":"47","messages":"48","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"49","messages":"50","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"51","messages":"52","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"53","messages":"54","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"55","messages":"56","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"e3kbzr",{"filePath":"57","messages":"58","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"59","messages":"60","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"61","messages":"62","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"63","messages":"64","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"65","messages":"66","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"67","messages":"68","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"69","messages":"70","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"71","messages":"72","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"73","messages":"74","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"75","messages":"76","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"77","messages":"78","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"79","messages":"80","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"81","messages":"82","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"83","messages":"84","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"85","messages":"86","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\st788\\Desktop\\news\\src\\index.js",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\App.jsx",["87"],"C:\\Users\\st788\\Desktop\\news\\src\\component\\Home.jsx",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\About.jsx",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\Nav.jsx",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\Rgtg.jsx",["88"],"C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\Page1.jsx",["89"],"C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P2412.jsx",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P2301.jsx",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P23012.jsx",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P2501.jsx",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P25012.jsx",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P2001.jsx",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P2601.jsx",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P26012.jsx",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P2701.jsx",["90","91"],"C:\\Users\\st788\\Desktop\\news\\src\\component\\Quotes.jsx",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P2801.jsx",["92"],"C:\\Users\\st788\\Desktop\\news\\src\\component\\Footer.jsx",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P3001.jsx",[],"C:\\Users\\st788\\Desktop\\news\\src\\component\\page\\P3101.jsx",[],{"ruleId":"93","severity":1,"message":"94","line":2,"column":15,"nodeType":"95","messageId":"96","endLine":2,"endColumn":20},{"ruleId":"93","severity":1,"message":"97","line":2,"column":9,"nodeType":"95","messageId":"96","endLine":2,"endColumn":13},{"ruleId":"93","severity":1,"message":"98","line":2,"column":8,"nodeType":"95","messageId":"96","endLine":2,"endColumn":12},{"ruleId":"99","severity":1,"message":"100","line":12,"column":13,"nodeType":"101","endLine":12,"endColumn":46},{"ruleId":"99","severity":1,"message":"100","line":30,"column":1,"nodeType":"101","endLine":30,"endColumn":37},{"ruleId":"99","severity":1,"message":"100","line":10,"column":13,"nodeType":"101","endLine":10,"endColumn":45},"no-unused-vars","'Route' is defined but never used.","Identifier","unusedVar","'Link' is defined but never used.","'Home' is defined but never used.","jsx-a11y/alt-text","img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.","JSXOpeningElement"] -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 | 3 | # dependencies 4 | /node_modules 5 | /.pnp 6 | .pnp.js 7 | 8 | # testing 9 | /coverage 10 | 11 | # production 12 | /build 13 | 14 | # misc 15 | .DS_Store 16 | .env.local 17 | .env.development.local 18 | .env.test.local 19 | .env.production.local 20 | 21 | npm-debug.log* 22 | yarn-debug.log* 23 | yarn-error.log* 24 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | #site is published at https://aranavtiwari.github.io/WA/ 2 | 3 | -------------------------------------------------------------------------------- /debug.log: -------------------------------------------------------------------------------- 1 | [0125/101837.644:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3) 2 | [0126/214054.636:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3) 3 | [0127/024549.204:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3) 4 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "news", 3 | "homepage": "https://aranavtiwari.github.io/WA", 4 | "version": "0.1.0", 5 | "private": true, 6 | "dependencies": { 7 | "@testing-library/jest-dom": "^5.11.9", 8 | "@testing-library/react": "^11.2.3", 9 | "@testing-library/user-event": "^12.6.2", 10 | "gh-pages": "^3.1.0", 11 | "react": "^17.0.1", 12 | "react-dom": "^17.0.1", 13 | "react-router-dom": "^5.2.0", 14 | "react-scripts": "4.0.1", 15 | "sass": "^1.32.5" 16 | }, 17 | "scripts": { 18 | "predeploy": "npm run build", 19 | "deploy": "gh-pages -d build", 20 | "start": "react-scripts start", 21 | "build": "react-scripts build", 22 | "test": "react-scripts test", 23 | "eject": "react-scripts eject" 24 | }, 25 | "eslintConfig": { 26 | "extends": [ 27 | "react-app", 28 | "react-app/jest" 29 | ] 30 | }, 31 | "browserslist": { 32 | "production": [ 33 | ">0.2%", 34 | "not dead", 35 | "not op_mini all" 36 | ], 37 | "development": [ 38 | "last 1 chrome version", 39 | "last 1 firefox version", 40 | "last 1 safari version" 41 | ] 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 12 | 13 | 14 | 18 | 19 | 28 | WA 29 | 30 | 31 | 32 |
33 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /public/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "short_name": "React App", 3 | "name": "Create React App Sample", 4 | "icons": [ 5 | { 6 | "src": "", 7 | "sizes": "64x64 32x32 24x24 16x16", 8 | "type": "image/x-icon" 9 | }, 10 | { 11 | "src": "", 12 | "type": "image/png", 13 | "sizes": "192x192" 14 | }, 15 | { 16 | "src": "", 17 | "type": "image/png", 18 | "sizes": "512x512" 19 | } 20 | ], 21 | "start_url": ".", 22 | "display": "standalone", 23 | "theme_color": "#000000", 24 | "background_color": "#ffffff" 25 | } 26 | -------------------------------------------------------------------------------- /public/robots.txt: -------------------------------------------------------------------------------- 1 | # https://www.robotstxt.org/robotstxt.html 2 | User-agent: * 3 | Disallow: 4 | -------------------------------------------------------------------------------- /src/App.css: -------------------------------------------------------------------------------- 1 | @import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700&display=swap"); 2 | @import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap"); 3 | .home { 4 | max-width: 650px; 5 | margin: 0 auto; 6 | margin-top: 8rem; 7 | padding: 1rem; 8 | } 9 | 10 | .box { 11 | margin-bottom: 3rem; 12 | cursor: pointer; 13 | max-width: 500px; 14 | overflow: hidden; 15 | border-bottom: 0px solid; 16 | -webkit-box-sizing: border-box; 17 | box-sizing: border-box; 18 | } 19 | 20 | .box .link { 21 | text-decoration: none; 22 | } 23 | 24 | .box-heading { 25 | font-size: 4rem; 26 | display: block; 27 | -webkit-transition: all 2s ease; 28 | transition: all 2s ease; 29 | color: #03314b; 30 | text-decoration: none; 31 | } 32 | 33 | .box-heading:hover .border { 34 | background-color: #2ce07f; 35 | -webkit-box-shadow: 0px 2px 20px #2ce07f; 36 | box-shadow: 0px 2px 20px #2ce07f; 37 | } 38 | 39 | .box-heading .border { 40 | margin-top: 6px; 41 | height: 0.8rem; 42 | display: block; 43 | border-radius: 2rem; 44 | -webkit-transition: all 1s ease; 45 | transition: all 1s ease; 46 | } 47 | 48 | .box-description { 49 | margin-top: -1rem; 50 | font-size: 1.7rem; 51 | line-height: 2.2rem; 52 | color: "$des"; 53 | } 54 | 55 | .box-date { 56 | font-size: 1.4rem; 57 | } 58 | 59 | .box-date span { 60 | margin-left: 4rem; 61 | } 62 | 63 | @media (max-width: 700px) { 64 | .box { 65 | padding: 1.5rem; 66 | } 67 | .box-heading { 68 | font-size: 3rem; 69 | } 70 | .box-description { 71 | font-size: 1.5rem; 72 | } 73 | } 74 | 75 | .page { 76 | padding: 0 1.3rem; 77 | max-width: 800px; 78 | margin: 0 auto; 79 | margin-top: 9rem; 80 | } 81 | 82 | .page h1 { 83 | font-size: 4rem; 84 | -webkit-transition: all 2s ease; 85 | transition: all 2s ease; 86 | color: #03314b; 87 | } 88 | 89 | .page h4 { 90 | font-size: 1.4rem; 91 | line-height: 1.7rem; 92 | color: #504f4f; 93 | font-style: italic; 94 | } 95 | 96 | .page .img { 97 | display: block; 98 | margin: 0 auto; 99 | max-width: 600px; 100 | height: 400px; 101 | } 102 | 103 | .page p { 104 | font-size: 2rem; 105 | line-height: 2.7rem; 106 | color: #405863; 107 | } 108 | 109 | .page h3 { 110 | margin-top: 6rem; 111 | font-size: 2.5rem; 112 | color: #2ce07f; 113 | } 114 | 115 | .page h2 { 116 | margin-top: 6rem; 117 | font-size: 2.5rem; 118 | color: #02466d; 119 | } 120 | 121 | .page h5 { 122 | font-size: 2rem; 123 | } 124 | 125 | .page li { 126 | list-style-type: none; 127 | } 128 | 129 | .back { 130 | display: -webkit-box; 131 | display: -ms-flexbox; 132 | display: flex; 133 | -webkit-box-pack: left; 134 | -ms-flex-pack: left; 135 | justify-content: left; 136 | margin-top: 6rem; 137 | padding: 6rem; 138 | } 139 | 140 | .back a { 141 | font-size: 3rem; 142 | text-decoration: none; 143 | color: #03314b; 144 | font-weight: 600; 145 | } 146 | 147 | @media (max-width: 700px) { 148 | .page { 149 | padding: 0rem 2rem; 150 | } 151 | .page h1 { 152 | font-size: 2.8rem; 153 | } 154 | .page h4 { 155 | font-size: 1.2rem; 156 | } 157 | .page .img { 158 | width: 250px; 159 | height: 150px; 160 | } 161 | .page p { 162 | font-size: 1.8rem; 163 | } 164 | } 165 | 166 | .quotes { 167 | padding: 0 1.3rem; 168 | max-width: 800px; 169 | margin: 0 auto; 170 | margin-top: 9rem; 171 | } 172 | 173 | .quotes .heading { 174 | font-size: 4.8rem; 175 | font-weight: 400; 176 | } 177 | 178 | .quotes .qborder { 179 | margin-top: 6px; 180 | height: 0.8rem; 181 | max-width: 16rem; 182 | margin-top: -2rem; 183 | display: block; 184 | border-radius: 2rem; 185 | -webkit-transition: all 1s ease; 186 | transition: all 1s ease; 187 | background-color: #2ce07f; 188 | -webkit-box-shadow: 0px 2px 20px #2ce07f; 189 | box-shadow: 0px 2px 20px #2ce07f; 190 | } 191 | 192 | .quotes .date { 193 | font-size: 2rem; 194 | color: #778491; 195 | } 196 | 197 | .quotes .textbox { 198 | margin: 8rem auto; 199 | } 200 | 201 | .quotes .text { 202 | font-size: 2rem; 203 | color: #5e6d7d; 204 | font-style: italic; 205 | line-height: 3rem; 206 | margin-bottom: 2.4rem; 207 | } 208 | 209 | .quotes .text span { 210 | display: block; 211 | font-style: normal; 212 | color: #405863; 213 | font-weight: 400 !important; 214 | } 215 | 216 | @media (max-width: 700px) { 217 | .quotes { 218 | padding: 0 4.2rem; 219 | } 220 | } 221 | 222 | .about-section { 223 | padding: 0 1.3rem; 224 | max-width: 800px; 225 | margin: 0 auto; 226 | margin-top: 9rem; 227 | } 228 | 229 | .about-section .heading { 230 | font-size: 4.8rem; 231 | font-weight: 400; 232 | } 233 | 234 | .about-section .qborder { 235 | margin-top: 6px; 236 | height: 0.8rem; 237 | max-width: 18rem; 238 | margin-top: -2rem; 239 | display: block; 240 | border-radius: 2rem; 241 | -webkit-transition: all 1s ease; 242 | transition: all 1s ease; 243 | background-color: #2ce07f; 244 | -webkit-box-shadow: 0px 2px 20px #2ce07f; 245 | box-shadow: 0px 2px 20px #2ce07f; 246 | } 247 | 248 | .about-section .intro { 249 | margin-top: 9rem; 250 | font-size: 2.4rem; 251 | line-height: 3rem; 252 | font-weight: 400; 253 | color: #5e6d7d; 254 | } 255 | 256 | .about-section h2 { 257 | margin-top: 9rem; 258 | font-size: 4rem; 259 | color: #34495f; 260 | } 261 | 262 | .about-section h3 { 263 | margin-top: 5rem; 264 | margin-left: 2rem; 265 | font-size: 3rem; 266 | color: #34495f; 267 | } 268 | 269 | .about-section .waintro { 270 | margin-left: 2rem; 271 | font-size: 2.4rem; 272 | line-height: 3rem; 273 | font-weight: 400; 274 | color: #5e6d7d; 275 | } 276 | 277 | html { 278 | font-size: 62.5%; 279 | } 280 | 281 | body { 282 | -webkit-box-sizing: border-box; 283 | box-sizing: border-box; 284 | margin: 0; 285 | background-color: #ffffff; 286 | font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 287 | -webkit-font-smoothing: antialiased; 288 | } 289 | 290 | .nav { 291 | margin-top: 3rem; 292 | } 293 | 294 | .nav-bar { 295 | font-size: 2rem; 296 | display: -webkit-box; 297 | display: -ms-flexbox; 298 | display: flex; 299 | -webkit-box-pack: justify; 300 | -ms-flex-pack: justify; 301 | justify-content: space-between; 302 | max-width: 700px; 303 | padding: 1rem 3rem; 304 | margin: 0 auto; 305 | } 306 | 307 | .nav .logo { 308 | text-decoration: none; 309 | text-transform: uppercase; 310 | font-size: 5rem; 311 | font-weight: 600; 312 | color: black; 313 | } 314 | 315 | .nav-right { 316 | display: -webkit-box; 317 | display: -ms-flexbox; 318 | display: flex; 319 | -webkit-box-pack: center; 320 | -ms-flex-pack: center; 321 | justify-content: center; 322 | -webkit-box-align: center; 323 | -ms-flex-align: center; 324 | align-items: center; 325 | } 326 | 327 | .nav-right a.about { 328 | text-decoration: none; 329 | margin-right: 4rem; 330 | color: black; 331 | -webkit-transition: all 1s ease smooth; 332 | transition: all 1s ease smooth; 333 | } 334 | 335 | .nav-right a.about:hover { 336 | border-bottom: 4px solid #2ce07f; 337 | text-shadow: 0px 2px 20px #2ce07f; 338 | } 339 | 340 | @media (max-width: 700px) { 341 | .nav-bar { 342 | padding: 1rem 1rem; 343 | } 344 | .nav .logo { 345 | font-size: 4rem; 346 | } 347 | .nav a.about { 348 | margin-right: 1.2rem; 349 | } 350 | -right { 351 | -webkit-box-pack: right; 352 | -ms-flex-pack: right; 353 | justify-content: right; 354 | } 355 | } 356 | 357 | .rgtg { 358 | max-width: 700px; 359 | height: 200px; 360 | margin: 0 auto; 361 | margin-top: 10rem; 362 | display: -webkit-box; 363 | display: -ms-flexbox; 364 | display: flex; 365 | -webkit-box-align: center; 366 | -ms-flex-align: center; 367 | align-items: center; 368 | -webkit-box-pack: center; 369 | -ms-flex-pack: center; 370 | justify-content: center; 371 | } 372 | 373 | .rgtg .text { 374 | text-align: center; 375 | font-size: 4rem; 376 | -webkit-transform: rotate(-30deg); 377 | transform: rotate(-30deg); 378 | font-family: 'Satisfy', cursive; 379 | font-weight: 300; 380 | text-decoration: underline; 381 | -webkit-transition: all 0.5s ease; 382 | transition: all 0.5s ease; 383 | } 384 | 385 | .rgtg .text:hover { 386 | cursor: pointer; 387 | color: #2ce07f; 388 | text-shadow: 0 1px 50px #405863; 389 | } 390 | /*# sourceMappingURL=App.css.map */ -------------------------------------------------------------------------------- /src/App.css.map: -------------------------------------------------------------------------------- 1 | { 2 | "version": 3, 3 | "mappings": "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", 4 | "sources": [ 5 | "App.scss", 6 | "style/_home.scss", 7 | "style/_box.scss", 8 | "style/_var.scss", 9 | "style/_var.scss", 10 | "style/_page.scss", 11 | "style/_var.scss", 12 | "style/_quote.scss", 13 | "style/_about.scss" 14 | ], 15 | "names": [], 16 | "file": "App.css" 17 | } -------------------------------------------------------------------------------- /src/App.scss: -------------------------------------------------------------------------------- 1 | @import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700&display=swap"); 2 | //@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap'); 3 | @import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap'); 4 | @import "./style/_home.scss"; 5 | @import "./style/_box.scss"; 6 | @import "./style/var"; 7 | @import "./style/page"; 8 | @import "./style/quote"; 9 | @import "./style/about"; 10 | 11 | 12 | 13 | 14 | 15 | 16 | html{ 17 | font-size: 62.5%; 18 | } 19 | 20 | body{ 21 | box-sizing: border-box; 22 | margin: 0; 23 | background-color: #ffffff; 24 | font-family: "Josefin Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", 25 | "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", 26 | "Helvetica Neue", sans-serif; 27 | -webkit-font-smoothing: antialiased; 28 | } 29 | 30 | .nav{ 31 | margin-top: 3rem; 32 | &-bar{ font-size:2rem; 33 | display: flex; 34 | justify-content: space-between; 35 | max-width: 700px; 36 | padding:1rem 3rem; 37 | margin: 0 auto; 38 | } 39 | 40 | .logo{ 41 | text-decoration: none; 42 | text-transform: uppercase; 43 | font-size: 5rem; 44 | font-weight: 600; 45 | color: black; 46 | } 47 | 48 | 49 | &-right{ 50 | display: flex; 51 | justify-content: center; 52 | align-items: center; 53 | 54 | 55 | a.about{ 56 | text-decoration: none; 57 | margin-right: 4rem; 58 | color: black; 59 | transition: all 1s ease smooth; 60 | 61 | &:hover{ 62 | border-bottom: 4px solid rgb(44, 224, 127); 63 | text-shadow: 0px 2px 20px rgb(44, 224, 127); 64 | } 65 | } 66 | 67 | 68 | } 69 | 70 | } 71 | 72 | @media(max-width:700px){ 73 | .nav{ 74 | &-bar{ 75 | padding:1rem 1rem; 76 | } 77 | 78 | .logo{ 79 | font-size: 4rem; 80 | } 81 | 82 | a.about{ 83 | margin-right: 1.2rem; 84 | } 85 | } 86 | &-right{ 87 | justify-content: right; 88 | } 89 | } 90 | 91 | 92 | 93 | .rgtg{ 94 | 95 | max-width: 700px; 96 | height: 200px; 97 | margin: 0 auto; 98 | margin-top: 10rem; 99 | display: flex; 100 | align-items: center; 101 | justify-content: center; 102 | 103 | .text{ 104 | text-align: center; 105 | font-size: 4rem; 106 | transform: rotate(-30deg); 107 | font-family: 'Satisfy', cursive; 108 | font-weight: 300; 109 | text-decoration: underline; 110 | transition: all 0.5s ease; 111 | 112 | &:hover{ 113 | cursor: pointer; 114 | color: $highlight; 115 | text-shadow: 0 1px 50px $des; 116 | } 117 | } 118 | } -------------------------------------------------------------------------------- /src/component/About.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import {Link} from "react-router-dom"; 3 | 4 | 5 | function About() { 6 | return ( 7 |
8 |

About

9 | 10 |

I am a computer science undergraduate student. I am fond of reading a newspaper and another article on Indian foreign policy.

11 |

FAQ.

12 |

Why WA.

13 |

I am always curious about the things going on with India foreign policy and world.

14 | Nowadays, News media try to cover sensational topic mostly, and they do not give much importance to these topics. And most news outlets compromise styling , by which their website does not feel comfortable for reading—that why I created WA.

15 | WA is a platform where you can find an article related to India foreign policy with comfortable typography.

16 |
17 | ← Back 18 |
19 | 20 |
21 | ) 22 | } 23 | 24 | export default About 25 | -------------------------------------------------------------------------------- /src/component/App.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import {Link, Route, Switch} from 'react-router-dom'; 3 | 4 | import Home from './Home'; 5 | import About from './About'; 6 | import Quotes from './Quotes'; 7 | import P2001 from "./page/P2001"; 8 | import T241 from "./page/Page1"; 9 | import P2412 from "./page/P2412"; 10 | import P2301 from "./page/P2301"; 11 | import P23012 from "./page/P23012"; 12 | import P2501 from "./page/P2501"; 13 | import P25012 from "./page/P25012"; 14 | import P2601 from "./page/P2601"; 15 | import P26012 from "./page/P26012"; 16 | import P2701 from "./page/P2701"; 17 | import P2801 from "./page/P2801"; 18 | import P3001 from "./page/P3001"; 19 | import P3101 from "./page/P3101"; 20 | import '../App.css'; 21 | 22 | function App() { 23 | 24 | 25 | const pages = [ 26 | {path:"/",component:Home}, 27 | {path:"/about",component:About}, 28 | {path:"/qutoes",component:Quotes}, 29 | {path:"/P2001",component:P2001}, 30 | {path:"/T241",component:T241}, 31 | {path:"/P2412",component:P2412}, 32 | {path:"/P2301",component:P2301}, 33 | {path:"/P23012",component:P23012}, 34 | {path:"/P2501",component:P2501}, 35 | {path:"/P25012",component:P25012}, 36 | {path:"/P2601",component:P2601}, 37 | {path:"/P26012",component:P26012}, 38 | {path:"/P2701",component:P2701}, 39 | {path:"/P2801",component:P2801}, 40 | {path:"/P3001",component:P3001}, 41 | {path:"/P3101",component:P3101} 42 | 43 | 44 | ] 45 | 46 | const pageLink = () => { 47 | return pages.map((data) =>{ 48 | return( 49 | 50 | ) 51 | }) 52 | } 53 | 54 | return ( 55 |
56 | 57 | {pageLink()} 58 | 59 |
60 | ) 61 | } 62 | 63 | export default App 64 | -------------------------------------------------------------------------------- /src/component/Footer.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | 3 | function Footer() { 4 | return ( 5 |
6 |

Made with React and SASS

7 |
8 | ) 9 | } 10 | 11 | export default Footer 12 | -------------------------------------------------------------------------------- /src/component/Home.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import {Link} from 'react-router-dom' 3 | 4 | 5 | function Home() { 6 | 7 | /*====== 8 | 9 | { link:"", 10 | heading:"", 11 | description:"", 12 | date:"", 13 | country:"#World" 14 | } 15 | ========*/ 16 | 17 | const data = [ 18 | { link:"/P3101", 19 | heading:"India to spend 1.3 LAKH CRORE Rupees more on New Fighter Jets", 20 | description:"Air Force chief Air Chief Marshal RKS Bhadauria had termed the Rafale as one of the strong contenders for the 114 fighter acquisition project.", 21 | date:"31-01-2021", 22 | country:"#India" 23 | }, 24 | { link:"/P3001", 25 | heading:"Independence Means WAR - China's threat to Taiwan", 26 | description:"China has warned Taiwan that any attempt to seek independence 'means war'.", 27 | date:"30-01-2021", 28 | country:"#China #Taiwan #USA" 29 | }, 30 | { link:"/P2801", 31 | heading:"Biden’s Shock to Saudi Arabia", 32 | description:"Biden Administration Pauses Controversial Arms Sales To Saudi Arabia And UAE", 33 | date:"28-01-2021", 34 | country:"#USA #Saudi Arabia #UAE" 35 | }, 36 | { link:"/P2701", 37 | heading:"Japan pushes back against UK plan to invite India, others to G-7 meeting", 38 | description:"Prime Minister Boris Johnson, who is hosting this year's G-7, has invited South Korea, India and Australia to attend the leaders' summit in Cornwall in June", 39 | date:"27-01-2021", 40 | country:"#World #India #UK #Japan #G7" 41 | } 42 | , 43 | { link:"/P26012", 44 | heading:"Padma Awards 2021", 45 | description:"Singer SP Balasubrahmanyam, Former Japan PM Shinzo Abe Awarded Padma Vibhushan", 46 | date:"26-01-2021", 47 | country:"#India #Japan" 48 | }, 49 | { link:"/P2601", 50 | heading:"Violence at Red Fort Republic Day 2021", 51 | description:"Farmers Tractor Rally: Thousands of farmers, who entered into Delhi with their tractors this morning, poured into the Red Fort complex by afternoon.", 52 | date:"26-01-2021", 53 | country:"#India" 54 | }, 55 | { link:"/P25012", 56 | heading:"AKASH NG Test Fired for the First time by DRDO", 57 | description:"Akash-NG is a new generation Surface-to-Air Missile meant for use by the Indian Air Force with an aim of intercepting high manoeuvring aerial threats, says DRDO.", 58 | date:"25-01-2021", 59 | country:"#India" 60 | }, 61 | { link:"/P2501", 62 | heading:"India pushes back China near Sikkim Fight near Naku La ", 63 | description:"The Indian Army foiled an attempt by the Chinese to intrude across the border in Sikkim, sources have told India Today. At least 20 PLA soldiers have been injured in the clash that reportedly took place on January 20. The Indian Army said the 'minor face-off' was resolved by local commanders.", 64 | date:"25-01-2021", 65 | country:"#India #China" 66 | }, 67 | { link:"/T241", 68 | heading:"Russia Protests 2021", 69 | description:"Putin fears Alexei Navalny Explained Putin's palace", 70 | date:"24-01-2021", 71 | country:"#World" 72 | }, 73 | { link:"/P2412", 74 | heading:"Multi-modal Logistic Park", 75 | description:"The country's largest multi-modal logistics park at Sanand with an estimated investment of Rs 50,000 crore.", 76 | date:"24-01-2021", 77 | country:"#India" 78 | }, 79 | { link:"/P2301", 80 | heading:"India Rejects Nuclear Treaty 2021", 81 | description:"As the first-ever treaty to ban nuclear weapons entered into force, India said on Friday that it does not support the treaty and shall not be bound by any of the obligations that may arise from it", 82 | date:"23-01-2021", 83 | country:"#India" 84 | }, 85 | { link:"P23012", 86 | heading:"India seeks action for attack on Hindu temple in Pakistan", 87 | description:"India has expressed “serious concerns” over the demolition of the Karak Hindu Temple by a mob in Pakistan’s Khyber Pakhtunkhwa province", 88 | date:"23-01-2021", 89 | country:"#World" 90 | }, 91 | { 92 | heading:"Global Firepower Index 2021", 93 | description:"Most Powerful Countries in the world 2021", 94 | date:"22-01-2021", 95 | country:"#World" 96 | }, 97 | { 98 | heading:"Major Fire at Serum Institute of India Lessons for India1", 99 | description:"Five people were killed as a massive fire fire broke out at an under-construction building at the Serum Institute of India's Manjari premises in Pune.", 100 | date:"22-01-2021", 101 | country:"#India" 102 | }, 103 | { 104 | heading:"Twitter Blocks Chinese Embassy Account", 105 | description:"The Chinese Embassy account, @ChineseEmbinUS, posted a tweet this month that said that Uighur women were no longer 'baby making machines' citing a study reported by state-backed newspaper China Daily.", 106 | date:"21-01-2021", 107 | country:"#World" 108 | }, 109 | { link:"/P2001", 110 | heading:"Biden to boost U.S Pakistan Military Relations Impact on India", 111 | description:"Washington: The objective of the incoming Joe Biden administration is to continue elevating the US’s defence partnership with India, the new defence secretary nominee told lawmakers", 112 | date:"20-01-2021", 113 | country:"#World" 114 | }, 115 | 116 | 117 | ] 118 | 119 | const dataShow = () => { 120 | return data.map((data) => { 121 | return ( 122 |
123 |
124 |

{data.heading} 125 | 126 |

127 |

{data.description}

128 |

{data.date}{data.country}

129 |
130 |
131 | ) 132 | }) 133 | } 134 | 135 | 136 | 137 | return (
138 | 139 |
140 | {dataShow()} 141 |
142 |
143 | 144 | ) 145 | } 146 | 147 | export default Home; 148 | -------------------------------------------------------------------------------- /src/component/Nav.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import{NavLink} from 'react-router-dom'; 3 | 4 | function Nav() { 5 | return ( 6 |
7 |
8 | WA. 9 |
10 | Qutoes 11 | About Us 12 |
13 | 14 |
15 |
16 | ) 17 | } 18 | 19 | export default Nav 20 | -------------------------------------------------------------------------------- /src/component/Quotes.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import {Link} from "react-router-dom"; 3 | 4 | function Quotes() { 5 | 6 | /*=== 7 | 8 | { 9 | text:"", 10 | author:"" 11 | }, 12 | 13 | ===*/ 14 | 15 | const quotesData = [ 16 | { 17 | text:"I don't mind your thinking slowly; I mind your speaking faster than you think.", 18 | author:"Wolfgang Pauli" 19 | }, 20 | { 21 | text:"Anything that can happen will happen", 22 | author:"Interstellar." 23 | }, 24 | { 25 | text:"If you can do anything good then don't do it for free ", 26 | author:" Joker." 27 | }, 28 | { 29 | text:"Sometimes it's the very people who no one imagines anything of who do the things no one can imagine.", 30 | author:"Imitation Game" 31 | }, 32 | { 33 | text:"Love cannot be found where it doesn’t exist, nor can it be hidden where it truly does.", 34 | author:"David Schwimmer, from Kissing a Fool" 35 | }, 36 | { 37 | text:"Oh yes, the past can hurt. But you can either run from it, or learn from it.", 38 | author:"Rafiki, from The Lion King" 39 | }, 40 | { 41 | text:"Why are you trying so hard to fit in when you were born to stand out?", 42 | author:"rom What a Girl Wants" 43 | }, 44 | { 45 | text:"Don’t let anyone ever make you feel like you don’t deserve what you want. ", 46 | author:"Heath Ledger, from 10 Things I Hate About You" 47 | }, 48 | { 49 | text:"Don’t ever let somebody tell you you can’t do something, not even me. Alright? You dream, you gotta protect it. People can’t do something themselves, they wanna tell you you can’t do it. If you want something, go get it. Period.", 50 | author:" Chris Gardner, from The Pursuit of Happyness" 51 | }, 52 | { 53 | text:"You cannot be certain about uncertainty", 54 | author:"Frank Knight" 55 | }, 56 | { 57 | text:"An expert is a man who has made all the mistakes which can be made in a very narrow field", 58 | author:"Bohr" 59 | }, 60 | { 61 | text:"Politicians use statistics in the same way that a drunk uses lamp-posts; for support rather than illumination. ", 62 | author:"Andrew Lang" 63 | }, 64 | { 65 | text:"By the time a man realizes that maybe his father was right, he usually has a son who thinks he’s wrong. ", 66 | author:"Charles Wadsworth" 67 | }, 68 | ]; 69 | 70 | 71 | const showQuotes = () => { 72 | return quotesData.map((data) => { 73 | return ( 74 |
75 |

{data.text}
76 | - {data.author}

77 |
78 | ) 79 | }) 80 | } 81 | 82 | 83 | return ( 84 |
85 |

Quotes

86 | 87 |

2020-01-26

88 |
89 | {showQuotes()} 90 |
91 |
92 | ← Back 93 |
94 | 95 |
96 | ) 97 | } 98 | 99 | export default Quotes 100 | -------------------------------------------------------------------------------- /src/component/page/P2001.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import {Link} from 'react-router-dom'; 3 | 4 | function P2001() { 5 | return ( 6 |
7 |

Biden to boost U.S Pakistan Military Relations Impact on India

8 |

Washington: The objective of the incoming Joe Biden administration is to continue elevating the US’s defence partnership with India, the new defence secretary nominee told lawmakers

9 |

Washington: The objective of the incoming Joe Biden administration is to continue elevating the US’s defence partnership with India, the new defence secretary nominee told lawmakers. 10 | 11 | “If confirmed, my overarching objective for our defence relationship with India would be to continue elevating the partnership,” retired General Lloyd Austin told members of the Senate Armed Services Committee during his confirmation hearing on Tuesday. President-elect Joe Biden has nominated him as his defence secretary.

12 | 13 | “I would further operationalise India’s ‘major defence partner’ status and continue to build upon existing strong defence cooperation to ensure the US and Indian militaries can collaborate to address shared interests,” Austin said in response to a question submitted before his confirmation hearing.

14 | 15 | He said he would also seek to deepen and broaden the defence cooperation between India and the US through the Quad security dialogue and other regional multilateral engagements.

16 | 17 | Austin said his understanding is that Pakistan has taken constructive steps to meet US requests in support of the Afghanistan peace process. Pakistan has also taken steps against anti-Indian groups, such as Lashkar-e-Tayyiba and Jaish-e-Mohammed, although this progress is incomplete, he said.

18 |

Many factors in addition to the security assistance suspension may impact Pakistan’s cooperation, including Afghanistan negotiations and the dangerous escalation following the Pulwama terrorist attack, Austin said. President Donald Trump had suspended all the financial and security aid to Pakistan in 2018 citing lack of cooperation from Islamabad in the fight against terrorism

19 |

If confirmed, Austin said he will press Pakistan to prevent its territory from being used as a sanctuary for militants and violent extremist organisations. Continuing to build relationships with Pakistan’s military will provide openings for the United States and Pakistan to cooperate on key issues, he said.

20 |

Austin said he will focus on the shared interests which include training future Pakistan military leaders through the use of International Military Education and Training funds. Pakistan will play an important role in any political settlement in Afghanistan. “We also need to work with Pakistan to defeat al-Qaeda and the Islamic State Khorasan Province (ISIS-K) and to enhance regional stability,” he said.

21 |

Observing that Pakistan is an essential partner in any peace process in Afghanistan, Austin said that if confirmed, he will encourage a regional approach that garners support from neighbours like Pakistan, while also deterring regional actors from serving as spoilers to the Afghanistan peace process.

22 | 23 | 24 |
25 | ← Back 26 |
27 |
28 | ) 29 | } 30 | 31 | export default P2001 32 | -------------------------------------------------------------------------------- /src/component/page/P2301.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import {Link} from 'react-router-dom'; 3 | 4 | function P2301() { 5 | return ( 6 |
7 |

India Rejects Nuclear Treaty 2021

8 |

As the first-ever treaty to ban nuclear weapons entered into force, India said on Friday that it does not support the treaty and shall not be bound by any of the obligations that may arise from it

9 |

As the first-ever treaty to ban nuclear weapons entered into force, India said on Friday that it does not support the treaty and shall not be bound by any of the obligations that may arise from it. 10 |

11 |

The Treaty on the Prohibition of Nuclear Weapons was approved by the United Nations General Assembly in 2017, but none of the nine countries known or believed to possess nuclear weapons supported it and neither did the NATO alliance. The treaty came into force on Friday. 12 | 13 | In a statement, the Ministry of External Affairs said India continues to attach high priority and remains committed to universal, non-discriminatory and verifiable nuclear disarmament

14 |

As far as the Treaty on the Prohibition of Nuclear Weapons (TPNW) is concerned, India did not participate in the negotiations on the TPNW and has consistently made it clear that it will not become a party to the Treaty," the MEA said

15 | 16 |

India does not support the treaty and shall not be bound by any of the obligations that may arise from it, it said.

17 | 18 |

India believes that the treaty does not constitute or contribute to the development of customary international law, nor does it set any new standards or norms, the statement said.

19 |

India believes that this goal can be achieved through a step-by-step process underwritten by a universal commitment, and an agreed global and non-discriminatory multilateral framework, as outlined in the country's working paper titled 'Nuclear Disarmament', submitted to the UN General Assembly and the Conference on Disarmament.

20 |

In this regard, India supports the commencement of negotiations on a comprehensive Nuclear Weapons Convention in the Conference on Disarmament, which is the world's single multilateral disarmament negotiating forum working on the basis of consensus, the MEA said

21 |

India stands ready to work with all UN member states towards the objective of a world free of nuclear weapons, it said.

22 | 23 |
24 | ← Back 25 |
26 |
27 | ) 28 | } 29 | 30 | export default P2301 31 | -------------------------------------------------------------------------------- /src/component/page/P23012.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import {Link} from 'react-router-dom'; 3 | function P23012() { 4 | return ( 5 |
6 |

India seeks action for attack on Hindu temple in Pakistan

7 |

India has expressed “serious concerns” over the demolition of the Karak Hindu Temple by a mob in Pakistan’s Khyber Pakhtunkhwa province, and called on the Imran Khan government to take “strict action” against those responsible, sources here said.

8 |

In a written demarche sent to the Pakistan High Commission on Thursday, the Ministry of External Affairs (MEA) said it expects their government to shared details of its investigation into the attack on the temple that was set on fire and demolished by a mob, allegedly instigated by a local cleric and activists of the Jamaat ulema e Islam (JuI-F), a radical party.

9 |

“Our message reiterated that the Government of Pakistan, in discharge of its responsibilities, is expected to look after the safety, security and well-being of its minority communities including protection of their religious rights and cultural heritage,” the sources said, pointing to the fact that this is the second time since 1997 that the Karak temple had been demolished.

10 |

In 2014 the Pakistan Supreme Court had ordered the restoration of the temple, and be restored by a qualified conservation architect. While the temple, that houses a shrine to Hindu saint Swami Paramhans Maharaj, who died in 1919, was reconstructed subsequently, caretakers and pilgrims continued to receive threats from local villagers and radical groups.

11 |

Since the demolition of the temple on Wednesday, which was filmed, Pakistan’s federal and provincial government, both led by Prime Minister Imran Khan’s Pakistan Tehreek-e-Insaaf party (PTI) have ordered the arrests of more than 30 people, alleged to be part of the mob of about 1,500 responsible for the attack. 12 | 13 | According to Pakistan’s Dawn News, those arrested including the cleric and a JUI-F leader, have been booked under charges of “defiling a place of worship, hurting religious sentiments, robbery, hurt, arson, mischief and assault” as well as Pakistan’s Anti-Terrorism Act.

14 |

The provincial Chief Minister said at a public event that he has issued orders for the reconstruction of the temple, news agency PTI reported. 15 | 16 | Meanwhile, after an appeal by a Pakistani lawmaker and chief of Pakistan’s Hindu Council Ramesh Vankwani, Pakistan’s Supreme Court said it was a matter of “grave concern”, and ordered authorities to submit a report by January 4 and for Khyber Pakhtunkhwa officials to appear before the court the next day.

17 |

Meanwhile, after an appeal by a Pakistani lawmaker and chief of Pakistan’s Hindu Council Ramesh Vankwani, Pakistan’s Supreme Court said it was a matter of “grave concern”, and ordered authorities to submit a report by January 4 and for Khyber Pakhtunkhwa officials to appear before the court the next day.

18 | 19 | When asked about India’s demarche, Mr. Vankwani said that while expressing concerns about human rights issues and minority rights in Pakistan, India too should be open to similar concerns from Pakistan, specifically mentioning an attack on a mosque in Madhya Pradesh on Wednesday.

20 | 21 | “If India raises such issues (as the Karak temple demolition) with Pakistan, there must be some reciprocity, given that both countries have close religious and cultural ties. When Pakistan raises concerns about issues with minorities in India, however, the government (in New Delhi) should not then say it is an internal matter,” Mr. Vankwani told The Hindu, urging both governments to promote more religious and cultural exchanges.

22 | 23 | Despite ongoing tensions over the temple attack, and increasing ceasefire violations at the Line of Control, India and Pakistan continued traditional exchanges of information on New Year’s day according to previously signed agreements.

24 | 25 | Both countries exchanges lists of nuclear installation and facilities according to the 1988 Agreement on the Prohibition of Attack against Nuclear Installations and Facilities between India and Pakistan that went into force in 1991. They also exchanged, through diplomatic channels, lists of civilian prisoners and fishermen in each other’s custody, as mandated by an agreement in 2008.

26 | 27 | “India handed over lists of 263 Pakistan civilian prisoners and 77 fishermen in India’s custody to Pakistan. Similarly, Pakistan has shared lists of 49 civilian prisoners and 270 fishermen in its custody, who are Indians or believed-to-be Indians,” a statement from the MEA said.

28 | 29 |
30 | ← Back 31 |
32 |
33 | ) 34 | } 35 | 36 | export default P23012 37 | -------------------------------------------------------------------------------- /src/component/page/P2412.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import {Link} from 'react-router-dom'; 3 | function P2412() { 4 | return ( 5 |
6 |

Multi-modal Logistic Park

7 |

The country's largest multi-modal logistics park at Sanand with an estimated investment of Rs 50,000 crore.

8 |

Developing 35 Multi-modal Logistic Parks (MMLPs) in the country

9 | 10 | Multi-Modal Logistics Parks (MMLPs) are a key policy initiative of the 11 | Government of India to improve the country's logistics sector by lowering 12 | overall freight costs, reducing vehicular pollution and congestion, and cutting 13 | 14 | warehousing costs.

15 |

TO BE BUILT

16 |

Cities like Vijayawada, Chennai, Nagpur, 17 | Bengaluru, Surat, Hyderabad and Gauhati are 18 | selected among others. Six cities of Gujarat are 19 | selected, Ahmedabad, Vadodara, Surat, Bharuch, 20 | Valsad and Kandla, where these projects will be 21 | set up on a Public Private Partnership (PPP) 22 | model.

23 |

MULTI-MODAL LOGISTICS PARKS IN INDIA

24 |

The government's Ministry of Road Transport and Highways 25 | (MoRTH) is developing multi-modal logistics parks at selected 26 | locations in the country under its Logistics Efficiency 27 | Enhancement Program (LEEP).
28 | India is burdened with high logistics costs, which account for 29 | about 13% of the value of goods sold in the economy compared 30 | with 8% in other major economies. The average cost to 31 | export/import one container in India is about 72% higher than 32 | in China.

33 |

WORLD BANK INDEX

34 |

Logistics Performance Index - an interactive 35 | benchmarking tool created by the World Bank to 36 | help countries identify the challenges and 37 | opportunities they face in their performance on 38 | trade logistics and what they can do to improve 39 | their performance. 40 | The Logistics Performance Index is reported by the 41 | World Bank in every two years.

42 | 43 |

MMLP IN INDIA

44 |

The government defines an MMLP as a freight- 45 | handling facility encompassing a minimum area of 46 | 100 acres (40.5 hectares), with various modes of 47 | transport access, and comprising mechanized 48 | warehouses, specialized storage solutions such as 49 | cold storage, facilities for mechanized material 50 | handling and inter-modal transfer container 51 | terminals, and bulk and break-bulk cargo terminals.

52 | 53 |

GUJARAT MMLP

54 |

The proposed 1,450 acre park will have a 55 | dedicated air cargo complex with 4.6 km long 56 | runway to handle even large sized cargo aircraft 57 | and will offer direct air, rail and road connectivity.
58 | 59 | It will also have a provision of direct rail 60 | 61 | connectivity with dedicated freight corridor which 62 | is part of the Delhi-Mumbai Industrial Corridor 63 | 64 | (DMIC).

65 | 66 |
67 | ← Back 68 |
69 | 70 |
71 | ) 72 | } 73 | 74 | export default P2412 75 | -------------------------------------------------------------------------------- /src/component/page/P2501.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import {Link} from 'react-router-dom';; 3 | 4 | function P2501() { 5 | return ( 6 |
7 |

India pushes back China near Sikkim Fight near Naku La

8 |

The Indian Army foiled an attempt by the Chinese to intrude across the border in Sikkim, sources have told India Today. At least 20 PLA soldiers have been injured in the clash that reportedly took place on January 20. The Indian Army said the 'minor face-off' was resolved by local commanders.

9 |

Amid the ongoing standoff in Ladakh, India foiled an attempt by the Chinese to intrude across the border at Naku La in North Sikkim last week, as per sources. The Indian Army said the 'minor face-off' was resolved between the two sides by officers.

10 |

Sources said Chinese soldiers tried to cross the border last week but were challenged by Indian soldiers in Naku La in North Sikkim, which resulted in a violent clash. All you need to know 11 | 12 | The violent clash resulted in injuries on both sides, sources added. While around 20 Chinese soldiers were injured in the clash at Naku La in Sikkim, on the Indian side, four Indian Army soldiers reportedly sustained injuries. 13 | 14 | The Indian Army soldiers, however, successfully managed to push back China despite hostile weather conditions in North Sikkim.

15 | 16 | 17 |

What has the Indian Army said?

18 |

"“It is clarified that there was a minor face-off at Naku La area of North Sikkim on 20 January 2021 and the same was resolved by local commanders as per established protocols,” the Indian Army said."

19 | 20 |

The incident has been reported a day after India and China held the ninth round of military talks to defuse border tensions in eastern Ladakh on Sunday. The talks, which finished around 2.30 am and lasted for more than 15 hours, were held at Moldo opposite Chushul in eastern Ladakh sector 21 | 22 | Amid diplomatic and military talks to find an amicable solution, close to 100,000 Indian and Chinese troops are deployed in eastern Ladakh as both sides have been holding on to their ground and showing readiness for a long-haul.

23 | 24 |

India and China were engaged in months-long standoff in Doklam in 2017. Also, Naku La was one of the face-off sites between India and China, along with Ladakh last year. 25 | 26 | The latest incident comes months after the fatal face-off that took place on June 15 when PLA soldiers clashed with Indian troops close to patrol point 14 in the Galwan valley of eastern Ladakh. 27 | 28 | The incident upsets the semblance of tense calm along the territories which the two sides have been manning with huge deployment of forces and military hardware in toughest weather conditions.

29 | 30 |
31 | ← Back 32 |
33 |
34 | ) 35 | } 36 | 37 | export default P2501 38 | -------------------------------------------------------------------------------- /src/component/page/P25012.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import {Link} from 'react-router-dom'; 3 | function P25012() { 4 | return ( 5 |
6 |

AKASH NG Test Fired for the First time by DRDO

7 |

Akash-NG is a new generation Surface-to-Air Missile meant for use by the Indian Air Force with an aim of intercepting high manoeuvring aerial threats, says DRDO.

8 |

New Delhi: In a boost to Indian Air Force (IAF) defence system, the Defence Research and Development Organisation (DRDO) on Monday successfully test-fired surface-to-air Akash-NG (New Generation) Missile than can intercept high manoeuvring aerial threats.

9 | 10 | "DRDO conducted successful maiden launch of Akash-NG (New Generation) Missile from Integrated Test Range off the coast of Odisha today. Akash-NG is a new generation Surface-to-Air Missile meant for use by IAF with an aim of intercepting high manoeuvring aerial threats, the DRDO said in a statement.

11 | 12 | It further stated that the missile intercepted the target with textbook precision and the launch met all test objectives by performing high manoeuvres during the trajectory. "Performance of the Command and Control system, onboard avionics and aerodynamic configuration of the missile was successfully validated," it added.

13 | 14 | The missile launch came on the eve of Republic Day celebrations in the country.

15 | 16 |

WHY INDIA BUYING S-400 WHEN WE HAVE AKASH?

17 |

Akash: Is actually a medium range SAM. It is optimised to provide air defence to armoured corps.

18 | 26 |

BHARAT DYNAMICS LIMITED

27 |

one of India's manufacturers of ammunitions 28 | and missile systems. It was founded in 1970 in 29 | Hyderabad, Telangana, India.

30 | 31 |

The Union Cabinet, chaired by Prime Minister Narendra 32 | Modi, on December 30 gave its go-ahead to the sale of Akash 33 | surface-to-air missile systems to friendly foreign countries 34 | and created a high-powered panel for swifter approval to 35 | export of military hardware at a time India has set a target of 36 | 37 | clocking defence exports worth $5 billion by 2024.

38 | 39 | The missile --- already in service in the Indian military --- has 40 | an indigenous content of 96%. The missile was inducted into 41 | the Indian Air Force in 2014 and in the army a year later.

42 | 43 |
44 | ← Back 45 |
46 |
47 | ) 48 | } 49 | 50 | export default P25012 51 | -------------------------------------------------------------------------------- /src/component/page/P2601.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import {Link} from 'react-router-dom'; 3 | function P2601() { 4 | return ( 5 |
6 |

Violence at Red Fort Internet Suspended in parts of Delhi and Haryana on Republic Day 2021

7 |

Farmers Tractor Rally: Thousands of farmers, who entered into Delhi with their tractors this morning, poured into the Red Fort complex by afternoon.

8 | 9 |

10 | New Delhi: One farmer has died as protesting farmers clashed with police at ITO in the heart of national capital. Thousands of protesting farmers, who entered into Delhi with their tractors this morning, also poured into the Red Fort complex by afternoon, prompting security personnel to resort to lathicharge and tear gas.

11 | The police have managed to remove them from inside the fort using batons. Outside the fort, tractors took over the Ramlila Maidan, the site where the farmers had originally planned their protest. The farmers have blamed "anti-social elements" for the violence.

12 | 13 | A high level meeting is underway at Union Home Minister Amit Shah's residence where he is being briefed about today's situation. The Home Secretary and Delhi Police Commissioner are in attendance.

14 | 15 | Internet services have been temporarily suspended in some parts of Delhi amid clashes between the police and thousands of agitating farmers, whose tractor rally veered off the permitted course, news agency ANI has reported.

16 | 17 | The Delhi Metro Rail Corporation (DMRC) has closed the entry and exit gates at several metro stations, mainly in north and central Delhi as the situation escalated.

18 | 19 | "We came here to deliver a message to the Modi government, our job is done. We will go back now," one of the farmers told NDTV at the Red Fort. "We managed to reach the Fort even though they tried to stop us. We will not stop till we reach our goal -- the repeal of the three farm laws," a farmer said.

20 | 21 | In earliers visuals from ITO, one of the main intersections in Delhi near media offices and the police headquarters, policemen in riot gear appeared to be outnumbered. The policemen were seen running or hiding behind cars as farmers armed with sticks chased them with sticks and ramming their tractors into the buses parked by police.

22 |

23 |
24 | ← Back 25 |
26 |
27 | ) 28 | } 29 | 30 | export default P2601 31 | -------------------------------------------------------------------------------- /src/component/page/P26012.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import {Link} from 'react-router-dom'; 3 | function P26012() { 4 | return (<> 5 |
6 |

Padma Awards 2021

7 |

Singer SP Balasubrahmanyam, Former Japan PM Shinzo Abe Awarded Padma Vibhushan

8 |

Former Japanese Prime Minister Shinzo Abe and late singer SP Balasubramaniam were on Monday named for this year's Padma Vibhushan while former Chief Ministers late Tarun Gogoi and Keshubhai Patel, former Union Minister late Ram Vilas Paswan and former Lok Sabha Speaker Sumitra Mahajan have been awarded with Padma Bhushan. 9 | The Union Home Ministry said the President has approved conferment of 119 Padma award seven Padma Vibhushan, 10 Padma Bhushan and 102 Padma Shri. 10 |

11 | 12 |

Twenty-nine women are among the Padma awardees and the list also includes 10 persons from the category of foreigners, NRI, PIO AND OCI and one transgender. 13 |

14 |

Sixteen people have been given the award posthumously. While sand artist Sudarshan Sahoo has been named for Padma Vibhushan, former Principal Secretary to the Prime Minister Nripendra Misra, religious leader Kalbe Sadiq (Posthumous), and social worker Tarlochan Singh have been named for Padma Bhushan. Former governor late Mridula Sinha and former union minister Bijoya Bijoya Chakravarty have bee 15 |

16 |

While sand artist Sudarshan Sahoo has been named for Padma Vibhushan, former Principal Secretary to the Prime Minister Nripendra Misra, religious leader Kalbe Sadiq (Posthumous), and social worker Tarlochan Singh have been named for Padma Bhushan. 17 |

18 |

Former governor late Mridula Sinha and former union minister Bijoya Bijoya Chakravarty have been named for Padma Shri. 19 |

20 |
21 | ← Back 22 |
23 |
24 | 25 | ) 26 | } 27 | 28 | export default P26012 29 | -------------------------------------------------------------------------------- /src/component/page/P2701.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import {Link} from 'react-router-dom'; 3 | import img from '../../img/P2701.jpg'; 4 | import imgtwo from '../../img/P27012.jpg' 5 | function P2701() { 6 | return ( 7 |
8 |

Japan pushes back against UK plan to invite India, others to G-7 meeting

9 |

Prime Minister Boris Johnson, who is hosting this year's G-7, has invited South Korea, India and Australia to attend the leaders' summit in Cornwall in June

10 | 11 | 12 | 13 | 14 | 15 |

Japan has raised concerns about British proposals to invite Australia, India and South Korea to a meeting of Group of Seven foreign ministers and have them sign up to a joint charter with the forum, according to a diplomatic cable seen by Bloomberg.

16 | Prime Minister Yoshihide Suga’s government “pushed back strongly,” the note says, arguing that the aim of the summit should be to rebuild the G-7 after a difficult year, and not “institutionalize” a relationship with the invited guests.

17 | 18 | The forum’s European members –- France, Italy and Germany –- hold similar views, and some of its diplomats have expressed concerns that the U.K. is attempting to reshape the G-7 by the back door, by establishing a coalition of 10 leading democracies to counter China and other authoritarian states.

19 | 20 | European diplomats have previously told Bloomberg that doing so would mean the group risks becoming an anti-China front and that anti-China rhetoric could foment a Cold War-style standoff with Beijing, which the diplomats said the G-7 must avoid after it batted away Donald Trump’s attempts to do the same.

21 | 22 | Prime Minister Boris Johnson, who is hosting this year’s G-7, has invited South Korea, India and Australia to atten the leaders’ summit in Cornwall in June. While it is standard practice for a Group of Seven host to invite guest countries, their involvement through the process is typically limited, but according to a person familiar with Johnson’s plans, the guests’ participation this year will be deeper than usual.

23 | 24 |

‘Open Societies Charter’

25 | 26 |

It was during a virtual meeting of the group’s political directors on Jan. 22, that the U.K. told the other six members it was planning to ask the three countries to attend parts of a foreign and development ministers’ meeting, and have the G-7 sign an “Open Societies Charter” with them. Japan pushed back despite reassurances that Britain doesn’t want to expand or dilute the G-7, according to the cable. U.K. Foreign Minister Dominic Raab is hoping to hold the meeting in person May 3-6 in Wales.

27 | 28 | The idea of expanding the G-7 was floated by Trump last year. In addition to Australia, South Korea and India, he proposed re-inviting Russia, which was ejected after the annexation of Crimea.

29 | 30 | 31 | 32 |

President Joe Biden hasn’t indicated where he stands on the issue but has said he wants to convene a summit of democracies. And prominent voices in both the U.K. and the U.S. have continued to call for the group to open its doors to new members.

33 | 34 | For Japan though, South Korea’s participation is awkward given renewed tensions stemming from its 1910-1945 colonial rule over the Korean Peninsula, and it doesn’t want to see membership or a privileged status extended to Australia and India, in particular, either -- European G-7 diplomats said Japan’s objections are in part likely because it wants to be the only Asian country in the forum.

35 | 36 |

The U.K’s other plans have been mostly welcomed by the rest of the group as an opportunity to repair and reinvigorate the G-7, and multilateralism more generally, after what the cable describes as a “dysfunctional” 2020. Under the U.S. presidency, the group failed to offer a collective response to the coronavirus pandemic, was embroiled in transatlantic spats over China and managed to produce only two joint statements.

37 | The U.K’s other plans have been mostly welcomed by the rest of the group as an opportunity to repair and reinvigorate the G-7, and multilateralism more generally, after what the cable describes as a “dysfunctional” 2020. Under the U.S. presidency, the group failed to offer a collective response to the coronavirus pandemic, was embroiled in transatlantic spats over China and managed to produce only two joint statements.

38 | 39 |
40 | ← Back 41 |
42 | 43 |
44 | ) 45 | } 46 | 47 | export default P2701 48 | -------------------------------------------------------------------------------- /src/component/page/P2801.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import img from "../../img/P2801.jpg" 3 | import {Link} from "react-router-dom"; 4 | 5 | function P2901() { 6 | return ( 7 |
8 |

Biden Shock to Saudi Arabia Defence Deals Suspended

9 |

President Joe Biden is temporarily freezing weapons sales to Saudi Arabia and the United Arab Emirates, pledging to review a set of controversial arms deals former President Donald Trump struck with the two U.S. allies in the waning days of his administration.

10 | 11 |

DUBAI, United Arab Emirates — The administration of President Joe Biden is pausing weapons sales to Gulf allies Saudi Arabia and the United Arab Emirates as part of a broader review of multibillion-dollar arms agreements made under the Trump administration.

12 | 13 | Biden’s newly appointed Secretary of State Antony Blinken described the review — which is common for new administrations — as being conducted “to make sure that what is being considered is something that advances our strategic objectives, and advances our foreign policy.”

14 | 15 | The pause and review itself are nothing unusual. But the arms sales in question are historic: they would represent the most advanced and most classified American weapons systems ever sold to Arab allies.

16 | 17 | In the past, lethal drones and the flagship F-35 joint strike fighter jet were off the table for Arab allies in the Middle East because of Washington’s commitment to maintaining Israel’s advantageous qualitative military edge, or QME, in the region — a policy that has been codified in U.S. law for decades. But since the signing of the Abraham Accords in August normalizing relations between the UAE and Israel, acquiring these systems became a real possibility for the Emiratis.

18 |

19 | This is still not the case with Saudi Arabia, which has not normalized relations with Israel, but its pending purchase in the broader arms deal includes billions of dollars’ worth of precision-guided munitions.

20 | 21 | Analysts interviewed by CNBC note that while Washington’s relationship with the UAE isn’t likely to see significant changes, the one with the Saudis probably will.

22 | 23 | “It’s not going to be everybody gets to do whatever they want. The relationship is going to go back to strategic and values-based, which we haven’t done in four years,” a former senior Obama administration official familiar with Biden’s thinking told CNBC.

24 | 25 | “It’s not going to be a good relationship between the U.S. and Saudi without some significant changes,” the former official said, speaking anonymously due to professional restrictions.

26 | 27 | The relationship with the kingdom during former President Donald Trump’s tenure has been described by many observers as “permissive.” The White House did not pursue penalties against Riyadh for its role, as reported by U.S. intelligence agencies, in the killing of Saudi journalist Jamal Khashoggi in October 2018. It also made little mention of its widely reported human rights abuses, which include jailing and allegedly torturing several female Saudi activists.

28 | 29 | When a bipartisan coalition of lawmakers voted to end U.S. support for the Saudi-led war in Yemen, Trump vetoed them. And in May of 2019, Trump declared a “national emergency” over tensions with Iran in order to bypass congressional approval procedures to push through an $8 billion weapons sale to Saudi Arabia, the UAE and Jordan.

30 |

31 | 32 |

‘Change your behavior’

33 | 34 |

35 | Things are going to be different now, according to the former official.

36 | 37 | “He (Biden) doesn’t want a negative relationship with Saudi Arabia, he wants them to pay the price. Change your behavior,” he said. “At the end of the day we hold the cards, not them.”

38 | 39 | Indeed, Biden in an early 2020 presidential debate promised to make Saudi Arabia “the pariah that they are.”

40 | 41 | The Saudi Foreign Ministry and the Saudi Embassy in Washington, D.C., did not respond to CNBC’s requests for comment on the weapons sale pause or Biden’s “pariah” comment.

42 | 43 | Riyadh congratulated Biden on his presidential win, but not until more than 24 hours had passed since his victory was declared.

44 | 45 | Jessica Leyland, a senior intelligence analyst at London-based risk consultancy firm AKE International, underlined the changes Biden is expected to bring in.

46 | 47 | “President Trump proved a steadfast partner to Mohammed bin Salman, but the Crown Prince now faces a Biden administration which will judge the Kingdom on its human rights record, the conflict in Yemen and MbS’s arbitrary detentions of princes,” she wrote in a report released on Sunday.

48 |

49 | 50 |

51 | In addition to the Biden administration’s new apparent focus on values, the current pause in weapons sales also has a crucial security angle, says Bradley Bowman, the senior director of the Center on Military and Political Power at the Foundation for Defense of Democracies.

52 | 53 | “There are some things to balance here from an American perspective. We don’t want the most advanced fighter in the world, and the technologies associated with it, to be leaking to Beijing or Moscow,” he told CNBC’s “Capital Connection” on Tuesday.

54 | 55 | But he stressed the divergence between Washington’s relationships with the UAE and with Saudi Arabia.

56 | 57 | “I think robust arms sales will continue to the UAE, we’ll have to watch the F-35 closely — but I think Saudi Arabia is in for some real tough sledding, particularly because of their activities in Yemen,” he said.

58 | 59 | The UAE’s embassy to the U.S. on Wednesday conveyed on Twitter that they fully expected the pause. “As in previous administrations, the UAE anticipated a review of current policies by the new administration,” it wrote.

60 | 61 |

62 | ← Back 63 |
64 |

65 |
66 | ) 67 | } 68 | 69 | export default P2901 70 | -------------------------------------------------------------------------------- /src/component/page/P3001.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import img from '../../img/P3001.jpg' 3 | import {Link} from 'react-router-dom' 4 | 5 | function P3001() { 6 | return ( 7 |
8 |

China warns Taiwan independence 'means war' as US pledges support

9 | 10 |

China has warned Taiwan that any attempt to seek independence "means war".

11 |

The warning comes days after China stepped up its military activities and flew warplanes near the island.

12 | 13 | It also comes after new US President Joe Biden reaffirmed his commitment to Taiwan, and set out his stance in Asia.

14 | 15 | The US has called China's latest warning "unfortunate", adding that tensions did not need to lead to "anything like confrontation".

16 | 17 | China sees democratic Taiwan as a breakaway province, but Taiwan sees itself as a sovereign state, with its own constitution, military, and elected leaders.

18 | 19 |

20 | Analysts say Beijing is becoming increasingly concerned that Taiwan's government is moving the island towards a formal declaration of independence and it wants to warn President Tsai Ing-wen against taking steps in that direction.

21 | 22 | President Tsai, however, has repeatedly said that Taiwan is already an independent state, making any formal declaration unnecessary.

23 | 24 | On Thursday, Chinese defence ministry spokesman Wu Qian defended the recent military activities near Taiwan, saying they were "necessary actions to address the current security situation in the Taiwan Strait and to safeguard national sovereignty and security".

25 | 26 | "They are a solemn response to external interference and provocations by 'Taiwan independence' forces," he added.

27 | 28 | "We warn those 'Taiwan independence' elements - those who play with fire will burn themselves, and Taiwan independence means war."

29 |

30 |

China and Taiwan: The basics

31 |

China and Taiwan have had separate governments since the end of the Chinese civil war in 1949. Beijing has long tried to limit Taiwan's international activities and both have vied for influence in the Pacific region

32 | Tensions have increased in recent years and Beijing has not ruled out the use of force to take the island back

33 | Although Taiwan is officially recognised by only a handful of nations, its democratically elected government has strong commercial and informal links with many countries

34 | Like most nations, the US has no official diplomatic ties with Taiwan, but a US law does require it to provide the island with the means to defend itself

35 | 36 |

Blunt threat should be taken seriously

37 |

38 | China's official spokespeople try not to talk about war. They almost always emphasise that theirs is a peace-loving country.

39 | 40 | China is not a nation with a history of expeditionary military confrontation far beyond what it regards as its borders.

41 | 42 | However, under Xi Jinping's leadership, China has repeatedly said that it would use military force to prevent any move towards formal independence by Taiwan, which it regards as a renegade province.

43 | 44 | Threatening a war isn't as nuanced as talk of military intervention. It's blunt, more frightening. It is different too. Military intervention could come in a multitude of ways; not necessarily an out-and-out war between two competing sides and their allies.

45 | 46 | But Taiwan's status is a red line for Beijing, a part of what it regards as its unimpeachable territorial integrity. An "internal affair", alongside Hong Kong.

47 | 48 | The language deployed by the government spokespeople may not always be this provocative but when it comes to Taiwan it's fair to assume this is what China is, ultimately, willing to resort to.

49 |

50 | 51 |
52 | ← Back 53 |
54 |
55 | ) 56 | } 57 | 58 | export default P3001 59 | -------------------------------------------------------------------------------- /src/component/page/P3101.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import img from '../../img/P3101.webp' 3 | import {Link} from 'react-router-dom'; 4 | function P3101() { 5 | return ( 6 |
7 |

IAF to focus on ₹1.3 lakh crore deal for 114 fighter jets

8 | 9 |

Air Force chief Air Chief Marshal RKS Bhadauria had termed the Rafale as one of the strong contenders for the 114 fighter acquisition project.

10 |

11 | With the deal for 83 LCA Tejas Mark 1A aircraft set to be signed during upcoming Aero India, the Indian Air Force is now looking to focus on the multirole fighter aircraft project under which it is planning to acquire 114 combat aircraft expected to cost over ₹1.3 lakh crore. 12 |

13 |

The Air Force had been undertaking one fighter aircraft project at a time and now its 83 LCA Mark 1A fighters have been cleared by the Cabinet Committee on Security led by Prime Minister Narendra Modi and the ₹50,000 crore deal is set to be signed in Bengaluru during Aero India.

14 | 15 | "The 83 LCA Tejas would be replacing the four squadrons of the MiG-21 fighter jets which are set to be phased out in near future. The focus would now be on the 114 fighter jets project," government sources told ANI.

16 | 17 | The IAF has already issued the Request for Information for the tender and would be soon moving a proposal for getting the Acceptance of Necessity (AoN) before the Defence Ministry for the multi-billion dollar project which would enable it to acquire 4.5 plus generation aircraft in large numbers to match the capabilities of the omni role Rafale fighters 36 of which have started getting inducted from last year.

18 |

19 | The Request for Information (RFI) has been responded to by several global players including fighter jet manufacturers from the US, France, Russia and Sweden.

20 | 21 | While the Americans are offering from the F-15 Strike Eagle, F-18 Super Hornet and an F-16 variant by the name of F-21, the Russians are likely to offer the MiG-35 and a Sukhoi fighter. Sweden's Saab is looking to pitch in with its Gripen fighter aircraft which it says is far more advanced than the one which was offered in 2007 to the Indian Air Force. France would be participating in the tender with the Rafale fighter jets.

22 | 23 | Recently, Air Force chief Air Chief Marshal RKS Bhadauria had termed the Rafale as one of the strong contenders for the 114 fighter acquisition project. 24 |

25 |

Sources said that for selection in the project, the main aspects would be the capabilities of the aircraft on offer along with the price at which it is offered. The Indian Air Force is also developing the parameters on which it will select the fighters which would be both single-engine and double-engine and would create a level-playing field for them in the competition.

26 |

The 114 aircraft would also be Made in India and the foreign firms would be required to do a transfer of technology to the Indian partner as part of government's initiative to create a strong domestic defence industry under the Atma Nirbhar Bharat scheme. 27 | 28 | Lagging behind the neighbours in terms of fighter aircraft inductions, the Indian Air Force has got deals for 119 of them in the last four years. While in September 2016, it signed a deal for 36 Rafale fighters, it would be signing the deal with a Public Sector Undertaking in next few days for 83 LCA Mark 1A Tejas fighters. In recent times, it has also operationalised two squadrons of the LCA Tejas mark 1.

29 | 30 |
31 | ← Back 32 |
33 | 34 |
35 | ) 36 | } 37 | 38 | export default P3101 39 | -------------------------------------------------------------------------------- /src/component/page/Page1.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import Home from '../Home'; 3 | import {Link} from 'react-router-dom'; 4 | function Page1(props) { 5 | return ( 6 |
7 |

Russia Protests 2021

8 | 9 |

Putin fears Alexei Navalny Explained Putin's palac

10 | 11 |

12 | Russia is predominantly a seller of hydrocarbons Since the crude oil price crash and the fall in 13 | natural gas price, Russia has been unable to earn a lot of revenue Above all that the U.S sanctions have made matters worse 14 |

15 |

16 | In 2019, according to the Corruption Perceptions Index reported by Transparency 17 | International, Russia ranked in 137th out of 180 countries, and is the most corrupt European nation. 18 |

19 | 20 |

ALEXEI NAVALNY

21 |

22 | A Russian opposition leader, politician, lawyer and anti- 23 | corruption activist.
24 | Navalny is a Russian Opposition Coordination Council 25 | member, the leader of the Russia of the Future party 26 | and the founder of the Anti-Corruption Foundation 27 | (FBK).
28 | 29 | In December 2016, Navalny tried to run for President 30 | of Russia during the 2018 election but was barred by 31 | Russia's Central Electoral Commission and later the 32 | Supreme Court of Russia due to a criminal conviction. 33 |

34 |

On 20 August 2020, Navalny was hospitalized in 35 | serious condition after he was poisoned with a 36 | nerve agent during a flight from Tomsk to Moscow.
37 | He was medically evacuated to Berlin and 38 | discharged on 22 September. Russian prosecutors 39 | have refused to open a criminal investigation into 40 | the matter.

41 | 42 |

A PALACE FOR PUTIN: THE STORY OF THE BIGGEST BRIBE

43 |

A Palace for Putin: The Story of the Biggest Bribe

44 | 45 | a 2021 Russian documentary film by the Russian non-profit 46 | Anti-Corruption Foundation (FBK) detailing alleged 47 | corruption by Vladimir Putin, the current President of Russia, 48 | over the building of the Residence at Cape Idokopas. The film 49 | estimates that the complex, located near the town of 50 | Gelendzhik in Krasnodar Krai, which it says was built for 51 | Putin, cost over ₽100 billion (approximately $1.35 billion).

52 |

The film opens with a call for people to come 53 | out and participate in the 2021 Russian protests 54 | demanding the release of Alexei Navalny, the 55 | film's narrator and scriptwriter, who was 56 | detained after arriving in Russia following 57 | treatment and rehabilitation in Germany in 58 | connection with his poisoning in 2020.

59 |

PUTIN’S DEFENCE

60 |

On the day the documentary film was published, 61 | Kremlin spokesman Dmitry Peskov said that Putin 62 | did not have any palaces.
63 | The next day, he called the film a "pseudo- 64 | investigation" and a "scam" to reporters, saying that 65 | citizens should "think before transferring money to 66 | such crooks".

67 | 68 |

2021 RUSSIAN PROTESTS

69 |
Caused by
70 |

71 | Arrest of Alexei Navalny
72 | Opposition to Vladimir Putin
73 | Release of the documentary Palace for Putin
74 |

75 |
Goals
76 |

77 | Release of Alexei Navalny
78 | Resignation of Vladimir Putin 79 |

80 | 81 |
82 | ← Back 83 |
84 |
85 | 86 | 87 | ) 88 | } 89 | 90 | export default Page1; 91 | -------------------------------------------------------------------------------- /src/component/page/Rgtg.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import {Link} from 'react-router-dom'; 3 | function Rgtg() { 4 | return ( 5 |
6 |

Read Good, Think Good

7 |
8 | ) 9 | } 10 | 11 | export default Rgtg; 12 | -------------------------------------------------------------------------------- /src/img/P2701.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aranavtiwari/WA/914c21c443783eec5e6144f42fcf1d920d6a069b/src/img/P2701.jpg -------------------------------------------------------------------------------- /src/img/P27012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aranavtiwari/WA/914c21c443783eec5e6144f42fcf1d920d6a069b/src/img/P27012.jpg -------------------------------------------------------------------------------- /src/img/P2801.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aranavtiwari/WA/914c21c443783eec5e6144f42fcf1d920d6a069b/src/img/P2801.jpg -------------------------------------------------------------------------------- /src/img/P3001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aranavtiwari/WA/914c21c443783eec5e6144f42fcf1d920d6a069b/src/img/P3001.jpg -------------------------------------------------------------------------------- /src/img/P3101.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aranavtiwari/WA/914c21c443783eec5e6144f42fcf1d920d6a069b/src/img/P3101.webp -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import ReactDOM from 'react-dom'; 3 | import {BrowserRouter} from 'react-router-dom'; 4 | 5 | import App from './component/App' 6 | import Nav from './component/Nav'; 7 | import Footer from "./component/Footer"; 8 | import './App.css'; 9 | 10 | ReactDOM.render( 11 | 12 |