-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews3.html
More file actions
181 lines (158 loc) · 7.17 KB
/
news3.html
File metadata and controls
181 lines (158 loc) · 7.17 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html>
<title>Google Saves Electricity</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="font.css">
<link rel="stylesheet" href="fontface.css">
<style>
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
</style>
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
height: 100%;
color: #777;
line-height: 1.8;
}
/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
opacity: 0.7;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* First image (Logo. Full height) */
.bgimg-1 {
background-image: url('computer.jpg');
min-height: 100%;
}
.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
/* Turn off parallax scrolling for tablets and mobiles */
@media only screen and (max-width: 1024px) {
.bgimg-1, .bgimg-2, .bgimg-3 {
background-attachment: scroll;
}
}
</style>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<ul class="w3-navbar" id="myNavbar">
<li><a href="index.html" class="w3-padding-large">HOME</a></li>
<li><a href="weather.html" class="w3-padding-large">WEATHER</a></li>
<li><button onclick="document.getElementById('id01').style.display='block'" class="w3-btn w3-padding-large">REVIEW</button></li>
<li class="w3-hide-small w3-right">
<a href="#" class="w3-padding-large w3-hover-red"><img src="arrow.png"> Top</a>
</li>
</ul>
<div id="id01" class="w3-modal">
<div class="w3-modal-content w3-animate-zoom w3-card-8">
<header class="w3-container w3-teal">
<span onclick="document.getElementById('id01').style.display='none'"
class="w3-closebtn">×</span>
<h2>REVIEW</h2>
</header>
<div class="w3-container">
<form name="reviewform" action="thanks.php" method="post">
<p>How was your experience with the site...</p>
<div class="w3-row">
<div class="w3-col m3 w3-center w3-green">
<input type="radio" name="formDoor[]" id="revrad[]" value="Excellent"> Excellent
</div>
<div class="w3-col m3 w3-center w3-lime">
<input type="radio" name="formDoor[]" id="revrad[]" value="Good"> Good
</div>
<div class="w3-col m3 w3-center w3-yellow">
<input type="radio" name="formDoor[]" id="revrad[]" value="Average"> Average
</div>
<div class="w3-col m3 w3-center w3-red">
<input type="radio" name="formDoor[]" id="revrad[]" value="Bad"> Bad
</div>
</div>
<b><p>Comments :</p></b>
<textarea name="revcomm" id="revcomm" rows="4" cols="105"></textarea>
<input type="submit" class="w3-btn w3-teal" id="sub">
</form>
</div>
<footer class="w3-container w3-teal">
<p>Thanks</p>
</footer>
</div>
</div>
</div>
<!-- First Parallax Image with Logo Text -->
<div class="bgimg-1 w3-opacity w3-display-container">
<div class="w3-display-middle" style="white-space:nowrap;">
<span class="w3-center w3-padding-xlarge w3-black w3-xlarge w3-wide w3-animate-opacity">GOOGLE <span class="w3-hide-small">SAVES</span> ELECTRICITY </span>
</div>
</div>
<!-- Container (About Section) -->
<div class="w3-content w3-container w3-padding-64" id="about">
<h3 class="w3-center">ABOUT THE NEWS</h3>
<h5 class="w3-center">USA :</h5>
<p>Its artificial intelligence division, DeepMind, has cut Google's data centres' energy consumption by 15%, using a machine-learning algorithm.
Data centres run the equipment that processes the data consumed by internet users, and it takes a lot of energy to keep their servers cool.
Some of the newer ones are now being built in colder climates.
But some estimates suggest they are now responsible for 2% of global greenhouse-gas emissions.
"Being able to put a dent in that benefits the world in general," said DeepMind co-founder Mustafa Suleyman.</p>
<div class="w3-row">
<div class="w3-col m6 w3-center w3-section">
<p><b>Google's Logo</b></p><br>
<img src="google.jpg" class="w3-circle w3-hover-opacity" alt="Photo of Me" style="width:65%" onclick="document.getElementById('modal01').style.display='block'">
<div id="modal01" class="w3-modal" onclick="this.style.display='none'">
<span class="w3-closebtn w3-hover-red w3-container w3-padding-16 w3-display-topright">×</span>
<div class="w3-modal-content w3-animate-zoom">
<img src="google.jpg" style="width:100%">
</div>
</div>
</div>
<!-- Hide this text on small devices -->
<div class="w3-col m6 w3-hide-small w3-section">
<p>Fed vast swathes of historical data collected by sensors measuring temperature and power, DeepMind's general purpose algorithm - similar to the one trained to play Atari games - had come up with a real-time, adaptive system that had cut the cost of cooling by 40% and the overall energy consumption by 15%, Mr Suleyman said.
"This will have a significant environmental impact," he said.
The system will be rolled out across all of Google's data centres by the end of the year.
And, in six weeks, DeepMind will share the details of the system in a White Paper.
"We are already talking to non-Google partners about using the same algorithm," Mr Suleyman said, adding it could work equally well in large manufacturing facilities and even national energy grids.
In its 2015 green energy report, campaign group Greenpeace praised Apple, Google and Facebook for their commitments to the use of 100% renewable energy in their data centres.</p>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-container w3-dark-grey w3-padding-32 w3-margin-top">
<a href="news2.html" class="w3-btn w3-padding-large w3-margin-bottom">Previous</a>
<a href="news4.html" class="w3-btn w3-padding-large w3-margin-bottom">Next</a>
<br> <ul class="w3-pagination">
<li><a href="news.html">1</a></li>
<li><a href="news2.html">2</a></li>
<li><a class="w3-disabled">3</a></li>
<li><a href="news4.html">4</a></li>
<li><a href="news5.html">5</a></li>
<li><a href="news6.html">6</a></li>
</ul>
<p>Made by Akshit Garg</p>
</footer>
<!-- Add Google Maps -->
<script>
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
}
// Change style of navbar on scroll
window.onscroll = function() {myFunction()};
function myFunction() {
var navbar = document.getElementById("myNavbar");
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
navbar.className = "w3-navbar" + " w3-card-2" + " w3-animate-top" + " w3-white";
} else {
navbar.className = navbar.className.replace(" w3-card-2 w3-animate-top w3-white", "");
}
}
</script>
</body>
</html>