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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>ALPHASTEP - What's New</title>
<meta name="description" content="We are CAiRS, the word leading and regional hub for research in Reliability and Safety Innovation based in Jong Kong. We have high level of world renowned expertise in Artificial intelligenee methodologies, industry based eluster data. and reliability & safety modelling and algorithsm."> <!-- css --> <?php include 'inc/headlinks.php';?> <!-- js --> <?php include 'inc/link-js.php';?> </head>
<body>
<!-- header --> <?php include 'inc/navbar.php';?> <!-- end of header-->
<!-- breadcrumb -->
<div class="breadcrumb" style="background-image:url(../assets/images/breadcrumbbg.jpg);">
<div class="breadcrumbWrapper text-center">
<p class="breadcrumbTitle m-0 pt-4 h3 text-uppercase">What's New</p>
<div class="breadcrumbLink">
<a href="index.php"> Home</a> / <span class="blueFont">What's New</span>
</div>
</div>
</div>
<section class="mainSmallWrapper">
<div class="row"> <div class="col-xl-9">
<h1 class="blueFont">Coronavirus news: India overtakes Brazil as 2nd worst-hit country</h1> <p class="newsDate">10 Aug 2020 | News</p>
<br><br> <p> LOS ANGELES -- California is sweltering under a dangerous heat wave Labor Day weekend that was spreading triple-digit temperatures over much of the state, raising concerns about power outages and the spread of the coronavirus as throngs of people packed beaches and mountains for relief. </p> <p> Death Valley hit a record-high temperature of 125 degrees Fahrenheit (52 Celsius) Saturday, eclipsing the previous record of 119 Fahrenheit (48 Celsius) set in 2017, according to the National Weather Service. </p> <p> One death was reported because of the heat. Malibu Search and Rescue tweeted that a hiker died of the heat while on a trail in the Santa Monica Mountains. Because of the heat, all hiking trails in the mountains will be closed through Labor Day, the agency said. </p> <p> “PLEASE DO NOT #HIKE IN THIS #HEATWAVE," Malibu Search and Rescue tweeted. </p> <p> Officials urged people to conserve electricity to ease strain on the state's power grid and to follow distancing and mask requirements when they hit recreational areas. </p>
<hr> <div class="d-flex justify-content-between mb-4"> <a href="#"><i class="fas fa-arrow-left"></i> Previous</a> <a href="news.php"> Back to News</a> <a href="#"> Next <i class="fas fa-arrow-right"></i></a> </div>
</div> <div class="col-xl-3"> <div class="otherNewsItem mb-2"> <a href="#" class="card-title">Coronavirus news: India overtakes Brazil as 2nd worst-hit country</a> <p class="card-text">Believe us, Google will love crawling your webpage… and ranking it higher. Still struggling with the presentation of your business on the Internet? Well, friends,…</p> <span class="newsDate">10 Aug 2020 | News</span> </div> <div class="otherNewsItem mb-2"> <a href="#" class="card-title">Coronavirus news: India overtakes Brazil as 2nd worst-hit country</a> <p class="card-text">Believe us, Google will love crawling your webpage… and ranking it higher. Still struggling with the presentation of your business on the Internet? Well, friends,…</p> <span class="newsDate">10 Aug 2020 | News</span> </div> <div class="otherNewsItem mb-2"> <a href="#" class="card-title">Coronavirus news: India overtakes Brazil as 2nd worst-hit country</a> <p class="card-text">Believe us, Google will love crawling your webpage… and ranking it higher. Still struggling with the presentation of your business on the Internet? Well, friends,…</p> <span class="newsDate">10 Aug 2020 | News</span> </div>
</div> </div>
</section>
<!-- end #section -->
<!-- footer --> <?php include 'inc/footer.php';?>
</body>
</html>
|