-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
37 lines (37 loc) · 1.55 KB
/
Copy pathcontact.html
File metadata and controls
37 lines (37 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contact – Lambcast</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta property="og:title" content="Lambcast">
<meta property="og:description" content="Energy economics, AI infrastructure, and applied econometrics by Alan Lamb.">
<meta property="og:image" content="https://lambcast.net/og-lamb-a.png">
<meta property="og:url" content="https://lambcast.net">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<header>
<h1><a href="index.html" style="text-decoration:none; color:inherit;">Lambcast</a></h1>
<p>Energy Economics • AI Infrastructure • Applied Econometrics</p>
</header>
<nav>
<a href="index.html">Home</a>
<a href="research.html">Research</a>
<a href="projects.html">Projects</a>
<a href="about.html">About</a>
</nav>
<section>
<h2>Get in Touch</h2>
<p>If you'd like to discuss energy economics, AI infrastructure, applied econometrics, or potential collaborations, I'm always open to connecting.</p>
<p class="email">alandaniellamb2 [at] gmail [dot] com</p>
<p>I typically respond within a day or two.</p>
<p>You can also find me on <a href="https://www.linkedin.com/in/alanlamb-econ" target="_blank">LinkedIn</a>.</p>
</section>
<footer>
© 2026 Alan Lamb – Lambcast • <a href="forecasts.html" style="color:#999;">Forecasting practice</a>
</footer>
</body>
</html>