-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblogs.php
More file actions
52 lines (46 loc) · 4.48 KB
/
blogs.php
File metadata and controls
52 lines (46 loc) · 4.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?php include "config.php"; ?>
<?php include "header.php"; ?>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="jumbotron my-4 text-center bg-dark text-white">
<h1 class="display-5 head-text head-text">The Economic Times Blog</h1>
<hr class="my-4 bg-light">
<p>The world is facing humanity’s biggest crisis since World War II. Almost every country has been affected by the devastating Coronavirus disease (COVID-19). An outbreak from China has gone everywhere. In the last few months, Corona’s epicentre has been shifted from China to Europe to the United States. Till date, over 1.5 million people had been affected by COVID-19 and about 80,000 people had died worldwide.</p>
<a class="btn btn-light text-dark btn-lg" href="https://economictimes.indiatimes.com/blogs/et-commentary/covid-19-new-normal-and-india/" role="button" target="_blank">Read Blog</a>
</div>
<div class="jumbotron my-4 text-center">
<h1 class="display-5 head-text">The Times of India Blog</h1>
<hr class="my-4 bg-dark">
<p>The recent COVID-19 pandemic has proved to be a game-changer for the majority of us. It has changed the way we behave and perceive things. Many of our habits have changed. We are experiencing a new world altogether. This unexpected and adverse shift in habits and mindset has impacted the economies heavily. Many have taken a bad hit. But in some cases, the results are exponentially positive. </p>
<a class="btn btn-light text-dark btn-lg" href="https://timesofindia.indiatimes.com/blogs/subham-mohanty/5-industries-setting-the-new-trends-after-covid-19-outbreak/" role="button" target="_blank">Read Blog</a>
</div>
<div class="jumbotron my-4 text-center bg-dark text-white">
<h1 class="display-5 head-text">Geospatial world Blogs</h1>
<hr class="my-4 bg-light">
<p>The COVID-19 global pandemic highlighted the need for the geospatial community to be prepared to support the national response to an emerging public health crisis with its geospatial data, technologies and processes in a timely manner.</p>
<a class="btn btn-light text-dark btn-lg" href="https://www.geospatialworld.net/blogs/geospatial-information-management-in-the-time-of-covid-19/" role="button" target="_blank">Read Blog</a>
</div>
<div class="jumbotron my-4 text-center">
<h1 class="display-5 head-text">My Gov. India Blogs</h1>
<hr class="my-4 bg-dark">
<p>India has shown the way with innovative solutions– World Health Organization. But how?
Cases of Covid-19 first emerged in late 2019, when a mysterious illness was reported in Wuhan, China. The cause of the disease was soon confirmed as a new kind of coronavirus, and the infection has since spread to many countries around the world and become a pandemic.</p>
<a class="btn btn-light text-dark btn-lg" href="https://blog.mygov.in/disaster-management-lessons-of-covid-19/" role="button" target="_blank">Read Blog</a>
</div>
<div class="jumbotron my-4 text-center bg-dark text-white">
<h1 class="display-5 head-text">World Bank Blogs</h1>
<hr class="my-4 bg-white">
<p>The strict lockdown imposed by the Government of India on March 24 brought most economic activity to a hard stop. The extent to which the economy would be able to bounce back following re-opening…</p>
<a class="btn btn-light text-dark btn-lg" href="https://blogs.worldbank.org/covid19" role="button" target="_blank">Read Blog</a>
</div>
<div class="jumbotron my-4 text-center">
<h1 class="display-5 head-text">IMF Covid-19 Blogs</h1>
<hr class="my-4 bg-dark">
<p>The pandemic has altered people’s lives in both enormous and small ways. Our editors have picked the top recent blogs that dig into the details of what COVID-19 means for people: the impact on women and the young, what it means for the food supply, and how it can increase already growing inequality, to name a few.</p>
<a class="btn btn-light text-dark btn-lg" href="https://blogs.imf.org/2020/08/13/top-10-blogs-on-covid-19/" role="button" target="_blank">Read Blog</a>
</div>
</div>
</div>
</div>
<?php include "footer.php"; ?>