Skip to content

Commit 9c64ee5

Browse files
geothermal/ resources section
1 parent 055976f commit 9c64ee5

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

geothermal-energy-abundance.png

305 KB
Loading

global-geothermal-energy-2050.png

65.8 KB
Loading

index.html

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66

77
<link rel="icon" type="image/x-icon" href="favicon.ico">
8-
<title>Geothermal</title>
8+
<title>Geothermal | jonathanpezzino.com</title>
99

1010
<analytics-tag></analytics-tag>
1111

@@ -30,13 +30,21 @@
3030
font-size: 15px;
3131
opacity: 0.5;
3232
}
33+
34+
.resource-images {
35+
max-width: 66%;
36+
}
37+
38+
.resource-images img {
39+
max-width: 100%;
40+
}
3341
</style>
3442

3543

3644
</head>
3745
<body>
3846

39-
<div class="mui-container-fluid">
47+
<div class="mui-container-fluid" style="max-width: 66%;">
4048
<div class="mui-panel">
4149

4250
<h1 class="mui--text-title">
@@ -48,11 +56,25 @@ <h1 class="mui--text-title">
4856
</h1>
4957

5058
<div class="mui--text-body1">
51-
<ul>
52-
<li><a href='./geophires'>GEOPHIRES</a></li>
53-
<li><a href='./hip-ra'>HIP-RA</a></li>
54-
<li><a href='./explorer'>Geothermal Direct-Use Heat Explorer</a></li>
55-
</ul>
59+
<div>
60+
<h2 class="mui--text-subhead">Tools</h2>
61+
<ul>
62+
<li><a href='./geophires'>GEOPHIRES</a></li>
63+
<li><a href='./hip-ra'>HIP-RA</a></li>
64+
<li><a href='./explorer'>Direct-Use Heat Explorer</a></li>
65+
</ul>
66+
</div>
67+
<div>
68+
<h2 class="mui--text-subhead">Resources</h2>
69+
70+
<a href="https://energy.utexas.edu/research/geothermal-texas" target="_blank">The Future of Geothermal in Texas</a>
71+
72+
<div class="resource-images">
73+
<img src="geothermal-energy-abundance.png"/>
74+
<img src="global-geothermal-energy-2050.png"/>
75+
</div>
76+
77+
</div>
5678
</div>
5779
</div>
5880
</div>

0 commit comments

Comments
 (0)