-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
96 lines (70 loc) · 3.62 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Developing the grid</title>
<link rel="stylesheet" href="renewable.css">
<link href="https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Oswald:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald:[email protected]&display=swap" rel="stylesheet">
<script src="https://d3js.org/d3.v6.min.js"></script>
<script src="texas_scrolly.js"></script>
</head>
<body>
<!-- Header -->
<header>
<div class="container">
<h1 class="head">The Evolving Power Market
<br>       
A Texas Journey
</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Visualizations</a></li>
</ul>
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="hero2">
<div class="container2">
<p style="height: 30vw; background-color: transparent; font-size:2.4vw;">
The journey of electricity, transitioning from a trivial commodity
to an indispensable service, has profoundly shaped our society.
As the demand for electricity surges to support local economies
and the world moves toward a low-carbon future, understanding the
forces driving the evolution of the power market is crucial.
<br><br>In the landscape of the United States,
the power market of Texas stands out as a unique case study and offers us a peak
into a future where renewables are not only possible but integral in the
energy mix.
<br><br>Exposing some of the selective pressures influencing the evolution of
the electrical market in Texas will let the viewer understand the complexity
of the system and the opportunities that lie ahead.
</p>
</div>
</section>
<section>
<div class="whytexas">
<h2 style="color:#BF0D3E;" "background-color:powderblue;"><span style="background-color:#00205B"> Why Texas?</span></h2>
<br><p><span class="textconsumption">Texas's independence from the US grid, combined with its dominance as the
undisputed leader in electricity consumption and generation,
makes the state a power house and an interesting source of insight for current
and future analysis. </span></p>
<br><br> <h2 class="txconsumptiontittle">In 2021, Texas consumed 15% of the overall U.S. electricity</h2>
<p style="color: #f1edeb; font-size: 1.4vw; text-shadow: none;">Texas energy demand highlights how economic development can drive energy consumption independently of population growth
</p>
</div>
<iframe src="bars.html" style="border: 0; height: 100vh; width: 100%;"></iframe>
<div class="space"></div>
</div>
</section>
<section>
<div class="source">
<h2 style="color: #f1edeb;">Electrical Sources</h2>
<p>Another </p>
</div>
</section>
</body>