-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelec.html
46 lines (46 loc) · 1.31 KB
/
elec.html
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
<!DOCTYPE html>
<html>
<head>
<title>Electricity Domain Problem Statements</title>
<link rel="stylesheet" type="text/css" href="eleccss.css">
<style>
nav {
background-color: rgb(0, 0, 0);
color: #ffffff;
padding: 1px;
text-align: center;
}
</style>
</head>
<body>
<nav>
<h1>Electricity Domain Problem Statements</h1>
</nav>
<div class="container">
<div class="box">
<p>How can we make electricity generation more sustainable?</p>
<h2>BRANCH:CSE</h2>
</div>
<div class="box">
<p>What are the best ways to store and distribute electricity?</p>
<h2>BRANCH:ECE</h2>
</div>
<div class="box">
<p>How can we improve the efficiency of electrical transmission and distribution systems?</p>
<h2>BRANCH:MECH</h2>
</div>
<div class="box">
<p>What are the most effective ways to reduce energy consumption in buildings?</p>
</div>
<div class="box">
<p>How can we make electric vehicles more affordable and accessible?</p>
</div>
<div class="box">
<p>What are the most promising new technologies for generating and using electricity?</p>
</div>
<div class="box">
<p>How can we improve the resilience and reliability of electrical grids?</p>
</div>
</div>
</body>
</html>