-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (42 loc) · 1.48 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
<!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">
</head>
<body>
<header>
<img src="images/town_hall_logo.gif" height="80" alt="Town Hall Logo">
<h2>San Joaquin Valley Town Hall</h2>
<h3>Celebrating our 75<sup>th</sup> Year<h3>
</header>
<main>
<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 and internationally renowned, thought-provoking speakers who inform, educate, and entertain our audience! As one or our members told us:</p>
<blockquote><q>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.</q></blockquote>
<h2>Our Ticket Packages</h2>
<ul>
<li>Season Package: $95</li>
<li>Patron Package: $200</li>
<li>Single Speaker: $25</li>
</ul>
<h1>This season's guest speakers</h1>
<h2>October<br>
<a href="speakers/toobin.html">Jeffrey Toobin</a>
</h2>
<img src="images/toobin75.jpg" alt="Jeffrey Toobin">
<h2>November<br>
<a href="speakers/sorkin.html">Andrew Ross Sorkin</a>
</h2>
<img src="images/sorkin75.jpg" alt="Andrew Ross Sorkin">
<h2>January<br>
<a href="speakers/chua.html">Amy Chua</a>
</h2>
<img src="images/chua75.jpg" alt="Amy Chua">
</main>
<footer>
<p>©2021, Wesley Fegan</p>
</footer>
</body>
</html>