-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (53 loc) · 2.35 KB
/
index.html
File metadata and controls
58 lines (53 loc) · 2.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>San Joaquin Valley Town Hall</title>
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/normalize.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<header>
<img src="images/town_hall_logo.gif" alt="Town Hall logo" height="80">
<h2>San Joaquin Valley Town Hall</h2>
<h3>Celebrating our <span class="shadow">75<sup>th</sup></span> Year</h3>
</header>
<main>
<section>
<h2>Our Mission</h2>
<p>San Joaquin Valley Town Hall is a non-profit organization that is run by an all-volunteer board of directors. Our mission is to bring nationally internationally renowned, thought-provoking speakers who inform, educate, and entertain our audience! As one or our members told us:</p>
<blockquote>"Each year I give a ticket package to each of our family members. I think of it as the gift of knowledge...and that is priceless."</blockquote>
<h1>Speaker of the Month</h1>
<article>
<h2>Fossil Threads in the Web of Life</h2>
<img src="images/sampson_dinosaur.jpg">
<h3>February</h3><br>
<h3>Scott Sampson</h3>
<p>What's 75 million years old and brand spanking new? A teenage Utahceratops! Come to the Saroyan, armed with your best dinosaur roar, when Scott Sampson, Research Curator at the Utah Museum of Natural History, steps to the podium. Sampson's research has focused on the ecology and evolution of late Cretaceous dinosaurs and he has conducted fieldwork in a number of countries in Africa.</p>
<p><a href="speakers/sampson.html">Read more.</a> Or meet us there!</p>
</article>
<h2>Our Ticket Packages</h2>
<ul>
<li>Season Package: $95</li>
<li>Patron Package: $200</li>
<li>Single Speaker: $25</li>
</ul>
</section>
<aside>
<h1>Guest Speakers</h1>
<h3>October<br><a href="speakers/toobin.html">Jeffrey Toobin</a></h3>
<img src="images/toobin75.jpg">
<h3>November<br><a href="speakers/sorkin.html">Andrew Ross Sorkin</a></h3>
<img src="images/sorkin75.jpg">
<h3>January<br><a href="speakers/chua.html">Amy Chua</a></h3>
<img src="images/chua75.jpg">
<h3>February<br><a href="speakers/sampson.html">Scott Sampson</a></h3>
<img src="images/sampson75.jpg">
</aside>
</main>
<footer>
<p>© Luke DaSilva 2022, San Joaquin Valley Town Hall, Fresno, CA 93755</p>
</footer>
</body>
</html>